From owner-svn-ports-head@freebsd.org Mon Oct 10 20:11:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE764C0C4B9; Mon, 10 Oct 2016 20:11:29 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 817A2B3D; Mon, 10 Oct 2016 20:11:29 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9AKBSGA048934; Mon, 10 Oct 2016 20:11:28 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9AKBSh3048929; Mon, 10 Oct 2016 20:11:28 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201610102011.u9AKBSh3048929@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Mon, 10 Oct 2016 20:11:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423697 - in head/math: . pecl-stats2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 20:11:29 -0000 Author: rm Date: Mon Oct 10 20:11:28 2016 New Revision: 423697 URL: https://svnweb.freebsd.org/changeset/ports/423697 Log: 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 Added: head/math/pecl-stats2/ head/math/pecl-stats2/Makefile (contents, props changed) head/math/pecl-stats2/distinfo (contents, props changed) head/math/pecl-stats2/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Oct 10 20:10:37 2016 (r423696) +++ head/math/Makefile Mon Oct 10 20:11:28 2016 (r423697) @@ -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 Added: head/math/pecl-stats2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pecl-stats2/Makefile Mon Oct 10 20:11:28 2016 (r423697) @@ -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 Added: head/math/pecl-stats2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pecl-stats2/distinfo Mon Oct 10 20:11:28 2016 (r423697) @@ -0,0 +1,3 @@ +TIMESTAMP = 1474117131 +SHA256 (PECL/stats-2.0.3.tgz) = 7f2bc60136594cea27d9f997a6622270408ca90c4428f6f2e20938c88fab1b57 +SIZE (PECL/stats-2.0.3.tgz) = 112280 Added: head/math/pecl-stats2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/pecl-stats2/pkg-descr Mon Oct 10 20:11:28 2016 (r423697) @@ -0,0 +1,4 @@ +Extension for PHP that provides few dozens routines for statistical +computation. + +WWW: http://pecl.php.net/package/stats/