- Update to 0.5.2
PR: 134019 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
This commit is contained in:
parent
596c552448
commit
8c8b40b44c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232794
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= igraph
|
||||
PORTVERSION= 0.5.1
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://cneurocvs.rmki.kfki.hu/igraph/download/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (igraph-0.5.1.tar.gz) = 19f9c193fc7c8b88a0e8d98aef9f9bb5
|
||||
SHA256 (igraph-0.5.1.tar.gz) = 07c546a712a4998cd544035945f2ea2f312442541f2b54c2dd924e2aa8967fd4
|
||||
SIZE (igraph-0.5.1.tar.gz) = 1695789
|
||||
MD5 (igraph-0.5.2.tar.gz) = 092fcd018d35da599e250990e9b64e6f
|
||||
SHA256 (igraph-0.5.2.tar.gz) = 10d35807463188f3e1e003506288d5a2e984bf709d8fd68d115d2c91416ca70d
|
||||
SIZE (igraph-0.5.2.tar.gz) = 1719644
|
||||
|
@ -4,6 +4,7 @@ lib/libigraph.la
|
||||
lib/libigraph.so
|
||||
lib/libigraph.so.0
|
||||
include/igraph/DensityGrid.h
|
||||
include/igraph/DensityGrid_3d.h
|
||||
include/igraph/NetDataTypes.h
|
||||
include/igraph/NetRoutines.h
|
||||
include/igraph/arpack.h
|
||||
@ -14,6 +15,9 @@ include/igraph/attributes.h
|
||||
include/igraph/dqueue.h
|
||||
include/igraph/dqueue.pmt
|
||||
include/igraph/drl_Node.h
|
||||
include/igraph/drl_Node_3d.h
|
||||
include/igraph/drl_graph_3d.h
|
||||
include/igraph/drl_layout_3d.h
|
||||
include/igraph/drl_graph.h
|
||||
include/igraph/drl_layout.h
|
||||
include/igraph/drl_parse.h
|
||||
@ -34,6 +38,7 @@ include/igraph/gml_tree.h
|
||||
include/igraph/heap.h
|
||||
include/igraph/heap.pmt
|
||||
include/igraph/igraph.h
|
||||
include/igraph/igraph_math.h
|
||||
include/igraph/igraph_pmt.h
|
||||
include/igraph/igraph_pmt_off.h
|
||||
include/igraph/interrupt.h
|
||||
|
Loading…
Reference in New Issue
Block a user