079920841a
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/
25 lines
602 B
Makefile
25 lines
602 B
Makefile
# $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>
|