aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2007-10-24 18:09:03 +0800
committertobez <tobez@FreeBSD.org>2007-10-24 18:09:03 +0800
commit742524724bb7717ef3f035d1512f91a6f4e84ac3 (patch)
treea6dd3beede1fcbd34d59cac1823daae6940f2e7a /graphics
parent7e0527f2110ecbd5d7beb383ae53de6d64ef5ffb (diff)
downloadfreebsd-ports-gnome-742524724bb7717ef3f035d1512f91a6f4e84ac3.tar.gz
freebsd-ports-gnome-742524724bb7717ef3f035d1512f91a6f4e84ac3.tar.zst
freebsd-ports-gnome-742524724bb7717ef3f035d1512f91a6f4e84ac3.zip
Update to 0.59.
Changes: http://search.cpan.org/src/TELS/Graph-Easy-0.59/CHANGES
Diffstat (limited to 'graphics')
-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