From 36f7228995fed355799d4116b2779b3d0c33836d Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 12 Oct 2002 13:23:58 +0000 Subject: add py-probstat 0.912 Probability And Statistics Utils for Python --- math/py-probstat/Makefile | 24 ++++++++++++++++++++++++ math/py-probstat/distinfo | 1 + math/py-probstat/pkg-comment | 1 + math/py-probstat/pkg-descr | 7 +++++++ math/py-probstat/pkg-plist | 1 + 5 files changed, 34 insertions(+) create mode 100644 math/py-probstat/Makefile create mode 100644 math/py-probstat/distinfo create mode 100644 math/py-probstat/pkg-comment create mode 100644 math/py-probstat/pkg-descr create mode 100644 math/py-probstat/pkg-plist (limited to 'math/py-probstat') 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 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 -- cgit v1.2.3