- update py-parsing to 1.5.2

- change maintainer
- regen PLIST

ok wcmaier@, ajacoutot@
This commit is contained in:
benoit 2009-05-28 14:52:42 +00:00
parent 88a0533cce
commit 5e4f454231
3 changed files with 86 additions and 74 deletions

View File

@ -1,29 +1,30 @@
# $OpenBSD: Makefile,v 1.13 2009/03/15 12:49:36 espie Exp $
# $OpenBSD: Makefile,v 1.14 2009/05/28 14:52:42 benoit Exp $
COMMENT= Python parsing module
COMMENT = Python parsing module
DISTNAME= pyparsing-1.4.8
PKGNAME= ${DISTNAME:S/py/py-/}p0
CATEGORIES= devel
MODPY_EGG_VERSION = 1.5.2
DISTNAME = pyparsing-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:S/py/py-/}
CATEGORIES = devel
HOMEPAGE= http://pyparsing.wikispaces.com/
HOMEPAGE = http://pyparsing.wikispaces.com/
MAINTAINER= Will Maier <willmaier@ml1.net>
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyparsing/}
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=pyparsing/}
MODULES= lang/python
MODULES = lang/python
NO_REGRESS= Yes
NO_REGRESS = Yes
DOCSDIR= ${PREFIX}/share/doc/py-parsing
EXAMPLESDIR= ${PREFIX}/share/examples/py-parsing
DOCSDIR = ${PREFIX}/share/doc/py-parsing
EXAMPLESDIR = ${PREFIX}/share/examples/py-parsing
post-install:
${INSTALL_DATA_DIR} ${DOCSDIR}

View File

@ -1,5 +1,5 @@
MD5 (pyparsing-1.4.8.tar.gz) = aX/xAcxN4jYkJbxGKlIfHQ==
RMD160 (pyparsing-1.4.8.tar.gz) = 4J+wRsLHmF0YYvHuLQVGGuAEMJY=
SHA1 (pyparsing-1.4.8.tar.gz) = epLbcGVzH1/RTcyWZnMh3DyqFHM=
SHA256 (pyparsing-1.4.8.tar.gz) = UdQCsCebidSSJBGltlA6D0pZLt+KXf2IFNJYFSjhlDY=
SIZE (pyparsing-1.4.8.tar.gz) = 555781
MD5 (pyparsing-1.5.2.tar.gz) = E67TyyGkJ/iusP58pHK6Qg==
RMD160 (pyparsing-1.5.2.tar.gz) = z1ZMxClR4TS47SnpfWgNnfC2FUU=
SHA1 (pyparsing-1.5.2.tar.gz) = KY7HxN9fGICIviG1/to1dS+kZQc=
SHA256 (pyparsing-1.5.2.tar.gz) = ECH9LP35w7asAZGwGMFdWRUBt32Xe63tWdjvdtN18hw=
SIZE (pyparsing-1.5.2.tar.gz) = 790616

View File

