diff options
author | gehenna <gehenna@pkgsrc.org> | 2003-10-29 00:43:38 +0000 |
---|---|---|
committer | gehenna <gehenna@pkgsrc.org> | 2003-10-29 00:43:38 +0000 |
commit | d6c1b3656ea3ae547a0ee80d366f5cdf419ad488 (patch) | |
tree | 6bdefafeda08b4ba6c30738b2684d77c67c0837a /devel/cvsync | |
parent | a4b306129be0cee4281856e2f95d6c88b015fcdc (diff) | |
download | pkgsrc-d6c1b3656ea3ae547a0ee80d366f5cdf419ad488.tar.gz |
cvsync 0.24.9
Changes:
* New utility: cvsup2cvsync
This converts a scanfile from the CVSup(R) style to the cvsync style.
It is useful for mirror maintainers to distribute the CVS repositries
via both CVSup and CVSync protocols.
* Use poll() instead of select() if available. (server/client)
* New feature: refuse (client)
It provides the way to refuse to add/update/remove files or
directories.
Diffstat (limited to 'devel/cvsync')
-rw-r--r-- | devel/cvsync/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsync/PLIST | 4 | ||||
-rw-r--r-- | devel/cvsync/distinfo | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index 81636c5dc2e..e9133d48841 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2003/10/08 10:03:30 gehenna Exp $ +# $NetBSD: Makefile,v 1.53 2003/10/29 00:43:38 gehenna Exp $ # -DISTNAME= cvsync-0.24.8 +DISTNAME= cvsync-0.24.9 CATEGORIES= devel MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ diff --git a/devel/cvsync/PLIST b/devel/cvsync/PLIST index b2f4eaf9ba0..2c8cebea8e6 100644 --- a/devel/cvsync/PLIST +++ b/devel/cvsync/PLIST @@ -1,10 +1,12 @@ -@comment $NetBSD: PLIST,v 1.4 2003/09/09 17:48:37 gehenna Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/10/29 00:43:38 gehenna Exp $ bin/cvscan +bin/cvsup2cvsync bin/cvsync bin/cvsyncd bin/rcscan bin/rcscmp man/man1/cvscan.1 +man/man1/cvsup2cvsync.1 man/man1/cvsync.1 man/man1/cvsyncd.1 man/man1/rcscan.1 diff --git a/devel/cvsync/distinfo b/devel/cvsync/distinfo index 2b9f3e3f48e..efbc52ae551 100644 --- a/devel/cvsync/distinfo +++ b/devel/cvsync/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.50 2003/10/08 10:03:30 gehenna Exp $ +$NetBSD: distinfo,v 1.51 2003/10/29 00:43:38 gehenna Exp $ -SHA1 (cvsync-0.24.8.tar.gz) = 9ed18cfdc137cad90397f8dca0fc0d322b51a2ac -Size (cvsync-0.24.8.tar.gz) = 119274 bytes +SHA1 (cvsync-0.24.9.tar.gz) = a19028e2f5ec788b3e81a4e9e57616aba676f81c +Size (cvsync-0.24.9.tar.gz) = 127522 bytes |