From owner-svn-ports-head@FreeBSD.ORG Sun May 10 12:36:24 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 486F27EE; Sun, 10 May 2015 12:36:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 294A01892; Sun, 10 May 2015 12:36:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4ACaOgf005762; Sun, 10 May 2015 12:36:24 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4ACaNUr005757; Sun, 10 May 2015 12:36:23 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201505101236.t4ACaNUr005757@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 10 May 2015 12:36:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385943 - in 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 12:36:24 -0000 Author: pi Date: Sun May 10 12:36:22 2015 New Revision: 385943 URL: https://svnweb.freebsd.org/changeset/ports/385943 Log: 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/ Added: head/graphics/p5-feedgnuplot/ head/graphics/p5-feedgnuplot/Makefile (contents, props changed) head/graphics/p5-feedgnuplot/distinfo (contents, props changed) head/graphics/p5-feedgnuplot/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun May 10 12:17:48 2015 (r385942) +++ head/graphics/Makefile Sun May 10 12:36:22 2015 (r385943) @@ -716,6 +716,7 @@ SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio + SUBDIR += p5-feedgnuplot SUBDIR += p5-ming SUBDIR += panoglview SUBDIR += panomatic Added: head/graphics/p5-feedgnuplot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-feedgnuplot/Makefile Sun May 10 12:36:22 2015 (r385943) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= feedgnuplot +PORTVERSION= 1.34 +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 man/man1/feedgnuplot.1.gz + +.include Added: head/graphics/p5-feedgnuplot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-feedgnuplot/distinfo Sun May 10 12:36:22 2015 (r385943) @@ -0,0 +1,2 @@ +SHA256 (feedgnuplot-1.34.tar.gz) = b374dadd88c560744e2129ad2396948be7fcd5f20d4971555f82c582a2f5d0a9 +SIZE (feedgnuplot-1.34.tar.gz) = 32295 Added: head/graphics/p5-feedgnuplot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/p5-feedgnuplot/pkg-descr Sun May 10 12:36:22 2015 (r385943) @@ -0,0 +1,6 @@ +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/