update to v3.0.4,

upgrade to python 2.4

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@10134 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2004-12-31 18:12:56 +00:00
parent 956f31b104
commit 67503a0543
+21 -21
View File
@@ -1,30 +1,30 @@
# $Id: Portfile,v 1.4 2004/04/23 10:41:35 mww Exp $
# $Id: Portfile,v 1.5 2004/12/31 18:12:56 mww Exp $
PortSystem 1.0
PortGroup python 1.0
PortGroup python24 1.0
name py-tpg
version 3.0.2
categories python
platforms darwin freebsd
maintainers mww@opendarwin.org
description lexical and syntactic parser generator for Python
name py-tpg
version 3.0.4
categories python
platforms darwin freebsd
maintainers mww@opendarwin.org
description lexical and syntactic parser generator for Python
long_description Toy Parser Generator is a lexical and syntactic parser \
generator for Python. With a very clear and simple \
syntax, you can write an attributed grammar that is \
translated into a recursive descendant parser. TPG \
generated code is very closed to the original grammar. \
This means that the parser works like the grammar. A \
grammar rule can be seen as a method of the parser \
class, symbols as method calls, attributes as method \
parameters and semantic values as return values. You \
can also add Python code directly into grammar rules \
and build abstract syntax trees while parsing.
generator for Python. With a very clear and simple \
syntax, you can write an attributed grammar that is \
translated into a recursive descendant parser. TPG \
generated code is very closed to the original grammar. \
This means that the parser works like the grammar. A \
grammar rule can be seen as a method of the parser \
class, symbols as method calls, attributes as method \
parameters and semantic values as return values. You \
can also add Python code directly into grammar rules \
and build abstract syntax trees while parsing.
homepage http://christophe.delord.free.fr/en/tpg/
homepage http://christophe.delord.free.fr/en/tpg/
master_sites http://christophe.delord.free.fr/soft/tpg/
distname TPG-${version}
checksums md5 a21c12861df8e879cbd7102f8986a845
distname TPG-${version}
checksums md5 050352f0c70f627ab843a8b3eae25552
post-destroot {
xinstall -m 644 -W ${worksrcpath}/doc cmmi10-19.png cmsy10-21.png \