diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-03-21 13:06:43 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-03-21 13:06:43 +0000 |
commit | 3e6da6f12b08baa6d50f6ee2b85810d2892fb1f8 (patch) | |
tree | baec5402cfb83db94aea68b327d5a21d385a5a43 /graphics | |
parent | 55050dc3e611c710712b226dc08044790f8dd20a (diff) | |
download | ports-3e6da6f12b08baa6d50f6ee2b85810d2892fb1f8.tar.gz ports-3e6da6f12b08baa6d50f6ee2b85810d2892fb1f8.zip |
Notes
Diffstat (limited to 'graphics')
-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 | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile index de9caa96745b..10d1955e47af 100644 --- a/graphics/p5-Graph-Easy/Makefile +++ b/graphics/p5-Graph-Easy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Graph-Easy -PORTVERSION= 0.42 +PORTVERSION= 0.43 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Graph @@ -41,7 +41,8 @@ MAN3= Graph::Easy.3 \ Graph::Easy::Node::Anon.3 \ Graph::Easy::Node::Cell.3 \ Graph::Easy::Node::Empty.3 \ - Graph::Easy::Parser.3 + Graph::Easy::Parser.3 \ + Graph::Easy::Parser::Graphviz.3 .include <bsd.port.pre.mk> diff --git a/graphics/p5-Graph-Easy/distinfo b/graphics/p5-Graph-Easy/distinfo index 47deee352fae..8ca08526e91c 100644 --- a/graphics/p5-Graph-Easy/distinfo +++ b/graphics/p5-Graph-Easy/distinfo @@ -1,3 +1,3 @@ -MD5 (Graph-Easy-0.42.tar.gz) = 36fca36e6ff715404ca243251aff4365 -SHA256 (Graph-Easy-0.42.tar.gz) = 6b5bfccd38d04ce9d7547a9f54a5f6cb2f60a05925748a62fd755350b4449bc6 -SIZE (Graph-Easy-0.42.tar.gz) = 243040 +MD5 (Graph-Easy-0.43.tar.gz) = 5c0c8411db95ff93778c55c18d088b0b +SHA256 (Graph-Easy-0.43.tar.gz) = 5bb6de99facd27e35e98c0ea32f5756bf72ff5f04bb2aec66a02b946963274cd +SIZE (Graph-Easy-0.43.tar.gz) = 260062 diff --git a/graphics/p5-Graph-Easy/pkg-plist b/graphics/p5-Graph-Easy/pkg-plist index c026b406fa20..90f08c447db0 100644 --- a/graphics/p5-Graph-Easy/pkg-plist +++ b/graphics/p5-Graph-Easy/pkg-plist @@ -19,12 +19,14 @@ %%SITE_PERL%%/Graph/Easy/Node/Cell.pm %%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 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/Easy +@dirrmtry %%SITE_PERL%%/Graph/Easy/Parser +@dirrmtry %%SITE_PERL%%/Graph/Easy/Node @dirrmtry %%SITE_PERL%%/Graph/Easy/Layout @dirrmtry %%SITE_PERL%%/Graph/Easy/Group -@dirrmtry %%SITE_PERL%%/Graph/Easy/Node @dirrmtry %%SITE_PERL%%/Graph/Easy/Edge -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph @dirrmtry %%SITE_PERL%%/Graph/Easy @dirrmtry %%SITE_PERL%%/Graph +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/Easy +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph |