aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Imager-Plot
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-08-31 08:50:53 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-08-31 08:50:53 +0000
commit2d594a9caace998269cf6bc5f6b0fa428708358b (patch)
tree2fe5e36d28c29fb9029943cfb4c1d39d1c4e9b8e /graphics/p5-Imager-Plot
parent27563a5d6b440ec202ce20080ec8064a5c09b755 (diff)
downloadports-2d594a9caace998269cf6bc5f6b0fa428708358b.tar.gz
ports-2d594a9caace998269cf6bc5f6b0fa428708358b.zip
add p5-Imager-Plot 0.09
Perl extension for generating fancy graphic plots in color
Notes
Notes: svn path=/head/; revision=117726
Diffstat (limited to 'graphics/p5-Imager-Plot')
-rw-r--r--graphics/p5-Imager-Plot/Makefile26
-rw-r--r--graphics/p5-Imager-Plot/distinfo2
-rw-r--r--graphics/p5-Imager-Plot/pkg-descr15
-rw-r--r--graphics/p5-Imager-Plot/pkg-plist14
4 files changed, 57 insertions, 0 deletions
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