- Update to 1.5.6

PR:		ports/158386
Submitted by:	Jin-Sih Lin <linpct@gmail.com>
This commit is contained in:
Wen Heping 2011-07-03 08:17:48 +00:00
parent 246993ea95
commit 5d20f666e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276964
3 changed files with 10 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= parsing
PORTVERSION= 1.5.5
PORTVERSION= 1.5.6
CATEGORIES= devel python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,2 @@
MD5 (pyparsing-1.5.5.tar.gz) = 0beba391cba3082d7914c289bffa52ce
SHA256 (pyparsing-1.5.5.tar.gz) = d1754df0801871d05a96f1cef50a4f32e5d40d49ea24aa1c6ca9529cbd562005
SIZE (pyparsing-1.5.5.tar.gz) = 1412611
SHA256 (pyparsing-1.5.6.tar.gz) = 5c84aa4500e82d5aa2c0842d5628c5da985e68ac1fb33554e0e5547eb3c85a75
SIZE (pyparsing-1.5.6.tar.gz) = 1418892

View file

@ -12,6 +12,7 @@
%%PORTDOCS%%%%DOCSDIR%%/index.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
@ -45,8 +46,8 @@
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.ParserElement-class.html
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.QuotedString-class.html
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.RecursiveGrammarException-class.html
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.Regex.compiledREtype-class.html
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.Regex-class.html
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.Regex.compiledREtype-class.html
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.SkipTo-class.html
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.StringEnd-class.html
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.StringStart-class.html
@ -59,7 +60,6 @@
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.WordEnd-class.html
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.WordStart-class.html
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing.ZeroOrMore-class.html
%%PORTDOCS%%%%DOCSDIR%%/pyparsing.pyparsing-pysrc.html
%%PORTDOCS%%%%DOCSDIR%%/redirect.html
%%PORTDOCS%%%%DOCSDIR%%/toc-everything.html
%%PORTDOCS%%%%DOCSDIR%%/toc-pyparsing.pyparsing-module.html
@ -72,6 +72,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/TAP.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/adventureEngine.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apicheck.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/btpyparse.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cLibHeader.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chemicalFormulas.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/commasep.py
@ -87,11 +88,13 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eval_arith.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/excelExpr.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fourFn.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gen_ctypes.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getNTPservers.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getNTPserversNew.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/greeting.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/greetingInGreek.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/greetingInKorean.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/groupUsingListAllMatches.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/holaMundo.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htmlStripper.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpServerLogParser.py
@ -114,6 +117,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parseResultsSumExample.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/partial_gene_match.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgn.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/protobuf_parser.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pymicko.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pythonGrammarParser.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readJson.py
@ -134,6 +138,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stackish.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stateMachine2.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tagCapture.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_bibparse.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/urlExtractor.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/urlExtractorNew.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/withAttribute.py