1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

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 <chinsan.tw at gmail.com>
This commit is contained in:
Roman Bogorodskiy 2006-07-31 19:48:49 +00:00
parent 48d36a79c3
commit 717129ed9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169238
4 changed files with 30 additions and 0 deletions

View File

@ -246,6 +246,7 @@
SUBDIR += parmetis
SUBDIR += pear-Structures_Graph
SUBDIR += pecl-big_int
SUBDIR += pecl-stats
SUBDIR += petsc
SUBDIR += petsc-mpich
SUBDIR += pgcalc

22
math/pecl-stats/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: pecl-stats
# Date created: 2006/07/31
# Whom: chinsan <chinsan.tw@gmail.com>
#
# $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 <bsd.port.mk>

3
math/pecl-stats/distinfo Normal file
View File

@ -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

View File

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