How-To-Repeat: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-Algorithm-Accounting/ # p5-Algorithm-Accounting/Makefile # p5-Algorithm-Accounting/distinfo # p5-Algorithm-Accounting/pkg-descr # p5-Algorithm-Accounting/pkg-plist # echo c - p5-Algorithm-Accounting/ mkdir -p p5-Algorithm-Accounting/ > /dev/null 2>&1 echo x - p5-Algorithm-Accounting/Makefile sed 's/^X//' >p5-Algorithm-Accounting/Makefile << 'END-of-p5-Algorithm-Accounting/Makefile' X# New ports collection makefile for: devel/p5-Algorithm-Accounting X# Date created: 25 Oct 2004 X# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> X# X# $FreeBSD$ X# X XPORTNAME= Algorithm-Accounting XPORTVERSION= 0.05 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/G/GU/GOD XPKGNAMEPREFIX= p5- X XMAINTAINER= ychsiao@ychsiao.idv.tw XCOMMENT= Generate accounting statistic for general logs X XBUILD_DEPENDS= ${SITE_PERL}/Spiffy.pm:${PORTSDIR}/devel/p5-Spiffy \ X ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \ X ${SITE_PERL}/Array/Compare.pm:${PORTSDIR}/misc/p5-Array-Compare \ X ${SITE_PERL}/Array/Iterator/Reusable.pm:${PORTSDIR}/devel/p5-Array-Iterator \ X ${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone \ X ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN3= Algorithm::Accounting.3 X X.include <bsd.port.mk> END-of-p5-Algorithm-Accounting/Makefile echo x - p5-Algorithm-Accounting/distinfo sed 's/^X//' >p5-Algorithm-Accounting/distinfo << 'END-of-p5-Algorithm-Accounting/distinfo' XMD5 (Algorithm-Accounting-0.05.tar.gz) = f33ab7b352fcfd491346befffe5b8556 XSIZE (Algorithm-Accounting-0.05.tar.gz) = 10576 END-of-p5-Algorithm-Accounting/distinfo echo x - p5-Algorithm-Accounting/pkg-descr sed 's/^X//' >p5-Algorithm-Accounting/pkg-descr << 'END-of-p5-Algorithm-Accounting/pkg-descr' XAlgorithm::Diff is a perl module that provides an interface to compute Xthe difference between two files, two strings, or any other two lists Xof things. It uses an intelligent algorithm similar/identical to the Xone used by classical Unix diff(1). It is guaranteed to find the X*smallest possible* set of differences. X XWWW: http://search.cpan.org/search?dist=Algorithm-Diff XAuthor: Ned Konz <perl@bike-nomad.com> X X--will END-of-p5-Algorithm-Accounting/pkg-descr echo x - p5-Algorithm-Accounting/pkg-plist sed 's/^X//' >p5-Algorithm-Accounting/pkg-plist << 'END-of-p5-Algorithm-Accounting/pkg-plist' X%%SITE_PERL%%/Algorithm/Accounting.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Accounting/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Accounting X@unexec rmdir %D/%%SITE_PERL%%/Algorithm/Accounting 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Accounting 2>/dev/null || true END-of-p5-Algorithm-Accounting/pkg-plist exit
Responsible Changed From-To: freebsd-ports-bugs->clsung Take.
State Changed From-To: open->closed Committed, also rewrite pkg-descr, please remember to check pkg-descr before submitting :)