From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 4 07:40:09 2011 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 DC05C106566C for ; Fri, 4 Nov 2011 07:40:08 +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 B8DCF8FC15 for ; Fri, 4 Nov 2011 07:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pA47e473064502 for ; Fri, 4 Nov 2011 07:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pA47e452064501; Fri, 4 Nov 2011 07:40:04 GMT (envelope-from gnats) Resent-Date: Fri, 4 Nov 2011 07:40:04 GMT Resent-Message-Id: <201111040740.pA47e452064501@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, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 310661065672 for ; Fri, 4 Nov 2011 07:31:40 +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 075958FC0C for ; Fri, 4 Nov 2011 07:31:40 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pA47Vdww055520 for ; Fri, 4 Nov 2011 07:31:39 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pA47VdOB055519; Fri, 4 Nov 2011 07:31:39 GMT (envelope-from nobody) Message-Id: <201111040731.pA47VdOB055519@red.freebsd.org> Date: Fri, 4 Nov 2011 07:31:39 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/162282: [NEW PORT] databases/py-pickledb, lightweight, fast key-value store X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2011 07:40:09 -0000 >Number: 162282 >Category: ports >Synopsis: [NEW PORT] databases/py-pickledb, lightweight, fast key-value store >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 Nov 04 07:40:04 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: FreeBSD 8.2-RELEASE-p3 >Organization: >Environment: >Description: pickleDB is a lightweight, fast, and simple database based on Python's own json module. >How-To-Repeat: >Fix: 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-pickledb/ # py-pickledb/pkg-descr # py-pickledb/distinfo # py-pickledb/Makefile # echo c - py-pickledb/ mkdir -p py-pickledb/ > /dev/null 2>&1 echo x - py-pickledb/pkg-descr sed 's/^X//' >py-pickledb/pkg-descr << '8996e7834659da2c22dc0328d02fc8b0' XpickleDB is a lightweight, fast, and simple database based on Python's own Xjson module. X XWWW: http://packages.python.org/pyckleDB/ 8996e7834659da2c22dc0328d02fc8b0 echo x - py-pickledb/distinfo sed 's/^X//' >py-pickledb/distinfo << '2265b426fce35e8e754af7dbfa407d32' XSHA256 (pickleDB-0.2.1.tar.gz) = d3c434aa6faf0af2d999645c92eb6c86a94136fccfcd1cf09fa8aaf5cce97f8a XSIZE (pickleDB-0.2.1.tar.gz) = 2232 2265b426fce35e8e754af7dbfa407d32 echo x - py-pickledb/Makefile sed 's/^X//' >py-pickledb/Makefile << 'c3a9486157b9d6334b271ef4cd69eec2' X# New ports collection makefile for: py-pickledb X# Date created: 2011-11-04 X# Whom: Olivier Duchateau X# X# $FreeBSD$ X# X XPORTNAME= pickleDB XPORTVERSION= 0.2.1 XCATEGORIES= databases python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= duchateau.olivier@gmail.com XCOMMENTS= A lightweight, fast and simple key-value store X XLICENSE= BSD X XUSE_PYTHON= 2.6+ XUSE_PYDISTUTILS= yes X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/pickledb.py \ X %%PYTHON_SITELIBDIR%%/pickledb.pyc \ X %%PYTHON_SITELIBDIR%%/pickledb.pyo X X.include c3a9486157b9d6334b271ef4cd69eec2 exit >Release-Note: >Audit-Trail: >Unformatted: