Extension for PHP that provides few dozens routines for statistical

computation.

WWW: http://pecl.php.net/package/stats/

PR:		212767
Submitted by:	dbaio@bsd.com.br
This commit is contained in:
Ruslan Makhmatkhanov 2016-10-10 20:11:28 +00:00
parent 63dd80eb2d
commit 69870501b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423697
4 changed files with 31 additions and 0 deletions

View File

@ -561,6 +561,7 @@
SUBDIR += pecl-bitset
SUBDIR += pecl-bitset2
SUBDIR += pecl-stats
SUBDIR += pecl-stats2
SUBDIR += pecl-trader
SUBDIR += php55-bcmath
SUBDIR += php55-gmp

23
math/pecl-stats2/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= stats
PORTVERSION= 2.0.3
CATEGORIES= math textproc pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
DIST_SUBDIR= PECL
MAINTAINER= dbaio@bsd.com.br
COMMENT= PECL extension with routines for statistical computation
LICENSE= PHP301
LICENSE_FILE= ${WRKSRC}/LICENSE
PORTSCOUT= limit:^2.*
USES= php:ext tar:tgz
IGNORE_WITH_PHP= 55 56
CONFLICTS= pecl-stats-1*
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1474117131
SHA256 (PECL/stats-2.0.3.tgz) = 7f2bc60136594cea27d9f997a6622270408ca90c4428f6f2e20938c88fab1b57
SIZE (PECL/stats-2.0.3.tgz) = 112280

View File

@ -0,0 +1,4 @@
Extension for PHP that provides few dozens routines for statistical
computation.
WWW: http://pecl.php.net/package/stats/