diff --git a/graphics/Makefile b/graphics/Makefile index 9845e859204f..cfb310b20e2c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -341,6 +341,7 @@ SUBDIR += p5-SVG-Graph SUBDIR += p5-SWF-Builder SUBDIR += p5-SWF-File + SUBDIR += p5-SpringGraph SUBDIR += p5-Tk-JPEG-Lite SUBDIR += p5-VCG SUBDIR += p5-chart diff --git a/graphics/p5-SpringGraph/Makefile b/graphics/p5-SpringGraph/Makefile new file mode 100644 index 000000000000..aadb1c8a6f2a --- /dev/null +++ b/graphics/p5-SpringGraph/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# New ports collection makefile for: graphics/p5-SpringGraph +# Date created: 25 November 2004 +# Whom: fernan@iib.unsam.edu.ar +# +# $FreeBSD$ +# + +PORTNAME= SpringGraph +PORTVERSION= 0.05 +CATEGORIES= graphics perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= GraphViz/TEEJAY +PKGNAMEPREFIX= p5- + +MAINTAINER= fernan@iib.unsam.edu.ar +COMMENT= Directed graph alternative to GraphViz + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD + +MAN3= SpringGraph.3 + +PERL_CONFIGURE= yes + +.include diff --git a/graphics/p5-SpringGraph/distinfo b/graphics/p5-SpringGraph/distinfo new file mode 100644 index 000000000000..5c9b601302e0 --- /dev/null +++ b/graphics/p5-SpringGraph/distinfo @@ -0,0 +1,2 @@ +MD5 (SpringGraph-0.05.tar.gz) = ccc2a02f7d79c9d97a838cbe7f0958eb +SIZE (SpringGraph-0.05.tar.gz) = 11188 diff --git a/graphics/p5-SpringGraph/pkg-descr b/graphics/p5-SpringGraph/pkg-descr new file mode 100644 index 000000000000..f50a973127d9 --- /dev/null +++ b/graphics/p5-SpringGraph/pkg-descr @@ -0,0 +1,16 @@ +SpringGraph.pm is a rewrite of the springgraph.pl script, which provides +similar functionality to Neato and can read some/most dot files. + +The goal of this module is to provide a compatible interface to VCG +and/or GraphViz perl modules on CPAN. This module will also provide some +extra features to provide more flexibility and power. + +This module is still experimental and is moving quickly away from the +original springgraph.pl code. It is likely to be rewritten from basic +principles in the near future to remove some of the quirks inherent in +the Autodia and springgraph.pl code used. + +WWW: http://search.cpan.org/search?dist=SpringGraph + +Fernan + diff --git a/graphics/p5-SpringGraph/pkg-plist b/graphics/p5-SpringGraph/pkg-plist new file mode 100644 index 000000000000..22e0586d4d5e --- /dev/null +++ b/graphics/p5-SpringGraph/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SpringGraph/.packlist +%%SITE_PERL%%/SpringGraph.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SpringGraph +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true