aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-feedgnuplot
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2015-05-10 12:36:22 +0000
committerKurt Jaeger <pi@FreeBSD.org>2015-05-10 12:36:22 +0000
commit079920841a3630213fb96c4ac0fd402694a16746 (patch)
tree5de4be63edde772efe31762d80640243a67c3140 /graphics/p5-feedgnuplot
parent855fd4227f83d1a3638af000eed70309e32ec61f (diff)
Notes
Diffstat (limited to 'graphics/p5-feedgnuplot')
-rw-r--r--graphics/p5-feedgnuplot/Makefile25
-rw-r--r--graphics/p5-feedgnuplot/distinfo2
-rw-r--r--graphics/p5-feedgnuplot/pkg-descr6
3 files changed, 33 insertions, 0 deletions
diff --git a/graphics/p5-feedgnuplot/Makefile b/graphics/p5-feedgnuplot/Makefile
new file mode 100644
index 000000000000..2f59d4f3b227
--- /dev/null
+++ b/graphics/p5-feedgnuplot/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= feedgnuplot
+PORTVERSION= 1.34
+CATEGORIES= graphics perl5
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= pi@FreeBSD.org
+COMMENT= General purpose pipe-oriented plotting tool
+
+LICENSE= ART10 GPLv3
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-String-ShellQuote>=0.50:${PORTSDIR}/textproc/p5-String-ShellQuote \
+ p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run
+RUN_DEPENDS:= ${BUILD_DEPENDS} \
+ gnuplot:${PORTSDIR}/math/gnuplot
+
+USES= perl5
+USE_PERL5= configure
+
+PLIST_FILES= bin/feedgnuplot man/man1/feedgnuplot.1.gz
+
+.include <bsd.port.mk>
diff --git a/graphics/p5-feedgnuplot/distinfo b/graphics/p5-feedgnuplot/distinfo
new file mode 100644
index 000000000000..bea106d25b94
--- /dev/null
+++ b/graphics/p5-feedgnuplot/distinfo
@@ -0,0 +1,2 @@
+SHA256 (feedgnuplot-1.34.tar.gz) = b374dadd88c560744e2129ad2396948be7fcd5f20d4971555f82c582a2f5d0a9
+SIZE (feedgnuplot-1.34.tar.gz) = 32295
diff --git a/graphics/p5-feedgnuplot/pkg-descr b/graphics/p5-feedgnuplot/pkg-descr
new file mode 100644
index 000000000000..82841b03f42e
--- /dev/null
+++ b/graphics/p5-feedgnuplot/pkg-descr
@@ -0,0 +1,6 @@
+This is a flexible, command-line-oriented frontend to Gnuplot. It
+creates plots from data coming in on STDIN or given in a filename
+passed on the commandline. Various data representations are supported,
+as is hardcopy output and streaming display of live data.
+
+WWW: http://search.cpan.org/dist/feedgnuplot/