[45954] trunk/dports/python/py-parsing/Portfile
blb at macports.org
blb at macports.org
Sun Jan 25 20:36:08 PST 2009
Revision: 45954
http://trac.macports.org/changeset/45954
Author: blb at macports.org
Date: 2009-01-25 20:36:08 -0800 (Sun, 25 Jan 2009)
Log Message:
-----------
python/py-parsing - whitespace changes
Modified Paths:
--------------
trunk/dports/python/py-parsing/Portfile
Modified: trunk/dports/python/py-parsing/Portfile
===================================================================
--- trunk/dports/python/py-parsing/Portfile 2009-01-26 04:29:03 UTC (rev 45953)
+++ trunk/dports/python/py-parsing/Portfile 2009-01-26 04:36:08 UTC (rev 45954)
@@ -1,37 +1,36 @@
# $Id$
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem 1.0
+PortGroup python24 1.0
+name py-parsing
+version 1.4.11
+categories python lang
+platforms darwin
+maintainers nomaintainer
+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.
-name py-parsing
-version 1.4.11
-categories python lang
-platforms darwin
-maintainers nomaintainer
-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 sha1 739d4a809aad9e637df5a7658ef6e1ba43c049b9
-homepage http://pyparsing.sourceforge.net/
-master_sites sourceforge:pyparsing
-distname pyparsing-${version}
-checksums sha1 739d4a809aad9e637df5a7658ef6e1ba43c049b9
-
-post-destroot {
- xinstall -m 644 -W ${worksrcpath} CHANGES HowToUsePyparsing.html \
- README ${destroot}${prefix}/share/doc/${name}
- file copy ${worksrcpath}/htmldoc ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath}/examples \
- AcManForm.dfm LAparser.py SimpleCalc.py SingleForm.dfm \
- chemicalFormulas.py commasep.py configParse.py dfmparse.py \
- dictExample.py dictExample2.py ebnf.py ebnftest.py fourFn.py \
- getNTPservers.py getNTPserversNew.py greeting.py greetingInKorean.py \
- httpServerLogParser.py idlParse.py makeHTMLTagExample.py mozilla.ics \
- mozillaCalendarParser.py pgn.py scanExamples.py simpleSQL.py \
- urlExtractor.py urlExtractorNew.py wordsToNum.py \
- ${destroot}${prefix}/share/doc/${name}/examples/
+post-destroot {
+ xinstall -m 644 -W ${worksrcpath} CHANGES HowToUsePyparsing.html \
+ README ${destroot}${prefix}/share/doc/${name}
+ file copy ${worksrcpath}/htmldoc ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath}/examples \
+ AcManForm.dfm LAparser.py SimpleCalc.py SingleForm.dfm \
+ chemicalFormulas.py commasep.py configParse.py dfmparse.py \
+ dictExample.py dictExample2.py ebnf.py ebnftest.py fourFn.py \
+ getNTPservers.py getNTPserversNew.py greeting.py greetingInKorean.py \
+ httpServerLogParser.py idlParse.py makeHTMLTagExample.py mozilla.ics \
+ mozillaCalendarParser.py pgn.py scanExamples.py simpleSQL.py \
+ urlExtractor.py urlExtractorNew.py wordsToNum.py \
+ ${destroot}${prefix}/share/doc/${name}/examples/
}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090125/53f50b04/attachment-0001.html>
More information about the macports-changes
mailing list