Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2022 01:49:20 GMT
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 813d404c7d5c - main - textproc/pecl-zephir_parser: add pecl-zephir_parser.
Message-ID:  <202208100149.27A1nKXH098828@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vanilla:

URL: https://cgit.FreeBSD.org/ports/commit/?id=813d404c7d5cc2c5ce488919837e81d7d054e813

commit 813d404c7d5cc2c5ce488919837e81d7d054e813
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2022-08-10 01:47:09 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2022-08-10 01:47:09 +0000

    textproc/pecl-zephir_parser: add pecl-zephir_parser.
    
    PR:             265725
    Reported by:    R. Christian McDonald cmcdonald at netgate dot com
---
 textproc/Makefile                     |  1 +
 textproc/pecl-zephir_parser/Makefile  | 16 ++++++++++++++++
 textproc/pecl-zephir_parser/distinfo  |  3 +++
 textproc/pecl-zephir_parser/pkg-descr |  9 +++++++++
 4 files changed, 29 insertions(+)

diff --git a/textproc/Makefile b/textproc/Makefile
index c2dcbc9d7ff0..efe9747ab30a 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1212,6 +1212,7 @@
     SUBDIR += pear-YAML
     SUBDIR += pecl-xdiff2
     SUBDIR += pecl-yaml
+    SUBDIR += pecl-zephir_parser
     SUBDIR += peco
     SUBDIR += peg
     SUBDIR += perl2html
diff --git a/textproc/pecl-zephir_parser/Makefile b/textproc/pecl-zephir_parser/Makefile
new file mode 100755
index 000000000000..ac81168766ec
--- /dev/null
+++ b/textproc/pecl-zephir_parser/Makefile
@@ -0,0 +1,16 @@
+PORTNAME=	zephir_parser
+DISTVERSION=	1.5.0
+CATEGORIES=	textproc
+
+MAINTAINER=	cmcdonald@netgate.com
+COMMENT=	Zephir Parser delivered as a C extension for the PHP language
+
+LICENSE=	MIT
+
+BUILD_DEPENDS=	re2c>0:devel/re2c
+
+USES=		php:pecl
+
+TEST_TARGET=	test
+
+.include <bsd.port.mk>
diff --git a/textproc/pecl-zephir_parser/distinfo b/textproc/pecl-zephir_parser/distinfo
new file mode 100644
index 000000000000..66d3e299967f
--- /dev/null
+++ b/textproc/pecl-zephir_parser/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1659992629
+SHA256 (PECL/zephir_parser-1.5.0.tgz) = fb61d7e97b11970a996a29db88b1e9dc7aa168ce8da3bf5f61eb465d289eadc1
+SIZE (PECL/zephir_parser-1.5.0.tgz) = 103105
diff --git a/textproc/pecl-zephir_parser/pkg-descr b/textproc/pecl-zephir_parser/pkg-descr
new file mode 100755
index 000000000000..d8967776e924
--- /dev/null
+++ b/textproc/pecl-zephir_parser/pkg-descr
@@ -0,0 +1,9 @@
+Zephir is an open source, high-level/domain specific language
+designed to ease the creation and maintainability of extensions for PHP,
+with a focus on type and memory safety. Zephir is an attempt to join good
+things from the C and PHP worlds, looking for opportunities to make
+applications faster.
+
+The Zephir Parser delivered as a C extension for the PHP language.
+
+WWW: https://github.com/zephir-lang/php-zephir-parser



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