From owner-svn-ports-all@freebsd.org Sun Nov 8 08:22:19 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 96CEFA29884; Sun, 8 Nov 2015 08:22:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C0E2152A; Sun, 8 Nov 2015 08:22:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA88MI9N081742; Sun, 8 Nov 2015 08:22:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA88MIl2081740; Sun, 8 Nov 2015 08:22:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201511080822.tA88MIl2081740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 8 Nov 2015 08:22:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401042 - head/graphics/p5-feedgnuplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 08:22:19 -0000 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