pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cvsync cvsync 0.24.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/552d17fc1a24
branches:  trunk
changeset: 463110:552d17fc1a24
user:      gehenna <gehenna%pkgsrc.org@localhost>
date:      Wed Oct 29 00:43:38 2003 +0000

description:
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:

 devel/cvsync/Makefile |  4 ++--
 devel/cvsync/PLIST    |  4 +++-
 devel/cvsync/distinfo |  6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r 83eeb24b4f6d -r 552d17fc1a24 devel/cvsync/Makefile
--- a/devel/cvsync/Makefile     Tue Oct 28 23:22:54 2003 +0000
+++ b/devel/cvsync/Makefile     Wed Oct 29 00:43:38 2003 +0000
@@ -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 -r 83eeb24b4f6d -r 552d17fc1a24 devel/cvsync/PLIST
--- a/devel/cvsync/PLIST        Tue Oct 28 23:22:54 2003 +0000
+++ b/devel/cvsync/PLIST        Wed Oct 29 00:43:38 2003 +0000
@@ -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 -r 83eeb24b4f6d -r 552d17fc1a24 devel/cvsync/distinfo
--- a/devel/cvsync/distinfo     Tue Oct 28 23:22:54 2003 +0000
+++ b/devel/cvsync/distinfo     Wed Oct 29 00:43:38 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index