1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update to 0.55.

Changes: http://search.cpan.org/src/TELS/Graph-Easy-0.55/CHANGES
This commit is contained in:
Anton Berezin 2007-06-20 11:37:48 +00:00
parent 7ed4531950
commit 80259820e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193939
3 changed files with 10 additions and 6 deletions

View File

@ -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>

View File

@ -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

View File

@ -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