Date: Fri, 4 Nov 2011 07:31:39 GMT From: Olivier Duchateau <duchateau.olivier@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/162282: [NEW PORT] databases/py-pickledb, lightweight, fast key-value store Message-ID: <201111040731.pA47VdOB055519@red.freebsd.org> Resent-Message-ID: <201111040740.pA47e452064501@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <duchateau.olivier@gmail.com> 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 <bsd.port.mk> c3a9486157b9d6334b271ef4cd69eec2 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111040731.pA47VdOB055519>