From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 19 01:20:03 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF52F16A41F for ; Mon, 19 Dec 2005 01:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 025D043D5E for ; Mon, 19 Dec 2005 01:20:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBJ1K1XM074277 for ; Mon, 19 Dec 2005 01:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBJ1K1ah074268; Mon, 19 Dec 2005 01:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 19 Dec 2005 01:20:01 GMT Resent-Message-Id: <200512190120.jBJ1K1ah074268@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, David Phillips Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 691AE16A41F for ; Mon, 19 Dec 2005 01:14:53 +0000 (GMT) (envelope-from david@acz.org) Received: from mail.hpcs.com (mail.hpcs.com [72.36.203.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 20A8A43D4C for ; Mon, 19 Dec 2005 01:14:52 +0000 (GMT) (envelope-from david@acz.org) Received: (qmail 56250 invoked by uid 0); 19 Dec 2005 01:14:49 -0000 Message-Id: <20051219011449.56249.qmail@mail.hpcs.com> Date: 19 Dec 2005 01:14:49 -0000 From: David Phillips To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/90623: New port: databases/pydbx Simple SQL database abstraction layer for Python 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: Mon, 19 Dec 2005 01:20:03 -0000 >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 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 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 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 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: