Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 46BBD7A26E for ; Thu, 4 Aug 2016 15:33:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B7A2885EA4; Thu, 4 Aug 2016 15:33:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4A9FC85E98 for ; Thu, 4 Aug 2016 15:33:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YWPEQwPEEmlG for ; Thu, 4 Aug 2016 15:33:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CFD2284CEF for ; Thu, 4 Aug 2016 15:33:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C68A1FBB5; Thu, 4 Aug 2016 15:33:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470324800295240" MIME-Version: 1.0 Date: Thu, 4 Aug 2016 15:33:20 +0000 From: "Jaromir Dolecek" Subject: CVS commit: pkgsrc/math/php-stats To: pkgsrc-changes@NetBSD.org Reply-To: jdolecek@netbsd.org X-Mailer: log_accum Message-Id: <20160804153320.C68A1FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1470324800295240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1470324800295240 Content-Disposition: inline Content-Length: 1706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1470324800295240--