Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-20 | Convert to distutils.mk. Mark as not for python-3.x | wiz | 2 | -7/+6 | |
Bump PKGREVISION. | |||||
2012-10-02 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-08-05 | Bump PKGREVISION for change of PostgreSQL default version to 9.1. | obache | 1 | -2/+2 | |
2011-02-28 | Reset maintainer for retired developers. | wiz | 1 | -2/+2 | |
2010-02-10 | Bump revision for change of PostgreSQL default version. | joerg | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -3/+1 | |
2009-03-05 | Remove PYBINMODULE. All it did was mark some packages as not available | joerg | 1 | -2/+1 | |
on some platforms that lacked shared library support in the past. The list hasn't been maintained at all and the gain is very limited, so just get rid of it. | |||||
2009-02-09 | Remove Python 2.1 support. | joerg | 1 | -2/+1 | |
2008-06-12 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2008-04-25 | Update PYTHON_VERSIONS_COMPATIBLE | joerg | 1 | -2/+2 | |
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals. | |||||
2008-03-13 | Make PostgreSQL 8.2 the default version. Bump all packages using it. | joerg | 1 | -2/+2 | |
Remove PostgreSQL 8.0 as choice. | |||||
2006-12-28 | Change PostgreSQL default version to 8.1 and bump revision of all | joerg | 1 | -2/+2 | |
packages which have it active by default. | |||||
2006-06-02 | Dependency (mxDateTime) doesn't exist for Python 2.0. | joerg | 1 | -1/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-23 | Add RMD160 digests in addition to SHA1 ones. | agc | 1 | -1/+2 | |
2004-08-05 | pullup a fix for libpqmodule from HEAD: | recht | 3 | -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-24 | Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL | recht | 1 | -2/+2 | |
version. | |||||
2004-07-22 | fix postgresql-lib include | recht | 1 | -2/+2 | |
spotted by kristerw | |||||
2004-07-22 | add python as category | recht | 1 | -3/+3 | |
ok'd a while back at pkgsrcCon by agc and wiz | |||||
2004-04-25 | bl3ify, removed unused buildlink2.mk | recht | 2 | -28/+4 | |
2004-03-29 | Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>, | jlam | 1 | -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-26 | PKGREVISION bump after openssl-security-fix-update to 0.9.6m. | wiz | 2 | -2/+4 | |
Buildlink files: RECOMMENDED version changed to current version. | |||||
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2004-01-17 | Make this pkgsrc-aware: don't let setup.py search for includes and libs. | recht | 2 | -1/+27 | |
Based on a patch provided by Michal Pasternak in PR 23830. | |||||
2003-09-14 | hange extension.mk to also install optimized files for distutils packages. | recht | 1 | -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-09 | Initial import of pyPgSQL 2.4 | recht | 6 | -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. |