summaryrefslogtreecommitdiff
path: root/databases/py-pyPgSQL/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PostgreSQL 8.3.1 has changed it's bytea encoding.Philip M. Gollucci2010-09-101-1/+11
| | | | | | | | | | | | | | | | | * in PostgreSQL 8.3.1 Release note Make encode(bytea, 'escape') convert all high-bit-set byte values into \nnn octal escape sequences (Tom) This is necessary to avoid encoding problems when the database encoding is multi-byte. This change could pose compatibility issues for applications that are expecting specific results from encode. but pyPgSQL escape bytea encode as it's own implementments. PostgreSQL says that it may make failure(see PQescapeBytea documentation). in PQescapeBytea function documentation: "The only difference from PQescapeByteaConn is that PQescapeBytea does not take a PGconn parameter. Because of this, it cannot adjust its behavior depending on the connection properties (in particular, whether standard-conforming strings are enabled) and therefore it might give the wrong results. Also, it has no way to return an error message on failure." Patch is included upstream already PR: ports/122616 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | starting with D
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - EXAMPLES should be omitted when NOPORTEXAMPLES is definedLi-Wen Hsu2007-06-201-1/+3
| | | | Noticed by: sat
* - Honour PKGNAMEPREFIX [1]Li-Wen Hsu2007-06-201-8/+9
| | | | | | | | | | | - Use DOCSDIR, EXAMPLESDIR in pkg-plist - Things under EXAMPLESDIR should not be controlled by NOPORTDOCS - Minor fix to pet portlint(1) - Grab maintainership for python@ - Bump PORTREVISION PR: ports/113876 [1] Submitted by: Greg Skafte <skafte AT trollkarl.net>
* - Update to 2.5.1Rong-En Fan2006-07-081-6/+2
| | | | Approved by: delphij (mentor, implicit)
* Reset maintainer on request. Thanks to Gerhard for maintaining theVolker Stolz2005-03-051-1/+1
| | | | | | ports so far! PR: ports/78088
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-4/+3
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* update databases/py-pyPgSQL: 2.3 -> 2.4Daichi GOTO2003-07-311-1/+1
| | | | | PR: 55084 Submitted by: Gerhard Haering <gh@ghaering.de>
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
|
* Missed configure scripts in libpq version bump: chase lib version.Sean Chittenden2003-01-041-1/+3
|
* upgrade to 2.3Ying-Chieh Liao2003-01-021-9/+9
| | | | | PR: 46099 Submitted by: maintainer
* Respect LOCALBASE and remove py-mx-base as a build dependency.Patrick Li2002-10-051-3/+2
| | | | | | | Use tab in place of whitespace as well. PR: ports/43570 Submitted by: maintainer
* - update port to pyPgSQL 2.2Ying-Chieh Liao2002-09-161-7/+5
| | | | | | | | - updated maintainer email address - use REINPLACE instead of PERL PR: 42560 Submitted by: maintainer
* Update to 2.1Patrick Li2002-06-091-13/+13
| | | | | | | | | | | -- also make a cosmetic change space -> tabs INSTALL_MAN -> INSTALL_DATA for installing port docs perl -> ${PERL} PR: 39051 Submitted by: maintainer
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-291-6/+2
|
* Update to work with PostgreSQL 7.2.Pete Fritchman2002-03-191-1/+1
| | | | | PR: 36102 Submitted by: maintainer
* Update of the py-pyPGSQL port to version 2.0.Neil Blakey-Milner2001-11-101-4/+6
| | | | | PR: ports/31887 Submitted by: Gerhard Häring <gerhard@bigfoot.de> (maintainer)
* Add pyPgSQL, a Python DB-API 2 compliant library for using PostgreSQLNeil Blakey-Milner2001-11-021-0/+50
databases PR: 31705 Submitted by: Gerhard Häring <gerhard@bigfoot.de>