summaryrefslogtreecommitdiff
path: root/graphics/p5-Chart-Gnuplot
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-12-22 17:57:37 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-12-22 17:57:37 +0000
commite31adb328d8933907fed0338f7a0ea8a57b2bfcd (patch)
tree271c705435138abe673e441b619072eb87e807a7 /graphics/p5-Chart-Gnuplot
parent316d640e19957ec82f14fe8e1069a6c041b077e1 (diff)
downloadfreebsd-ports-e31adb328d8933907fed0338f7a0ea8a57b2bfcd.zip
This Perl module is to plot graphs using GNUPLOT on the fly.
In order to use this module, gnuplot need to be installed. If image format other than PS and EPS is required to generate, it is recommended to install the convert program of ImageMagick as well. WWW: http://search.cpan.org/dist/Chart-Gnuplot/ PR: 195216 Submitted by: koue@chaosophia.net
Diffstat (limited to 'graphics/p5-Chart-Gnuplot')
-rw-r--r--graphics/p5-Chart-Gnuplot/Makefile25
-rw-r--r--graphics/p5-Chart-Gnuplot/distinfo2
-rw-r--r--graphics/p5-Chart-Gnuplot/pkg-descr6
3 files changed, 33 insertions, 0 deletions
diff --git a/graphics/p5-Chart-Gnuplot/Makefile b/graphics/p5-Chart-Gnuplot/Makefile
new file mode 100644
index 000000000000..681214b61084
--- /dev/null
+++ b/graphics/p5-Chart-Gnuplot/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= Chart-Gnuplot
+PORTVERSION= 0.21
+CATEGORIES= graphics
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= koue@chaosophia.net
+COMMENT= Perl module to plot graphs using GNUPLOT on the fly
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
+
+USES= perl5
+USE_PERL5= configure
+
+PLIST_FILES= %%SITE_PERL%%/Chart/Gnuplot.pm \
+ %%SITE_PERL%%/Chart/Gnuplot/Util.pm \
+ %%PERL5_MAN3%%/Chart::Gnuplot.3.gz
+post-patch:
+ @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE}," ${WRKSRC}/Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/graphics/p5-Chart-Gnuplot/distinfo b/graphics/p5-Chart-Gnuplot/distinfo
new file mode 100644
index 000000000000..530569f79ce9
--- /dev/null
+++ b/graphics/p5-Chart-Gnuplot/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Chart-Gnuplot-0.21.tar.gz) = 3377356838323962561b6dbb1cf2b3314d6461a5cf247f825720a7e93dd16815
+SIZE (Chart-Gnuplot-0.21.tar.gz) = 50356
diff --git a/graphics/p5-Chart-Gnuplot/pkg-descr b/graphics/p5-Chart-Gnuplot/pkg-descr
new file mode 100644
index 000000000000..79356f3b7232
--- /dev/null
+++ b/graphics/p5-Chart-Gnuplot/pkg-descr
@@ -0,0 +1,6 @@
+This Perl module is to plot graphs using GNUPLOT on the fly.
+In order to use this module, gnuplot need to be installed.
+If image format other than PS and EPS is required to generate,
+it is recommended to install the convert program of ImageMagick as well.
+
+WWW: http://search.cpan.org/dist/Chart-Gnuplot/