[Midnightbsd-cvs] mports [16202] trunk/devel: add py-parsing port.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 12 15:48:54 EDT 2014


Revision: 16202
          http://svnweb.midnightbsd.org/mports/?rev=16202
Author:   laffer1
Date:     2014-04-12 15:48:54 -0400 (Sat, 12 Apr 2014)
Log Message:
-----------
add py-parsing port.

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-parsing/
    trunk/devel/py-parsing/Makefile
    trunk/devel/py-parsing/distinfo
    trunk/devel/py-parsing/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2014-04-12 19:45:58 UTC (rev 16201)
+++ trunk/devel/Makefile	2014-04-12 19:48:54 UTC (rev 16202)
@@ -389,6 +389,7 @@
 SUBDIR += py-isodate
 SUBDIR += py-notify
 SUBDIR += py-orbit
+SUBDIR += py-parsing
 SUBDIR += py-pytz
 SUBDIR += py-setuptools
 SUBDIR += py-setuptools27

Added: trunk/devel/py-parsing/Makefile
===================================================================
--- trunk/devel/py-parsing/Makefile	                        (rev 0)
+++ trunk/devel/py-parsing/Makefile	2014-04-12 19:48:54 UTC (rev 16202)
@@ -0,0 +1,20 @@
+# $MidightBSD$
+
+PORTNAME=	parsing
+PORTVERSION=	2.0.1
+CATEGORIES=	devel python
+MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	pyparsing-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	General parsing module for Python
+
+LICENSE=	mit
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: trunk/devel/py-parsing/distinfo
===================================================================
--- trunk/devel/py-parsing/distinfo	                        (rev 0)
+++ trunk/devel/py-parsing/distinfo	2014-04-12 19:48:54 UTC (rev 16202)
@@ -0,0 +1,2 @@
+SHA256 (pyparsing-2.0.1.tar.gz) = 0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4
+SIZE (pyparsing-2.0.1.tar.gz) = 1129563

Added: trunk/devel/py-parsing/pkg-descr
===================================================================
--- trunk/devel/py-parsing/pkg-descr	                        (rev 0)
+++ trunk/devel/py-parsing/pkg-descr	2014-04-12 19:48:54 UTC (rev 16202)
@@ -0,0 +1,6 @@
+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: http://pyparsing.sourceforge.net/



More information about the Midnightbsd-cvs mailing list