summaryrefslogtreecommitdiff
path: root/math/php-stats
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2016-08-04 15:33:20 +0000
committerjdolecek <jdolecek@pkgsrc.org>2016-08-04 15:33:20 +0000
commitedd360268da7a8365e4d144b1cb281e55bf96a0b (patch)
tree5fc4fa3a2b9a4161d4ea06ce12ed0a9981ddfa28 /math/php-stats
parent727adf1406f0ad40c78b11abcdc08231e9e7741d (diff)
downloadpkgsrc-edd360268da7a8365e4d144b1cb281e55bf96a0b.tar.gz
Add php-stats 2.0.3 - PHP extension that provides few dozens of functions useful for statistical computations
Diffstat (limited to 'math/php-stats')
-rw-r--r--math/php-stats/DESCR6
-rw-r--r--math/php-stats/Makefile11
-rw-r--r--math/php-stats/distinfo6
3 files changed, 23 insertions, 0 deletions
diff --git a/math/php-stats/DESCR b/math/php-stats/DESCR
new file mode 100644
index 00000000000..98b00d245ca
--- /dev/null
+++ b/math/php-stats/DESCR
@@ -0,0 +1,6 @@
+PHP extension that provides few dozens of functions useful for
+statistical computations. It is a wrapper around 2 scientific
+libraries, namely DCDFLIB (Library of C routines for Cumulative
+Distributions Functions, Inverses, and Other parameters) by B. Brown
+& J. Lavato and RANDLIB by Barry Brown, James Lavato & Kathy Russell.
+Includes CD and PD functions.
diff --git a/math/php-stats/Makefile b/math/php-stats/Makefile
new file mode 100644
index 00000000000..7f4208f51a9
--- /dev/null
+++ b/math/php-stats/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2016/08/04 15:33:20 jdolecek Exp $
+
+MODNAME= stats
+PECL_VERSION= 2.0.3
+CATEGORIES+= math
+COMMENT= PHP extension for statistical computation
+
+CONFIGURE_ARGS+= --enable-${MODNAME}
+
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/php-stats/distinfo b/math/php-stats/distinfo
new file mode 100644
index 00000000000..2228f0723a0
--- /dev/null
+++ b/math/php-stats/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/04 15:33:20 jdolecek Exp $
+
+SHA1 (php-stats/stats-2.0.3.tgz) = c21ed411c527264e366a5bb470bedf2d53881eb6
+RMD160 (php-stats/stats-2.0.3.tgz) = f6d383f37775bba1fc2acb1cda29da12db0047c4
+SHA512 (php-stats/stats-2.0.3.tgz) = 68a21296f8892c399d961bc1bba31cb6ebf6e0533fd396fc8527a33aa0b7cc189e718bd22dddbaaaeda183488971f02e87b2d9514085cc2a3d0fc558921a584c
+Size (php-stats/stats-2.0.3.tgz) = 112280 bytes