update Graph to 0.8484848484848484
This commit is contained in:
parent
b06c6c7b4b
commit
5354886d4c
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2007/02/02 14:53:03 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2007/09/05 16:10:26 jasper Exp $
|
||||
|
||||
COMMENT= "graph data structures in perl"
|
||||
COMMENT= graph data structures in perl
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Graph-0.81
|
||||
DISTNAME= Graph-0.84
|
||||
CATEGORIES= perl5
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Graph-0.81.tar.gz) = hAC9YVx03hFkR0ZwnL5/4w==
|
||||
RMD160 (Graph-0.81.tar.gz) = W9Xsa0HaBPtJZXioPXEDuuxf6u4=
|
||||
SHA1 (Graph-0.81.tar.gz) = /Qx59Im536X1PRSztvMD15NHvD0=
|
||||
SHA256 (Graph-0.81.tar.gz) = viADrug6vVJIs95qsZ6cRfjZBSjTsfDqBOgWEeUEKBc=
|
||||
SIZE (Graph-0.81.tar.gz) = 131605
|
||||
MD5 (Graph-0.84.tar.gz) = zULVwElkorfbX2wgDHFt7Q==
|
||||
RMD160 (Graph-0.84.tar.gz) = nkGHiqo20J+XVKYMtOkleVHDSI4=
|
||||
SHA1 (Graph-0.84.tar.gz) = TGo7v3l1kHHbPE3xJxLUSKB7RSI=
|
||||
SHA256 (Graph-0.84.tar.gz) = j8AvC1eqoi9M8zNHeqt3U1mUFsLgjczWANLrLBuHrFg=
|
||||
SIZE (Graph-0.84.tar.gz) = 137841
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/03/03 01:02:40 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/09/05 16:10:26 jasper Exp $
|
||||
${P5SITE}/Graph/
|
||||
${P5SITE}/Graph.pm
|
||||
${P5SITE}/Graph.pod
|
||||
@ -23,6 +23,14 @@ ${P5SITE}/Graph/Traversal/BFS.pm
|
||||
${P5SITE}/Graph/Traversal/DFS.pm
|
||||
${P5SITE}/Graph/Undirected.pm
|
||||
${P5SITE}/Graph/UnionFind.pm
|
||||
${P5SITE}/Heap071/
|
||||
${P5SITE}/Heap071/Elem.pm
|
||||
${P5SITE}/Heap071/Fibonacci.pm
|
||||
${P5SITE}/auto/Heap071/
|
||||
${P5SITE}/auto/Heap071/Elem/
|
||||
${P5SITE}/auto/Heap071/Elem/autosplit.ix
|
||||
${P5SITE}/auto/Heap071/Fibonacci/
|
||||
${P5SITE}/auto/Heap071/Fibonacci/autosplit.ix
|
||||
@man man/man3p/Graph.3p
|
||||
@man man/man3p/Graph::AdjacencyMap.3p
|
||||
@man man/man3p/Graph::AdjacencyMap::Vertex.3p
|
||||
@ -37,3 +45,5 @@ ${P5SITE}/Graph/UnionFind.pm
|
||||
@man man/man3p/Graph::Traversal::DFS.3p
|
||||
@man man/man3p/Graph::Undirected.3p
|
||||
@man man/man3p/Graph::UnionFind.3p
|
||||
@man man/man3p/Heap071::Elem.3p
|
||||
@man man/man3p/Heap071::Fibonacci.3p
|
||||
|
Loading…
Reference in New Issue
Block a user