- Update to 0.09

Changes:	http://search.cpan.org/dist/Imager-Graph/Changes
PR:		ports/160554
Submitted by:	sunpoet (myself)
Approved by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-09-10 09:38:24 +00:00
parent 64fefeadfc
commit 5bbeeb5fca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281567
3 changed files with 16 additions and 10 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= Imager-Graph
PORTVERSION= 0.07
PORTREVISION= 3
PORTVERSION= 0.09
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -15,14 +14,20 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Perl extension for producing Graphs using the Imager library
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager
RUN_DEPENDS= ${BUILD_DEPENDS}
BUILD_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager
RUN_DEPENDS= p5-Imager>=0.75:${PORTSDIR}/graphics/p5-Imager
PERL_CONFIGURE= yes
MAN3= Imager::Graph.3 Imager::Graph::Bar.3 Imager::Graph::Column.3 \
Imager::Graph::Horizontal.3 Imager::Graph::Line.3 \
Imager::Graph::Pie.3 Imager::Graph::StackedColumn.3 \
Imager::Graph::Util.3 Imager::Graph::Vertical.3
MAN3= Imager::Graph.3 \
Imager::Graph::Area.3 \
Imager::Graph::Bar.3 \
Imager::Graph::Column.3 \
Imager::Graph::Horizontal.3 \
Imager::Graph::Line.3 \
Imager::Graph::Pie.3 \
Imager::Graph::StackedColumn.3 \
Imager::Graph::Util.3 \
Imager::Graph::Vertical.3
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Imager-Graph-0.07.tar.gz) = 0a04fae1536287158bacc11b61e3ce3cc46f1e9ab255dfd5ef8b266e5a05105e
SIZE (Imager-Graph-0.07.tar.gz) = 179865
SHA256 (Imager-Graph-0.09.tar.gz) = 51eeff43347bab423a0fe1b61676640405128569d9536825f0f9970cee948984
SIZE (Imager-Graph-0.09.tar.gz) = 292253

View File

@ -1,4 +1,5 @@
%%SITE_PERL%%/Imager/Graph.pm
%%SITE_PERL%%/Imager/Graph/Area.pm
%%SITE_PERL%%/Imager/Graph/Bar.pm
%%SITE_PERL%%/Imager/Graph/Column.pm
%%SITE_PERL%%/Imager/Graph/Horizontal.pm