mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
Update to 0.54, bump PORTEPOCH.
This commit is contained in:
parent
0bed2294bf
commit
17313780a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126840
@ -6,7 +6,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Graph
|
PORTNAME= Graph
|
||||||
PORTVERSION= 0.20105
|
PORTVERSION= 0.54
|
||||||
|
PORTEPOCH= 1
|
||||||
CATEGORIES= math perl5
|
CATEGORIES= math perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= Graph
|
MASTER_SITE_SUBDIR= Graph
|
||||||
@ -15,18 +16,23 @@ PKGNAMEPREFIX= p5-
|
|||||||
MAINTAINER= tobez@FreeBSD.org
|
MAINTAINER= tobez@FreeBSD.org
|
||||||
COMMENT= Graph, the Perl module for graph operations
|
COMMENT= Graph, the Perl module for graph operations
|
||||||
|
|
||||||
BUILD_DEPENDS= ${SITE_PERL}/Heap.pm:${PORTSDIR}/devel/p5-Heap
|
BUILD_DEPENDS= ${SITE_PERL}/Heap.pm:${PORTSDIR}/devel/p5-Heap \
|
||||||
|
${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
MAN3= Graph.3 \
|
MAN3= Graph.3 \
|
||||||
Graph::BFS.3 \
|
Graph::AdjacencyMap.3 \
|
||||||
Graph::Base.3 \
|
Graph::AdjacencyMap::Vertex.3 \
|
||||||
Graph::DFS.3 \
|
Graph::AdjacencyMatrix.3 \
|
||||||
Graph::Directed.3 \
|
Graph::BitMatrix.3 \
|
||||||
Graph::HeapElem.3 \
|
Graph::Matrix.3 \
|
||||||
|
Graph::TransitiveClosure.3 \
|
||||||
|
Graph::TransitiveClosure::Matrix.3 \
|
||||||
Graph::Traversal.3 \
|
Graph::Traversal.3 \
|
||||||
Graph::Undirected.3
|
Graph::Traversal::BFS.3 \
|
||||||
|
Graph::Traversal::DFS.3 \
|
||||||
|
Graph::UnionFind.3
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
MD5 (Graph-0.20105.tar.gz) = 686176a59a36a5480a65b4fb36c967a7
|
MD5 (Graph-0.54.tar.gz) = cf623c7c9004c9cef9030f6ea645f73f
|
||||||
SIZE (Graph-0.20105.tar.gz) = 20877
|
SIZE (Graph-0.54.tar.gz) = 87310
|
||||||
|
@ -1,11 +1,26 @@
|
|||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/.packlist
|
||||||
%%SITE_PERL%%/Graph.pm
|
%%SITE_PERL%%/Graph.pm
|
||||||
|
%%SITE_PERL%%/Graph.pod
|
||||||
|
%%SITE_PERL%%/Graph/AdjacencyMap.pm
|
||||||
|
%%SITE_PERL%%/Graph/AdjacencyMap/Heavy.pm
|
||||||
|
%%SITE_PERL%%/Graph/AdjacencyMap/Light.pm
|
||||||
|
%%SITE_PERL%%/Graph/AdjacencyMap/Vertex.pm
|
||||||
|
%%SITE_PERL%%/Graph/AdjacencyMatrix.pm
|
||||||
|
%%SITE_PERL%%/Graph/Attribute.pm
|
||||||
|
%%SITE_PERL%%/Graph/BitMatrix.pm
|
||||||
%%SITE_PERL%%/Graph/Directed.pm
|
%%SITE_PERL%%/Graph/Directed.pm
|
||||||
%%SITE_PERL%%/Graph/HeapElem.pm
|
%%SITE_PERL%%/Graph/MSTHeapElem.pm
|
||||||
%%SITE_PERL%%/Graph/DFS.pm
|
%%SITE_PERL%%/Graph/Matrix.pm
|
||||||
%%SITE_PERL%%/Graph/Base.pm
|
%%SITE_PERL%%/Graph/SPTHeapElem.pm
|
||||||
|
%%SITE_PERL%%/Graph/TransitiveClosure.pm
|
||||||
|
%%SITE_PERL%%/Graph/TransitiveClosure/Matrix.pm
|
||||||
%%SITE_PERL%%/Graph/Traversal.pm
|
%%SITE_PERL%%/Graph/Traversal.pm
|
||||||
%%SITE_PERL%%/Graph/BFS.pm
|
%%SITE_PERL%%/Graph/Traversal/BFS.pm
|
||||||
|
%%SITE_PERL%%/Graph/Traversal/DFS.pm
|
||||||
%%SITE_PERL%%/Graph/Undirected.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
|
||||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph 2>/dev/null || true
|
||||||
@unexec rmdir %D/%%SITE_PERL%%/Graph 2>/dev/null || true
|
@unexec rmdir %D/%%SITE_PERL%%/Graph 2>/dev/null || true
|
||||||
|
Loading…
Reference in New Issue
Block a user