diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-08-31 16:50:53 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-08-31 16:50:53 +0800 |
commit | 5cf2bc2c1d36521d56f0d84c6e23d9bd407f296c (patch) | |
tree | 55fe0f72f2b7c92addbff6c57b9429292434ca78 /graphics | |
parent | 8f8ec0c1fe76d3cf5797deb4dd8882ba6a4fe532 (diff) | |
download | freebsd-ports-gnome-5cf2bc2c1d36521d56f0d84c6e23d9bd407f296c.tar.gz freebsd-ports-gnome-5cf2bc2c1d36521d56f0d84c6e23d9bd407f296c.tar.zst freebsd-ports-gnome-5cf2bc2c1d36521d56f0d84c6e23d9bd407f296c.zip |
add p5-Imager-Plot 0.09
Perl extension for generating fancy graphic plots in color
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-Imager-Plot/Makefile | 26 | ||||
-rw-r--r-- | graphics/p5-Imager-Plot/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-Imager-Plot/pkg-descr | 15 | ||||
-rw-r--r-- | graphics/p5-Imager-Plot/pkg-plist | 14 |
5 files changed, 58 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index eb70f3dc8446..5815258fbf56 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -314,6 +314,7 @@ SUBDIR += p5-Image-Info SUBDIR += p5-Image-Size SUBDIR += p5-Imager + SUBDIR += p5-Imager-Plot SUBDIR += p5-Imlib2 SUBDIR += p5-OpenGL SUBDIR += p5-SWF-Builder diff --git a/graphics/p5-Imager-Plot/Makefile b/graphics/p5-Imager-Plot/Makefile new file mode 100644 index 000000000000..b65616a8f38f --- /dev/null +++ b/graphics/p5-Imager-Plot/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: p5-Imager-Plot +# Date created: Aug 31, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= Imager-Plot +PORTVERSION= 0.09 +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Imager +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Perl extension for generating fancy graphic plots in color + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Imager.pm:${PORTSDIR}/graphics/p5-Imager + +PERL_CONFIGURE= yes + +MAN3= Imager::Plot.3 Imager::Plot::Axis.3 + +.include <bsd.port.mk> diff --git a/graphics/p5-Imager-Plot/distinfo b/graphics/p5-Imager-Plot/distinfo new file mode 100644 index 000000000000..d813b373cd41 --- /dev/null +++ b/graphics/p5-Imager-Plot/distinfo @@ -0,0 +1,2 @@ +MD5 (Imager-Plot-0.09.tar.gz) = 04e91bbff3bf92e28ba939aed3752a12 +SIZE (Imager-Plot-0.09.tar.gz) = 149426 diff --git a/graphics/p5-Imager-Plot/pkg-descr b/graphics/p5-Imager-Plot/pkg-descr new file mode 100644 index 000000000000..0652b17a6c08 --- /dev/null +++ b/graphics/p5-Imager-Plot/pkg-descr @@ -0,0 +1,15 @@ +This is a module for generating fancy raster plots in color. There is support +for drawing multiple datasets on the same plot, over a background image. It's +even possible to do shadows with some thinking. + +It's also possible to generate clean plots without any chartjunk at all. + +The plot is generated in a few phases. First the initial plot object is +generated and contains defaults at that point. Then datasets are added with +possible drawing specifications. + +Most of the actual work is delegated to Imager::Plot::Axis. See the +Imager::Plot::Axis manpage for more information on how to control grid +generation, ranges for data (zoom). + +WWW: http://search.cpan.org/dist/Imager-Plot/ diff --git a/graphics/p5-Imager-Plot/pkg-plist b/graphics/p5-Imager-Plot/pkg-plist new file mode 100644 index 000000000000..13fe45c27181 --- /dev/null +++ b/graphics/p5-Imager-Plot/pkg-plist @@ -0,0 +1,14 @@ +%%SITE_PERL%%/Imager/Plot.pm +%%SITE_PERL%%/Imager/Plot/Axis.pm +%%SITE_PERL%%/Imager/Plot/DataSet.pm +%%SITE_PERL%%/Imager/Plot/Style.pm +%%SITE_PERL%%/Imager/Plot/Util.pm +%%SITE_PERL%%/Imager/plot.pl +@dirrm %%SITE_PERL%%/Imager/Plot +@unexec rmdir %D/%%SITE_PERL%%/Imager 2>/dev/null || true +%%SITE_PERL%%/auto/Imager/Plot/autosplit.ix +@dirrm %%SITE_PERL%%/auto/Imager/Plot +@unexec rmdir %D/%%SITE_PERL%%/auto/Imager 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Plot/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/Plot +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager 2>/dev/null || true |