Index: p5-Text-RecordParser/Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Text-RecordParser/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- p5-Text-RecordParser/Makefile 17 Apr 2008 14:29:09 -0000 1.17 +++ p5-Text-RecordParser/Makefile 20 Oct 2009 07:00:53 -0000 @@ -5,8 +5,7 @@ # $FreeBSD: ports/textproc/p5-Text-RecordParser/Makefile,v 1.17 2008/04/17 14:29:09 araujo Exp $ PORTNAME= Text-RecordParser -PORTVERSION= 1.2.1 -DISTVERSIONPREFIX= v +PORTVERSION= 1.3.0 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +15,7 @@ BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \ ${SITE_PERL}/Text/TabularDisplay.pm:${PORTSDIR}/textproc/p5-Text-TabularDisplay \ + p5-Class-Accessor:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-version>=0:${PORTSDIR}/devel/p5-version @@ -23,8 +23,9 @@ PERL_MODBUILD= 5.8.0+ -MAN1= tablify.1 tabmerge.1 +MAN1= tablify.1 tabmerge.1 tab2graph.1 MAN3= Text::RecordParser.3 \ - Text::RecordParser::Tab.3 + Text::RecordParser::Tab.3 \ + Text::RecordParser::Object.3 .include Index: p5-Text-RecordParser/distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Text-RecordParser/distinfo,v retrieving revision 1.12 diff -u -r1.12 distinfo --- p5-Text-RecordParser/distinfo 14 Jun 2006 09:54:48 -0000 1.12 +++ p5-Text-RecordParser/distinfo 20 Oct 2009 07:00:53 -0000 @@ -1,3 +1,3 @@ -MD5 (Text-RecordParser-v1.2.1.tar.gz) = 65c2a85a2ed2a9bc791d377954bd5a44 -SHA256 (Text-RecordParser-v1.2.1.tar.gz) = ba4075a4493b196eaddfa7a9425e9edfa794e7eadbeb3c75eb18bb04f2c0b19c -SIZE (Text-RecordParser-v1.2.1.tar.gz) = 26279 +MD5 (Text-RecordParser-1.3.0.tar.gz) = f4dac25c75c9bd14fe0256f83546a7b2 +SHA256 (Text-RecordParser-1.3.0.tar.gz) = 07b1ecec05bc00050334c2c41099f9e3d6c34347822980cae1ad204663fdcb55 +SIZE (Text-RecordParser-1.3.0.tar.gz) = 29989 Index: p5-Text-RecordParser/pkg-plist =================================================================== RCS file: /home/pcvs/ports/textproc/p5-Text-RecordParser/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- p5-Text-RecordParser/pkg-plist 22 Jan 2006 02:54:41 -0000 1.5 +++ p5-Text-RecordParser/pkg-plist 20 Oct 2009 07:00:53 -0000 @@ -1,6 +1,8 @@ bin/tablify +bin/tab2graph bin/tabmerge %%SITE_PERL%%/Text/RecordParser.pm %%SITE_PERL%%/Text/RecordParser/Tab.pm +%%SITE_PERL%%/Text/RecordParser/Object.pm @dirrm %%SITE_PERL%%/Text/RecordParser @dirrmtry %%SITE_PERL%%/Text