diff options
author | jdp <jdp@FreeBSD.org> | 2001-04-28 20:53:53 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2001-04-28 20:53:53 +0000 |
commit | 7ecc196b9c537afc393fbe071bca0d43532ef948 (patch) | |
tree | 18c8eca8dcd9772264ac363de2cb1c0ad22a41e8 /net/cvsup-devel | |
parent | 4b1ce6cdc981a579ecfce68249f59c350fbe3fb5 (diff) | |
download | FreeBSD-ports-7ecc196b9c537afc393fbe071bca0d43532ef948.zip FreeBSD-ports-7ecc196b9c537afc393fbe071bca0d43532ef948.tar.gz |
New port "cvsup-devel" for development snapshots of CVSup.
Diffstat (limited to 'net/cvsup-devel')
-rw-r--r-- | net/cvsup-devel/Makefile | 25 | ||||
-rw-r--r-- | net/cvsup-devel/distinfo | 1 | ||||
-rw-r--r-- | net/cvsup-devel/pkg-comment | 1 | ||||
-rw-r--r-- | net/cvsup-devel/pkg-descr | 16 | ||||
-rw-r--r-- | net/cvsup-devel/pkg-plist | 4 |
5 files changed, 47 insertions, 0 deletions
diff --git a/net/cvsup-devel/Makefile b/net/cvsup-devel/Makefile new file mode 100644 index 0000000..d107e3c --- /dev/null +++ b/net/cvsup-devel/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: cvsup-devel +# Date created: 28 April 2001 +# Whom: jdp +# +# $FreeBSD$ +# + +PORTVERSION= 16.1a +CATEGORIES= net +MASTER_SITES= ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ \ + ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ \ + ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/snapshots/ +DISTNAME= cvsup-snap-16.1a + +MASTERDIR= ${.CURDIR}/../cvsup +FILESDIR= ${.CURDIR}/files +MD5_FILE= ${.CURDIR}/distinfo +PATCHDIR= ${.CURDIR}/files +PKGDIR= ${.CURDIR} + +post-install: + @${MKDIR} ${PREFIX}/share/cvsup + @${INSTALL_DATA} ${WRKSRC}/License ${PREFIX}/share/cvsup/License + +.include "${MASTERDIR}/Makefile" diff --git a/net/cvsup-devel/distinfo b/net/cvsup-devel/distinfo new file mode 100644 index 0000000..84d5c0b --- /dev/null +++ b/net/cvsup-devel/distinfo @@ -0,0 +1 @@ +MD5 (cvsup-snap-16.1a.tar.gz) = 13ec2cc6a5eb0ce918f53ece6557bfa3 diff --git a/net/cvsup-devel/pkg-comment b/net/cvsup-devel/pkg-comment new file mode 100644 index 0000000..75cffb3 --- /dev/null +++ b/net/cvsup-devel/pkg-comment @@ -0,0 +1 @@ +A general network file distribution system optimized for CVS repositories diff --git a/net/cvsup-devel/pkg-descr b/net/cvsup-devel/pkg-descr new file mode 100644 index 0000000..6cedfdb --- /dev/null +++ b/net/cvsup-devel/pkg-descr @@ -0,0 +1,16 @@ +CVSup is a software package for distributing and updating collections +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. + +This is a development snapshot of CVSup. It contains a number of +recent bug fixes as well as some new features which are not ready for +official release just yet. See the "ChangeLog" file for details. + +WWW: http://www.polstra.com/projects/freeware/CVSup/ + +jdp@polstra.com diff --git a/net/cvsup-devel/pkg-plist b/net/cvsup-devel/pkg-plist new file mode 100644 index 0000000..03df591 --- /dev/null +++ b/net/cvsup-devel/pkg-plist @@ -0,0 +1,4 @@ +bin/cvpasswd +bin/cvsup +sbin/cvsupd +share/cvsup/License |