initial import of cvsps-2.1
-- CVSps is a program for generating 'patchset' information from a CVS repository. A patchset in this case is defined as a set of changes made to a collection of files, and all committed at the same time (using a single 'cvs commit' command). This information is valuable to seeing the big picture of the evolution of a cvs project. While cvs tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository.
This commit is contained in:
parent
e6f1da782b
commit
9514c0cc3b
24
devel/cvsps/Makefile
Normal file
24
devel/cvsps/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/09/22 13:21:05 avsm Exp $
|
||||
|
||||
COMMENT= "generate patchsets from CVS repositories"
|
||||
|
||||
V= 2.1
|
||||
DISTNAME= cvsps-${V}
|
||||
CATEGORIES= devel
|
||||
HOMEPAGE= http://www.cobite.com/cvsps/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c z
|
||||
MASTER_SITES= http://www.cobite.com/cvsps/
|
||||
USE_GMAKE= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/cvsps ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKBUILD}/cvsps.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/cvsps/distinfo
Normal file
4
devel/cvsps/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (cvsps-2.1.tar.gz) = bde2110ed9f5d14de8f8cb04e9d596fe
|
||||
RMD160 (cvsps-2.1.tar.gz) = a3063f638fbf1136761549658432d5842e4a766f
|
||||
SHA1 (cvsps-2.1.tar.gz) = a53a62b121e7b86e07a393bcb8aa4f0492a747c4
|
||||
SIZE (cvsps-2.1.tar.gz) = 61634
|
7
devel/cvsps/pkg/DESCR
Normal file
7
devel/cvsps/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
CVSps is a program for generating 'patchset' information from a CVS
|
||||
repository. A patchset in this case is defined as a set of changes
|
||||
made to a collection of files, and all committed at the same time
|
||||
(using a single 'cvs commit' command). This information is valuable
|
||||
to seeing the big picture of the evolution of a cvs project. While
|
||||
cvs tracks revision information, it is often difficult to see what
|
||||
changes were committed 'atomically' to the repository.
|
3
devel/cvsps/pkg/PLIST
Normal file
3
devel/cvsps/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/22 13:21:05 avsm Exp $
|
||||
bin/cvsps
|
||||
@man man/man1/cvsps.1
|
Loading…
Reference in New Issue
Block a user