import p5-SVG-Graph 0.02

SVG::Graph is a suite of perl modules for plotting data. SVG::Graph
currently supports plots of one-, two- and three-dimensional data, as
well as N-ary rooted trees.
This commit is contained in:
jasper 2008-09-24 13:46:46 +00:00
parent a8b4d61931
commit 125648b048
4 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/24 13:46:46 jasper Exp $
COMMENT = visualize your data in SVG format
DISTNAME = SVG-Graph-0.02
CATEGORIES = graphics
# Artistic License 2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
RUN_DEPENDS = ::devel/p5-Tree-DAG_Node \
::graphics/p5-SVG \
::math/p5-Math-Derivative \
::math/p5-Math-Spline \
::math/p5-Statistics-Descriptive \
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-SVG-Graph/data/
${INSTALL_DATA} ${WRKSRC}/eg/data/* \
${PREFIX}/share/examples/p5-SVG-Graph/data
${INSTALL_DATA} ${WRKSRC}/eg/*.pl ${PREFIX}/share/examples/p5-SVG-Graph/
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (SVG-Graph-0.02.tar.gz) = 6SLwsyMFbs8wbrgIXbKD9Q==
RMD160 (SVG-Graph-0.02.tar.gz) = bvGq+xQizRyng3qDIK5y9YPSe/4=
SHA1 (SVG-Graph-0.02.tar.gz) = cYuitSFRb+da780cyb2uyX9Zmu8=
SHA256 (SVG-Graph-0.02.tar.gz) = DeDf1sLGpfqVLpzF9WB3hR/K6jOOHRORVFizUbNwYbw=
SIZE (SVG-Graph-0.02.tar.gz) = 85270

View File

@ -0,0 +1,3 @@
SVG::Graph is a suite of perl modules for plotting data. SVG::Graph
currently supports plots of one-, two- and three-dimensional data, as
well as N-ary rooted trees.

View File

@ -0,0 +1,44 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/24 13:46:46 jasper Exp $
${P5SITE}/SVG/Frame.pm
${P5SITE}/SVG/Graph/
${P5SITE}/SVG/Graph.pm
${P5SITE}/SVG/Graph/Data/
${P5SITE}/SVG/Graph/Data.pm
${P5SITE}/SVG/Graph/Data/Datum.pm
${P5SITE}/SVG/Graph/Data/Node.pm
${P5SITE}/SVG/Graph/Data/Tree.pm
${P5SITE}/SVG/Graph/File.pm
${P5SITE}/SVG/Graph/Frame.pm
${P5SITE}/SVG/Graph/Glyph/
${P5SITE}/SVG/Graph/Glyph.pm
${P5SITE}/SVG/Graph/Glyph/axis.pm
${P5SITE}/SVG/Graph/Glyph/bar.pm
${P5SITE}/SVG/Graph/Glyph/barflex.pm
${P5SITE}/SVG/Graph/Glyph/bezier.pm
${P5SITE}/SVG/Graph/Glyph/bubble.pm
${P5SITE}/SVG/Graph/Glyph/heatmap.pm
${P5SITE}/SVG/Graph/Glyph/line.pm
${P5SITE}/SVG/Graph/Glyph/pictogram.pm
${P5SITE}/SVG/Graph/Glyph/scatter.pm
${P5SITE}/SVG/Graph/Glyph/tree.pm
${P5SITE}/SVG/Graph/Glyph/wedge.pm
@man man/man3p/SVG::Graph.3p
share/examples/p5-SVG-Graph/
share/examples/p5-SVG-Graph/bar.pl
share/examples/p5-SVG-Graph/bar_test.pl
share/examples/p5-SVG-Graph/barstack.pl
share/examples/p5-SVG-Graph/bezier.pl
share/examples/p5-SVG-Graph/bubble.pl
share/examples/p5-SVG-Graph/data/
share/examples/p5-SVG-Graph/data/organsystems.dchip.txt
share/examples/p5-SVG-Graph/frequency.pl
share/examples/p5-SVG-Graph/heatmap.pl
share/examples/p5-SVG-Graph/heatmap2.pl
share/examples/p5-SVG-Graph/histo.pl
share/examples/p5-SVG-Graph/line.pl
share/examples/p5-SVG-Graph/newick_tree.pl
share/examples/p5-SVG-Graph/pictogram.pl
share/examples/p5-SVG-Graph/scatter.pl
share/examples/p5-SVG-Graph/tree.pl
share/examples/p5-SVG-Graph/tree_of_life.pl
share/examples/p5-SVG-Graph/wedge.pl