summaryrefslogtreecommitdiff
path: root/databases/py-PgSQL
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-08-05pullup a fix for libpqmodule from HEAD:recht3-10/+27
Fixed a buffer overrun error in libPQquoteBytea based on a fix by James Matthew Farrow. [Bug #838317]. bum PKGREVISION to 2 for the fix
2004-07-24Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQLrecht1-2/+2
version.
2004-07-22fix postgresql-lib includerecht1-2/+2
spotted by kristerw
2004-07-22add python as categoryrecht1-3/+3
ok'd a while back at pkgsrcCon by agc and wiz
2004-04-25bl3ify, removed unused buildlink2.mkrecht2-28/+4
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-2/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-17Make this pkgsrc-aware: don't let setup.py search for includes and libs.recht2-1/+27
Based on a patch provided by Michal Pasternak in PR 23830.
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht1-5/+1
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-09-09Initial import of pyPgSQL 2.4recht6-0/+105
from pkgsrc-wip pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is written in Python.