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

(-)Makefile (-8 / +13 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	Imager-Graph
8
PORTNAME=	Imager-Graph
9
PORTVERSION=	0.07
9
PORTVERSION=	0.09
10
PORTREVISION=	3
11
CATEGORIES=	graphics perl5
10
CATEGORIES=	graphics perl5
12
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
13
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 15-28 Link Here
15
MAINTAINER=	ychsiao@ychsiao.org
14
MAINTAINER=	ychsiao@ychsiao.org
16
COMMENT=	Perl extension for producing Graphs using the Imager library
15
COMMENT=	Perl extension for producing Graphs using the Imager library
17
16
18
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager
17
BUILD_DEPENDS=	p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager
19
RUN_DEPENDS=	${BUILD_DEPENDS}
18
RUN_DEPENDS=	p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager
20
19
21
PERL_CONFIGURE=	yes
20
PERL_CONFIGURE=	yes
22
21
23
MAN3=	Imager::Graph.3 Imager::Graph::Bar.3 Imager::Graph::Column.3 \
22
MAN3=		Imager::Graph.3 \
24
	Imager::Graph::Horizontal.3 Imager::Graph::Line.3 \
23
		Imager::Graph::Area.3 \
25
	Imager::Graph::Pie.3 Imager::Graph::StackedColumn.3 \
24
		Imager::Graph::Bar.3 \
26
	Imager::Graph::Util.3 Imager::Graph::Vertical.3
25
		Imager::Graph::Column.3 \
26
		Imager::Graph::Horizontal.3 \
27
		Imager::Graph::Line.3 \
28
		Imager::Graph::Pie.3 \
29
		Imager::Graph::StackedColumn.3 \
30
		Imager::Graph::Util.3 \
31
		Imager::Graph::Vertical.3
27
32
28
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (Imager-Graph-0.07.tar.gz) = 0a04fae1536287158bacc11b61e3ce3cc46f1e9ab255dfd5ef8b266e5a05105e
1
SHA256 (Imager-Graph-0.09.tar.gz) = 51eeff43347bab423a0fe1b61676640405128569d9536825f0f9970cee948984
2
SIZE (Imager-Graph-0.07.tar.gz) = 179865
2
SIZE (Imager-Graph-0.09.tar.gz) = 292253
(-)pkg-plist (+1 lines)
Lines 1-4 Link Here
1
%%SITE_PERL%%/Imager/Graph.pm
1
%%SITE_PERL%%/Imager/Graph.pm
2
%%SITE_PERL%%/Imager/Graph/Area.pm
2
%%SITE_PERL%%/Imager/Graph/Bar.pm
3
%%SITE_PERL%%/Imager/Graph/Bar.pm
3
%%SITE_PERL%%/Imager/Graph/Column.pm
4
%%SITE_PERL%%/Imager/Graph/Column.pm
4
%%SITE_PERL%%/Imager/Graph/Horizontal.pm
5
%%SITE_PERL%%/Imager/Graph/Horizontal.pm

Return to bug 160554