cvs commit: ports/devel Makefile ports/devel/cvsnt Makefile
distinfo pkg-descr pkg-plist ports/devel/cvsnt/files
patch-configure patch-configure.in patch-lib-getopt.h
patch-lockservice-server.cpp ...
Max Khon
fjoe at FreeBSD.org
Sun Jan 25 07:27:26 PST 2004
fjoe 2004/01/25 07:27:24 PST
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/cvsnt Makefile distinfo pkg-descr pkg-plist
devel/cvsnt/files patch-configure patch-configure.in
patch-lib-getopt.h patch-lib-regex.h
patch-lockservice-LockParse.cpp
patch-lockservice-server.cpp
patch-rcs-common.cpp patch-src-cvs.h
patch-src-server.h patch-src-subr.c
Log:
New port: cvsnt.
CVSNT is a CVS clone. CVSNT features are:
* Merge tracking via MergePoint attribute.
* Support for :sspi: and :sserver: authentication.
* Branch ACLs can be used to restrict access.
* Directory browsing via cvs ls command.
* LockServer on a second port replaces filesystem-based locks &
provides file level locking.
* More sophisticated / extra triggers available e.g. postcommit.
* Supports Unicode files with additional keyword expansion switches.
* Atomic Checkout behaviour ensures you get the right version of every file.
* Efficient storage of binary files using binary deltas.
Revision Changes Path
1.1422 +1 -0 ports/devel/Makefile
1.1 +27 -0 ports/devel/cvsnt/Makefile (new)
1.1 +1 -0 ports/devel/cvsnt/distinfo (new)
1.1 +29 -0 ports/devel/cvsnt/files/patch-configure (new)
1.1 +11 -0 ports/devel/cvsnt/files/patch-configure.in (new)
1.1 +11 -0 ports/devel/cvsnt/files/patch-lib-getopt.h (new)
1.1 +13 -0 ports/devel/cvsnt/files/patch-lib-regex.h (new)
1.1 +10 -0 ports/devel/cvsnt/files/patch-lockservice-LockParse.cpp (new)
1.1 +13 -0 ports/devel/cvsnt/files/patch-lockservice-server.cpp (new)
1.1 +8 -0 ports/devel/cvsnt/files/patch-rcs-common.cpp (new)
1.1 +21 -0 ports/devel/cvsnt/files/patch-src-cvs.h (new)
1.1 +17 -0 ports/devel/cvsnt/files/patch-src-server.h (new)
1.1 +10 -0 ports/devel/cvsnt/files/patch-src-subr.c (new)
1.1 +14 -0 ports/devel/cvsnt/pkg-descr (new)
1.1 +42 -0 ports/devel/cvsnt/pkg-plist (new)
More information about the cvs-all
mailing list