From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 1 01:20:03 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 474D016A417 for ; Sat, 1 Dec 2007 01:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 201C613C459 for ; Sat, 1 Dec 2007 01:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lB11K2hR006252 for ; Sat, 1 Dec 2007 01:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lB11K2KD006251; Sat, 1 Dec 2007 01:20:02 GMT (envelope-from gnats) Resent-Date: Sat, 1 Dec 2007 01:20:02 GMT Resent-Message-Id: <200712010120.lB11K2KD006251@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, "Jon M. Dugan" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC8F116A474 for ; Sat, 1 Dec 2007 01:16:59 +0000 (UTC) (envelope-from root@cenva.es.net) Received: from cenva.es.net (D-198-48-76-89.dhcp4.washington.edu [198.48.76.89]) by mx1.freebsd.org (Postfix) with ESMTP id A5EBA13C4D3 for ; Sat, 1 Dec 2007 01:16:59 +0000 (UTC) (envelope-from root@cenva.es.net) Received: from cenva.es.net (localhost [127.0.0.1]) by cenva.es.net (8.14.2/8.14.2) with ESMTP id lAUHH4Xa089265; Fri, 30 Nov 2007 17:17:04 GMT (envelope-from root@cenva.es.net) Received: (from root@localhost) by cenva.es.net (8.14.2/8.14.2/Submit) id lAUHH4ba089264; Fri, 30 Nov 2007 17:17:04 GMT (envelope-from root) Message-Id: <200711301717.lAUHH4ba089264@cenva.es.net> Date: Fri, 30 Nov 2007 17:17:04 GMT From: "Jon M. Dugan" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jdugan@x1024.net Subject: ports/118366: New port: devel/py-thrift X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jon M. Dugan" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2007 01:20:03 -0000 >Number: 118366 >Category: ports >Synopsis: New port: devel/py-thrift >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 01 01:20:02 UTC 2007 >Closed-Date: >Last-Modified: >Originator: Jon M. Dugan >Release: FreeBSD 7.0-BETA3 i386 >Organization: >Environment: System: FreeBSD cenva.es.net 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Fri Nov 16 22:20:33 UTC 2007 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: New port: devel/py-thrift Python bindings for devel/thrift >How-To-Repeat: n/a >Fix: # 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-thrift/ # py-thrift/Makefile # py-thrift/pkg-descr # py-thrift/pkg-plist # echo c - py-thrift/ mkdir -p py-thrift/ > /dev/null 2>&1 echo x - py-thrift/Makefile sed 's/^X//' >py-thrift/Makefile << 'END-of-py-thrift/Makefile' X# New ports collection makefile for: thrift X# Date created: 30 Nov 2007 X# Whom: Jon M. Dugan X# X# $FreeBSD: $ X# X XPORTNAME= thrift XPORTVERSION= 20070917 XCATEGORIES= devel XPKGNAMEPREFIX= py- XDISTFILES= X XMAINTAINER= jdugan@x1024.net XCOMMENT= Python interface to Thrift X XBUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/thrift:extract X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X Xpost-extract: X @${LN} -sfh \ X `cd ${PORTSDIR}/devel/thrift && ${MAKE} -V WRKSRC`/lib/py ${WRKSRC} X X.include END-of-py-thrift/Makefile echo x - py-thrift/pkg-descr sed 's/^X//' >py-thrift/pkg-descr << 'END-of-py-thrift/pkg-descr' XPython interface to Thrift. X XWWW: http://developers.facebook.com/thrift/ END-of-py-thrift/pkg-descr echo x - py-thrift/pkg-plist sed 's/^X//' >py-thrift/pkg-plist << 'END-of-py-thrift/pkg-plist' Xlib/python2.5/site-packages/Thrift-1.0-py2.5.egg-info Xlib/python2.5/site-packages/thrift/TSCons.py Xlib/python2.5/site-packages/thrift/TSCons.pyc Xlib/python2.5/site-packages/thrift/TSCons.pyo Xlib/python2.5/site-packages/thrift/Thrift.py Xlib/python2.5/site-packages/thrift/Thrift.pyc Xlib/python2.5/site-packages/thrift/Thrift.pyo Xlib/python2.5/site-packages/thrift/__init__.py Xlib/python2.5/site-packages/thrift/__init__.pyc Xlib/python2.5/site-packages/thrift/__init__.pyo Xlib/python2.5/site-packages/thrift/protocol/TBinaryProtocol.py Xlib/python2.5/site-packages/thrift/protocol/TBinaryProtocol.pyc Xlib/python2.5/site-packages/thrift/protocol/TBinaryProtocol.pyo Xlib/python2.5/site-packages/thrift/protocol/TProtocol.py Xlib/python2.5/site-packages/thrift/protocol/TProtocol.pyc Xlib/python2.5/site-packages/thrift/protocol/TProtocol.pyo Xlib/python2.5/site-packages/thrift/protocol/__init__.py Xlib/python2.5/site-packages/thrift/protocol/__init__.pyc Xlib/python2.5/site-packages/thrift/protocol/__init__.pyo Xlib/python2.5/site-packages/thrift/protocol/fastbinary.so Xlib/python2.5/site-packages/thrift/reflection/__init__.py Xlib/python2.5/site-packages/thrift/reflection/__init__.pyc Xlib/python2.5/site-packages/thrift/reflection/__init__.pyo Xlib/python2.5/site-packages/thrift/reflection/limited/__init__.py Xlib/python2.5/site-packages/thrift/reflection/limited/__init__.pyc Xlib/python2.5/site-packages/thrift/reflection/limited/__init__.pyo Xlib/python2.5/site-packages/thrift/reflection/limited/constants.py Xlib/python2.5/site-packages/thrift/reflection/limited/constants.pyc Xlib/python2.5/site-packages/thrift/reflection/limited/constants.pyo Xlib/python2.5/site-packages/thrift/reflection/limited/ttypes.py Xlib/python2.5/site-packages/thrift/reflection/limited/ttypes.pyc Xlib/python2.5/site-packages/thrift/reflection/limited/ttypes.pyo Xlib/python2.5/site-packages/thrift/server/TServer.py Xlib/python2.5/site-packages/thrift/server/TServer.pyc Xlib/python2.5/site-packages/thrift/server/TServer.pyo Xlib/python2.5/site-packages/thrift/server/__init__.py Xlib/python2.5/site-packages/thrift/server/__init__.pyc Xlib/python2.5/site-packages/thrift/server/__init__.pyo Xlib/python2.5/site-packages/thrift/transport/THttpClient.py Xlib/python2.5/site-packages/thrift/transport/THttpClient.pyc Xlib/python2.5/site-packages/thrift/transport/THttpClient.pyo Xlib/python2.5/site-packages/thrift/transport/TSocket.py Xlib/python2.5/site-packages/thrift/transport/TSocket.pyc Xlib/python2.5/site-packages/thrift/transport/TSocket.pyo Xlib/python2.5/site-packages/thrift/transport/TTransport.py Xlib/python2.5/site-packages/thrift/transport/TTransport.pyc Xlib/python2.5/site-packages/thrift/transport/TTransport.pyo Xlib/python2.5/site-packages/thrift/transport/__init__.py Xlib/python2.5/site-packages/thrift/transport/__init__.pyc Xlib/python2.5/site-packages/thrift/transport/__init__.pyo X@dirrm lib/python2.5/site-packages/thrift/transport X@dirrm lib/python2.5/site-packages/thrift/server X@dirrm lib/python2.5/site-packages/thrift/reflection/limited X@dirrm lib/python2.5/site-packages/thrift/reflection X@dirrm lib/python2.5/site-packages/thrift/protocol X@dirrm lib/python2.5/site-packages/thrift X@dirrm lib/python2.5/site-packages X@dirrm lib/python2.5 END-of-py-thrift/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: