diff options
author | clsung <clsung@FreeBSD.org> | 2006-06-28 10:50:38 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-06-28 10:50:38 +0800 |
commit | 38b7d929ba210809c8229e3b882edfd97042687c (patch) | |
tree | 112f2bce5adecb33031c5a7c39a5e8c6ef7ae22b /devel/p5-Log-Accounting-SVN | |
parent | 790f9043c678a06bddc5e329a6950aa94dc36d89 (diff) | |
download | freebsd-ports-gnome-38b7d929ba210809c8229e3b882edfd97042687c.tar.gz freebsd-ports-gnome-38b7d929ba210809c8229e3b882edfd97042687c.tar.zst freebsd-ports-gnome-38b7d929ba210809c8229e3b882edfd97042687c.zip |
Add p5-Log-Accounting-SVN 0.01, perl module for accounting SVN
repository.
PR: ports/99525
Submitted by: Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
Diffstat (limited to 'devel/p5-Log-Accounting-SVN')
-rw-r--r-- | devel/p5-Log-Accounting-SVN/Makefile | 34 | ||||
-rw-r--r-- | devel/p5-Log-Accounting-SVN/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Log-Accounting-SVN/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-Log-Accounting-SVN/pkg-plist | 8 |
4 files changed, 54 insertions, 0 deletions
diff --git a/devel/p5-Log-Accounting-SVN/Makefile b/devel/p5-Log-Accounting-SVN/Makefile new file mode 100644 index 000000000000..32ab714bfd58 --- /dev/null +++ b/devel/p5-Log-Accounting-SVN/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Log-Accounting-SVN +# Date created: 2006-06-26 +# Whom: Yuan-Chung Hsiao & <ychsiao@ychsiao.org> +# +# $FreeBSD$ +# + +PORTNAME= Log-Accounting-SVN +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Log +PKGNAMEPREFIX= p5- + +MAINTAINER= ychsiao@ychsiao.org +COMMENT= Perl module for accounting SVN repository + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \ + p5-SVN-Log>=0:${PORTSDIR}/devel/p5-SVN-Log \ + p5-Algorithm-Accounting>=0:${PORTSDIR}/devel/p5-Algorithm-Accounting \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Log::Accounting::SVN.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= currently requires at least Perl 5.8. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-Log-Accounting-SVN/distinfo b/devel/p5-Log-Accounting-SVN/distinfo new file mode 100644 index 000000000000..1d7fa1272d81 --- /dev/null +++ b/devel/p5-Log-Accounting-SVN/distinfo @@ -0,0 +1,3 @@ +MD5 (Log-Accounting-SVN-0.01.tar.gz) = 1d2cf4f010482ee714b6cd1d50f52ecf +SHA256 (Log-Accounting-SVN-0.01.tar.gz) = 2d5c8638734447cbbeadedf7adb7064121566e42b2b6d904162247f4755c6fd7 +SIZE (Log-Accounting-SVN-0.01.tar.gz) = 8293 diff --git a/devel/p5-Log-Accounting-SVN/pkg-descr b/devel/p5-Log-Accounting-SVN/pkg-descr new file mode 100644 index 000000000000..9800384d87b1 --- /dev/null +++ b/devel/p5-Log-Accounting-SVN/pkg-descr @@ -0,0 +1,9 @@ +This module make use of Algorithm::Accounting and SVN::Log to do +simple accounting of any subversion repository (not necessarily +local, as long as you can do "svn log" to). The installed +svn-accounting.pl script demostrate a simple use to this module, +you may try: + + svn-accounting.pl http://svn.collab.net/repos/svn/ + +WWW: http://search.cpan.org/dist/Log-Accounting-SVN/ diff --git a/devel/p5-Log-Accounting-SVN/pkg-plist b/devel/p5-Log-Accounting-SVN/pkg-plist new file mode 100644 index 000000000000..40a499fcefba --- /dev/null +++ b/devel/p5-Log-Accounting-SVN/pkg-plist @@ -0,0 +1,8 @@ +bin/svn-accounting.pl +%%SITE_PERL%%/Log/Accounting/SVN.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting/SVN/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting/SVN +@dirrmtry %%SITE_PERL%%/Log/Accounting +@dirrmtry %%SITE_PERL%%/Log +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log |