@ -1,80 +1,88 @@
@comment $OpenBSD: PLIST,v 1.9 2007/11/29 19:00:41 okan Exp $
lib/python${MODPY_VERSION}/site-packages/pyparsing-1.4.8-py${MODPY_VERSION}.egg-info
@comment $OpenBSD: PLIST,v 1.10 2009/05/28 14:52:43 benoit Exp $
lib/python${MODPY_VERSION}/site-packages/pyparsing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/pyparsing.py
lib/python${MODPY_VERSION}/site-packages/pyparsing.pyc
lib/python${MODPY_VERSION}/site-packages/pyparsing_py3.py
share/doc/py-parsing/
share/doc/py-parsing/CHANGES
share/doc/py-parsing/HowToUsePyparsing.html
share/doc/py-parsing/README
share/doc/py-parsing/__builtin__.object-class.html
share/doc/py-parsing/__builtin__.type-class.html
share/doc/py-parsing/api-objects.txt
share/doc/py-parsing/class-tree.html
share/doc/py-parsing/crarr.png
share/doc/py-parsing/epydoc.css
share/doc/py-parsing/exceptions.BaseException-class.html
share/doc/py-parsing/exceptions.Exception-class.html
share/doc/py-parsing/epydoc.js
share/doc/py-parsing/frames.html
share/doc/py-parsing/help.html
share/doc/py-parsing/identifier-index.html
share/doc/py-parsing/index.html
share/doc/py-parsing/indices.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.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.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/module-tree.html
share/doc/py-parsing/pyparsing.pyparsing-module.html
share/doc/py-parsing/pyparsing.pyparsing-pysrc.html
share/doc/py-parsing/pyparsing.pyparsing.And-class.html
share/doc/py-parsing/pyparsing.pyparsing.CaselessKeyword-class.html
share/doc/py-parsing/pyparsing.pyparsing.CaselessLiteral-class.html
share/doc/py-parsing/pyparsing.pyparsing.CharsNotIn-class.html
share/doc/py-parsing/pyparsing.pyparsing.Combine-class.html
share/doc/py-parsing/pyparsing.pyparsing.Dict-class.html
share/doc/py-parsing/pyparsing.pyparsing.Each-class.html
share/doc/py-parsing/pyparsing.pyparsing.Empty-class.html
share/doc/py-parsing/pyparsing.pyparsing.FollowedBy-class.html
share/doc/py-parsing/pyparsing.pyparsing.Forward-class.html
share/doc/py-parsing/pyparsing.pyparsing.GoToColumn-class.html
share/doc/py-parsing/pyparsing.pyparsing.Group-class.html
share/doc/py-parsing/pyparsing.pyparsing.Keyword-class.html
share/doc/py-parsing/pyparsing.pyparsing.LineEnd-class.html
share/doc/py-parsing/pyparsing.pyparsing.LineStart-class.html
share/doc/py-parsing/pyparsing.pyparsing.Literal-class.html
share/doc/py-parsing/pyparsing.pyparsing.MatchFirst-class.html
share/doc/py-parsing/pyparsing.pyparsing.NoMatch-class.html
share/doc/py-parsing/pyparsing.pyparsing.NotAny-class.html
share/doc/py-parsing/pyparsing.pyparsing.OneOrMore-class.html
share/doc/py-parsing/pyparsing.pyparsing.OnlyOnce-class.html
share/doc/py-parsing/pyparsing.pyparsing.Optional-class.html
share/doc/py-parsing/pyparsing.pyparsing.Or-class.html
share/doc/py-parsing/pyparsing.pyparsing.ParseBaseException-class.html
share/doc/py-parsing/pyparsing.pyparsing.ParseElementEnhance-class.html
share/doc/py-parsing/pyparsing.pyparsing.ParseException-class.html
share/doc/py-parsing/pyparsing.pyparsing.ParseExpression-class.html
share/doc/py-parsing/pyparsing.pyparsing.ParseFatalException-class.html
share/doc/py-parsing/pyparsing.pyparsing.ParseResults-class.html
share/doc/py-parsing/pyparsing.pyparsing.ParseSyntaxException-class.html
share/doc/py-parsing/pyparsing.pyparsing.ParserElement-class.html
share/doc/py-parsing/pyparsing.pyparsing.QuotedString-class.html
share/doc/py-parsing/pyparsing.pyparsing.RecursiveGrammarException-class.html
share/doc/py-parsing/pyparsing.pyparsing.Regex-class.html
share/doc/py-parsing/pyparsing.pyparsing.SkipTo-class.html
share/doc/py-parsing/pyparsing.pyparsing.StringEnd-class.html
share/doc/py-parsing/pyparsing.pyparsing.StringStart-class.html
share/doc/py-parsing/pyparsing.pyparsing.Suppress-class.html
share/doc/py-parsing/pyparsing.pyparsing.Token-class.html
share/doc/py-parsing/pyparsing.pyparsing.TokenConverter-class.html
share/doc/py-parsing/pyparsing.pyparsing.Upcase-class.html
share/doc/py-parsing/pyparsing.pyparsing.White-class.html
share/doc/py-parsing/pyparsing.pyparsing.Word-class.html
share/doc/py-parsing/pyparsing.pyparsing.WordEnd-class.html
share/doc/py-parsing/pyparsing.pyparsing.WordStart-class.html
share/doc/py-parsing/pyparsing.pyparsing.ZeroOrMore-class.html
share/doc/py-parsing/redirect.html
share/doc/py-parsing/toc-everything.html
share/doc/py-parsing/toc-parserFwk.pyparsing-module.html
share/doc/py-parsing/toc-pyparsing.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
share/examples/py-parsing/SingleForm.dfm
share/examples/py-parsing/TAP.py
share/examples/py-parsing/adventureEngine.py
share/examples/py-parsing/cLibHeader.py
share/examples/py-parsing/chemicalFormulas.py
share/examples/py-parsing/commasep.py
share/examples/py-parsing/configParse.py
share/examples/py-parsing/dfmparse.py
share/examples/py-parsing/dhcpd_leases_parser.py
share/examples/py-parsing/dictExample.py
share/examples/py-parsing/dictExample2.py
share/examples/py-parsing/ebnf.py
@ -90,6 +98,7 @@ share/examples/py-parsing/htmlStripper.py
share/examples/py-parsing/httpServerLogParser.py
share/examples/py-parsing/idlParse.py
share/examples/py-parsing/indentedGrammarExample.py
share/examples/py-parsing/invRegex.py
share/examples/py-parsing/jsonParser.py
share/examples/py-parsing/linenoExample.py
share/examples/py-parsing/list1.py
@ -103,6 +112,7 @@ share/examples/py-parsing/parseListString.py
share/examples/py-parsing/parsePythonValue.py
share/examples/py-parsing/pgn.py
share/examples/py-parsing/pythonGrammarParser.py
share/examples/py-parsing/readJson.py
share/examples/py-parsing/removeLineBreaks.py
share/examples/py-parsing/romanNumerals.py
share/examples/py-parsing/scanExamples.py
@ -116,6 +126,7 @@ 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/stackish.py
share/examples/py-parsing/urlExtractor.py
share/examples/py-parsing/urlExtractorNew.py
share/examples/py-parsing/withAttribute.py