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:
parent
48d36a79c3
commit
717129ed9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169238
@ -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
22
math/pecl-stats/Makefile
Normal 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
3
math/pecl-stats/distinfo
Normal 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
|
4
math/pecl-stats/pkg-descr
Normal file
4
math/pecl-stats/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This ststs extension for PHP provides few dozens routines for statistical
|
||||
computation.
|
||||
|
||||
WWW: http://pecl.php.net/package/stats/
|
Loading…
Reference in New Issue
Block a user