From 38b7d929ba210809c8229e3b882edfd97042687c Mon Sep 17 00:00:00 2001 From: clsung Date: Wed, 28 Jun 2006 02:50:38 +0000 Subject: Add p5-Log-Accounting-SVN 0.01, perl module for accounting SVN repository. PR: ports/99525 Submitted by: Yuan-Chung Hsiao & --- devel/p5-Log-Accounting-SVN/Makefile | 34 ++++++++++++++++++++++++++++++++++ devel/p5-Log-Accounting-SVN/distinfo | 3 +++ devel/p5-Log-Accounting-SVN/pkg-descr | 9 +++++++++ devel/p5-Log-Accounting-SVN/pkg-plist | 8 ++++++++ 4 files changed, 54 insertions(+) create mode 100644 devel/p5-Log-Accounting-SVN/Makefile create mode 100644 devel/p5-Log-Accounting-SVN/distinfo create mode 100644 devel/p5-Log-Accounting-SVN/pkg-descr create mode 100644 devel/p5-Log-Accounting-SVN/pkg-plist (limited to 'devel/p5-Log-Accounting-SVN') 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 & +# +# $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 + +.if ${PERL_LEVEL} < 500800 +IGNORE= currently requires at least Perl 5.8. Please install lang/perl5.8 and try again +.endif + +.include 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 -- cgit