summaryrefslogtreecommitdiff
path: root/net/cvsupd-bin
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-08-17 21:37:02 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-08-17 21:37:02 +0000
commit3ffa7871df80f48f6454ca2df95acf24ff9c072c (patch)
treeda933ca6e51c126da8053168a639252a16916403 /net/cvsupd-bin
parentUm, nothing is broken here. If a PLIST becomes empty (because of (diff)
New port of the CVSup server binary release.
Submitted by: Sheldon Hearn <axl@iafrica.com>
Notes
Notes: svn path=/head/; revision=12593
Diffstat (limited to 'net/cvsupd-bin')
-rw-r--r--net/cvsupd-bin/Makefile30
-rw-r--r--net/cvsupd-bin/distinfo1
-rw-r--r--net/cvsupd-bin/pkg-comment1
-rw-r--r--net/cvsupd-bin/pkg-descr10
-rw-r--r--net/cvsupd-bin/pkg-plist2
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