From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 09:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8C733FF for ; Mon, 16 Dec 2013 09:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E3E81D07 for ; Mon, 16 Dec 2013 09:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBG9o02R001656 for ; Mon, 16 Dec 2013 09:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBG9o0wc001651; Mon, 16 Dec 2013 09:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 09:50:00 GMT Resent-Message-Id: <201312160950.rBG9o0wc001651@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bartek Rutkowski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3481426E for ; Mon, 16 Dec 2013 09:45:10 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0371E1CD3 for ; Mon, 16 Dec 2013 09:44:26 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBG9hJKp088537 for ; Mon, 16 Dec 2013 09:43:19 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBG9hJA6088531; Mon, 16 Dec 2013 09:43:19 GMT (envelope-from nobody) Message-Id: <201312160943.rBG9hJA6088531@oldred.freebsd.org> Date: Mon, 16 Dec 2013 09:43:19 GMT From: Bartek Rutkowski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184794: [NEW PORT] devel/py-pycparser Pycparser is a parser for the C, written Python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 09:50:00 -0000 >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 5d77f489358ba8cbde44382087155a49 exit >Release-Note: >Audit-Trail: >Unformatted: