summaryrefslogtreecommitdiff
path: root/math/py-python-igraph
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-python-igraph')
-rw-r--r--math/py-python-igraph/Makefile22
-rw-r--r--math/py-python-igraph/distinfo2
-rw-r--r--math/py-python-igraph/pkg-descr7
3 files changed, 31 insertions, 0 deletions
diff --git a/math/py-python-igraph/Makefile b/math/py-python-igraph/Makefile
new file mode 100644
index 000000000000..f47072b04e13
--- /dev/null
+++ b/math/py-python-igraph/Makefile
@@ -0,0 +1,22 @@
+# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
+# $FreeBSD$
+
+PORTNAME= python-igraph
+PORTVERSION= 0.7.0
+PORTREVISION= 2
+CATEGORIES= math python
+MASTER_SITES= http://igraph.org/nightly/get/python/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= lwhsu@FreeBSD.org
+COMMENT= High performance graph data structures and algorithms
+
+LICENSE= GPLv2
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:math/igraph
+
+USES= gnome python
+USE_PYTHON= autoplist concurrent distutils
+USE_GNOME= libxml2
+
+.include <bsd.port.mk>
diff --git a/math/py-python-igraph/distinfo b/math/py-python-igraph/distinfo
new file mode 100644
index 000000000000..2182983ef95d
--- /dev/null
+++ b/math/py-python-igraph/distinfo
@@ -0,0 +1,2 @@
+SHA256 (python-igraph-0.7.0.tar.gz) = 64ac270e80a92066d489407be1900a329df8e26844430f941ecc88771188c471
+SIZE (python-igraph-0.7.0.tar.gz) = 369325
diff --git a/math/py-python-igraph/pkg-descr b/math/py-python-igraph/pkg-descr
new file mode 100644
index 000000000000..d5d059a684ff
--- /dev/null
+++ b/math/py-python-igraph/pkg-descr
@@ -0,0 +1,7 @@
+This module extends Python with a Graph class which is capable of handling
+arbitrary directed and undirected graphs with thousands of nodes and millions
+of edges. Since the module makes use of the open source igraph library
+written in almost 100% pure C, it is blazing fast and outperforms most other
+pure Python-based packages around.
+
+WWW: http://cneurocvs.rmki.kfki.hu/igraph