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 | |
parent | 7937664f664e9a280af5844da5e000bd5b8aad36 (diff) | |
download | ports-a23fa844764798d5a316bf8d78c3438c0920cb7e.tar.gz ports-a23fa844764798d5a316bf8d78c3438c0920cb7e.zip |
Notes
Diffstat (limited to 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 14 | ||||
-rw-r--r-- | net/cvsup/distinfo | 2 | ||||
-rw-r--r-- | net/cvsup/pkg-comment | 2 | ||||
-rw-r--r-- | net/cvsup/pkg-descr | 12 | ||||
-rw-r--r-- | net/cvsup/pkg-plist | 1 |
5 files changed, 17 insertions, 14 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index a9e0f8b67558..4c798c7a92f2 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -1,22 +1,22 @@ # New ports collection makefile for: cvsup -# Version required: 15.4.2 +# Version required: 16.0 # Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.30 1999/01/22 11:50:31 wosch Exp $ +# $Id: Makefile,v 1.31 1999/01/28 05:39:14 jdp Exp $ # -DISTNAME= cvsup-15.4.2 +DISTNAME= cvsup-16.0 CATEGORIES= devel net -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \ - ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/ \ + ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/ MAINTAINER= jdp@FreeBSD.org BUILD_DEPENDS= m3build-6:${PORTSDIR}/lang/modula-3 LIB_DEPENDS= m3.6:${PORTSDIR}/lang/modula-3-lib -MAN1= cvsup.1 +MAN1= cvpasswd.1 cvsup.1 MAN8= cvsupd.8 # Support building on systems with or without X11 installed. @@ -35,6 +35,6 @@ pre-fetch: # To link just the Modula-3 libraries statically: #M3FLAGS+= -DM3STATIC -MAKE_ENV+= M3FLAGS="${M3FLAGS}" +MAKE_ARGS+= PREFIX=${PREFIX} M3FLAGS="${M3FLAGS}" .include <bsd.port.mk> diff --git a/net/cvsup/distinfo b/net/cvsup/distinfo index 489f2e419819..34ea96003462 100644 --- a/net/cvsup/distinfo +++ b/net/cvsup/distinfo @@ -1 +1 @@ -MD5 (cvsup-15.4.2.tar.gz) = 089a3a06c47927630ffc6b13f5cbd0de +MD5 (cvsup-16.0.tar.gz) = bad884ccbd4ed129d360487c87c089a4 diff --git a/net/cvsup/pkg-comment b/net/cvsup/pkg-comment index f1195337a1d1..b4bc57c0d16b 100644 --- a/net/cvsup/pkg-comment +++ b/net/cvsup/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/pkg-descr b/net/cvsup/pkg-descr index f21031e91fc8..eacebe4f08ec 100644 --- a/net/cvsup/pkg-descr +++ b/net/cvsup/pkg-descr @@ -1,8 +1,10 @@ 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/pkg-plist b/net/cvsup/pkg-plist index ccf5115ed8ef..ad815aafd5c7 100644 --- a/net/cvsup/pkg-plist +++ b/net/cvsup/pkg-plist @@ -1,2 +1,3 @@ +bin/cvpasswd bin/cvsup sbin/cvsupd |