# 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