[Midnightbsd-cvs] mports [21931] trunk/devel: add pycparser

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 28 23:03:40 EDT 2016


Revision: 21931
          http://svnweb.midnightbsd.org/mports/?rev=21931
Author:   laffer1
Date:     2016-09-28 23:03:40 -0400 (Wed, 28 Sep 2016)
Log Message:
-----------
add pycparser

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

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

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-09-29 03:01:20 UTC (rev 21930)
+++ trunk/devel/Makefile	2016-09-29 03:03:40 UTC (rev 21931)
@@ -448,6 +448,7 @@
 SUBDIR += py-parsing
 SUBDIR += py-ply
 SUBDIR += py-pyasn1
+SUBDIR += py-pycparser
 SUBDIR += py-pytz
 SUBDIR += py-setuptools
 SUBDIR += py-setuptools27

Added: trunk/devel/py-pycparser/Makefile
===================================================================
--- trunk/devel/py-pycparser/Makefile	                        (rev 0)
+++ trunk/devel/py-pycparser/Makefile	2016-09-29 03:03:40 UTC (rev 21931)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/py-pycparser/Makefile 371280 2014-10-20 16:04:12Z mva $
+
+PORTNAME=	pycparser
+PORTVERSION=	2.10
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	C parser in Python
+
+LICENSE=	bsd3
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-pycparser/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-pycparser/distinfo
===================================================================
--- trunk/devel/py-pycparser/distinfo	                        (rev 0)
+++ trunk/devel/py-pycparser/distinfo	2016-09-29 03:03:40 UTC (rev 21931)
@@ -0,0 +1,2 @@
+SHA256 (pycparser-2.10.tar.gz) = 957d98b661c0b64b580ab6f94b125e09b6714154ee51de40bca16d3f0076b86c
+SIZE (pycparser-2.10.tar.gz) = 206166


Property changes on: trunk/devel/py-pycparser/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-pycparser/pkg-descr
===================================================================
--- trunk/devel/py-pycparser/pkg-descr	                        (rev 0)
+++ trunk/devel/py-pycparser/pkg-descr	2016-09-29 03:03:40 UTC (rev 21931)
@@ -0,0 +1,5 @@
+pycparser is a complete parser of the C language, written in pure Python using
+the PLY parsing library. It parses C code into an AST and can serve as a
+front-end for C compilers or analysis tools.
+
+WWW: https://github.com/eliben/pycparser


Property changes on: trunk/devel/py-pycparser/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list