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:
parent
1722e52450
commit
d4e85c350b
22
devel/cvsutils/Makefile
Normal file
22
devel/cvsutils/Makefile
Normal 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
3
devel/cvsutils/distinfo
Normal 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
7
devel/cvsutils/pkg/DESCR
Normal 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
10
devel/cvsutils/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user