summaryrefslogtreecommitdiff
path: root/graphics/p5-SpringGraph
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-11-27 12:54:53 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-11-27 12:54:53 +0000
commit8d0ef6902910c781360ddc963b7b6a87eae631e6 (patch)
treec5a7d5e1be9745450d999f9805e31a0b87a1e00a /graphics/p5-SpringGraph
parentUpdate MASTER_SITES. (diff)
[new port] graphics/p5-SpringGraph
Directed graph alternative to GraphViz PR: ports/74415 Submitted by: Fernan Aguero <fernan(at)iib.unsam.edu.ar>
Notes
Notes: svn path=/head/; revision=122609
Diffstat (limited to 'graphics/p5-SpringGraph')
-rw-r--r--graphics/p5-SpringGraph/Makefile25
-rw-r--r--graphics/p5-SpringGraph/distinfo2
-rw-r--r--graphics/p5-SpringGraph/pkg-descr16
-rw-r--r--graphics/p5-SpringGraph/pkg-plist4
4 files changed, 47 insertions, 0 deletions
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 <bsd.port.mk>
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
+<fernan@iib.unsam.edu.ar>
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