diff options
author | John Polstra <jdp@FreeBSD.org> | 1999-02-10 02:48:01 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1999-02-10 02:48:01 +0000 |
commit | a23fa844764798d5a316bf8d78c3438c0920cb7e (patch) | |
tree | 9841823bc712144ce7093eefd9c51d169a5c6c83 /net/cvsup-bin | |
parent | 7937664f664e9a280af5844da5e000bd5b8aad36 (diff) | |
download | freebsd-ports-a23fa844764798d5a316bf8d78c3438c0920cb7e.zip |
Update for new release 16.0 of CVSup. (It was 15.4.2 before.)
Adjust MASTER_SITES.
Diffstat (limited to 'net/cvsup-bin')
-rw-r--r-- | net/cvsup-bin/Makefile | 19 | ||||
-rw-r--r-- | net/cvsup-bin/distinfo | 2 | ||||
-rw-r--r-- | net/cvsup-bin/pkg-comment | 2 | ||||
-rw-r--r-- | net/cvsup-bin/pkg-descr | 14 | ||||
-rw-r--r-- | net/cvsup-bin/pkg-plist | 1 |
5 files changed, 20 insertions, 18 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile index 0bd6a6a7069a..9d670ee39984 100644 --- a/net/cvsup-bin/Makefile +++ b/net/cvsup-bin/Makefile @@ -1,31 +1,30 @@ # New ports collection makefile for: cvsup-bin -# Version required: 15.4.2 +# Version required: 16.0 # Date created: 12 November 1997 # Whom: Sheldon Hearn <axl@iafrica.com> # -# $Id: Makefile,v 1.6 1998/08/17 21:44:57 jdp Exp $ +# $Id: Makefile,v 1.7 1998/09/22 23:20:54 jdp Exp $ # -DISTNAME= cvsup-bin-15.4.2 +DISTNAME= cvsup-bin-16.0 CATEGORIES= devel net -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ - ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ - ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ -DISTFILES= cvsup-bin-15.4.2.tar.gz +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ \ + ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/ +DISTFILES= cvsup-bin-16.0.tar.gz MAINTAINER= axl@iafrica.com NO_BUILD= yes -MAN1= cvsup.1 +MAN1= cvpasswd.1 cvsup.1 STRIP= do-configure: - cd ${WRKSRC}; gunzip cvsup.1.gz + cd ${WRKSRC}; gunzip ${MAN1:S/$/.gz/} do-install: cd ${WRKSRC}; \ - ${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \ + ${INSTALL_PROGRAM} cvpasswd cvsup ${PREFIX}/bin; \ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 .include <bsd.port.mk> diff --git a/net/cvsup-bin/distinfo b/net/cvsup-bin/distinfo index 46e61c533d08..47035c97cba1 100644 --- a/net/cvsup-bin/distinfo +++ b/net/cvsup-bin/distinfo @@ -1 +1 @@ -MD5 (cvsup-bin-15.4.2.tar.gz) = 5dda893f231359dab5dc4d7d2dd7e449 +MD5 (cvsup-bin-16.0.tar.gz) = 57c25981d3c1d82a79b9ae18aaea715b diff --git a/net/cvsup-bin/pkg-comment b/net/cvsup-bin/pkg-comment index f1195337a1d1..b4bc57c0d16b 100644 --- a/net/cvsup-bin/pkg-comment +++ b/net/cvsup-bin/pkg-comment @@ -1 +1 @@ -A network file distribution and update system for CVS repositories. +A general network file distribution system optimized for CVS repositories. diff --git a/net/cvsup-bin/pkg-descr b/net/cvsup-bin/pkg-descr index 3d73b2e60cae..5bbcd513f979 100644 --- a/net/cvsup-bin/pkg-descr +++ b/net/cvsup-bin/pkg-descr @@ -1,10 +1,12 @@ -This is the BINARY (statically linked) version of CVSup. +This is the BINARY (statically linked) version of the CVSup client. CVSup is a software package for distributing and updating collections -of files across a network. CVSup is specifically tailored to -distributing CVS repositories. By taking advantage of the special -properties of the files contained in CVS repositories, CVSup is -able to perform updates much faster than traditional systems. It -is especially valuable for people with slow Internet connections. +of files across a network. It can efficiently and accurately mirror +all types of files, including sources, binaries, hard links, symbolic +links, and even device nodes. CVSup's streaming communication +protocol and multithreaded architecture make it most likely the +fastest mirroring tool in existence today. In addition to being +a great general-purpose mirroring tool, CVSup includes special +features and optimizations specifically tailored to CVS repositories. jdp@polstra.com diff --git a/net/cvsup-bin/pkg-plist b/net/cvsup-bin/pkg-plist index 163842dee2e2..17066c92f9fe 100644 --- a/net/cvsup-bin/pkg-plist +++ b/net/cvsup-bin/pkg-plist @@ -1 +1,2 @@ +bin/cvpasswd bin/cvsup |