Date: Thu, 25 Nov 2004 14:36:21 -0300 (ART) From: Fernan Aguero <fernan@iib.unsam.edu.ar> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/74379: [new port] graphics/p5-SVG-Graph Message-ID: <200411251736.iAPHaL6K066028@pi.iib.unsam.edu.ar> Resent-Message-ID: <200411251740.iAPHeMIU016027@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 74379 >Category: ports >Synopsis: [new port] graphics/p5-SVG-Graph >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 25 17:40:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Fernan Aguero >Release: FreeBSD 4.10-RELEASE i386 >Organization: IIB-UNSAM >Environment: FreeBSD pi.iib.unsam.edu.ar 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed May 26 12:56:43 ART 2004 fernan@pi.iib.unsam.edu.ar:/usr/obj/usr/src/sys/PI i386 >Description: This PR is part of a series of PRs, preparing for the upcoming update of biology/p5-bioperl to v1.5, once it is released. This and other perl modules are new dependencies of bioperl-1.5 >How-To-Repeat: >Fix: --- p5-SVG-Graph.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-SVG-Graph # p5-SVG-Graph/Makefile # p5-SVG-Graph/distinfo # p5-SVG-Graph/pkg-descr # p5-SVG-Graph/pkg-plist # echo c - p5-SVG-Graph mkdir -p p5-SVG-Graph > /dev/null 2>&1 echo x - p5-SVG-Graph/Makefile sed 's/^X//' >p5-SVG-Graph/Makefile << 'END-of-p5-SVG-Graph/Makefile' X# vim:ts=8 X# New ports collection makefile for: p5-SVG-Graph X# Date created: 25 November 2004 X# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> X# X# $FreeBSD$ X# X XPORTNAME= SVG-Graph XPORTVERSION= 0.01 XCATEGORIES= graphics perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= SVG XPKGNAMEPREFIX= p5- X XMAINTAINER= fernan@iib.unsam.edu.ar XCOMMENT= Visualize your data in Scalable Vector Graphics (SVG) format. X XBUILD_DEPENDS= ${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG \ X ${SITE_PERL}/Statistics/Descriptive.pm:${PORTSDIR}/math/p5-Statistics-Descriptive \ X ${SITE_PERL}/Tree/DAG_Node.pm:${PORTSDIR}/devel/p5-Tree-DAG_Node \ X ${SITE_PERL}/Math/Spline.pm:${PORTSDIR}/math/p5-Math-Spline \ X ${SITE_PERL}/Math/Derivative.pm:${PORTSDIR}/math/p5-Math-Derivative X XPERL_CONFIGURE= yes X XMAN3= SVG::Graph.3 X X.include <bsd.port.mk> END-of-p5-SVG-Graph/Makefile echo x - p5-SVG-Graph/distinfo sed 's/^X//' >p5-SVG-Graph/distinfo << 'END-of-p5-SVG-Graph/distinfo' XMD5 (SVG-Graph-0.01.tar.gz) = 3fbf3ae9aa6ea33fd548e63dd926ee2b XSIZE (SVG-Graph-0.01.tar.gz) = 88374 END-of-p5-SVG-Graph/distinfo echo x - p5-SVG-Graph/pkg-descr sed 's/^X//' >p5-SVG-Graph/pkg-descr << 'END-of-p5-SVG-Graph/pkg-descr' XSVG::Graph is a suite of perl modules for plotting data. SVG::Graph Xcurrently supports plots of one-, two- and three-dimensional data, as Xwell as N-ary rooted trees. X XSVG::Graph 0.01 is a pre-alpha release. Keep in mind that many of the Xglyphs are not very robust. END-of-p5-SVG-Graph/pkg-descr echo x - p5-SVG-Graph/pkg-plist sed 's/^X//' >p5-SVG-Graph/pkg-plist << 'END-of-p5-SVG-Graph/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG/Graph/.packlist X%%SITE_PERL%%/SVG/Frame.pm X%%SITE_PERL%%/SVG/Graph.pm X%%SITE_PERL%%/SVG/Graph/Data.pm X%%SITE_PERL%%/SVG/Graph/Frame.pm X%%SITE_PERL%%/SVG/Graph/File.pm X%%SITE_PERL%%/SVG/Graph/Glyph.pm X%%SITE_PERL%%/SVG/Graph/Data/Node.pm X%%SITE_PERL%%/SVG/Graph/Data/Tree.pm X%%SITE_PERL%%/SVG/Graph/Data/Datum.pm X%%SITE_PERL%%/SVG/Graph/Glyph/axis.pm X%%SITE_PERL%%/SVG/Graph/Glyph/bubble.pm X%%SITE_PERL%%/SVG/Graph/Glyph/bezier.pm X%%SITE_PERL%%/SVG/Graph/Glyph/pictogram.pm X%%SITE_PERL%%/SVG/Graph/Glyph/barflex.pm X%%SITE_PERL%%/SVG/Graph/Glyph/bar.pm X%%SITE_PERL%%/SVG/Graph/Glyph/wedge.pm X%%SITE_PERL%%/SVG/Graph/Glyph/line.pm X%%SITE_PERL%%/SVG/Graph/Glyph/tree.pm X%%SITE_PERL%%/SVG/Graph/Glyph/heatmap.pm X%%SITE_PERL%%/SVG/Graph/Glyph/scatter.pm X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG/Graph X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVG 2>/dev/null || true X@dirrm %%SITE_PERL%%/SVG/Graph/Data X@dirrm %%SITE_PERL%%/SVG/Graph/Glyph X@dirrm %%SITE_PERL%%/SVG/Graph X@unexec rmdir %D/%%SITE_PERL%%/SVG 2>/dev/null || true END-of-p5-SVG-Graph/pkg-plist exit --- p5-SVG-Graph.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411251736.iAPHaL6K066028>