mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Perl module for accounting SVK repository
PR: ports/73489 Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
This commit is contained in:
parent
75de85f159
commit
484e1a2f1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127276
@ -900,6 +900,7 @@
|
||||
SUBDIR += p5-Locale-gettext
|
||||
SUBDIR += p5-Locale-libintl
|
||||
SUBDIR += p5-LockFile-Simple
|
||||
SUBDIR += p5-Log-Accounting-SVK
|
||||
SUBDIR += p5-Log-Agent
|
||||
SUBDIR += p5-Log-Agent-Logger
|
||||
SUBDIR += p5-Log-Dispatch
|
||||
|
26
devel/p5-Log-Accounting-SVK/Makefile
Normal file
26
devel/p5-Log-Accounting-SVK/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: devel/p5-Log-Accounting-SVK
|
||||
# Date created: 21 Oct 2004
|
||||
# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Log-Accounting-SVK
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/G/GU/GOD
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ychsiao@ychsiao.org
|
||||
COMMENT= Perl module for accounting SVK repository
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/SVK.pm:${PORTSDIR}/devel/svk \
|
||||
${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy \
|
||||
${SITE_PERL}/Algorithm/Accounting.pm:${PORTSDIR}/devel/p5-Algorithm-Accounting
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Log::Accounting::SVK.3
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Log-Accounting-SVK/distinfo
Normal file
2
devel/p5-Log-Accounting-SVK/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Log-Accounting-SVK-0.03.tar.gz) = 094e61abe18987d6a95cdbd394808f08
|
||||
SIZE (Log-Accounting-SVK-0.03.tar.gz) = 8770
|
11
devel/p5-Log-Accounting-SVK/pkg-descr
Normal file
11
devel/p5-Log-Accounting-SVK/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
This module make use of Algorithm::Accounting and SVK to do
|
||||
simple accounting of any SVK repository. The installed
|
||||
svn-accounting.pl script demostrate a simple use to this module,
|
||||
you may try:
|
||||
|
||||
svk-accounting.pl //
|
||||
|
||||
This will display all the contributions of developers under
|
||||
repository '//'. You may also specify depotpath like '//trunk/svk'.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Log-Accounting-SVK/
|
8
devel/p5-Log-Accounting-SVK/pkg-plist
Normal file
8
devel/p5-Log-Accounting-SVK/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/svk-accounting.pl
|
||||
%%SITE_PERL%%/Log/Accounting/SVK.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting/SVK/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting/SVK
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Log/Accounting 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Log 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITe_PERL%%/%%PERL_ARCH%%/auto/Log/Accounting 2>/dev/null ||true
|
||||
@unexec rmdir %D/%%SITe_PERL%%/%%PERL_ARCH%%/auto/Log 2>/dev/null ||true
|
Loading…
x
Reference in New Issue
Block a user