summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-03-23 18:41:44 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-03-23 18:41:44 +0000
commit67caf0f55f173a9385e5d52024d70a53d097041a (patch)
treef802efea8f34831889298abf4ec9e37a6972a779 /net
parent- Add new knob WITH_MUTT_SMIME_OUTLOOK_COMPAT. (diff)
Add cvsync 0.15.0.
cvsync is a portable CVS repository synchronization utility, written in C and POSIX pthread library. This is very similar to CVSup but not compatible with it. PR: 49034 Submitted by: hrs
Notes
Notes: svn path=/head/; revision=77285
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/cvsync/Makefile25
-rw-r--r--net/cvsync/distinfo1
-rw-r--r--net/cvsync/pkg-descr3
-rw-r--r--net/cvsync/pkg-plist9
5 files changed, 39 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 96b175e0ecf1..af4562492f1a 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -81,6 +81,7 @@
SUBDIR += cvsup-mirror
SUBDIR += cvsup-without-gui
SUBDIR += cvsupit
+ SUBDIR += cvsync
SUBDIR += dante
SUBDIR += darkstat
SUBDIR += datapipe
diff --git a/net/cvsync/Makefile b/net/cvsync/Makefile
new file mode 100644
index 000000000000..ba6ce212e515
--- /dev/null
+++ b/net/cvsync/Makefile
@@ -0,0 +1,25 @@
+# Ports collection makefile for: cvsync
+# Date created: Thu Mar 6, 2003
+# Whom: Hiroki Sato <hrs@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cvsync
+PORTVERSION= 0.15.0
+CATEGORIES= net ipv6
+MASTER_SITES= http://www.daemon-systems.org/cvsync/ \
+ ftp://ftp.allbsd.org/pub/cvsync/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= hrs@FreeBSD.org
+COMMENT= A portable CVS repository synchronization utility
+
+USE_GMAKE= yes
+
+post-install:
+ @${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/samples/cvsync.conf ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/samples/cvsyncd.conf ${EXAMPLESDIR}
+
+.include <bsd.port.mk>
diff --git a/net/cvsync/distinfo b/net/cvsync/distinfo
new file mode 100644
index 000000000000..f6cac59e63d8
--- /dev/null
+++ b/net/cvsync/distinfo
@@ -0,0 +1 @@
+MD5 (cvsync-0.15.0.tgz) = 0cc13ff1410996d0d11d188ebbae866a
diff --git a/net/cvsync/pkg-descr b/net/cvsync/pkg-descr
new file mode 100644
index 000000000000..8f7231c4af3d
--- /dev/null
+++ b/net/cvsync/pkg-descr
@@ -0,0 +1,3 @@
+cvsync is a portable CVS repository synchronization utility,
+written in C and POSIX pthread library. This is very similar to
+CVSup but not compatible with it.
diff --git a/net/cvsync/pkg-plist b/net/cvsync/pkg-plist
new file mode 100644
index 000000000000..1def78107fca
--- /dev/null
+++ b/net/cvsync/pkg-plist
@@ -0,0 +1,9 @@
+@comment $FreeBSD$
+bin/cvscan
+bin/cvsync
+bin/cvsyncd
+bin/rcscan
+bin/rcscmp
+%%EXAMPLESDIR%%/cvsync.conf
+%%EXAMPLESDIR%%/cvsyncd.conf
+@dirrm %%EXAMPLESDIR%%