pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/php-stats Add php-stats 2.0.3 - PHP extension tha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/091974db9817
branches:  trunk
changeset: 350756:091974db9817
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Thu Aug 04 15:33:20 2016 +0000

description:
Add php-stats 2.0.3 - PHP extension that provides few dozens of functions useful for statistical computations

diffstat:

 math/php-stats/DESCR    |   6 ++++++
 math/php-stats/Makefile |  11 +++++++++++
 math/php-stats/distinfo |   6 ++++++
 3 files changed, 23 insertions(+), 0 deletions(-)

diffs (35 lines):

diff -r 45295a2d9d71 -r 091974db9817 math/php-stats/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/php-stats/DESCR      Thu Aug 04 15:33:20 2016 +0000
@@ -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 -r 45295a2d9d71 -r 091974db9817 math/php-stats/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/php-stats/Makefile   Thu Aug 04 15:33:20 2016 +0000
@@ -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 -r 45295a2d9d71 -r 091974db9817 math/php-stats/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/php-stats/distinfo   Thu Aug 04 15:33:20 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index