View | Details | Raw Unified | Return to bug 139790
Collapse All | Expand All

(-)p5-Text-RecordParser/Makefile (-4 / +5 lines)
Lines 5-12 Link Here
5
# $FreeBSD: ports/textproc/p5-Text-RecordParser/Makefile,v 1.17 2008/04/17 14:29:09 araujo Exp $
5
# $FreeBSD: ports/textproc/p5-Text-RecordParser/Makefile,v 1.17 2008/04/17 14:29:09 araujo Exp $
6
6
7
PORTNAME=	Text-RecordParser
7
PORTNAME=	Text-RecordParser
8
PORTVERSION=	1.2.1
8
PORTVERSION=	1.3.0
9
DISTVERSIONPREFIX=	v
10
CATEGORIES=	textproc perl5
9
CATEGORIES=	textproc perl5
11
MASTER_SITES=	CPAN
10
MASTER_SITES=	CPAN
12
PKGNAMEPREFIX=	p5-
11
PKGNAMEPREFIX=	p5-
Lines 16-21 Link Here
16
15
17
BUILD_DEPENDS=	${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
16
BUILD_DEPENDS=	${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
18
		${SITE_PERL}/Text/TabularDisplay.pm:${PORTSDIR}/textproc/p5-Text-TabularDisplay \
17
		${SITE_PERL}/Text/TabularDisplay.pm:${PORTSDIR}/textproc/p5-Text-TabularDisplay \
18
		p5-Class-Accessor:${PORTSDIR}/devel/p5-Class-Accessor \
19
		p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
19
		p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
20
		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
20
		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
21
		p5-version>=0:${PORTSDIR}/devel/p5-version
21
		p5-version>=0:${PORTSDIR}/devel/p5-version
Lines 23-30 Link Here
23
23
24
PERL_MODBUILD=	5.8.0+
24
PERL_MODBUILD=	5.8.0+
25
25
26
MAN1=		tablify.1 tabmerge.1
26
MAN1=		tablify.1 tabmerge.1 tab2graph.1
27
MAN3=		Text::RecordParser.3 \
27
MAN3=		Text::RecordParser.3 \
28
		Text::RecordParser::Tab.3
28
		Text::RecordParser::Tab.3 \
29
		Text::RecordParser::Object.3
29
30
30
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)p5-Text-RecordParser/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Text-RecordParser-v1.2.1.tar.gz) = 65c2a85a2ed2a9bc791d377954bd5a44
1
MD5 (Text-RecordParser-1.3.0.tar.gz) = f4dac25c75c9bd14fe0256f83546a7b2
2
SHA256 (Text-RecordParser-v1.2.1.tar.gz) = ba4075a4493b196eaddfa7a9425e9edfa794e7eadbeb3c75eb18bb04f2c0b19c
2
SHA256 (Text-RecordParser-1.3.0.tar.gz) = 07b1ecec05bc00050334c2c41099f9e3d6c34347822980cae1ad204663fdcb55
3
SIZE (Text-RecordParser-v1.2.1.tar.gz) = 26279
3
SIZE (Text-RecordParser-1.3.0.tar.gz) = 29989
(-)p5-Text-RecordParser/pkg-plist (+2 lines)
Lines 1-6 Link Here
1
bin/tablify
1
bin/tablify
2
bin/tab2graph
2
bin/tabmerge
3
bin/tabmerge
3
%%SITE_PERL%%/Text/RecordParser.pm
4
%%SITE_PERL%%/Text/RecordParser.pm
4
%%SITE_PERL%%/Text/RecordParser/Tab.pm
5
%%SITE_PERL%%/Text/RecordParser/Tab.pm
6
%%SITE_PERL%%/Text/RecordParser/Object.pm
5
@dirrm %%SITE_PERL%%/Text/RecordParser
7
@dirrm %%SITE_PERL%%/Text/RecordParser
6
@dirrmtry %%SITE_PERL%%/Text
8
@dirrmtry %%SITE_PERL%%/Text

Return to bug 139790