Date: Fri, 12 Jul 2019 11:01:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506449 - in head/devel: . pecl-ds Message-ID: <201907121101.x6CB1rMK001213@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jul 12 11:01:53 2019 New Revision: 506449 URL: https://svnweb.freebsd.org/changeset/ports/506449 Log: Add pecl-ds 1.2.9 Data Structures (DS) is an extension providing specialized data structures as efficient alternatives to the PHP array. You can read about it in more detail in this blog post which highlights the API, performance and other benefits of using the extension. WWW: http://pecl.php.net/package/ds WWW: https://github.com/php-ds/ext-ds Reported by: Oliver Schonrock <oliver@schonrocks.com> Added: head/devel/pecl-ds/ head/devel/pecl-ds/Makefile (contents, props changed) head/devel/pecl-ds/distinfo (contents, props changed) head/devel/pecl-ds/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jul 12 09:32:15 2019 (r506448) +++ head/devel/Makefile Fri Jul 12 11:01:53 2019 (r506449) @@ -3845,6 +3845,7 @@ SUBDIR += pear-phing SUBDIR += pecl-APCu SUBDIR += pecl-dio + SUBDIR += pecl-ds SUBDIR += pecl-eio SUBDIR += pecl-ev SUBDIR += pecl-event Added: head/devel/pecl-ds/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-ds/Makefile Fri Jul 12 11:01:53 2019 (r506449) @@ -0,0 +1,17 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ds +PORTVERSION= 1.2.9 +CATEGORIES= devel + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Data Structures for PHP + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= localbase php:build,pecl +USE_PHP= json + +.include <bsd.port.mk> Added: head/devel/pecl-ds/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-ds/distinfo Fri Jul 12 11:01:53 2019 (r506449) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562927517 +SHA256 (PECL/ds-1.2.9.tgz) = 7d758d5934e8d46f4f9ca47cb1a399590fa497dbfef828a4d282bdf637a62a70 +SIZE (PECL/ds-1.2.9.tgz) = 50709 Added: head/devel/pecl-ds/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-ds/pkg-descr Fri Jul 12 11:01:53 2019 (r506449) @@ -0,0 +1,7 @@ +Data Structures (DS) is an extension providing specialized data structures as +efficient alternatives to the PHP array. You can read about it in more detail in +this blog post which highlights the API, performance and other benefits of using +the extension. + +WWW: http://pecl.php.net/package/ds +WWW: https://github.com/php-ds/ext-ds
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907121101.x6CB1rMK001213>