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.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fcaec47b331
branches:  trunk
changeset: 461041:8fcaec47b331
user:      gehenna <gehenna%pkgsrc.org@localhost>
date:      Tue Sep 09 17:48:37 2003 +0000

description:
cvsync 0.24.6

Changes:
        * New feature: specify configurations in command line. (client)

          URI Syntax:
                cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]]

          Samples:
                cvsync://some.where/
                        Retrieves the collections list.
                cvsync://some.where/foo/rcs/?prefix=/localsrc
                        Retrieves the collection foo/rcs under /localsrc.

          The documentation is not prepared yet.

        * Fix a bug to fail to execute in background when use an option -p
          to specify a file name to store a PID number and it is a relative
          path. (server)

        * Add samples to distribute NetBSD/OpenBSD CVS repositories.

diffstat:

 devel/cvsync/PLIST |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2730de3f11bf -r 8fcaec47b331 devel/cvsync/PLIST
--- a/devel/cvsync/PLIST        Tue Sep 09 17:47:23 2003 +0000
+++ b/devel/cvsync/PLIST        Tue Sep 09 17:48:37 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/04/20 12:58:49 gehenna Exp $
+@comment $NetBSD: PLIST,v 1.4 2003/09/09 17:48:37 gehenna Exp $
 bin/cvscan
 bin/cvsync
 bin/cvsyncd
@@ -10,5 +10,7 @@
 man/man1/rcscan.1
 man/man1/rcscmp.1
 share/examples/cvsync/cvsync.conf
+share/examples/cvsync/cvsyncd-NetBSD.conf
+share/examples/cvsync/cvsyncd-OpenBSD.conf
 share/examples/cvsync/cvsyncd.conf
 @dirrm share/examples/cvsync



Home | Main Index | Thread Index | Old Index