aboutsummaryrefslogtreecommitdiff
path: root/devel/py-parsing/pkg-plist
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-01-06 09:46:16 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-01-06 09:46:16 +0000
commitaf42c67d41e8ea8ce57089c2dd6c86b5a95e1323 (patch)
treefa8fe5bb70f58f848e32a02d74679b5c5abf817c /devel/py-parsing/pkg-plist
parent78d0daf10c43cf681a543010ff48fc124d849eef (diff)
downloadports-af42c67d41e8ea8ce57089c2dd6c86b5a95e1323.tar.gz
ports-af42c67d41e8ea8ce57089c2dd6c86b5a95e1323.zip
update to 1.4.5
PR: 107153 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=181616
Diffstat (limited to 'devel/py-parsing/pkg-plist')
-rw-r--r--devel/py-parsing/pkg-plist13
1 files changed, 12 insertions, 1 deletions
diff --git a/devel/py-parsing/pkg-plist b/devel/py-parsing/pkg-plist
index 5b6e7715712d..ea0793178b00 100644
--- a/devel/py-parsing/pkg-plist
+++ b/devel/py-parsing/pkg-plist
@@ -44,6 +44,7 @@
%%PORTDOCS%%%%DOCSDIR%%/parserFwk.pyparsing.QuotedString-class.html
%%PORTDOCS%%%%DOCSDIR%%/parserFwk.pyparsing.RecursiveGrammarException-class.html
%%PORTDOCS%%%%DOCSDIR%%/parserFwk.pyparsing.Regex-class.html
+%%PORTDOCS%%%%DOCSDIR%%/parserFwk.pyparsing.ReparseException-class.html
%%PORTDOCS%%%%DOCSDIR%%/parserFwk.pyparsing.SkipTo-class.html
%%PORTDOCS%%%%DOCSDIR%%/parserFwk.pyparsing.StringEnd-class.html
%%PORTDOCS%%%%DOCSDIR%%/parserFwk.pyparsing.StringStart-class.html
@@ -54,7 +55,6 @@
%%PORTDOCS%%%%DOCSDIR%%/parserFwk.pyparsing.White-class.html
%%PORTDOCS%%%%DOCSDIR%%/parserFwk.pyparsing.Word-class.html
%%PORTDOCS%%%%DOCSDIR%%/parserFwk.pyparsing.ZeroOrMore-class.html
-%%PORTDOCS%%%%DOCSDIR%%/robots.txt
%%PORTDOCS%%%%DOCSDIR%%/toc-everything.html
%%PORTDOCS%%%%DOCSDIR%%/toc-parserFwk.pyparsing-module.html
%%PORTDOCS%%%%DOCSDIR%%/toc.html
@@ -64,6 +64,8 @@
%%PORTDOCS%%%%EXAMPLESDIR%%/LAparser.py
%%PORTDOCS%%%%EXAMPLESDIR%%/SimpleCalc.py
%%PORTDOCS%%%%EXAMPLESDIR%%/SingleForm.dfm
+%%PORTDOCS%%%%EXAMPLESDIR%%/adventureEngine.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/cLibHeader.py
%%PORTDOCS%%%%EXAMPLESDIR%%/chemicalFormulas.py
%%PORTDOCS%%%%EXAMPLESDIR%%/commasep.py
%%PORTDOCS%%%%EXAMPLESDIR%%/configParse.py
@@ -78,23 +80,32 @@
%%PORTDOCS%%%%EXAMPLESDIR%%/greeting.py
%%PORTDOCS%%%%EXAMPLESDIR%%/greetingInGreek.py
%%PORTDOCS%%%%EXAMPLESDIR%%/greetingInKorean.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/htmlStripper.py
%%PORTDOCS%%%%EXAMPLESDIR%%/httpServerLogParser.py
%%PORTDOCS%%%%EXAMPLESDIR%%/idlParse.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/indentedGrammarExample.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/jsonParser.py
%%PORTDOCS%%%%EXAMPLESDIR%%/linenoExample.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/list1.py
%%PORTDOCS%%%%EXAMPLESDIR%%/listAllMatches.py
%%PORTDOCS%%%%EXAMPLESDIR%%/makeHTMLTagExample.py
%%PORTDOCS%%%%EXAMPLESDIR%%/mozilla.ics
%%PORTDOCS%%%%EXAMPLESDIR%%/mozillaCalendarParser.py
%%PORTDOCS%%%%EXAMPLESDIR%%/parseListString.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/parsePythonValue.py
%%PORTDOCS%%%%EXAMPLESDIR%%/pgn.py
%%PORTDOCS%%%%EXAMPLESDIR%%/pythonGrammarParser.py
%%PORTDOCS%%%%EXAMPLESDIR%%/removeLineBreaks.py
%%PORTDOCS%%%%EXAMPLESDIR%%/romanNumerals.py
%%PORTDOCS%%%%EXAMPLESDIR%%/scanExamples.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/scanYahoo.py
%%PORTDOCS%%%%EXAMPLESDIR%%/searchparser.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/simpleArith.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/simpleBool.py
%%PORTDOCS%%%%EXAMPLESDIR%%/simpleSQL.py
%%PORTDOCS%%%%EXAMPLESDIR%%/simpleWiki.py
%%PORTDOCS%%%%EXAMPLESDIR%%/sparser.py
+%%PORTDOCS%%%%EXAMPLESDIR%%/sql2dot.py
%%PORTDOCS%%%%EXAMPLESDIR%%/urlExtractor.py
%%PORTDOCS%%%%EXAMPLESDIR%%/urlExtractorNew.py
%%PORTDOCS%%%%EXAMPLESDIR%%/wordsToNum.py