[new port] graphics/p5-SpringGraph

Directed graph alternative to GraphViz

PR:		ports/74415
Submitted by:	Fernan Aguero <fernan(at)iib.unsam.edu.ar>
This commit is contained in:
Sergey Matveychuk 2004-11-27 12:54:53 +00:00
parent ea22a0c4bd
commit 8d0ef69029
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122609
5 changed files with 48 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (SpringGraph-0.05.tar.gz) = ccc2a02f7d79c9d97a838cbe7f0958eb
SIZE (SpringGraph-0.05.tar.gz) = 11188

View File

@ -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>

View File

@ -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