# $Id: Portfile,v 1.5 2005/09/13 19:04:55 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-parsing version 1.3.3 categories python lang platforms darwin maintainers mww@opendarwin.org description alternative approach to creating parsers in python long_description The parsing module is an alternative approach to \ creating and executing simple grammars, vs. the \ traditional lex/yacc approach, or the use of regular \ expressions. The parsing module provides a library of \ classes that client code uses to construct the grammar \ directly in Python code. homepage http://pyparsing.sourceforge.net/ master_sites sourceforge:pyparsing distname pyparsing-${version} checksums md5 358a0210356806b39e5f7084f39f36af post-destroot { xinstall -m 644 -W ${worksrcpath} CHANGES HowToUsePyparsing.html \ README ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath}/examples AcManForm.dfm \ SingleForm.dfm chemicalFormulas.py commasep.py configParse.py \ dfmparse.py dictExample.py dictExample2.py ebnf.py ebnftest.py \ fourFn.py getNTPservers.py greeting.py httpServerLogParser.py \ idlParse.py mozilla.ics mozillaCalendarParser.py scanExamples.py \ simpleSQL.py urlExtractor.py \ ${destroot}${prefix}/share/doc/${name}/examples/ }