mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Translate a grammar file in the lemon parser generator format
into a PHP 5-based parser WWW: http://pear.php.net/package/PHP_ParserGenerator/
This commit is contained in:
parent
05d2ab117d
commit
3a16435e44
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197143
4 changed files with 38 additions and 0 deletions
|
@ -1723,6 +1723,7 @@
|
||||||
SUBDIR += pear-PHP_Beautifier
|
SUBDIR += pear-PHP_Beautifier
|
||||||
SUBDIR += pear-PHP_Compat
|
SUBDIR += pear-PHP_Compat
|
||||||
SUBDIR += pear-PHP_CompatInfo
|
SUBDIR += pear-PHP_CompatInfo
|
||||||
|
SUBDIR += pear-PHP_ParserGenerator
|
||||||
SUBDIR += pear-Pager
|
SUBDIR += pear-Pager
|
||||||
SUBDIR += pear-PhpDocumentor
|
SUBDIR += pear-PhpDocumentor
|
||||||
SUBDIR += pear-Structures_DataGrid
|
SUBDIR += pear-Structures_DataGrid
|
||||||
|
|
30
devel/pear-PHP_ParserGenerator/Makefile
Normal file
30
devel/pear-PHP_ParserGenerator/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Ports collection makefile for: pear-PHP_ParserGenerator
|
||||||
|
# Date created: 05 August 2007
|
||||||
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= PHP_ParserGenerator
|
||||||
|
PORTVERSION= 0.1.5
|
||||||
|
CATEGORIES= devel www pear
|
||||||
|
|
||||||
|
MAINTAINER= miwi@FreeBSD.org
|
||||||
|
COMMENT= Convert files from lemon parser to php5
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||||
|
|
||||||
|
CATEGORY= PHP
|
||||||
|
FILES= Lempar.php ParserGenerator.php phplemon \
|
||||||
|
phplemon.bat ParserGenerator/Action.php \
|
||||||
|
ParserGenerator/ActionTable.php \
|
||||||
|
ParserGenerator/Config.php ParserGenerator/Data.php \
|
||||||
|
ParserGenerator/PropagationLink.php \
|
||||||
|
ParserGenerator/Rule.php ParserGenerator/State.php \
|
||||||
|
ParserGenerator/Symbol.php ParserGenerator/cli.php
|
||||||
|
TESTS= bug9346.php bug9346.y
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||||
|
.include <bsd.port.post.mk>
|
3
devel/pear-PHP_ParserGenerator/distinfo
Normal file
3
devel/pear-PHP_ParserGenerator/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (PEAR/PHP_ParserGenerator-0.1.5.tgz) = b88cf68a8abbb5d7b66da8213de2f142
|
||||||
|
SHA256 (PEAR/PHP_ParserGenerator-0.1.5.tgz) = 3f237eeb9d383ef01d82d902f194fd7852b34fb1d9f93788db40204604afb953
|
||||||
|
SIZE (PEAR/PHP_ParserGenerator-0.1.5.tgz) = 54783
|
4
devel/pear-PHP_ParserGenerator/pkg-descr
Normal file
4
devel/pear-PHP_ParserGenerator/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Translate a grammar file in the lemon parser generator format
|
||||||
|
into a PHP 5-based parser
|
||||||
|
|
||||||
|
WWW: http://pear.php.net/package/PHP_ParserGenerator/
|
Loading…
Add table
Reference in a new issue