From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 25 19:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 90294293 for ; Fri, 25 Jan 2013 19:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7462F3D5 for ; Fri, 25 Jan 2013 19:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0PJo062060596 for ; Fri, 25 Jan 2013 19:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0PJo08L060595; Fri, 25 Jan 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 25 Jan 2013 19:50:00 GMT Resent-Message-Id: <201301251950.r0PJo08L060595@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, Veniamin Gvozdikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DA0DF25C for ; Fri, 25 Jan 2013 19:46:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CA552393 for ; Fri, 25 Jan 2013 19:46:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0PJkn5H002895 for ; Fri, 25 Jan 2013 19:46:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r0PJknkC002894; Fri, 25 Jan 2013 19:46:49 GMT (envelope-from nobody) Message-Id: <201301251946.r0PJknkC002894@red.freebsd.org> Date: Fri, 25 Jan 2013 19:46:49 GMT From: Veniamin Gvozdikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175565: [new port]: devel/py-avro Data serialization system for python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 19:50:00 -0000 >Number: 175565 >Category: ports >Synopsis: [new port]: devel/py-avro Data serialization system for 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: Fri Jan 25 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Veniamin Gvozdikov >Release: FreeBSD 8.3-RELEASE-p5 >Organization: >Environment: FreeBSD ololo 8.3-RELEASE-p5 FreeBSD 8.3-RELEASE-p5 #0: Thu Dec 6 16:25:28 MSK 2012 root@ololo:/usr/obj/usr/src/sys/OLOLO amd64 >Description: Avro is a data serialization system. Avro provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages. >How-To-Repeat: >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-avro # py-avro/pkg-plist # py-avro/Makefile # py-avro/distinfo # py-avro/pkg-descr # echo c - py-avro mkdir -p py-avro > /dev/null 2>&1 echo x - py-avro/pkg-plist sed 's/^X//' >py-avro/pkg-plist << '161f620f925a172ef8ab09278835ebb2' Xbin/avro X%%PYTHON_SITELIBDIR%%/avro/__init__.py X%%PYTHON_SITELIBDIR%%/avro/__init__.pyc X%%PYTHON_SITELIBDIR%%/avro/__init__.pyo X%%PYTHON_SITELIBDIR%%/avro/datafile.py X%%PYTHON_SITELIBDIR%%/avro/datafile.pyc X%%PYTHON_SITELIBDIR%%/avro/datafile.pyo X%%PYTHON_SITELIBDIR%%/avro/io.py X%%PYTHON_SITELIBDIR%%/avro/io.pyc X%%PYTHON_SITELIBDIR%%/avro/io.pyo X%%PYTHON_SITELIBDIR%%/avro/ipc.py X%%PYTHON_SITELIBDIR%%/avro/ipc.pyc X%%PYTHON_SITELIBDIR%%/avro/ipc.pyo X%%PYTHON_SITELIBDIR%%/avro/protocol.py X%%PYTHON_SITELIBDIR%%/avro/protocol.pyc X%%PYTHON_SITELIBDIR%%/avro/protocol.pyo X%%PYTHON_SITELIBDIR%%/avro/schema.py X%%PYTHON_SITELIBDIR%%/avro/schema.pyc X%%PYTHON_SITELIBDIR%%/avro/schema.pyo X%%PYTHON_SITELIBDIR%%/avro/tool.py X%%PYTHON_SITELIBDIR%%/avro/tool.pyc X%%PYTHON_SITELIBDIR%%/avro/tool.pyo X%%PYTHON_SITELIBDIR%%/avro/txipc.py X%%PYTHON_SITELIBDIR%%/avro/txipc.pyc X%%PYTHON_SITELIBDIR%%/avro/txipc.pyo X@dirrm %%PYTHON_SITELIBDIR%%/avro X@dirrmtry %%PYTHON_SITELIBDIR%% X@dirrmtry %%PYTHON_LIBDIR%% 161f620f925a172ef8ab09278835ebb2 echo x - py-avro/Makefile sed 's/^X//' >py-avro/Makefile << 'a3041baac34d00ac04a4d030acdf8d32' X# Created by: Gvozdikov Veniamin X# $FreeBSD$ X XPORTNAME= avro XPORTVERSION= 1.7.3 XCATEGORIES= devel XMASTER_SITES= APACHE XMASTER_SITE_SUBDIR= ${PORTNAME}/stable XPKGNAMEPREFIX= py- XDISTNAME= ${PORTNAME}-src-${PORTVERSION} X XMAINTAINER= g.veniamin@googlemail.com XCOMMENT= Data serialization system for python X XBUILD_DEPENDS= ${PYTHON_SITELIBDIR}/simplejson/__init__.py:${PORTSDIR}/devel/py-simplejson XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/simplejson/__init__.py:${PORTSDIR}/devel/py-simplejson X XUSE_PYDISTUTILS= yes XUSE_PYTHON= yes X XWRKSRC= ${WRKDIR}/${DISTNAME}/lang/py X X.include Xpre-configure: X ${REINPLACE_CMD} 's|@AVRO_VERSION@|1.7.3|g' \ X ${WRKSRC}/setup.py X.include a3041baac34d00ac04a4d030acdf8d32 echo x - py-avro/distinfo sed 's/^X//' >py-avro/distinfo << '5c10040078293e5d14c7745cb87cde3b' XSHA256 (avro-src-1.7.3.tar.gz) = edf23ba0626cf648008357c7f9fb2d1e0b0eaeacce76ecd001eaa198484e9833 XSIZE (avro-src-1.7.3.tar.gz) = 1924413 5c10040078293e5d14c7745cb87cde3b echo x - py-avro/pkg-descr sed 's/^X//' >py-avro/pkg-descr << '1e519b56e0661f183b1c1a401a0db7c3' XAvro is a data serialization system. X XAvro provides: X* Rich data structures. X* A compact, fast, binary data format. X* A container file, to store persistent data. X* Remote procedure call (RPC). X* Simple integration with dynamic languages. Code generation is not Xrequired to read or write data files nor to use or implement RPC Xprotocols. Code generation as an optional optimization, only worth Ximplementing for statically typed languages. X XWWW: http://avro.apache.org/ 1e519b56e0661f183b1c1a401a0db7c3 exit >Release-Note: >Audit-Trail: >Unformatted: