1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Upgrade to sdr 2.7

This commit is contained in:
Bill Fenner 1999-09-09 05:48:35 +00:00
parent a9b12a9fb5
commit b538be6d22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21472
10 changed files with 28 additions and 86 deletions

View File

@ -1,31 +1,30 @@
# New ports collection makefile for: sdr
# Version required: 2.4a7
# Version required: 2.7
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= sdr-2.4a7n
PKGNAME= sdr-2.4a7
DISTNAME= sdr-2.7
CATEGORIES= mbone tk80
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.4a7n/
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.7/
MAINTAINER= fenner@FreeBSD.org
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
NO_WRKSUBDIR= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
# src/libs.tcl is autogenerated from the tcl/tk installed on the
# build system, so we shouldn't use the one in the distribution.
EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME}/common ${DISTNAME}/sdr
RESTRICTED= "Contains DES cryptography."
# Makefile.work and configure help to work with the sdr multi-platform
# build structure.
post-extract:
@${RM} -f ${WRKSRC}/src/libs.tcl
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/configure ${WRKSRC}
@${CHMOD} 755 ${WRKSRC}/configure

View File

@ -1 +1 @@
MD5 (sdr-2.4a7n.tar.gz) = 3131d934134fccaa81662ac951fdb604
MD5 (sdr-2.7.tar.gz) = da28a7a960007af129673997da945c0d

View File

@ -1,30 +0,0 @@
--- src/sdr.h.orig Wed May 21 22:06:02 1997
+++ src/sdr.h Wed May 21 22:10:05 1997
@@ -8,9 +8,6 @@
#include <winsock.h>
#else
#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <net/if.h>
#include <sys/ioctl.h>
#include <netdb.h>
#include <pwd.h>
@@ -18,6 +15,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
+#include <netinet/in.h>
+#include <net/if.h>
+#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <resolv.h>
#ifdef AIX41
@@ -26,7 +26,6 @@
#endif
#include <tcl.h>
#include <tk.h>
-#include <malloc.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>

View File

@ -1 +1 @@
MBone Session Directory
Multicast Session Directory

View File

@ -1,4 +1,6 @@
Sdr is a session directory tool designed to allow the advertisement
and joining of multicast conferences on the Mbone. It was originally
based on sd written by Van Jacobson at LBNL, but implements a later
version of the session description protocol than sd does.
and joining of multicast conferences. It was originally based on
sd written by Van Jacobson at LBNL, but implements a later version
of the session description protocol than sd does.
WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/

View File

@ -1,31 +1,30 @@
# New ports collection makefile for: sdr
# Version required: 2.4a7
# Version required: 2.7
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= sdr-2.4a7n
PKGNAME= sdr-2.4a7
DISTNAME= sdr-2.7
CATEGORIES= mbone tk80
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.4a7n/
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.7/
MAINTAINER= fenner@FreeBSD.org
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
NO_WRKSUBDIR= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
# src/libs.tcl is autogenerated from the tcl/tk installed on the
# build system, so we shouldn't use the one in the distribution.
EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME}/common ${DISTNAME}/sdr
RESTRICTED= "Contains DES cryptography."
# Makefile.work and configure help to work with the sdr multi-platform
# build structure.
post-extract:
@${RM} -f ${WRKSRC}/src/libs.tcl
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/configure ${WRKSRC}
@${CHMOD} 755 ${WRKSRC}/configure

View File

@ -1 +1 @@
MD5 (sdr-2.4a7n.tar.gz) = 3131d934134fccaa81662ac951fdb604
MD5 (sdr-2.7.tar.gz) = da28a7a960007af129673997da945c0d

View File

@ -1,30 +0,0 @@
--- src/sdr.h.orig Wed May 21 22:06:02 1997
+++ src/sdr.h Wed May 21 22:10:05 1997
@@ -8,9 +8,6 @@
#include <winsock.h>
#else
#include <sys/socket.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <net/if.h>
#include <sys/ioctl.h>
#include <netdb.h>
#include <pwd.h>
@@ -18,6 +15,9 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
+#include <netinet/in.h>
+#include <net/if.h>
+#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <resolv.h>
#ifdef AIX41
@@ -26,7 +26,6 @@
#endif
#include <tcl.h>
#include <tk.h>
-#include <malloc.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>

View File

@ -1 +1 @@
MBone Session Directory
Multicast Session Directory

View File

@ -1,4 +1,6 @@
Sdr is a session directory tool designed to allow the advertisement
and joining of multicast conferences on the Mbone. It was originally
based on sd written by Van Jacobson at LBNL, but implements a later
version of the session description protocol than sd does.
and joining of multicast conferences. It was originally based on
sd written by Van Jacobson at LBNL, but implements a later version
of the session description protocol than sd does.
WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/