aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-Graph-Easy
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2007-10-24 10:09:03 +0000
committerAnton Berezin <tobez@FreeBSD.org>2007-10-24 10:09:03 +0000
commita1a6665b38a2cc82512ddd2ad8a87d7e8fda5e62 (patch)
treeb896bbab279c9370a8c8267b2a0fb3626c17663b /graphics/p5-Graph-Easy
parent1ed39dca711fb936c366f29cc0ea785d562fcb5c (diff)
downloadports-a1a6665b38a2cc82512ddd2ad8a87d7e8fda5e62.tar.gz
ports-a1a6665b38a2cc82512ddd2ad8a87d7e8fda5e62.zip
Notes
Diffstat (limited to 'graphics/p5-Graph-Easy')
-rw-r--r--graphics/p5-Graph-Easy/Makefile4
-rw-r--r--graphics/p5-Graph-Easy/distinfo6
-rw-r--r--graphics/p5-Graph-Easy/pkg-plist2
3 files changed, 8 insertions, 4 deletions
diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile
index 341ce34a8528..b35a28ae7f90 100644
--- a/graphics/p5-Graph-Easy/Makefile
+++ b/graphics/p5-Graph-Easy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Graph-Easy
-PORTVERSION= 0.55
+PORTVERSION= 0.59
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Graph
@@ -25,6 +25,7 @@ MAN1= graph-easy.1
MAN3= Graph::Easy.3 \
Graph::Easy::As_ascii.3 \
+ Graph::Easy::As_graphml.3 \
Graph::Easy::As_graphviz.3 \
Graph::Easy::As_txt.3 \
Graph::Easy::As_vcg.3 \
@@ -37,6 +38,7 @@ MAN3= Graph::Easy.3 \
Graph::Easy::Group::Cell.3 \
Graph::Easy::Layout.3 \
Graph::Easy::Layout::Chain.3 \
+ Graph::Easy::Layout::Force.3 \
Graph::Easy::Layout::Grid.3 \
Graph::Easy::Layout::Path.3 \
Graph::Easy::Layout::Repair.3 \
diff --git a/graphics/p5-Graph-Easy/distinfo b/graphics/p5-Graph-Easy/distinfo
index 5d68792e651b..f2040ebf1a5f 100644
--- a/graphics/p5-Graph-Easy/distinfo
+++ b/graphics/p5-Graph-Easy/distinfo
@@ -1,3 +1,3 @@
-MD5 (Graph-Easy-0.55.tar.gz) = 8df6a7eb36416f3b44d61d4ce8fbcbac
-SHA256 (Graph-Easy-0.55.tar.gz) = 90226c9ef04d16b4b9df0044a2e5a7ca6cfc38bdb7251fb2ca686b3171fd49aa
-SIZE (Graph-Easy-0.55.tar.gz) = 366745
+MD5 (Graph-Easy-0.59.tar.gz) = 7a5ca1a7ee569d97a7d10f3e1c363121
+SHA256 (Graph-Easy-0.59.tar.gz) = c53a4455307c42f9b49136aa32d8496daa666a5f825fc1672ea552a21f51f52c
+SIZE (Graph-Easy-0.59.tar.gz) = 388043
diff --git a/graphics/p5-Graph-Easy/pkg-plist b/graphics/p5-Graph-Easy/pkg-plist
index c995e323bfc2..774ff030308c 100644
--- a/graphics/p5-Graph-Easy/pkg-plist
+++ b/graphics/p5-Graph-Easy/pkg-plist
@@ -2,6 +2,7 @@ bin/graph-easy
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/Easy/.packlist
%%SITE_PERL%%/Graph/Easy.pm
%%SITE_PERL%%/Graph/Easy/As_ascii.pm
+%%SITE_PERL%%/Graph/Easy/As_graphml.pm
%%SITE_PERL%%/Graph/Easy/As_graphviz.pm
%%SITE_PERL%%/Graph/Easy/As_txt.pm
%%SITE_PERL%%/Graph/Easy/As_vcg.pm
@@ -14,6 +15,7 @@ bin/graph-easy
%%SITE_PERL%%/Graph/Easy/Group/Cell.pm
%%SITE_PERL%%/Graph/Easy/Layout.pm
%%SITE_PERL%%/Graph/Easy/Layout/Chain.pm
+%%SITE_PERL%%/Graph/Easy/Layout/Force.pm
%%SITE_PERL%%/Graph/Easy/Layout/Grid.pm
%%SITE_PERL%%/Graph/Easy/Layout/Path.pm
%%SITE_PERL%%/Graph/Easy/Layout/Repair.pm