initial import of cvsutils-0.2.0

--

CVS Utilities is a collection of scripts, mostly in the Perl language,
that allow you to manage the files in the CVS working directory.
You can tell which files are under version control and which are
not without even being online. You can erase or move away all derived
files in seconds.
This commit is contained in:
avsm 2003-05-13 10:41:50 +00:00
parent 1722e52450
commit d4e85c350b
4 changed files with 42 additions and 0 deletions

22
devel/cvsutils/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/13 10:41:50 avsm Exp $
COMMENT= "collection of useful CVS scripts"
V= 0.2.0
DISTNAME= cvsutils-${V}
CATEGORIES= devel
HOMEPAGE= http://www.red-bean.com/cvsutils/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
MASTER_SITES= ${HOMEPAGE}/releases/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
.include <bsd.port.mk>

3
devel/cvsutils/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (cvsutils-0.2.0.tar.gz) = ac51b24294cbaa5eff0590470869dff1
RMD160 (cvsutils-0.2.0.tar.gz) = 08b723582ca5f6b49e8397658b793b5d47cb5722
SHA1 (cvsutils-0.2.0.tar.gz) = d34f020242eb28f8fdac6e3fa36df14800b2b1ca

7
devel/cvsutils/pkg/DESCR Normal file
View File

@ -0,0 +1,7 @@
CVS Utilities is a collection of scripts, mostly in the Perl language,
that allow you to manage the files in the CVS working directory.
You can tell which files are under version control and which are
not without even being online. You can erase or move away all derived
files in seconds.
WWW: ${HOMEPAGE}

10
devel/cvsutils/pkg/PLIST Normal file
View File

@ -0,0 +1,10 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/05/13 10:41:50 avsm Exp $
bin/cvschroot
bin/cvsco
bin/cvsdiscard
bin/cvsdo
bin/cvspurge
bin/cvsrmadm
bin/cvstrim
bin/cvsu
man/man1/cvsutils.1