diff options
author | tobez <tobez@FreeBSD.org> | 2007-10-24 01:12:17 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2007-10-24 01:12:17 +0800 |
commit | 22e50ba8aaf4aae3f4acab3bfff3ee45bb129401 (patch) | |
tree | 0ffa513f8066524c0bb7a0d8db9b4d7999c93cc2 /math/p5-Graph | |
parent | 72f97964e6861ef5714b9972a1494f6e5da16800 (diff) | |
download | freebsd-ports-gnome-22e50ba8aaf4aae3f4acab3bfff3ee45bb129401.tar.gz freebsd-ports-gnome-22e50ba8aaf4aae3f4acab3bfff3ee45bb129401.tar.zst freebsd-ports-gnome-22e50ba8aaf4aae3f4acab3bfff3ee45bb129401.zip |
Update to 0.84.
http://search.cpan.org/src/JHI/Graph-0.84/Changes
Diffstat (limited to 'math/p5-Graph')
-rw-r--r-- | math/p5-Graph/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Graph/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Graph/pkg-plist | 16 |
3 files changed, 19 insertions, 9 deletions
diff --git a/math/p5-Graph/Makefile b/math/p5-Graph/Makefile index 1609be52d97d..7925d952b97e 100644 --- a/math/p5-Graph/Makefile +++ b/math/p5-Graph/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Graph -PORTVERSION= 0.81 +PORTVERSION= 0.84 PORTEPOCH= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} @@ -35,6 +35,8 @@ MAN3= Graph.3 \ Graph::Traversal::BFS.3 \ Graph::Traversal::DFS.3 \ Graph::Undirected.3 \ - Graph::UnionFind.3 + Graph::UnionFind.3 \ + Heap071::Elem.3 \ + Heap071::Fibonacci.3 .include <bsd.port.mk> diff --git a/math/p5-Graph/distinfo b/math/p5-Graph/distinfo index 5ecaee9c08bb..82747d3657fd 100644 --- a/math/p5-Graph/distinfo +++ b/math/p5-Graph/distinfo @@ -1,3 +1,3 @@ -MD5 (Graph-0.81.tar.gz) = 8400bd615c74de11644746709cbe7fe3 -SHA256 (Graph-0.81.tar.gz) = be2003aee83abd5248b3de6ab19e9c45f8d90528d3b1f0ea04e81611e5042817 -SIZE (Graph-0.81.tar.gz) = 131605 +MD5 (Graph-0.84.tar.gz) = cd42d5c04964a2b7db5f6c200c716ded +SHA256 (Graph-0.84.tar.gz) = 8fc02f0b57aaa22f4cf333477aab7753599416c2e08dccd600d2eb2c1b87ac58 +SIZE (Graph-0.84.tar.gz) = 137841 diff --git a/math/p5-Graph/pkg-plist b/math/p5-Graph/pkg-plist index b1b830373e12..f2bb1369c737 100644 --- a/math/p5-Graph/pkg-plist +++ b/math/p5-Graph/pkg-plist @@ -19,8 +19,16 @@ %%SITE_PERL%%/Graph/Traversal/DFS.pm %%SITE_PERL%%/Graph/Undirected.pm %%SITE_PERL%%/Graph/UnionFind.pm -@dirrm %%SITE_PERL%%/Graph/AdjacencyMap -@dirrm %%SITE_PERL%%/Graph/TransitiveClosure -@dirrm %%SITE_PERL%%/Graph/Traversal -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph +%%SITE_PERL%%/Heap071/Elem.pm +%%SITE_PERL%%/Heap071/Fibonacci.pm +%%SITE_PERL%%/auto/Heap071/Elem/autosplit.ix +%%SITE_PERL%%/auto/Heap071/Fibonacci/autosplit.ix +@dirrmtry %%SITE_PERL%%/auto/Heap071/Fibonacci +@dirrmtry %%SITE_PERL%%/auto/Heap071/Elem +@dirrmtry %%SITE_PERL%%/auto/Heap071 +@dirrmtry %%SITE_PERL%%/Heap071 +@dirrmtry %%SITE_PERL%%/Graph/Traversal +@dirrmtry %%SITE_PERL%%/Graph/TransitiveClosure +@dirrmtry %%SITE_PERL%%/Graph/AdjacencyMap @dirrmtry %%SITE_PERL%%/Graph +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph |