Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.59 14 Mar 2023 19:33:17
    |
Kurt Jaeger (pi)  |
graphics/p5-feedgnuplot: update 1.55 -> 1.59
Changes: https://metacpan.org/release/DKOGAN/feedgnuplot-1.59/source/Changes |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.55 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.55 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.55 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.55 24 Jul 2020 16:39:27
  |
pi  |
graphics/p5-feedgnuplot: update 1.51 -> 1.55
Relnotes: https://metacpan.org/changes/release/DKOGAN/feedgnuplot-1.55 |
1.51 23 Dec 2018 09:15:26
  |
pi  |
graphics/p5-feedgnuplot: upgrade 1.49 -> 1.51
Relnotes: https://metacpan.org/changes/release/DKOGAN/feedgnuplot-1.51 |
1.49 04 Jun 2018 18:08:55
  |
sunpoet  |
Update MASTER_SITES: use CPAN macro
- Add NO_ARCH
- Update WWW
With hat: perl
Approved by: portmgr (blanket) |
1.49 22 Mar 2018 06:26:58
  |
pi  |
graphics/p5-feedgnuplot: update 1.44 -> 1.49
Relnotes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.49/Changes |
1.44 19 Jul 2017 19:25:58
  |
pi  |
graphics/p5-feedgnuplot: update 1.42 -> 1.44
Relnotes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.44/Changes |
1.42_1 23 Jun 2017 18:32:38
  |
pi  |
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 |
1.42 01 Apr 2017 09:47:11
  |
pi  |
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 |
1.41 26 Mar 2017 17:26:14
  |
pi  |
graphics/p5-feedgnuplot: update 1.40 -> 1.41
Changes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.41/Changes |
1.40 19 Jan 2017 03:49:19
  |
pi  |
graphics/p5-feedgnuplot: update 1.39 -> 1.40
Changes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.40/Changes |
1.39 21 Oct 2016 05:23:31
  |
pi  |
graphics/p5-feedgnuplot: update 1.37 -> 1.39
Changes: http://cpansearch.perl.org/src/DKOGAN/feedgnuplot-1.39/Changes |
1.37 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.37 12 Jan 2016 06:27:41
  |
pi  |
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 |
1.36 01 Dec 2015 20:41:39
  |
pi  |
graphics/p5-feedgnuplot: 1.35 -> 1.36
- Added --equation to plot symbolic equations |
1.35 08 Nov 2015 08:22:18
  |
pi  |
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 |
1.34 14 Sep 2015 12:19:50
  |
mat  |
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 |
1.34 10 May 2015 12:36:23
  |
pi  |
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/ |