Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2015 08:22:18 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401042 - head/graphics/p5-feedgnuplot
Message-ID:  <201511080822.tA88MIl2081740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Nov  8 08:22:18 2015
New Revision: 401042
URL: https://svnweb.freebsd.org/changeset/ports/401042

Log:
  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

Modified:
  head/graphics/p5-feedgnuplot/Makefile
  head/graphics/p5-feedgnuplot/distinfo

Modified: head/graphics/p5-feedgnuplot/Makefile
==============================================================================
--- head/graphics/p5-feedgnuplot/Makefile	Sun Nov  8 08:13:24 2015	(r401041)
+++ head/graphics/p5-feedgnuplot/Makefile	Sun Nov  8 08:22:18 2015	(r401042)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	feedgnuplot
-PORTVERSION=	1.34
+PORTVERSION=	1.35
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/
 PKGNAMEPREFIX=	p5-

Modified: head/graphics/p5-feedgnuplot/distinfo
==============================================================================
--- head/graphics/p5-feedgnuplot/distinfo	Sun Nov  8 08:13:24 2015	(r401041)
+++ head/graphics/p5-feedgnuplot/distinfo	Sun Nov  8 08:22:18 2015	(r401042)
@@ -1,2 +1,2 @@
-SHA256 (feedgnuplot-1.34.tar.gz) = b374dadd88c560744e2129ad2396948be7fcd5f20d4971555f82c582a2f5d0a9
-SIZE (feedgnuplot-1.34.tar.gz) = 32295
+SHA256 (feedgnuplot-1.35.tar.gz) = 0aa1bc1b6fc66b3cf413a0a2429a300a4b394df5d22408554457635f1e8ec086
+SIZE (feedgnuplot-1.35.tar.gz) = 33139



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511080822.tA88MIl2081740>