diff options
author | tron <tron> | 1999-04-08 18:28:02 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-08 18:28:02 +0000 |
commit | 86c644fa9baeb8d8b93c37423e6e3054fe324b74 (patch) | |
tree | 658b5490067af846ca6c989d32ba7fe2d227b35a /devel/cvslock | |
parent | 6eb8c39af35166196a8b7027cefe282602d7fcb2 (diff) | |
download | pkgsrc-86c644fa9baeb8d8b93c37423e6e3054fe324b74.tar.gz |
New "cvslock" package:
safely manipulate and inspect CVS repositories
Diffstat (limited to 'devel/cvslock')
-rw-r--r-- | devel/cvslock/Makefile | 11 | ||||
-rw-r--r-- | devel/cvslock/files/md5 | 3 | ||||
-rw-r--r-- | devel/cvslock/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/cvslock/pkg/DESCR | 7 | ||||
-rw-r--r-- | devel/cvslock/pkg/PLIST | 3 |
5 files changed, 25 insertions, 0 deletions
diff --git a/devel/cvslock/Makefile b/devel/cvslock/Makefile new file mode 100644 index 00000000000..6cd366062bd --- /dev/null +++ b/devel/cvslock/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/04/08 18:28:02 tron Exp $ + +DISTNAME= cvslock-0.1 +CATEGORIES= devel +MASTER_SITES= ftp://riemann.iam.uni-bonn.de/pub/users/roessler/cvslock/ + +MAINTAINER= tron@netbsd.org + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/cvslock/files/md5 b/devel/cvslock/files/md5 new file mode 100644 index 00000000000..6178f876f92 --- /dev/null +++ b/devel/cvslock/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/04/08 18:28:03 tron Exp $ + +MD5 (cvslock-0.1.tar.gz) = 789010e822df01c85b656ced75ef46f5 diff --git a/devel/cvslock/pkg/COMMENT b/devel/cvslock/pkg/COMMENT new file mode 100644 index 00000000000..982f7fc0db3 --- /dev/null +++ b/devel/cvslock/pkg/COMMENT @@ -0,0 +1 @@ +safely manipulate and inspect CVS repositories diff --git a/devel/cvslock/pkg/DESCR b/devel/cvslock/pkg/DESCR new file mode 100644 index 00000000000..ea8364278d3 --- /dev/null +++ b/devel/cvslock/pkg/DESCR @@ -0,0 +1,7 @@ +The cvslock (1) program is used to safely manipulate and inspect CVS +repositories; to this end, it properly uses CVS' lock file mechanism. + +The primary application for which this program was created was +keeping several instances of the same CVS repository in synch; using +CVSup which apparently does a superior task at this was not an +option in my precise application. diff --git a/devel/cvslock/pkg/PLIST b/devel/cvslock/pkg/PLIST new file mode 100644 index 00000000000..71ce7d2446f --- /dev/null +++ b/devel/cvslock/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/04/08 18:28:03 tron Exp $ +bin/cvslock +man/man1/cvslock.1 |