Date: Sun, 10 May 2015 12:36:23 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385943 - in head/graphics: . p5-feedgnuplot Message-ID: <201505101236.t4ACaNUr005757@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun May 10 12:36:22 2015 New Revision: 385943 URL: https://svnweb.freebsd.org/changeset/ports/385943 Log: 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/ Added: head/graphics/p5-feedgnuplot/ head/graphics/p5-feedgnuplot/Makefile (contents, props changed) head/graphics/p5-feedgnuplot/distinfo (contents, props changed) head/graphics/p5-feedgnuplot/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun May 10 12:17:48 2015 (r385942) +++ head/graphics/Makefile Sun May 10 12:36:22 2015 (r385943) @@ -716,6 +716,7 @@ SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio + SUBDIR += p5-feedgnuplot SUBDIR += p5-ming SUBDIR += panoglview SUBDIR += panomatic Added: head/graphics/p5-feedgnuplot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-feedgnuplot/Makefile Sun May 10 12:36:22 2015 (r385943) @@ -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> Added: head/graphics/p5-feedgnuplot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-feedgnuplot/distinfo Sun May 10 12:36:22 2015 (r385943) @@ -0,0 +1,2 @@ +SHA256 (feedgnuplot-1.34.tar.gz) = b374dadd88c560744e2129ad2396948be7fcd5f20d4971555f82c582a2f5d0a9 +SIZE (feedgnuplot-1.34.tar.gz) = 32295 Added: head/graphics/p5-feedgnuplot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-feedgnuplot/pkg-descr Sun May 10 12:36:22 2015 (r385943) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505101236.t4ACaNUr005757>