pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/php-stats



Module Name:    pkgsrc
Committed By:   jdolecek
Date:           Thu Aug  4 15:33:20 UTC 2016

Added Files:
        pkgsrc/math/php-stats: DESCR Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/php-stats/DESCR \
    pkgsrc/math/php-stats/Makefile pkgsrc/math/php-stats/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/php-stats/DESCR
diff -u /dev/null pkgsrc/math/php-stats/DESCR:1.1
--- /dev/null   Thu Aug  4 15:33:20 2016
+++ pkgsrc/math/php-stats/DESCR Thu Aug  4 15:33:20 2016
@@ -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.
Index: pkgsrc/math/php-stats/Makefile
diff -u /dev/null pkgsrc/math/php-stats/Makefile:1.1
--- /dev/null   Thu Aug  4 15:33:20 2016
+++ pkgsrc/math/php-stats/Makefile      Thu Aug  4 15:33:20 2016
@@ -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"
Index: pkgsrc/math/php-stats/distinfo
diff -u /dev/null pkgsrc/math/php-stats/distinfo:1.1
--- /dev/null   Thu Aug  4 15:33:20 2016
+++ pkgsrc/math/php-stats/distinfo      Thu Aug  4 15:33:20 2016
@@ -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