Commit graph

15 commits

Author SHA1 Message Date
Kurt Jaeger
b3ea782356 graphics/p5-feedgnuplot: upgrade 1.49 -> 1.51
Relnotes:	https://metacpan.org/changes/release/DKOGAN/feedgnuplot-1.51
2018-12-23 09:15:26 +00:00
Sunpoet Po-Chuan Hsieh
01555783d2 Update MASTER_SITES: use CPAN macro
- Add NO_ARCH
- Update WWW

With hat:	perl
Approved by:	portmgr (blanket)
2018-06-04 18:08:55 +00:00
Kurt Jaeger
8796e99638 graphics/p5-feedgnuplot: update 1.44 -> 1.49
Relnotes:	http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.49/Changes
2018-03-22 06:26:58 +00:00
Kurt Jaeger
618b391a02 graphics/p5-feedgnuplot: update 1.42 -> 1.44
Relnotes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.44/Changes
2017-07-19 19:25:58 +00:00
Kurt Jaeger
7e3f246d0b graphics/p5-feedgnuplot: add lang/p5-List-MoreUtils to RUN_DEPENDS
- lang/p5-List-MoreUtils needs to be present if one wants to use
  feedgnuplot

PR:		220226
Submitted by:	egypcio@googlemail.com
2017-06-23 18:32:37 +00:00
Kurt Jaeger
ad97fbc4e9 graphics/p5-feedgnuplot: update 1.41 -> 1.42
- Data can now come from STDIN or files on the cmdline.
  This fixes a regression. Self-plotting data files work again
2017-04-01 09:47:10 +00:00
Kurt Jaeger
5f2aa78ed6 graphics/p5-feedgnuplot: update 1.40 -> 1.41
Changes:	http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.41/Changes
2017-03-26 17:26:14 +00:00
Kurt Jaeger
f30c5f3439 graphics/p5-feedgnuplot: update 1.39 -> 1.40
Changes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.40/Changes
2017-01-19 03:49:19 +00:00
Kurt Jaeger
44c80d20c6 graphics/p5-feedgnuplot: update 1.37 -> 1.39
Changes:	http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.39/Changes
2016-10-21 05:23:30 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Kurt Jaeger
07679035d4 graphics/p5-feedgnuplot: 1.36 -> 1.37
- At the end of a streaming plot, include the last chunk of data
- Added --equation to the completions
2016-01-12 06:27:40 +00:00
Kurt Jaeger
c5815689db graphics/p5-feedgnuplot: 1.35 -> 1.36
- Added --equation to plot symbolic equations
2015-12-01 20:41:39 +00:00
Kurt Jaeger
dcf26409c0 graphics/p5-feedgnuplot: 1.34 -> 1.35
- 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
2015-11-08 08:22:18 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Kurt Jaeger
079920841a 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/
2015-05-10 12:36:22 +00:00