summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--math/Makefile1
-rw-r--r--math/py-altgraph/Makefile18
-rw-r--r--math/py-altgraph/distinfo2
-rw-r--r--math/py-altgraph/pkg-descr8
4 files changed, 29 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index bc6a7c4b5e59..238ffd66c0ca 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -538,6 +538,7 @@
SUBDIR += pspp
SUBDIR += pure-mpfr
SUBDIR += pure-rational
+ SUBDIR += py-altgraph
SUBDIR += py-apgl
SUBDIR += py-basemap
SUBDIR += py-basemap-data
diff --git a/math/py-altgraph/Makefile b/math/py-altgraph/Makefile
new file mode 100644
index 000000000000..87b35c906587
--- /dev/null
+++ b/math/py-altgraph/Makefile
@@ -0,0 +1,18 @@
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= altgraph
+PORTVERSION= 0.12
+CATEGORIES= math python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= python@FreeBSD.org
+COMMENT= Python graph (network) package
+
+LICENSE= MIT
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/math/py-altgraph/distinfo b/math/py-altgraph/distinfo
new file mode 100644
index 000000000000..981d5d1a417c
--- /dev/null
+++ b/math/py-altgraph/distinfo
@@ -0,0 +1,2 @@
+SHA256 (altgraph-0.12.tar.gz) = b90db0dba36d9ece282b6a95ae3d324b63239694ce2cf2fd07d3efd7f2f7cab2
+SIZE (altgraph-0.12.tar.gz) = 492343
diff --git a/math/py-altgraph/pkg-descr b/math/py-altgraph/pkg-descr
new file mode 100644
index 000000000000..268f60487e78
--- /dev/null
+++ b/math/py-altgraph/pkg-descr
@@ -0,0 +1,8 @@
+altgraph is a fork of graphlib: a graph (network) package for constructing
+graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
+graphviz output.
+
+altgraph includes some additional usage of Python 2.6+ features and
+enhancements related to modulegraph and macholib.
+
+WWW: https://pypi.python.org/pypi/altgraph/