aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-31 19:48:49 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-31 19:48:49 +0000
commit717129ed9dc794c44a1841b89092a2c666aa3749 (patch)
tree29288a42ca33819957ae998336389c8ff465567f /math
parent48d36a79c34000a12531447421f25a10f424a16d (diff)
downloadports-717129ed9dc794c44a1841b89092a2c666aa3749.tar.gz
ports-717129ed9dc794c44a1841b89092a2c666aa3749.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/pecl-stats/Makefile22
-rw-r--r--math/pecl-stats/distinfo3
-rw-r--r--math/pecl-stats/pkg-descr4
4 files changed, 30 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index e0a97ba40c52..5c0ad37b09a4 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -246,6 +246,7 @@
SUBDIR += parmetis
SUBDIR += pear-Structures_Graph
SUBDIR += pecl-big_int
+ SUBDIR += pecl-stats
SUBDIR += petsc
SUBDIR += petsc-mpich
SUBDIR += pgcalc
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/