Index: head/devel/py-parsing/Makefile =================================================================== --- head/devel/py-parsing/Makefile (revision 388873) +++ head/devel/py-parsing/Makefile (revision 388874) @@ -1,19 +1,19 @@ # Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= parsing PORTVERSION= 2.0.3 CATEGORIES= devel python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyparsing-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= General parsing module for Python LICENSE= MIT -USES= python USE_PYTHON= autoplist distutils +USES= python .include Index: head/devel/py-parsing/pkg-descr =================================================================== --- head/devel/py-parsing/pkg-descr (revision 388873) +++ head/devel/py-parsing/pkg-descr (revision 388874) @@ -1,6 +1,7 @@ -Pyparsing is a general parsing module for Python. Grammars are -implemented directly in the client code using parsing objects, -instead of externally, as with lex/yacc-type tools. Includes simple -examples for parsing SQL, CORBA IDL, and 4-function math. +Pyparsing is a general parsing module for Python. Grammars are implemented +directly in the client code using parsing objects, instead of externally, as +with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL, +and 4-function math. +WWW: https://pypi.python.org/pypi/pyparsing WWW: http://pyparsing.wikispaces.com/