diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-12 21:23:58 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-12 21:23:58 +0800 |
commit | 5708a813edd5536ef718c4fc325ae1a5ad809ba8 (patch) | |
tree | 9c272dc1b8b099e23344a4c8ea628ade464e6151 /math | |
parent | cb396aecf66bdc329d5b28896a42fc681547b142 (diff) | |
download | freebsd-ports-gnome-5708a813edd5536ef718c4fc325ae1a5ad809ba8.tar.gz freebsd-ports-gnome-5708a813edd5536ef718c4fc325ae1a5ad809ba8.tar.zst freebsd-ports-gnome-5708a813edd5536ef718c4fc325ae1a5ad809ba8.zip |
add py-probstat 0.912
Probability And Statistics Utils for Python
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/py-probstat/Makefile | 24 | ||||
-rw-r--r-- | math/py-probstat/distinfo | 1 | ||||
-rw-r--r-- | math/py-probstat/pkg-comment | 1 | ||||
-rw-r--r-- | math/py-probstat/pkg-descr | 7 | ||||
-rw-r--r-- | math/py-probstat/pkg-plist | 1 |
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 |