From 717129ed9dc794c44a1841b89092a2c666aa3749 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Mon, 31 Jul 2006 19:48:49 +0000 Subject: This ststs extension for PHP provides few dozens routines for statistical computation. WWW: http://pecl.php.net/package/stats/ PR: ports/101117 Submitted by: chinsan --- math/Makefile | 1 + math/pecl-stats/Makefile | 22 ++++++++++++++++++++++ math/pecl-stats/distinfo | 3 +++ math/pecl-stats/pkg-descr | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 math/pecl-stats/Makefile create mode 100644 math/pecl-stats/distinfo create mode 100644 math/pecl-stats/pkg-descr (limited to 'math') diff --git a/math/Makefile b/math/Makefile index e0a97ba40c52..5c0ad37b09a4 100644 --- a/math/Makefile +++ b/math/Makefile @@ -246,6 +246,7 @@ SUBDIR += parmetis SUBDIR += pear-Structures_Graph SUBDIR += pecl-big_int + SUBDIR += pecl-stats SUBDIR += petsc SUBDIR += petsc-mpich SUBDIR += pgcalc diff --git a/math/pecl-stats/Makefile b/math/pecl-stats/Makefile new file mode 100644 index 000000000000..29a4b3ba9fff --- /dev/null +++ b/math/pecl-stats/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: pecl-stats +# Date created: 2006/07/31 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= stats +PORTVERSION= 1.0.2 +CATEGORIES= math textproc pear +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= PECL + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= A PECL extension which with routines for statistical computation + +USE_PHP= yes +USE_PHPEXT= yes + +.include diff --git a/math/pecl-stats/distinfo b/math/pecl-stats/distinfo new file mode 100644 index 000000000000..73482072bd77 --- /dev/null +++ b/math/pecl-stats/distinfo @@ -0,0 +1,3 @@ +MD5 (PECL/stats-1.0.2.tgz) = 96f105be1e76fbc5dca424057066e4d8 +SHA256 (PECL/stats-1.0.2.tgz) = 465d1bbec43c916ecdc8fc59f0d13e24e7e23f6b76866b7172d25ab6e08f2244 +SIZE (PECL/stats-1.0.2.tgz) = 99018 diff --git a/math/pecl-stats/pkg-descr b/math/pecl-stats/pkg-descr new file mode 100644 index 000000000000..4634d8ead91c --- /dev/null +++ b/math/pecl-stats/pkg-descr @@ -0,0 +1,4 @@ +This ststs extension for PHP provides few dozens routines for statistical +computation. + +WWW: http://pecl.php.net/package/stats/ -- cgit