diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cvsreport/DESCR | 11 | ||||
-rw-r--r-- | sysutils/cvsreport/Makefile | 20 | ||||
-rw-r--r-- | sysutils/cvsreport/PLIST | 3 | ||||
-rw-r--r-- | sysutils/cvsreport/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/cvsreport/DESCR b/sysutils/cvsreport/DESCR new file mode 100644 index 00000000000..fc94f0acfb5 --- /dev/null +++ b/sysutils/cvsreport/DESCR @@ -0,0 +1,11 @@ +CVSreport produces text or enhanced HTML activity reports from a local or +remote CVS repository. It can be used to extract activity information from +any time span, or to automatically generate reports and store/send them on +commit events. + +CVSreport can extract changesets from a CVS repository history. A changeset +is a set of commit operations (addition, removal, modification) which happen +along a single invocation of the cvs commit command. Used from client side, +it produces a report starting from an arbitrary date from a simple working +copy. On the server side, it can automatically generate reports and mail +them upon commit. diff --git a/sysutils/cvsreport/Makefile b/sysutils/cvsreport/Makefile new file mode 100644 index 00000000000..ccbf91aa121 --- /dev/null +++ b/sysutils/cvsreport/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/05 03:21:22 rillig Exp $ +# + +DISTNAME= cvsreport-0.3.5 +CATEGORIES= sysutils +MASTER_SITES= http://download.gna.org/cvsreport/cvsreport.pkg/0.3.5/ + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://home.gna.org/report/ +COMMENT= Message reports from CVS activity + +REPLACE_PERL+= cvsreport +USE_TOOLS+= perl:run +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/cvsreport ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/cvsreport.1 ${PREFIX}/man/man1/ + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/cvsreport/PLIST b/sysutils/cvsreport/PLIST new file mode 100644 index 00000000000..6153b7dbb77 --- /dev/null +++ b/sysutils/cvsreport/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/05 03:21:22 rillig Exp $ +bin/cvsreport +man/man1/cvsreport.1 diff --git a/sysutils/cvsreport/distinfo b/sysutils/cvsreport/distinfo new file mode 100644 index 00000000000..bf8ff407d00 --- /dev/null +++ b/sysutils/cvsreport/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/05 03:21:22 rillig Exp $ + +SHA1 (cvsreport-0.3.5.tar.gz) = 6671ade652edea945a898519095342295ebd7ed4 +RMD160 (cvsreport-0.3.5.tar.gz) = b06e8fc2ebea586223b763454ab3f76a1301288f +Size (cvsreport-0.3.5.tar.gz) = 38194 bytes |