Date: Fri, 6 Jun 2008 03:00:26 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/124311: Update port: devel/py-parsing to 1.5.0 Message-ID: <20080606030026.b7c165db.tkato432@yahoo.com> Resent-Message-ID: <200806051810.m55IA3Sg071617@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124311 >Category: ports >Synopsis: Update port: devel/py-parsing to 1.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 05 18:10:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 6.3-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.5.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/py-parsing/Makefile devel/py-parsing/Makefile --- /usr/ports/devel/py-parsing/Makefile 2008-04-26 01:28:23.000000000 +0900 +++ devel/py-parsing/Makefile 2008-06-03 03:33:14.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= parsing -PORTVERSION= 1.4.11 +PORTVERSION= 1.5.0 CATEGORIES= devel python MASTER_SITES= SF/pyparsing PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -urN /usr/ports/devel/py-parsing/distinfo devel/py-parsing/distinfo --- /usr/ports/devel/py-parsing/distinfo 2008-04-26 01:28:23.000000000 +0900 +++ devel/py-parsing/distinfo 2008-06-03 03:36:05.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (pyparsing-1.4.11.tar.gz) = f5c26d14fba7bc4e1372e79375b0a77f -SHA256 (pyparsing-1.4.11.tar.gz) = d02a6a9cf386b2579b5309d9a788ff45e7273eee644a3d0f91490313b4e4c471 -SIZE (pyparsing-1.4.11.tar.gz) = 576483 +MD5 (pyparsing-1.5.0.tar.gz) = ee318f600fcf34966daeb1bf9bebda8c +SHA256 (pyparsing-1.5.0.tar.gz) = 25a19e805b18802c2b0f493351ea41e9149bc967fd7c5b5917c3c65df773c139 +SIZE (pyparsing-1.5.0.tar.gz) = 733364 diff -urN /usr/ports/devel/py-parsing/pkg-plist devel/py-parsing/pkg-plist --- /usr/ports/devel/py-parsing/pkg-plist 2008-04-26 01:28:23.000000000 +0900 +++ devel/py-parsing/pkg-plist 2008-06-03 04:02:44.000000000 +0900 @@ -3,14 +3,21 @@ %%PYTHON_SITELIBDIR%%/pyparsing.pyo %%PORTDOCS%%%%DOCSDIR%%/__builtin__.object-class.html %%PORTDOCS%%%%DOCSDIR%%/__builtin__.type-class.html +%%PORTDOCS%%%%DOCSDIR%%/api-objects.txt +%%PORTDOCS%%%%DOCSDIR%%/class-tree.html +%%PORTDOCS%%%%DOCSDIR%%/crarr.png %%PORTDOCS%%%%DOCSDIR%%/epydoc.css +%%PORTDOCS%%%%DOCSDIR%%/epydoc.js %%PORTDOCS%%%%DOCSDIR%%/exceptions.BaseException-class.html %%PORTDOCS%%%%DOCSDIR%%/exceptions.Exception-class.html %%PORTDOCS%%%%DOCSDIR%%/frames.html %%PORTDOCS%%%%DOCSDIR%%/help.html +%%PORTDOCS%%%%DOCSDIR%%/identifier-index.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/indices.html +%%PORTDOCS%%%%DOCSDIR%%/module-tree.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing-module.html +%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing-pysrc.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.And-class.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.CaselessKeyword-class.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.CaselessLiteral-class.html @@ -40,6 +47,7 @@ %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.ParseExpression-class.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.ParseFatalException-class.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.ParseResults-class.html +%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.ParseSyntaxException-class.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.ParserElement-class.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.QuotedString-class.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.RecursiveGrammarException-class.html @@ -56,6 +64,7 @@ %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.WordEnd-class.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.WordStart-class.html %%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.ZeroOrMore-class.html +%%PORTDOCS%%%%DOCSDIR%%/redirect.html %%PORTDOCS%%%%DOCSDIR%%/toc-everything.html %%PORTDOCS%%%%DOCSDIR%%/toc-pyparsing.pyparsing-module.html %%PORTDOCS%%%%DOCSDIR%%/toc.html @@ -65,12 +74,14 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/LAparser.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/SimpleCalc.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/SingleForm.dfm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TAP.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/adventureEngine.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cLibHeader.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/chemicalFormulas.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/commasep.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/configParse.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dfmparse.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhcpd_leases_parser.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dictExample.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dictExample2.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ebnf.py @@ -99,6 +110,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/parsePythonValue.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgn.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pythonGrammarParser.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readJson.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/removeLineBreaks.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/romanNumerals.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scanExamples.py @@ -112,6 +124,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/simpleWiki.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sparser.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sql2dot.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stackish.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/urlExtractor.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/urlExtractorNew.py %%PORTEXAMPLES%%%%EXAMPLESDIR%%/withAttribute.py >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080606030026.b7c165db.tkato432>