diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup-bin/Makefile | 42 | ||||
-rw-r--r-- | net/cvsup-bin/distinfo | 2 | ||||
-rw-r--r-- | net/cvsup-bin/pkg-comment | 1 | ||||
-rw-r--r-- | net/cvsup-bin/pkg-descr | 10 | ||||
-rw-r--r-- | net/cvsup-bin/pkg-plist | 4 |
5 files changed, 59 insertions, 0 deletions
diff --git a/net/cvsup-bin/Makefile b/net/cvsup-bin/Makefile new file mode 100644 index 000000000000..fdccb4da3f3f --- /dev/null +++ b/net/cvsup-bin/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: cvsup-bin +# Version required: 15.2 +# Date created: 12 November 1997 +# Whom: Sheldon Hearn <axl@iafrica.com> +# +# $Id$ +# + +DISTNAME= cvsup-bin-15.2 +CATEGORIES= devel net +MASTER_SITES= ftp://hub.freebsd.org/pub/CVSup/ \ + ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \ + ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ +DISTFILES= cvsup-bin-15.2.tar.gz + +MAINTAINER= axl@iafrica.com + +NO_BUILD= yes + +MAN1= cvsup.1 supconv.1 + +# Uncomment the next line if you want cvsupd as well +# USE_CVSUPD= yes + +.ifdef USE_CVSUPD +DISTFILES+= cvsupd-bin-15.2.tar.gz +MAN8= cvsupd.8 +PLIST= ${PKGDIR}/PLIST.cvsupd +.endif + +do-install: + cd ${WRKDIR}/cvsup-bin-15.2; \ + ${INSTALL_PROGRAM} cvsup ${PREFIX}/bin; \ + ${INSTALL_SCRIPT} supconv ${PREFIX}/bin; \ + ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 +.ifdef USE_CVSUPD + cd ${WRKDIR}/cvsupd-bin-15.2; \ + ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \ + ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 +.endif + +.include <bsd.port.mk> diff --git a/net/cvsup-bin/distinfo b/net/cvsup-bin/distinfo new file mode 100644 index 000000000000..01e7a62cc2e4 --- /dev/null +++ b/net/cvsup-bin/distinfo @@ -0,0 +1,2 @@ +MD5 (cvsup-bin-15.2.tar.gz) = e92c5afa6fc51894d8edd97d2b29247c +MD5 (cvsupd-bin-15.2.tar.gz) = 1801d60628dbd7b731402a24faa5e6b8 diff --git a/net/cvsup-bin/pkg-comment b/net/cvsup-bin/pkg-comment new file mode 100644 index 000000000000..f1195337a1d1 --- /dev/null +++ b/net/cvsup-bin/pkg-comment @@ -0,0 +1 @@ +A network file distribution and update system for CVS repositories. diff --git a/net/cvsup-bin/pkg-descr b/net/cvsup-bin/pkg-descr new file mode 100644 index 000000000000..3d73b2e60cae --- /dev/null +++ b/net/cvsup-bin/pkg-descr @@ -0,0 +1,10 @@ +This is the BINARY (statically linked) version of CVSup. + +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. + +jdp@polstra.com diff --git a/net/cvsup-bin/pkg-plist b/net/cvsup-bin/pkg-plist new file mode 100644 index 000000000000..542b7aac5220 --- /dev/null +++ b/net/cvsup-bin/pkg-plist @@ -0,0 +1,4 @@ +bin/cvsup +bin/supconv +man/man1/cvsup.1.gz +man/man1/supconv.1.gz |