pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/cvsreport Imported cvsreport from pkgsrc-wip.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0feca0de03cf
branches: trunk
changeset: 502487:0feca0de03cf
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Nov 05 03:21:22 2005 +0000
description:
Imported cvsreport from pkgsrc-wip.
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.
diffstat:
sysutils/cvsreport/DESCR | 11 +++++++++++
sysutils/cvsreport/Makefile | 20 ++++++++++++++++++++
sysutils/cvsreport/PLIST | 3 +++
sysutils/cvsreport/distinfo | 5 +++++
4 files changed, 39 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r 8b03231e6d35 -r 0feca0de03cf sysutils/cvsreport/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cvsreport/DESCR Sat Nov 05 03:21:22 2005 +0000
@@ -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 -r 8b03231e6d35 -r 0feca0de03cf sysutils/cvsreport/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cvsreport/Makefile Sat Nov 05 03:21:22 2005 +0000
@@ -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@localhost
+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 -r 8b03231e6d35 -r 0feca0de03cf sysutils/cvsreport/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cvsreport/PLIST Sat Nov 05 03:21:22 2005 +0000
@@ -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 -r 8b03231e6d35 -r 0feca0de03cf sysutils/cvsreport/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cvsreport/distinfo Sat Nov 05 03:21:22 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index