[45958] trunk/dports/python

blb at macports.org blb at macports.org
Sun Jan 25 20:48:35 PST 2009


Revision: 45958
          http://trac.macports.org/changeset/45958
Author:   blb at macports.org
Date:     2009-01-25 20:48:34 -0800 (Sun, 25 Jan 2009)
Log Message:
-----------
New port - python/py26-parsing, Alternative approach to creating parsers in python

Added Paths:
-----------
    trunk/dports/python/py26-parsing/
    trunk/dports/python/py26-parsing/Portfile

Removed Paths:
-------------
    trunk/dports/python/py26-parsing/Portfile

Deleted: trunk/dports/python/py26-parsing/Portfile
===================================================================
--- trunk/dports/python/py25-parsing/Portfile	2009-01-26 00:56:09 UTC (rev 45947)
+++ trunk/dports/python/py26-parsing/Portfile	2009-01-26 04:48:34 UTC (rev 45958)
@@ -1,37 +0,0 @@
-# $Id$
-
-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.
-
-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/
-}

Copied: trunk/dports/python/py26-parsing/Portfile (from rev 45957, trunk/dports/python/py25-parsing/Portfile)
===================================================================
--- trunk/dports/python/py26-parsing/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-parsing/Portfile	2009-01-26 04:48:34 UTC (rev 45958)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+name                py26-parsing
+version             1.5.1
+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           md5     d0777821fc4c5f2474cda1081229d76b \
+                    sha1    5d3218cba6e00b8ca7cf842f3c8e5db2ce6f5f85 \
+                    rmd160  694d2ad8aa0b6efe47bb96e2eb160fb83fd83b1e
+
+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/d18c82b3/attachment.html>


More information about the macports-changes mailing list