- update to pyparsing-1.4.4.

- drop maintainership.
This commit is contained in:
xsa 2006-10-30 10:45:57 +00:00
parent de9f944641
commit f62958c065
3 changed files with 70 additions and 55 deletions

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.7 2006/06/03 09:37:09 alek Exp $
# $OpenBSD: Makefile,v 1.8 2006/10/30 10:45:57 xsa Exp $
COMMENT= "Python parsing module"
DISTNAME= pyparsing-1.4.1
PKGNAME= ${DISTNAME:S/py/py-/}p0
DISTNAME= pyparsing-1.4.4
PKGNAME= ${DISTNAME:S/py/py-/}
CATEGORIES= devel
HOMEPAGE= http://pyparsing.sourceforge.net/
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -1,4 +1,4 @@
MD5 (pyparsing-1.4.1.tar.gz) = 210c2405ff7f9b3bbda0a2fbef479100
RMD160 (pyparsing-1.4.1.tar.gz) = 3baadccc7ea85c4b03db725a21a635203b525067
SHA1 (pyparsing-1.4.1.tar.gz) = b6d95366ef4151caa83fb67a065ecf1cfb07778e
SIZE (pyparsing-1.4.1.tar.gz) = 364784
MD5 (pyparsing-1.4.4.tar.gz) = 6ae48bd527094756c6e575267b2d1b30
RMD160 (pyparsing-1.4.4.tar.gz) = a4c1f0ca35421304cfcc75267211003d5f570bab
SHA1 (pyparsing-1.4.4.tar.gz) = 2e8a4e8d779ddb6d2644d4e6a283f1f7affd2a25
SIZE (pyparsing-1.4.4.tar.gz) = 703894

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2006/02/07 08:57:25 xsa Exp $
@comment $OpenBSD: PLIST,v 1.7 2006/10/30 10:45:57 xsa Exp $
lib/python${MODPY_VERSION}/
lib/python${MODPY_VERSION}/site-packages/
lib/python${MODPY_VERSION}/site-packages/pyparsing.py
@ -15,55 +15,58 @@ share/doc/py-parsing/frames.html
share/doc/py-parsing/help.html
share/doc/py-parsing/index.html
share/doc/py-parsing/indices.html
share/doc/py-parsing/pyparsing-module.html
share/doc/py-parsing/pyparsing.And-class.html
share/doc/py-parsing/pyparsing.CaselessKeyword-class.html
share/doc/py-parsing/pyparsing.CaselessLiteral-class.html
share/doc/py-parsing/pyparsing.CharsNotIn-class.html
share/doc/py-parsing/pyparsing.Combine-class.html
share/doc/py-parsing/pyparsing.Dict-class.html
share/doc/py-parsing/pyparsing.Each-class.html
share/doc/py-parsing/pyparsing.Empty-class.html
share/doc/py-parsing/pyparsing.FollowedBy-class.html
share/doc/py-parsing/pyparsing.Forward-class.html
share/doc/py-parsing/pyparsing.GoToColumn-class.html
share/doc/py-parsing/pyparsing.Group-class.html
share/doc/py-parsing/pyparsing.Keyword-class.html
share/doc/py-parsing/pyparsing.LineEnd-class.html
share/doc/py-parsing/pyparsing.LineStart-class.html
share/doc/py-parsing/pyparsing.Literal-class.html
share/doc/py-parsing/pyparsing.MatchFirst-class.html
share/doc/py-parsing/pyparsing.NoMatch-class.html
share/doc/py-parsing/pyparsing.NotAny-class.html
share/doc/py-parsing/pyparsing.OneOrMore-class.html
share/doc/py-parsing/pyparsing.Optional-class.html
share/doc/py-parsing/pyparsing.Or-class.html
share/doc/py-parsing/pyparsing.ParseBaseException-class.html
share/doc/py-parsing/pyparsing.ParseElementEnhance-class.html
share/doc/py-parsing/pyparsing.ParseException-class.html
share/doc/py-parsing/pyparsing.ParseExpression-class.html
share/doc/py-parsing/pyparsing.ParseFatalException-class.html
share/doc/py-parsing/pyparsing.ParseResults-class.html
share/doc/py-parsing/pyparsing.ParserElement-class.html
share/doc/py-parsing/pyparsing.PositionToken-class.html
share/doc/py-parsing/pyparsing.QuotedString-class.html
share/doc/py-parsing/pyparsing.RecursiveGrammarException-class.html
share/doc/py-parsing/pyparsing.Regex-class.html
share/doc/py-parsing/pyparsing.SkipTo-class.html
share/doc/py-parsing/pyparsing.StringEnd-class.html
share/doc/py-parsing/pyparsing.StringStart-class.html
share/doc/py-parsing/pyparsing.Suppress-class.html
share/doc/py-parsing/pyparsing.Token-class.html
share/doc/py-parsing/pyparsing.TokenConverter-class.html
share/doc/py-parsing/pyparsing.Upcase-class.html
share/doc/py-parsing/pyparsing.White-class.html
share/doc/py-parsing/pyparsing.Word-class.html
share/doc/py-parsing/pyparsing.ZeroOrMore-class.html
share/doc/py-parsing/parserFwk.pyparsing-module.html
share/doc/py-parsing/parserFwk.pyparsing.And-class.html
share/doc/py-parsing/parserFwk.pyparsing.CaselessKeyword-class.html
share/doc/py-parsing/parserFwk.pyparsing.CaselessLiteral-class.html
share/doc/py-parsing/parserFwk.pyparsing.CharsNotIn-class.html
share/doc/py-parsing/parserFwk.pyparsing.Combine-class.html
share/doc/py-parsing/parserFwk.pyparsing.Dict-class.html
share/doc/py-parsing/parserFwk.pyparsing.Each-class.html
share/doc/py-parsing/parserFwk.pyparsing.Empty-class.html
share/doc/py-parsing/parserFwk.pyparsing.FollowedBy-class.html
share/doc/py-parsing/parserFwk.pyparsing.Forward-class.html
share/doc/py-parsing/parserFwk.pyparsing.GoToColumn-class.html
share/doc/py-parsing/parserFwk.pyparsing.Group-class.html
share/doc/py-parsing/parserFwk.pyparsing.Keyword-class.html
share/doc/py-parsing/parserFwk.pyparsing.LineEnd-class.html
share/doc/py-parsing/parserFwk.pyparsing.LineStart-class.html
share/doc/py-parsing/parserFwk.pyparsing.Literal-class.html
share/doc/py-parsing/parserFwk.pyparsing.MatchFirst-class.html
share/doc/py-parsing/parserFwk.pyparsing.NoMatch-class.html
share/doc/py-parsing/parserFwk.pyparsing.NotAny-class.html
share/doc/py-parsing/parserFwk.pyparsing.OneOrMore-class.html
share/doc/py-parsing/parserFwk.pyparsing.OnlyOnce-class.html
share/doc/py-parsing/parserFwk.pyparsing.Optional-class.html
share/doc/py-parsing/parserFwk.pyparsing.Or-class.html
share/doc/py-parsing/parserFwk.pyparsing.ParseBaseException-class.html
share/doc/py-parsing/parserFwk.pyparsing.ParseElementEnhance-class.html
share/doc/py-parsing/parserFwk.pyparsing.ParseException-class.html
share/doc/py-parsing/parserFwk.pyparsing.ParseExpression-class.html
share/doc/py-parsing/parserFwk.pyparsing.ParseFatalException-class.html
share/doc/py-parsing/parserFwk.pyparsing.ParseResults-class.html
share/doc/py-parsing/parserFwk.pyparsing.ParserElement-class.html
share/doc/py-parsing/parserFwk.pyparsing.PositionToken-class.html
share/doc/py-parsing/parserFwk.pyparsing.QuotedString-class.html
share/doc/py-parsing/parserFwk.pyparsing.RecursiveGrammarException-class.html
share/doc/py-parsing/parserFwk.pyparsing.Regex-class.html
share/doc/py-parsing/parserFwk.pyparsing.ReparseException-class.html
share/doc/py-parsing/parserFwk.pyparsing.SkipTo-class.html
share/doc/py-parsing/parserFwk.pyparsing.StringEnd-class.html
share/doc/py-parsing/parserFwk.pyparsing.StringStart-class.html
share/doc/py-parsing/parserFwk.pyparsing.Suppress-class.html
share/doc/py-parsing/parserFwk.pyparsing.Token-class.html
share/doc/py-parsing/parserFwk.pyparsing.TokenConverter-class.html
share/doc/py-parsing/parserFwk.pyparsing.Upcase-class.html
share/doc/py-parsing/parserFwk.pyparsing.White-class.html
share/doc/py-parsing/parserFwk.pyparsing.Word-class.html
share/doc/py-parsing/parserFwk.pyparsing.ZeroOrMore-class.html
share/doc/py-parsing/toc-everything.html
share/doc/py-parsing/toc-pyparsing-module.html
share/doc/py-parsing/toc-parserFwk.pyparsing-module.html
share/doc/py-parsing/toc.html
share/doc/py-parsing/trees.html
share/examples/py-parsing/
share/examples/py-parsing/0README.html
share/examples/py-parsing/AcManForm.dfm
share/examples/py-parsing/LAparser.py
share/examples/py-parsing/SimpleCalc.py
@ -80,15 +83,29 @@ share/examples/py-parsing/fourFn.py
share/examples/py-parsing/getNTPservers.py
share/examples/py-parsing/getNTPserversNew.py
share/examples/py-parsing/greeting.py
share/examples/py-parsing/greetingInGreek.py
share/examples/py-parsing/greetingInKorean.py
share/examples/py-parsing/httpServerLogParser.py
share/examples/py-parsing/idlParse.py
share/examples/py-parsing/indentedGrammarExample.py
share/examples/py-parsing/linenoExample.py
share/examples/py-parsing/listAllMatches.py
share/examples/py-parsing/makeHTMLTagExample.py
share/examples/py-parsing/mozilla.ics
share/examples/py-parsing/mozillaCalendarParser.py
share/examples/py-parsing/parseListString.py
share/examples/py-parsing/pgn.py
share/examples/py-parsing/pythonGrammarParser.py
share/examples/py-parsing/removeLineBreaks.py
share/examples/py-parsing/romanNumerals.py
share/examples/py-parsing/scanExamples.py
share/examples/py-parsing/searchparser.py
share/examples/py-parsing/simpleArith.py
share/examples/py-parsing/simpleBool.py
share/examples/py-parsing/simpleSQL.py
share/examples/py-parsing/simpleWiki.py
share/examples/py-parsing/sparser.py
share/examples/py-parsing/sql2dot.py
share/examples/py-parsing/urlExtractor.py
share/examples/py-parsing/urlExtractorNew.py
share/examples/py-parsing/wordsToNum.py