summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormartin <martin>2003-03-06 09:08:30 +0000
committermartin <martin>2003-03-06 09:08:30 +0000
commit6b4ae379b28dcf1ac57821e9451c7bcbbcde6c03 (patch)
tree82dec725a5bb8c6541c34b2500c37be90c9cf20f /devel
parent438b657ec84814ea3e70f36ca2573562232ea90d (diff)
downloadpkgsrc-6b4ae379b28dcf1ac57821e9451c7bcbbcde6c03.tar.gz
Import of cvsync 0.14, a portable cvs repository syncer (client and server),
similar, but not compatible with, to CVSup(tm).
Diffstat (limited to 'devel')
-rw-r--r--devel/cvsync/DESCR3
-rw-r--r--devel/cvsync/Makefile17
-rw-r--r--devel/cvsync/PLIST6
-rw-r--r--devel/cvsync/distinfo7
-rw-r--r--devel/cvsync/patches/patch-aa12
-rw-r--r--devel/cvsync/patches/patch-ab12
-rw-r--r--devel/cvsync/patches/patch-ac12
7 files changed, 69 insertions, 0 deletions
diff --git a/devel/cvsync/DESCR b/devel/cvsync/DESCR
new file mode 100644
index 00000000000..4420a13cb4c
--- /dev/null
+++ b/devel/cvsync/DESCR
@@ -0,0 +1,3 @@
+A CVS repository syncer (client and server), written in portable C.
+
+It is similar to cvsup, but not compatible with it.
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile
new file mode 100644
index 00000000000..959ae922220
--- /dev/null
+++ b/devel/cvsync/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/03/06 09:08:30 martin Exp $
+#
+
+DISTNAME= cvsync-0.14.0
+CATEGORIES= devel
+MASTER_SITES= http://www.daemon-systems.org/cvsync/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@NetBSD.ORG
+HOMEPAGE= http://www.daemon-systems.org/cvsync/
+COMMENT= a portable incremental cvs repository syncer
+
+WRKSRC= ${WRKDIR}/cvsync-0.14.0
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/cvsync/PLIST b/devel/cvsync/PLIST
new file mode 100644
index 00000000000..6c016ce495c
--- /dev/null
+++ b/devel/cvsync/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/06 09:08:30 martin Exp $
+bin/cvscan
+bin/cvsync
+bin/cvsyncd
+bin/rcscan
+bin/rcscmp
diff --git a/devel/cvsync/distinfo b/devel/cvsync/distinfo
new file mode 100644
index 00000000000..fab179fb153
--- /dev/null
+++ b/devel/cvsync/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/03/06 09:08:30 martin Exp $
+
+SHA1 (cvsync-0.14.0.tgz) = 426fcc2d42b342bddc467ca48f7153ca32383820
+Size (cvsync-0.14.0.tgz) = 64239 bytes
+SHA1 (patch-aa) = 5ffb0c1103a746bf745076101e88178f09afe411
+SHA1 (patch-ab) = 61d3e0aa64a1fa7e937a1c36f5217d3ee683aada
+SHA1 (patch-ac) = b8897a183059c8f8ecf85b68d83afd3e233e4ab5
diff --git a/devel/cvsync/patches/patch-aa b/devel/cvsync/patches/patch-aa
new file mode 100644
index 00000000000..728a507513d
--- /dev/null
+++ b/devel/cvsync/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/03/06 09:08:30 martin Exp $
+
+--- common/scanfile.c.orig 2003-03-06 09:55:22.000000000 +0100
++++ common/scanfile.c 2003-03-06 09:55:35.000000000 +0100
+@@ -31,6 +31,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <string.h>
+
+ #include <limits.h>
+ #include <unistd.h>
diff --git a/devel/cvsync/patches/patch-ab b/devel/cvsync/patches/patch-ab
new file mode 100644
index 00000000000..544efd912e6
--- /dev/null
+++ b/devel/cvsync/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1.1.1 2003/03/06 09:08:30 martin Exp $
+
+--- common/dirscan_rcs_scanfile.c.orig 2003-03-06 09:57:09.000000000 +0100
++++ common/dirscan_rcs_scanfile.c 2003-03-06 09:57:29.000000000 +0100
+@@ -28,6 +28,7 @@
+ */
+
+ #include <stdlib.h>
++#include <string.h>
+
+ #include <limits.h>
+ #include <pthread.h>
diff --git a/devel/cvsync/patches/patch-ac b/devel/cvsync/patches/patch-ac
new file mode 100644
index 00000000000..668e1d3cf1f
--- /dev/null
+++ b/devel/cvsync/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1.1.1 2003/03/06 09:08:30 martin Exp $
+
+--- cvscan/cvscan_rcs.c.orig 2003-03-06 09:56:12.000000000 +0100
++++ cvscan/cvscan_rcs.c 2003-03-06 09:56:26.000000000 +0100
+@@ -30,6 +30,7 @@
+ #include <sys/stat.h>
+
+ #include <stdio.h>
++#include <string.h>
+
+ #include <inttypes.h>
+ #include <limits.h>