Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2020 18:22:17 +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: r523431 - in head/devel: . pecl-ast
Message-ID:  <202001181822.00IIMHpd080677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	ast
+PORTVERSION=	1.0.5
+CATEGORIES=	devel
+
+MAINTAINER=	sunpoet@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001181822.00IIMHpd080677>