forked from Lainports/freebsd-ports
- replaced a 'say' with 'print'. Should work better with ancient perls
- an "exit" command now has effect even with triggered-only replotting
- More sophisticated handling of termination conditions:
o Without --exit, we always end up with an interactive plot when the
input data is exhausted or when the user sends a ^C to the pipeline
o When streaming, the first ^C does not kill feedgnuplot
- Removed threading
25 lines
606 B
Makefile
25 lines
606 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= feedgnuplot
|
|
PORTVERSION= 1.35
|
|
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 ${SITE_MAN1}/feedgnuplot.1.gz
|
|
|
|
.include <bsd.port.mk>
|