diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-12-05 09:02:24 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-12-05 09:02:24 +0000 |
commit | e33e6ea333e0156cafa865aaf2dc261431778e2d (patch) | |
tree | 968828615b7fd4385373a3a8e8ee4291d4d4c141 /graphics/p5-Graph-Easy | |
parent | eafe017a1c78991931aa7148dd8b04aaaa8db2fb (diff) | |
download | ports-e33e6ea333e0156cafa865aaf2dc261431778e2d.tar.gz ports-e33e6ea333e0156cafa865aaf2dc261431778e2d.zip |
Notes
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 |