Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2013 09:43:19 GMT
From:      Bartek Rutkowski <ports@robakdesign.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184794: [NEW PORT] devel/py-pycparser Pycparser is a parser for the C, written Python
Message-ID:  <201312160943.rBG9hJA6088531@oldred.freebsd.org>
Resent-Message-ID: <201312160950.rBG9o0wc001651@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184794
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-pycparser Pycparser is a parser for the C, written Python
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 16 09:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Bartek Rutkowski
>Release:        9.2-R
>Organization:
Pixeware LTD
>Environment:
FreeBSD misiepatysie 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013     root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/MISIEPATYSIE  amd64
>Description:
This is a new port, py-pycparser, that is a complete C language parser written in Python. It is a preliminary requirement for the next port, py-cffi.
>How-To-Repeat:
Unpack shar archive, test port, commit.
>Fix:
Shar archive attached.

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-pycparser
#	py-pycparser/pkg-descr
#	py-pycparser/distinfo
#	py-pycparser/Makefile
#
echo c - py-pycparser
mkdir -p py-pycparser > /dev/null 2>&1
echo x - py-pycparser/pkg-descr
sed 's/^X//' >py-pycparser/pkg-descr << '92031920514b6bd79a880572f6f654f0'
XPycparser is a parser for the C language,
Xwritten in pure Python. It is a module
Xdesigned to be easily integrated into
Xapplications that need to parse C source code.
X
XWWW: https://pypi.python.org/pypi/pycparser
92031920514b6bd79a880572f6f654f0
echo x - py-pycparser/distinfo
sed 's/^X//' >py-pycparser/distinfo << 'a7daf7b41962df43ceeb402d3f8cea45'
XSHA256 (pycparser-2.10.tar.gz) = 957d98b661c0b64b580ab6f94b125e09b6714154ee51de40bca16d3f0076b86c
XSIZE (pycparser-2.10.tar.gz) = 206166
a7daf7b41962df43ceeb402d3f8cea45
echo x - py-pycparser/Makefile
sed 's/^X//' >py-pycparser/Makefile << '5d77f489358ba8cbde44382087155a49'
X# $FreeBSD:$
X
XPORTNAME=	pycparser
XPORTVERSION=	2.10
XCATEGORIES=	devel python
XMASTER_SITES=	CHEESESHOP
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
X
XMAINTAINER=	ports@robakdesign.com
XCOMMENT=	Pycparser is a parser for the C, written Python
X
XLICENSE=	BSD
X
XUSE_PYTHON=		yes
XUSE_PYDISTUTILS=	yes
X
XNO_STAGE=       yes
X
X.include <bsd.port.mk>
5d77f489358ba8cbde44382087155a49
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312160943.rBG9hJA6088531>