diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-27 07:19:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-27 07:19:06 +0800 |
commit | ac83ce7cf8219edfc8a70dea354e0c870a6380d7 (patch) | |
tree | 071bf076147338ae7792779e9d33a4c8e6a4cf7a /math | |
parent | 99d6fc9d2f760175677eb53384cbd724155a9ecb (diff) | |
download | freebsd-ports-gnome-ac83ce7cf8219edfc8a70dea354e0c870a6380d7.tar.gz freebsd-ports-gnome-ac83ce7cf8219edfc8a70dea354e0c870a6380d7.tar.zst freebsd-ports-gnome-ac83ce7cf8219edfc8a70dea354e0c870a6380d7.zip |
- Update to 0.5.2
PR: 134019
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/igraph/Makefile | 2 | ||||
-rw-r--r-- | math/igraph/distinfo | 6 | ||||
-rw-r--r-- | math/igraph/pkg-plist | 5 |
3 files changed, 9 insertions, 4 deletions
diff --git a/math/igraph/Makefile b/math/igraph/Makefile index 5616a218bef9..061df2618dcf 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -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/ diff --git a/math/igraph/distinfo b/math/igraph/distinfo index 493ea46e719d..ba80ae710c02 100644 --- a/math/igraph/distinfo +++ b/math/igraph/distinfo @@ -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 diff --git a/math/igraph/pkg-plist b/math/igraph/pkg-plist index cb6e4191fe2f..98a07ddda944 100644 --- a/math/igraph/pkg-plist +++ b/math/igraph/pkg-plist @@ -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 |