diff options
author | clsung <clsung@FreeBSD.org> | 2005-02-24 10:43:52 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-02-24 10:43:52 +0800 |
commit | fdb70f65f07002aac600f80d25debe58ab7ab46d (patch) | |
tree | 43e6a2d4ef56df19521fd92ee32cb16ea2ae6e75 | |
parent | 3c76bfab4e2d9d1d7389341d101ed8eb5b47849a (diff) | |
download | freebsd-ports-gnome-fdb70f65f07002aac600f80d25debe58ab7ab46d.tar.gz freebsd-ports-gnome-fdb70f65f07002aac600f80d25debe58ab7ab46d.tar.zst freebsd-ports-gnome-fdb70f65f07002aac600f80d25debe58ab7ab46d.zip |
- p5-Imager-Graph is a
Perl extension for producing Graphs using the Imager library
PR: ports/77379
Submitted by: Yuan-Chung Hsiao <ychsiao AT ychsiao dot org>
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-Imager-Graph/Makefile | 25 | ||||
-rw-r--r-- | graphics/p5-Imager-Graph/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-Imager-Graph/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/p5-Imager-Graph/pkg-plist | 8 |
5 files changed, 42 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b93c8c24daa3..ce9b06207ba5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -347,6 +347,7 @@ SUBDIR += p5-Image-Info SUBDIR += p5-Image-Size SUBDIR += p5-Imager + SUBDIR += p5-Imager-Graph SUBDIR += p5-Imager-Plot SUBDIR += p5-Imlib2 SUBDIR += p5-OpenGL diff --git a/graphics/p5-Imager-Graph/Makefile b/graphics/p5-Imager-Graph/Makefile new file mode 100644 index 000000000000..99ee81aba8ae --- /dev/null +++ b/graphics/p5-Imager-Graph/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: graphics/p5-Imager-Graph +# Date created: 11 Feb 2005 +# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org> +# +# $FreeBSD$ +# + +PORTNAME= Imager-Graph +PORTVERSION= 0.03 +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TONYC +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} + +PERL_CONFIGURE= yes + +MAN3= Imager::Graph.3 Imager::Graph::Util.3 Imager::Graph::Pie.3 + +.include <bsd.port.mk> diff --git a/graphics/p5-Imager-Graph/distinfo b/graphics/p5-Imager-Graph/distinfo new file mode 100644 index 000000000000..08ce262bb1da --- /dev/null +++ b/graphics/p5-Imager-Graph/distinfo @@ -0,0 +1,2 @@ +MD5 (Imager-Graph-0.03.tar.gz) = ec53f2eb28a8ac4269d3edf14bd631d5 +SIZE (Imager-Graph-0.03.tar.gz) = 130898 diff --git a/graphics/p5-Imager-Graph/pkg-descr b/graphics/p5-Imager-Graph/pkg-descr new file mode 100644 index 000000000000..b1adcd2cd1e2 --- /dev/null +++ b/graphics/p5-Imager-Graph/pkg-descr @@ -0,0 +1,6 @@ +Imager::Graph is intended to produce good looking graphs with a +minimum effort on the part of the user. + +Currently only the pie graph class, Imager::Graph::Pie, is provided. + +WWW: http://search.cpan.org/dist/Imager-Graph/ diff --git a/graphics/p5-Imager-Graph/pkg-plist b/graphics/p5-Imager-Graph/pkg-plist new file mode 100644 index 000000000000..1ef795d80202 --- /dev/null +++ b/graphics/p5-Imager-Graph/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/Imager/Graph.pm +%%SITE_PERL%%/Imager/Graph/Pie.pm +%%SITE_PERL%%/Imager/Graph/Util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Graph/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Graph +@unexec rmdir %D/%%SITE_PERL%%/Imager/Graph 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Imager 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager 2>/dev/null ||true |