1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to 1.3.0

PR:		ports/139790
Submitted by:	Andrej Zverev <az@freebsd.org>
This commit is contained in:
Lars Thegler 2009-10-25 17:38:32 +00:00
parent 0019aee0fc
commit fa75e3061f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243302
3 changed files with 10 additions and 7 deletions

View File

@ -5,8 +5,7 @@
# $FreeBSD$
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 @@ COMMENT= Read record-oriented files
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>=0:${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 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
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 <bsd.port.mk>

View File

@ -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

View File

@ -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