diff options
author | rm <rm@FreeBSD.org> | 2016-10-11 04:11:28 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-10-11 04:11:28 +0800 |
commit | fb3a614cc1f94914ab9f4b75b7f443419e8cfd1f (patch) | |
tree | 68735e56594ad79461c1078efbb510527b2f0835 /math | |
parent | 531546fb6de986bb9a5564cbd65821df24d786c2 (diff) | |
download | freebsd-ports-graphics-fb3a614cc1f94914ab9f4b75b7f443419e8cfd1f.tar.gz freebsd-ports-graphics-fb3a614cc1f94914ab9f4b75b7f443419e8cfd1f.tar.zst freebsd-ports-graphics-fb3a614cc1f94914ab9f4b75b7f443419e8cfd1f.zip |
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
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/pecl-stats2/Makefile | 23 | ||||
-rw-r--r-- | math/pecl-stats2/distinfo | 3 | ||||
-rw-r--r-- | math/pecl-stats2/pkg-descr | 4 |
4 files changed, 31 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 3469db680f0..bfbcf434781 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/pecl-stats2/Makefile b/math/pecl-stats2/Makefile new file mode 100644 index 00000000000..431bc68f4a2 --- /dev/null +++ b/math/pecl-stats2/Makefile @@ -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> diff --git a/math/pecl-stats2/distinfo b/math/pecl-stats2/distinfo new file mode 100644 index 00000000000..09a71c9fb81 --- /dev/null +++ b/math/pecl-stats2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1474117131 +SHA256 (PECL/stats-2.0.3.tgz) = 7f2bc60136594cea27d9f997a6622270408ca90c4428f6f2e20938c88fab1b57 +SIZE (PECL/stats-2.0.3.tgz) = 112280 diff --git a/math/pecl-stats2/pkg-descr b/math/pecl-stats2/pkg-descr new file mode 100644 index 00000000000..f9178318653 --- /dev/null +++ b/math/pecl-stats2/pkg-descr @@ -0,0 +1,4 @@ +Extension for PHP that provides few dozens routines for statistical +computation. + +WWW: http://pecl.php.net/package/stats/ |