The attached diff updates devel/py-parsing from 1.4.4 to 1.4.6, a bugfix and feature enhancement release. I also add myself as MAINTAINER.
The updated port tests well on i386/-current. graphics/py-dot, the only port that depends on py-parsing, also works fine with 1.4.6. Diff is attached and available via HTTP: http://www.lfod.us/files/ports/py-parsing.diff Thanks! -- o--------------------------{ Will Maier }--------------------------o | web:.......http://www.lfod.us/ | [EMAIL PROTECTED] | *------------------[ BSD Unix: Live Free or Die ]------------------*
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-parsing/Makefile,v retrieving revision 1.8 diff -u -u -r1.8 Makefile --- Makefile 2006/10/30 10:45:57 1.8 +++ Makefile 2007/04/30 17:45:17 @@ -2,11 +2,13 @@ COMMENT= "Python parsing module" -DISTNAME= pyparsing-1.4.4 +DISTNAME= pyparsing-1.4.6 PKGNAME= ${DISTNAME:S/py/py-/} CATEGORIES= devel HOMEPAGE= http://pyparsing.sourceforge.net/ + +MAINTAINER= Will Maier <[EMAIL PROTECTED]> # MIT PERMIT_PACKAGE_CDROM= Yes Index: distinfo =================================================================== RCS file: /cvs/ports/devel/py-parsing/distinfo,v retrieving revision 1.8 diff -u -u -r1.8 distinfo --- distinfo 2007/04/05 15:38:05 1.8 +++ distinfo 2007/04/30 17:45:17 @@ -1,5 +1,5 @@ -MD5 (pyparsing-1.4.4.tar.gz) = auSL1ScJR1bG5XUmey0bMA== -RMD160 (pyparsing-1.4.4.tar.gz) = pMHwyjVCEwTPzHUmchEAPV9XC6s= -SHA1 (pyparsing-1.4.4.tar.gz) = LopOjXed220mRNTmooPx96/9KiU= -SHA256 (pyparsing-1.4.4.tar.gz) = ZiL98vqBG0F31oEjCyMG65Qo7Hp/1h2U5vmdRt4792E= -SIZE (pyparsing-1.4.4.tar.gz) = 703894 +MD5 (pyparsing-1.4.6.tar.gz) = 9QT/jLvZqCt596zfNdMO5g== +RMD160 (pyparsing-1.4.6.tar.gz) = prOq957EPaCjYeZtp0fBVq12res= +SHA1 (pyparsing-1.4.6.tar.gz) = Iedo2IZ3Wki8zWKQ2nvqYRW/lB8= +SHA256 (pyparsing-1.4.6.tar.gz) = YIA4etmPumcv5vxH5mpqS8AAojXlw9taHOiV9GD5Lbw= +SIZE (pyparsing-1.4.6.tar.gz) = 725897 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/py-parsing/pkg/PLIST,v retrieving revision 1.7 diff -u -u -r1.7 PLIST --- pkg/PLIST 2006/10/30 10:45:57 1.7 +++ pkg/PLIST 2007/04/30 17:45:17 @@ -1,6 +1,4 @@ @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 lib/python${MODPY_VERSION}/site-packages/pyparsing.pyc share/doc/py-parsing/ @@ -46,11 +44,9 @@ 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 @@ -71,6 +67,8 @@ share/examples/py-parsing/LAparser.py share/examples/py-parsing/SimpleCalc.py share/examples/py-parsing/SingleForm.dfm +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 @@ -85,21 +83,29 @@ share/examples/py-parsing/greeting.py share/examples/py-parsing/greetingInGreek.py share/examples/py-parsing/greetingInKorean.py +share/examples/py-parsing/holaMundo.py +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/jsonParser.py share/examples/py-parsing/linenoExample.py +share/examples/py-parsing/list1.py share/examples/py-parsing/listAllMatches.py +share/examples/py-parsing/macroExpander.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/parsePythonValue.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/scanYahoo.py share/examples/py-parsing/searchparser.py +share/examples/py-parsing/sexpParser.py share/examples/py-parsing/simpleArith.py share/examples/py-parsing/simpleBool.py share/examples/py-parsing/simpleSQL.py