svn commit: r523431 - in head/devel: . pecl-ast

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 18 18:22:18 UTC 2020


Author: sunpoet
Date: Sat Jan 18 18:22:17 2020
New Revision: 523431
URL: https://svnweb.freebsd.org/changeset/ports/523431

Log:
  Add pecl-ast 1.0.5
  
  This extension exposes the abstract syntax tree generated by PHP 7.
  
  WWW: http://pecl.php.net/package/ast
  WWW: https://github.com/nikic/php-ast

Added:
  head/devel/pecl-ast/
  head/devel/pecl-ast/Makefile   (contents, props changed)
  head/devel/pecl-ast/distinfo   (contents, props changed)
  head/devel/pecl-ast/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jan 18 17:42:03 2020	(r523430)
+++ head/devel/Makefile	Sat Jan 18 18:22:17 2020	(r523431)
@@ -3845,6 +3845,7 @@
     SUBDIR += pear-pdepend-staticReflection
     SUBDIR += pear-phing
     SUBDIR += pecl-APCu
+    SUBDIR += pecl-ast
     SUBDIR += pecl-dio
     SUBDIR += pecl-ds
     SUBDIR += pecl-eio

Added: head/devel/pecl-ast/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-ast/Makefile	Sat Jan 18 18:22:17 2020	(r523431)
@@ -0,0 +1,16 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ast
+PORTVERSION=	1.0.5
+CATEGORIES=	devel
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Extension exposing PHP 7 abstract syntax tree
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		php:pecl
+
+.include <bsd.port.mk>

Added: head/devel/pecl-ast/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-ast/distinfo	Sat Jan 18 18:22:17 2020	(r523431)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579339389
+SHA256 (PECL/ast-1.0.5.tgz) = 97abc8f650b79fa18a33dc5cdd3511703f986b151387bfd9929a91daa88e8599
+SIZE (PECL/ast-1.0.5.tgz) = 40582

Added: head/devel/pecl-ast/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-ast/pkg-descr	Sat Jan 18 18:22:17 2020	(r523431)
@@ -0,0 +1,4 @@
+This extension exposes the abstract syntax tree generated by PHP 7.
+
+WWW: http://pecl.php.net/package/ast
+WWW: https://github.com/nikic/php-ast


More information about the svn-ports-all mailing list