Skip to content

Commit

Permalink
textproc/pecl-zephir_parser: add pecl-zephir_parser.
Browse files Browse the repository at this point in the history
PR:		265725
Reported by:	R. Christian McDonald cmcdonald at netgate dot com
  • Loading branch information
vanillahsu committed Aug 10, 2022
1 parent 1b3f665 commit 813d404
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,7 @@
SUBDIR += pear-YAML
SUBDIR += pecl-xdiff2
SUBDIR += pecl-yaml
SUBDIR += pecl-zephir_parser
SUBDIR += peco
SUBDIR += peg
SUBDIR += perl2html
Expand Down
16 changes: 16 additions & 0 deletions textproc/pecl-zephir_parser/Makefile
Original file line number Diff line number Diff line change
@@ -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>
3 changes: 3 additions & 0 deletions textproc/pecl-zephir_parser/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1659992629
SHA256 (PECL/zephir_parser-1.5.0.tgz) = fb61d7e97b11970a996a29db88b1e9dc7aa168ce8da3bf5f61eb465d289eadc1
SIZE (PECL/zephir_parser-1.5.0.tgz) = 103105
9 changes: 9 additions & 0 deletions textproc/pecl-zephir_parser/pkg-descr
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 813d404

Please sign in to comment.