[45955] trunk/dports/python/py25-parsing/Portfile

blb at macports.org blb at macports.org
Sun Jan 25 20:45:13 PST 2009


Revision: 45955
          http://trac.macports.org/changeset/45955
Author:   blb at macports.org
Date:     2009-01-25 20:45:12 -0800 (Sun, 25 Jan 2009)
Log Message:
-----------
python/py25-parsing - whitespace changes

Modified Paths:
--------------
    trunk/dports/python/py25-parsing/Portfile

Modified: trunk/dports/python/py25-parsing/Portfile
===================================================================
--- trunk/dports/python/py25-parsing/Portfile	2009-01-26 04:36:08 UTC (rev 45954)
+++ trunk/dports/python/py25-parsing/Portfile	2009-01-26 04:45:12 UTC (rev 45955)
@@ -1,37 +1,36 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem          1.0
+PortGroup           python25 1.0
+name                py25-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			py25-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/847b4a77/attachment.html>


More information about the macports-changes mailing list