diff options
author | tobez <tobez@FreeBSD.org> | 2007-06-20 19:37:48 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2007-06-20 19:37:48 +0800 |
commit | cb9e4322ae46e605a7697b6c53e40acbb79ee96c (patch) | |
tree | 170229f4e011e12d89ba67da5d45443f048bbdab | |
parent | 0a2f29147c9992bc67330789d972dfd50ff7b3b4 (diff) | |
download | freebsd-ports-gnome-cb9e4322ae46e605a7697b6c53e40acbb79ee96c.tar.gz freebsd-ports-gnome-cb9e4322ae46e605a7697b6c53e40acbb79ee96c.tar.zst freebsd-ports-gnome-cb9e4322ae46e605a7697b6c53e40acbb79ee96c.zip |
Update to 0.55.
Changes: http://search.cpan.org/src/TELS/Graph-Easy-0.55/CHANGES
-rw-r--r-- | graphics/p5-Graph-Easy/Makefile | 6 | ||||
-rw-r--r-- | graphics/p5-Graph-Easy/distinfo | 6 | ||||
-rw-r--r-- | graphics/p5-Graph-Easy/pkg-plist | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile index 5488c09daa7f..e9e0a1f530e2 100644 --- a/graphics/p5-Graph-Easy/Makefile +++ b/graphics/p5-Graph-Easy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Graph-Easy -PORTVERSION= 0.54 +PORTVERSION= 0.55 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Graph @@ -27,6 +27,7 @@ MAN3= Graph::Easy.3 \ Graph::Easy::As_ascii.3 \ Graph::Easy::As_graphviz.3 \ Graph::Easy::As_txt.3 \ + Graph::Easy::As_vcg.3 \ Graph::Easy::Attributes.3 \ Graph::Easy::Base.3 \ Graph::Easy::Edge.3 \ @@ -45,7 +46,8 @@ MAN3= Graph::Easy.3 \ Graph::Easy::Node::Cell.3 \ Graph::Easy::Node::Empty.3 \ Graph::Easy::Parser.3 \ - Graph::Easy::Parser::Graphviz.3 + Graph::Easy::Parser::Graphviz.3 \ + Graph::Easy::Parser::VCG.3 .include <bsd.port.pre.mk> diff --git a/graphics/p5-Graph-Easy/distinfo b/graphics/p5-Graph-Easy/distinfo index ed5840001140..5d68792e651b 100644 --- a/graphics/p5-Graph-Easy/distinfo +++ b/graphics/p5-Graph-Easy/distinfo @@ -1,3 +1,3 @@ -MD5 (Graph-Easy-0.54.tar.gz) = ddd605574ababf80a822ee17a82e9def -SHA256 (Graph-Easy-0.54.tar.gz) = 5bbd3dae0b9b4d0099f2b54f12a26cfcb7ab64cd7618747f367d90266ce24d6e -SIZE (Graph-Easy-0.54.tar.gz) = 350654 +MD5 (Graph-Easy-0.55.tar.gz) = 8df6a7eb36416f3b44d61d4ce8fbcbac +SHA256 (Graph-Easy-0.55.tar.gz) = 90226c9ef04d16b4b9df0044a2e5a7ca6cfc38bdb7251fb2ca686b3171fd49aa +SIZE (Graph-Easy-0.55.tar.gz) = 366745 diff --git a/graphics/p5-Graph-Easy/pkg-plist b/graphics/p5-Graph-Easy/pkg-plist index 712248bbc04f..c995e323bfc2 100644 --- a/graphics/p5-Graph-Easy/pkg-plist +++ b/graphics/p5-Graph-Easy/pkg-plist @@ -1,8 +1,10 @@ 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_graphviz.pm %%SITE_PERL%%/Graph/Easy/As_txt.pm +%%SITE_PERL%%/Graph/Easy/As_vcg.pm %%SITE_PERL%%/Graph/Easy/Attributes.pm %%SITE_PERL%%/Graph/Easy/Base.pm %%SITE_PERL%%/Graph/Easy/Edge.pm @@ -22,7 +24,7 @@ bin/graph-easy %%SITE_PERL%%/Graph/Easy/Node/Empty.pm %%SITE_PERL%%/Graph/Easy/Parser.pm %%SITE_PERL%%/Graph/Easy/Parser/Graphviz.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/Easy/.packlist +%%SITE_PERL%%/Graph/Easy/Parser/VCG.pm @dirrmtry %%SITE_PERL%%/Graph/Easy/Parser @dirrmtry %%SITE_PERL%%/Graph/Easy/Node @dirrmtry %%SITE_PERL%%/Graph/Easy/Layout |