Date: 19 Dec 2005 01:14:49 -0000 From: David Phillips <david@acz.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/90623: New port: databases/pydbx Simple SQL database abstraction layer for Python Message-ID: <20051219011449.56249.qmail@mail.hpcs.com> Resent-Message-ID: <200512190120.jBJ1K1ah074268@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90623 >Category: ports >Synopsis: New port: databases/pydbx Simple SQL database abstraction layer 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: Mon Dec 19 01:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: David Phillips >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD nebula.hpcs.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: dbx is a simple SQL database abstraction layer for Python. The goal of dbx is to make using a SQL database as simple as possible while providing a consistent API across different databases. Author: David Phillips <david@acz.org> WWW: http://david.acz.org/pydbx/ >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: # # pydbx # pydbx/pkg-descr # pydbx/Makefile # pydbx/pkg-plist # pydbx/distinfo # echo c - pydbx mkdir -p pydbx > /dev/null 2>&1 echo x - pydbx/pkg-descr sed 's/^X//' >pydbx/pkg-descr << 'END-of-pydbx/pkg-descr' Xdbx is a simple SQL database abstraction layer for Python. The goal Xof dbx is to make using a SQL database as simple as possible while Xproviding a consistent API across different databases. X XAuthor: David Phillips <david@acz.org> XWWW: http://david.acz.org/pydbx/ END-of-pydbx/pkg-descr echo x - pydbx/Makefile sed 's/^X//' >pydbx/Makefile << 'END-of-pydbx/Makefile' X# New ports collection makefile for: py-dbx X# Date created: 2005-12-18 X# Whom: David Phillips <david@acz.org> X# X# $FreeBSD$ X# X XPORTNAME= pydbx XPORTVERSION= 0.13 XCATEGORIES= databases python XMASTER_SITES= http://david.acz.org/pydbx/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= david@acz.org XCOMMENT= Simple SQL database abstraction layer for Python X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X X.include <bsd.port.mk> END-of-pydbx/Makefile echo x - pydbx/pkg-plist sed 's/^X//' >pydbx/pkg-plist << 'END-of-pydbx/pkg-plist' X%%PYTHON_SITELIBDIR%%/dbx/__init__.py X%%PYTHON_SITELIBDIR%%/dbx/__init__.pyc X%%PYTHON_SITELIBDIR%%/dbx/__init__.pyo X%%PYTHON_SITELIBDIR%%/dbx/mysql.py X%%PYTHON_SITELIBDIR%%/dbx/mysql.pyc X%%PYTHON_SITELIBDIR%%/dbx/mysql.pyo X%%PYTHON_SITELIBDIR%%/dbx/sqlite.py X%%PYTHON_SITELIBDIR%%/dbx/sqlite.pyc X%%PYTHON_SITELIBDIR%%/dbx/sqlite.pyo X@dirrm %%PYTHON_SITELIBDIR%%/dbx END-of-pydbx/pkg-plist echo x - pydbx/distinfo sed 's/^X//' >pydbx/distinfo << 'END-of-pydbx/distinfo' XMD5 (pydbx-0.13.tar.gz) = c5804b34d987538e7cf795dac1a34028 XSIZE (pydbx-0.13.tar.gz) = 3574 END-of-pydbx/distinfo exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051219011449.56249.qmail>