aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>2001-04-29 04:53:53 +0800
committerjdp <jdp@FreeBSD.org>2001-04-29 04:53:53 +0800
commit7ecc196b9c537afc393fbe071bca0d43532ef948 (patch)
tree18c8eca8dcd9772264ac363de2cb1c0ad22a41e8
parent4b1ce6cdc981a579ecfce68249f59c350fbe3fb5 (diff)
downloadfreebsd-ports-gnome-7ecc196b9c537afc393fbe071bca0d43532ef948.tar.gz
freebsd-ports-gnome-7ecc196b9c537afc393fbe071bca0d43532ef948.tar.zst
freebsd-ports-gnome-7ecc196b9c537afc393fbe071bca0d43532ef948.zip
New port "cvsup-devel" for development snapshots of CVSup.
-rw-r--r--net/Makefile1
-rw-r--r--net/cvsup-devel/Makefile25
-rw-r--r--net/cvsup-devel/distinfo1
-rw-r--r--net/cvsup-devel/pkg-comment1
-rw-r--r--net/cvsup-devel/pkg-descr16
-rw-r--r--net/cvsup-devel/pkg-plist4
6 files changed, 48 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 919be0fff85e..711386b970cd 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -54,6 +54,7 @@
SUBDIR += cryptcat
SUBDIR += cvsup
SUBDIR += cvsup-bin
+ SUBDIR += cvsup-devel
SUBDIR += cvsup-mirror
SUBDIR += cvsupd-bin
SUBDIR += cvsupit
diff --git a/net/cvsup-devel/Makefile b/net/cvsup-devel/Makefile
new file mode 100644
index 000000000000..d107e3cf5056
--- /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 000000000000..84d5c0b0afe9
--- /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 000000000000..75cffb3631d4
--- /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 000000000000..6cedfdb68c9c
--- /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 000000000000..03df5911e5cd
--- /dev/null
+++ b/net/cvsup-devel/pkg-plist
@@ -0,0 +1,4 @@
+bin/cvpasswd
+bin/cvsup
+sbin/cvsupd
+share/cvsup/License