From 9514c0cc3b199bdbe7ba7b20be83d28b33ba7529 Mon Sep 17 00:00:00 2001 From: avsm Date: Thu, 22 Sep 2005 13:21:05 +0000 Subject: [PATCH] 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. --- devel/cvsps/Makefile | 24 ++++++++++++++++++++++++ devel/cvsps/distinfo | 4 ++++ devel/cvsps/pkg/DESCR | 7 +++++++ devel/cvsps/pkg/PLIST | 3 +++ 4 files changed, 38 insertions(+) create mode 100644 devel/cvsps/Makefile create mode 100644 devel/cvsps/distinfo create mode 100644 devel/cvsps/pkg/DESCR create mode 100644 devel/cvsps/pkg/PLIST diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile new file mode 100644 index 00000000000..0e6903d056d --- /dev/null +++ b/devel/cvsps/Makefile @@ -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 diff --git a/devel/cvsps/distinfo b/devel/cvsps/distinfo new file mode 100644 index 00000000000..28dc5371246 --- /dev/null +++ b/devel/cvsps/distinfo @@ -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 diff --git a/devel/cvsps/pkg/DESCR b/devel/cvsps/pkg/DESCR new file mode 100644 index 00000000000..4fe997d1ec7 --- /dev/null +++ b/devel/cvsps/pkg/DESCR @@ -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. diff --git a/devel/cvsps/pkg/PLIST b/devel/cvsps/pkg/PLIST new file mode 100644 index 00000000000..d468e2842e5 --- /dev/null +++ b/devel/cvsps/pkg/PLIST @@ -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