diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-31 19:48:49 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-31 19:48:49 +0000 |
commit | 717129ed9dc794c44a1841b89092a2c666aa3749 (patch) | |
tree | 29288a42ca33819957ae998336389c8ff465567f /math/pecl-stats | |
parent | 48d36a79c34000a12531447421f25a10f424a16d (diff) | |
download | ports-717129ed9dc794c44a1841b89092a2c666aa3749.tar.gz ports-717129ed9dc794c44a1841b89092a2c666aa3749.zip |
Notes
Diffstat (limited to 'math/pecl-stats')
-rw-r--r-- | math/pecl-stats/Makefile | 22 | ||||
-rw-r--r-- | math/pecl-stats/distinfo | 3 | ||||
-rw-r--r-- | math/pecl-stats/pkg-descr | 4 |
3 files changed, 29 insertions, 0 deletions
diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile new file mode 100644 index 000000000000..29a4b3ba9fff --- /dev/null +++ b/math/pecl-stats/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: pecl-stats +# Date created: 2006/07/31 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= stats +PORTVERSION= 1.0.2 +CATEGORIES= math textproc pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= A PECL extension which with routines for statistical computation + +USE_PHP= yes +USE_PHPEXT= yes + +.include <bsd.port.mk> diff --git a/math/pecl-stats/distinfo b/math/pecl-stats/distinfo new file mode 100644 index 000000000000..73482072bd77 --- /dev/null +++ b/math/pecl-stats/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/stats-1.0.2.tgz) = 96f105be1e76fbc5dca424057066e4d8 +SHA256 (PECL/stats-1.0.2.tgz) = 465d1bbec43c916ecdc8fc59f0d13e24e7e23f6b76866b7172d25ab6e08f2244 +SIZE (PECL/stats-1.0.2.tgz) = 99018 diff --git a/math/pecl-stats/pkg-descr b/math/pecl-stats/pkg-descr new file mode 100644 index 000000000000..4634d8ead91c --- /dev/null +++ b/math/pecl-stats/pkg-descr @@ -0,0 +1,4 @@ +This ststs extension for PHP provides few dozens routines for statistical +computation. + +WWW: http://pecl.php.net/package/stats/ |