From 126169395779decd49829d954ab7a6df1e82305a Mon Sep 17 00:00:00 2001 From: gehenna Date: Tue, 1 Apr 2003 08:43:12 +0000 Subject: [PATCH] cvsync-0.18.0 ChangeLog: 2003-04-01 MAEKAWA Masahide * 0.18.0 * Implement a new keyword 'super', which allows to define sub-collections of a collection. For example: collection { name netbsd release rcs prefix /cvsroot ... } collection { name netbsd-pkgsrc release rcs prefix /cvsroot/pkgsrc super netbsd } For the collection `netbsd-pkgsrc', a client gets only /cvsroot/pkgsrc part of the whole of NetBSD CVS repository (/cvsroot). When `super' is specified as shown above, 'nofollow' and 'umask' of the collection `netbsd-pkgsrc' with `super' are inherited from the collection `netbsd'. When a scanfile is also specified in the collection `netbsd', the collection `netbsd-pkgsrc' employs the corresponding entries in the parent's scanfile. Thus, using `super' keyword, only a scanfile for the top of sub-collections is needed to use the scanfile functionality when sub-collections of a collection are defined. It makes the use of a scanfile more efficient. 'super' can be specified recursively (i.e. a sub-collection can be the parent of another sub-collection). (Thanks hrs AT FreeBSD DOT org) --- devel/cvsync/Makefile | 4 ++-- devel/cvsync/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index a36f6f1d7472..f31a5d64f977 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2003/03/30 23:40:52 gehenna Exp $ +# $NetBSD: Makefile,v 1.18 2003/04/01 08:43:12 gehenna Exp $ # -DISTNAME= cvsync-0.17.2 +DISTNAME= cvsync-0.18.0 CATEGORIES= devel MASTER_SITES= http://www.daemon-systems.org/cvsync/ EXTRACT_SUFX= .tgz diff --git a/devel/cvsync/distinfo b/devel/cvsync/distinfo index 026fba5fd4d5..fb14521887dc 100644 --- a/devel/cvsync/distinfo +++ b/devel/cvsync/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2003/03/30 23:40:52 gehenna Exp $ +$NetBSD: distinfo,v 1.15 2003/04/01 08:43:12 gehenna Exp $ -SHA1 (cvsync-0.17.2.tgz) = 7d4e4498a8c4373174ce426c06bbf7f30a461627 -Size (cvsync-0.17.2.tgz) = 76101 bytes +SHA1 (cvsync-0.18.0.tgz) = 769e3bb9ad40202e5dc1468395615861075336df +Size (cvsync-0.18.0.tgz) = 78037 bytes