diff options
author | tobez <tobez@FreeBSD.org> | 2005-12-05 17:02:24 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-12-05 17:02:24 +0800 |
commit | 059682beed1cbebc3c7d64f8c7092644ee34e51d (patch) | |
tree | c0bf2abfffa685936868162f2e69e26ebda73f9b /graphics/p5-Graph-Easy | |
parent | f3f57b41aadbeedd60f5d7214c997c05b7c952d2 (diff) | |
download | freebsd-ports-gnome-059682beed1cbebc3c7d64f8c7092644ee34e51d.tar.gz freebsd-ports-gnome-059682beed1cbebc3c7d64f8c7092644ee34e51d.tar.zst freebsd-ports-gnome-059682beed1cbebc3c7d64f8c7092644ee34e51d.zip |
Update to 0.34.
Diffstat (limited to 'graphics/p5-Graph-Easy')
-rw-r--r-- | graphics/p5-Graph-Easy/Makefile | 5 | ||||
-rw-r--r-- | graphics/p5-Graph-Easy/distinfo | 6 | ||||
-rw-r--r-- | graphics/p5-Graph-Easy/pkg-plist | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile index b338f22ab5be..d35927af0afe 100644 --- a/graphics/p5-Graph-Easy/Makefile +++ b/graphics/p5-Graph-Easy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Graph-Easy -PORTVERSION= 0.33 +PORTVERSION= 0.34 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Graph @@ -26,11 +26,14 @@ MAN3= Graph::Easy.3 \ Graph::Easy::As_graphviz.3 \ Graph::Easy::As_txt.3 \ Graph::Easy::Attributes.3 \ + Graph::Easy::Base.3 \ Graph::Easy::Edge.3 \ Graph::Easy::Edge::Cell.3 \ Graph::Easy::Group.3 \ Graph::Easy::Group::Cell.3 \ Graph::Easy::Layout.3 \ + Graph::Easy::Layout::Chain.3 \ + Graph::Easy::Layout::Grid.3 \ Graph::Easy::Layout::Path.3 \ Graph::Easy::Layout::Scout.3 \ Graph::Easy::Node.3 \ diff --git a/graphics/p5-Graph-Easy/distinfo b/graphics/p5-Graph-Easy/distinfo index 2beef0f8cf43..c3a4e745538b 100644 --- a/graphics/p5-Graph-Easy/distinfo +++ b/graphics/p5-Graph-Easy/distinfo @@ -1,3 +1,3 @@ -MD5 (Graph-Easy-0.33.tar.gz) = 4080d3b0fdd7fb77f6160695b5c246a4 -SHA256 (Graph-Easy-0.33.tar.gz) = a4cf6dda02cd59291f9a1873385b2fb3137e66c2193895cb9d8d51ab6ae44e74 -SIZE (Graph-Easy-0.33.tar.gz) = 170351 +MD5 (Graph-Easy-0.34.tar.gz) = 4539d53a5b0b7a6555b2b9b103c08a88 +SHA256 (Graph-Easy-0.34.tar.gz) = 00d621858c83371727621e65f4160cb3fcbb18767660a676533f2f5873509337 +SIZE (Graph-Easy-0.34.tar.gz) = 184139 diff --git a/graphics/p5-Graph-Easy/pkg-plist b/graphics/p5-Graph-Easy/pkg-plist index ad64d091a352..2f5035c78da5 100644 --- a/graphics/p5-Graph-Easy/pkg-plist +++ b/graphics/p5-Graph-Easy/pkg-plist @@ -3,11 +3,14 @@ %%SITE_PERL%%/Graph/Easy/As_graphviz.pm %%SITE_PERL%%/Graph/Easy/As_txt.pm %%SITE_PERL%%/Graph/Easy/Attributes.pm +%%SITE_PERL%%/Graph/Easy/Base.pm %%SITE_PERL%%/Graph/Easy/Edge.pm %%SITE_PERL%%/Graph/Easy/Edge/Cell.pm %%SITE_PERL%%/Graph/Easy/Group.pm %%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/Grid.pm %%SITE_PERL%%/Graph/Easy/Layout/Path.pm %%SITE_PERL%%/Graph/Easy/Layout/Scout.pm %%SITE_PERL%%/Graph/Easy/Node.pm |