Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

11
sysutils/cvsreport/DESCR Normal file
View File

@@ -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.

View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:42:00 wiz Exp $
#
DISTNAME= cvsreport-0.3.5
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://download.gna.org/cvsreport/cvsreport.pkg/0.3.5/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://home.gna.org/cvsreport/
COMMENT= Message reports from CVS activity
LICENSE= gnu-gpl-v2
REPLACE_PERL+= cvsreport
USE_TOOLS+= perl:run
NO_BUILD= yes
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cvsreport ${DESTDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/cvsreport.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
.include "../../mk/bsd.pkg.mk"

3
sysutils/cvsreport/PLIST Normal file
View File

@@ -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

View File

@@ -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