summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-12 13:23:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-12 13:23:58 +0000
commit36f7228995fed355799d4116b2779b3d0c33836d (patch)
tree46e8bb817d3c2079936dc335c17a4e4e04671ac5 /math
parentadd tdb 1.0.6 (diff)
add py-probstat 0.912
Probability And Statistics Utils for Python
Notes
Notes: svn path=/head/; revision=67863
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/py-probstat/Makefile24
-rw-r--r--math/py-probstat/distinfo1
-rw-r--r--math/py-probstat/pkg-comment1
-rw-r--r--math/py-probstat/pkg-descr7
-rw-r--r--math/py-probstat/pkg-plist1
6 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index e393ad5f51d3..0bdb215cb5a6 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -126,6 +126,7 @@
SUBDIR += py-numarray
SUBDIR += py-numeric
SUBDIR += py-numeric17
+ SUBDIR += py-probstat
SUBDIR += py-scientific
SUBDIR += qscanplot
SUBDIR += rascal
diff --git a/math/py-probstat/Makefile b/math/py-probstat/Makefile
new file mode 100644
index 000000000000..f07b01752ccd
--- /dev/null
+++ b/math/py-probstat/Makefile
@@ -0,0 +1,24 @@
+# ex:ts=8
+# Ports collection makefile for: py-probstat
+# Date created: Oct 12, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= probstat
+PORTVERSION= 0.912
+CATEGORIES= math python
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@FreeBSD.org
+
+PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,^${LOCALBASE}/,,g}
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+
+.include <bsd.port.mk>
diff --git a/math/py-probstat/distinfo b/math/py-probstat/distinfo
new file mode 100644
index 000000000000..9e07a05b755b
--- /dev/null
+++ b/math/py-probstat/distinfo
@@ -0,0 +1 @@
+MD5 (probstat_0.912.tgz) = 7377fbd7a1c6a968dc1e7258acbac6d6
diff --git a/math/py-probstat/pkg-comment b/math/py-probstat/pkg-comment
new file mode 100644
index 000000000000..bffcca1db6ea
--- /dev/null
+++ b/math/py-probstat/pkg-comment
@@ -0,0 +1 @@
+Probability And Statistics Utils for Python
diff --git a/math/py-probstat/pkg-descr b/math/py-probstat/pkg-descr
new file mode 100644
index 000000000000..e7c3d5062c6f
--- /dev/null
+++ b/math/py-probstat/pkg-descr
@@ -0,0 +1,7 @@
+C and Python code for basic probability and statistics
+ - Combination
+ - Permutation
+ - Cartesian Product
+ - Priority Queue
+
+WWW: http://probstat.sourceforge.net/
diff --git a/math/py-probstat/pkg-plist b/math/py-probstat/pkg-plist
new file mode 100644
index 000000000000..88b45cc3017e
--- /dev/null
+++ b/math/py-probstat/pkg-plist
@@ -0,0 +1 @@
+%%PYTHON_SITELIBDIR%%/probstat.so