diff options
author | pi <pi@FreeBSD.org> | 2015-05-10 20:36:22 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-05-10 20:36:22 +0800 |
commit | 5d5c6f451b5d7161368aa20bfd32db2afb684621 (patch) | |
tree | 5de4be63edde772efe31762d80640243a67c3140 /graphics | |
parent | 642e85614ae6bacb56be032303abb7e5c592e8ce (diff) | |
download | freebsd-ports-gnome-5d5c6f451b5d7161368aa20bfd32db2afb684621.tar.gz freebsd-ports-gnome-5d5c6f451b5d7161368aa20bfd32db2afb684621.tar.zst freebsd-ports-gnome-5d5c6f451b5d7161368aa20bfd32db2afb684621.zip |
New port: graphics/p5-feedgnuplot
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/
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/p5-feedgnuplot/Makefile | 25 | ||||
-rw-r--r-- | graphics/p5-feedgnuplot/distinfo | 2 | ||||
-rw-r--r-- | graphics/p5-feedgnuplot/pkg-descr | 6 |
4 files changed, 34 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 52b225f1afab..9d171c5b764c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -716,6 +716,7 @@ SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio + SUBDIR += p5-feedgnuplot SUBDIR += p5-ming SUBDIR += panoglview SUBDIR += panomatic 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/ |