Update to 0.84.

http://search.cpan.org/src/JHI/Graph-0.84/Changes
This commit is contained in:
Anton Berezin 2007-10-23 17:12:17 +00:00
parent 898ab844cb
commit f364cefa0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201841
3 changed files with 19 additions and 9 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= Graph PORTNAME= Graph
PORTVERSION= 0.81 PORTVERSION= 0.84
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= math perl5 CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
@ -35,6 +35,8 @@ MAN3= Graph.3 \
Graph::Traversal::BFS.3 \ Graph::Traversal::BFS.3 \
Graph::Traversal::DFS.3 \ Graph::Traversal::DFS.3 \
Graph::Undirected.3 \ Graph::Undirected.3 \
Graph::UnionFind.3 Graph::UnionFind.3 \
Heap071::Elem.3 \
Heap071::Fibonacci.3
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (Graph-0.81.tar.gz) = 8400bd615c74de11644746709cbe7fe3 MD5 (Graph-0.84.tar.gz) = cd42d5c04964a2b7db5f6c200c716ded
SHA256 (Graph-0.81.tar.gz) = be2003aee83abd5248b3de6ab19e9c45f8d90528d3b1f0ea04e81611e5042817 SHA256 (Graph-0.84.tar.gz) = 8fc02f0b57aaa22f4cf333477aab7753599416c2e08dccd600d2eb2c1b87ac58
SIZE (Graph-0.81.tar.gz) = 131605 SIZE (Graph-0.84.tar.gz) = 137841

View file

@ -19,8 +19,16 @@
%%SITE_PERL%%/Graph/Traversal/DFS.pm %%SITE_PERL%%/Graph/Traversal/DFS.pm
%%SITE_PERL%%/Graph/Undirected.pm %%SITE_PERL%%/Graph/Undirected.pm
%%SITE_PERL%%/Graph/UnionFind.pm %%SITE_PERL%%/Graph/UnionFind.pm
@dirrm %%SITE_PERL%%/Graph/AdjacencyMap %%SITE_PERL%%/Heap071/Elem.pm
@dirrm %%SITE_PERL%%/Graph/TransitiveClosure %%SITE_PERL%%/Heap071/Fibonacci.pm
@dirrm %%SITE_PERL%%/Graph/Traversal %%SITE_PERL%%/auto/Heap071/Elem/autosplit.ix
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph %%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%%/Graph
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph