summaryrefslogtreecommitdiff
path: root/net/cvsupd-bin
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1999-02-10 02:48:01 +0000
committerJohn Polstra <jdp@FreeBSD.org>1999-02-10 02:48:01 +0000
commita23fa844764798d5a316bf8d78c3438c0920cb7e (patch)
tree9841823bc712144ce7093eefd9c51d169a5c6c83 /net/cvsupd-bin
parentadded mirror sites. (diff)
Update for new release 16.0 of CVSup. (It was 15.4.2 before.)
Adjust MASTER_SITES.
Notes
Notes: svn path=/head/; revision=16581
Diffstat (limited to 'net/cvsupd-bin')
-rw-r--r--net/cvsupd-bin/Makefile13
-rw-r--r--net/cvsupd-bin/distinfo2
-rw-r--r--net/cvsupd-bin/pkg-comment2
-rw-r--r--net/cvsupd-bin/pkg-descr12
4 files changed, 15 insertions, 14 deletions
diff --git a/net/cvsupd-bin/Makefile b/net/cvsupd-bin/Makefile
index d69e66ae7e3e..a9cf0def3a30 100644
--- a/net/cvsupd-bin/Makefile
+++ b/net/cvsupd-bin/Makefile
@@ -1,17 +1,16 @@
# New ports collection makefile for: cvsupd-bin
-# Version required: 15.4.2
+# Version required: 16.0
# Date created: 17 August 1998
# Whom: Sheldon Hearn <axl@iafrica.com>
#
-# $Id: Makefile,v 1.1.1.1 1998/08/17 21:37:02 jdp Exp $
+# $Id: Makefile,v 1.2 1998/09/22 23:21:00 jdp Exp $
#
-DISTNAME= cvsupd-bin-15.4.2
+DISTNAME= cvsupd-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= cvsupd-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= cvsupd-bin-16.0.tar.gz
MAINTAINER= axl@iafrica.com
diff --git a/net/cvsupd-bin/distinfo b/net/cvsupd-bin/distinfo
index a856dc373ae9..57acd4f39eaf 100644
--- a/net/cvsupd-bin/distinfo
+++ b/net/cvsupd-bin/distinfo
@@ -1 +1 @@
-MD5 (cvsupd-bin-15.4.2.tar.gz) = ad30058ce6f70957618b3124405a155d
+MD5 (cvsupd-bin-16.0.tar.gz) = c03347b4c0dbfc2a911cc1b5a045c3bb
diff --git a/net/cvsupd-bin/pkg-comment b/net/cvsupd-bin/pkg-comment
index f1195337a1d1..b4bc57c0d16b 100644
--- a/net/cvsupd-bin/pkg-comment
+++ b/net/cvsupd-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/cvsupd-bin/pkg-descr b/net/cvsupd-bin/pkg-descr
index 4e7cd1ccd604..2b45f61f17e7 100644
--- a/net/cvsupd-bin/pkg-descr
+++ b/net/cvsupd-bin/pkg-descr
@@ -1,10 +1,12 @@
This is the BINARY (statically linked) version of the CVSup server.
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