1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

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/
This commit is contained in:
Kurt Jaeger 2015-05-10 12:36:22 +00:00
parent 855fd4227f
commit 079920841a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385943
4 changed files with 34 additions and 0 deletions

View File

@ -716,6 +716,7 @@
SUBDIR += p5-URI-GoogleChart SUBDIR += p5-URI-GoogleChart
SUBDIR += p5-VCG SUBDIR += p5-VCG
SUBDIR += p5-Visio SUBDIR += p5-Visio
SUBDIR += p5-feedgnuplot
SUBDIR += p5-ming SUBDIR += p5-ming
SUBDIR += panoglview SUBDIR += panoglview
SUBDIR += panomatic SUBDIR += panomatic

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (feedgnuplot-1.34.tar.gz) = b374dadd88c560744e2129ad2396948be7fcd5f20d4971555f82c582a2f5d0a9
SIZE (feedgnuplot-1.34.tar.gz) = 32295

View File

@ -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/