diff options
author | jdp <jdp@FreeBSD.org> | 1998-08-18 05:37:02 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1998-08-18 05:37:02 +0800 |
commit | 97116bb1bee3e836eb3307e1ab85db2b1db54828 (patch) | |
tree | f61c3e4d15a08847546b848e788f8b45a719d127 /net | |
parent | 201bdd7c75ebfbc8c14ccdebb75b112ec26ef6b9 (diff) | |
download | freebsd-ports-gnome-97116bb1bee3e836eb3307e1ab85db2b1db54828.tar.gz freebsd-ports-gnome-97116bb1bee3e836eb3307e1ab85db2b1db54828.tar.zst freebsd-ports-gnome-97116bb1bee3e836eb3307e1ab85db2b1db54828.zip |
New port of the CVSup server binary release.
Submitted by: Sheldon Hearn <axl@iafrica.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsupd-bin/Makefile | 30 | ||||
-rw-r--r-- | net/cvsupd-bin/distinfo | 1 | ||||
-rw-r--r-- | net/cvsupd-bin/pkg-comment | 1 | ||||
-rw-r--r-- | net/cvsupd-bin/pkg-descr | 10 | ||||
-rw-r--r-- | net/cvsupd-bin/pkg-plist | 2 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net/cvsupd-bin/Makefile b/net/cvsupd-bin/Makefile new file mode 100644 index 000000000000..18af18a421a2 --- /dev/null +++ b/net/cvsupd-bin/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: cvsupd-bin +# Version required: 15.4.2 +# Date created: 17 August 1998 +# Whom: Sheldon Hearn <axl@iafrica.com> +# +# $Id$ +# + +DISTNAME= cvsupd-bin-15.4.2 +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 + +MAINTAINER= axl@iafrica.com + +NO_BUILD= yes + +MAN8= cvsupd.8 + +do-configure: + cd ${WRKSRC}; gunzip cvsupd.8.gz + +do-install: + cd ${WRKSRC}; \ + ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \ + ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8 + +.include <bsd.port.mk> diff --git a/net/cvsupd-bin/distinfo b/net/cvsupd-bin/distinfo new file mode 100644 index 000000000000..a856dc373ae9 --- /dev/null +++ b/net/cvsupd-bin/distinfo @@ -0,0 +1 @@ +MD5 (cvsupd-bin-15.4.2.tar.gz) = ad30058ce6f70957618b3124405a155d diff --git a/net/cvsupd-bin/pkg-comment b/net/cvsupd-bin/pkg-comment new file mode 100644 index 000000000000..f1195337a1d1 --- /dev/null +++ b/net/cvsupd-bin/pkg-comment @@ -0,0 +1 @@ +A network file distribution and update system for CVS repositories. diff --git a/net/cvsupd-bin/pkg-descr b/net/cvsupd-bin/pkg-descr new file mode 100644 index 000000000000..4e7cd1ccd604 --- /dev/null +++ b/net/cvsupd-bin/pkg-descr @@ -0,0 +1,10 @@ +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. + +jdp@polstra.com diff --git a/net/cvsupd-bin/pkg-plist b/net/cvsupd-bin/pkg-plist new file mode 100644 index 000000000000..b4ff41728ddb --- /dev/null +++ b/net/cvsupd-bin/pkg-plist @@ -0,0 +1,2 @@ +sbin/cvsupd +man/man8/cvsupd.8.gz |