diff options
author | SADA Kenji <sada@FreeBSD.org> | 2001-11-04 16:06:58 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2001-11-04 16:06:58 +0000 |
commit | 78cc860b847e19628073c91f07936d3c4472d1f9 (patch) | |
tree | 3d2d7155276a411d74a5a0e4d448b403f33274d7 | |
parent | 5749c5279aa7973c185b22faf5f930270d0e6d81 (diff) |
Notes
-rw-r--r-- | LEGAL | 2 | ||||
-rw-r--r-- | net/spread/Makefile | 9 | ||||
-rw-r--r-- | net/spread/pkg-descr | 4 | ||||
-rw-r--r-- | net/spread4/Makefile | 9 | ||||
-rw-r--r-- | net/spread4/pkg-descr | 4 |
5 files changed, 12 insertions, 16 deletions
@@ -206,8 +206,6 @@ socks5-* ports/net/socks5 No commercial use speedmgmt.tar.gz ports/net/pppoa Not for redistribution - see http://www.alcatel.com/consumer- /dsl/disclaimer_lx.htm -spread-src-*.tar.gz ports/net/spread See the license: - http://www.spread.org/license/ srd ports/japanese/srd-fpw The original dictionary is not free ssh-* ports/security/ssh* Crypto; export-controlled *mod_ssl* ports/www/apache13-modssl Crypto; export-controlled diff --git a/net/spread/Makefile b/net/spread/Makefile index a06172692f7d..1ad346ebd0c2 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -8,7 +8,8 @@ PORTNAME= spread PORTVERSION= 3.15.2 CATEGORIES= net perl5 java -MASTER_SITES= +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sada DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= anders@fix.no @@ -26,9 +27,7 @@ MAN3= SP_connect.3 SP_disconnect.3 SP_equal_group_ids.3 SP_error.3 \ SP_scat_multicast.3 SP_scat_receive.3 USE_PERL5= yes -NO_CDROM= "See the license: http://www.spread.org/license/" NO_PACKAGE= "User and group needs to be created" -RESTRICTED= "See the license: http://www.spread.org/license/" INSTALLS_SHLIB= yes JAVASUBDIR= jdk1.1.8 @@ -51,10 +50,6 @@ MAKE_ARGS+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE='You must fetch the source manually from http://www.cnds.jhu.edu/download/download_spread.cgi and copy the file to ${DISTDIR}. Then run make again.' -.endif - post-build: (cd ${WRKSRC}/perl/Spread-3.15.2-1.03; ${PERL} Makefile.PL; ${MAKE}) .if defined(WITH_JAVA_LIB) diff --git a/net/spread/pkg-descr b/net/spread/pkg-descr index 5725b77ac40d..eac0080659cd 100644 --- a/net/spread/pkg-descr +++ b/net/spread/pkg-descr @@ -1,3 +1,7 @@ +Copyright (c) 1993-2001 Spread Concepts LLC. All rights reserved. +This product uses software developed by Spread Concepts LLC for use in the +Spread toolkit. For more information about Spread see http://www.spread.org . + Spread is a toolkit and daemon that provide multicast and group communications support to applications across local and wide area networks. Spread is designed to make it easy to write groupware, networked multimedia, reliable server, and diff --git a/net/spread4/Makefile b/net/spread4/Makefile index a06172692f7d..1ad346ebd0c2 100644 --- a/net/spread4/Makefile +++ b/net/spread4/Makefile @@ -8,7 +8,8 @@ PORTNAME= spread PORTVERSION= 3.15.2 CATEGORIES= net perl5 java -MASTER_SITES= +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sada DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= anders@fix.no @@ -26,9 +27,7 @@ MAN3= SP_connect.3 SP_disconnect.3 SP_equal_group_ids.3 SP_error.3 \ SP_scat_multicast.3 SP_scat_receive.3 USE_PERL5= yes -NO_CDROM= "See the license: http://www.spread.org/license/" NO_PACKAGE= "User and group needs to be created" -RESTRICTED= "See the license: http://www.spread.org/license/" INSTALLS_SHLIB= yes JAVASUBDIR= jdk1.1.8 @@ -51,10 +50,6 @@ MAKE_ARGS+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE='You must fetch the source manually from http://www.cnds.jhu.edu/download/download_spread.cgi and copy the file to ${DISTDIR}. Then run make again.' -.endif - post-build: (cd ${WRKSRC}/perl/Spread-3.15.2-1.03; ${PERL} Makefile.PL; ${MAKE}) .if defined(WITH_JAVA_LIB) diff --git a/net/spread4/pkg-descr b/net/spread4/pkg-descr index 5725b77ac40d..eac0080659cd 100644 --- a/net/spread4/pkg-descr +++ b/net/spread4/pkg-descr @@ -1,3 +1,7 @@ +Copyright (c) 1993-2001 Spread Concepts LLC. All rights reserved. +This product uses software developed by Spread Concepts LLC for use in the +Spread toolkit. For more information about Spread see http://www.spread.org . + Spread is a toolkit and daemon that provide multicast and group communications support to applications across local and wide area networks. Spread is designed to make it easy to write groupware, networked multimedia, reliable server, and |