aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pyPgSQL
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* Convert last python@ ports to new options frameworkBaptiste Daroussin2013-01-081-9/+9
| | | | | | | | | | | for both make options work as expected (previous version were missing include <bsd.port.options.mk>) for databases/py-pyPgSQL reverse the logic for the option test so that it actually works as expected Approved by: python (crees) Notes: svn path=/head/; revision=310073
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-2/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Get Rid MD5 supportMartin Wilke2011-03-201-2/+0
| | | | Notes: svn path=/head/; revision=271346
* PostgreSQL 8.3.1 has changed it's bytea encoding.Philip M. Gollucci2010-09-102-1/+14
| | | | | | | | | | | | | | | | | | | | * 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> Notes: svn path=/head/; revision=260915
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* 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) Notes: svn path=/head/; revision=214430
* - EXAMPLES should be omitted when NOPORTEXAMPLES is definedLi-Wen Hsu2007-06-202-7/+9
| | | | | | | Noticed by: sat Notes: svn path=/head/; revision=193979
* - Honour PKGNAMEPREFIX [1]Li-Wen Hsu2007-06-202-19/+20
| | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=193976
* - Update to 2.5.1Rong-En Fan2006-07-083-9/+7
| | | | | | | Approved by: delphij (mentor, implicit) Notes: svn path=/head/; revision=167185
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149245
* Reset maintainer on request. Thanks to Gerhard for maintaining theVolker Stolz2005-03-051-1/+1
| | | | | | | | | ports so far! PR: ports/78088 Notes: svn path=/head/; revision=130430
* 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) Notes: svn path=/head/; revision=127737
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* update databases/py-pyPgSQL: 2.3 -> 2.4Daichi GOTO2003-07-312-2/+2
| | | | | | | | PR: 55084 Submitted by: Gerhard Haering <gh@ghaering.de> Notes: svn path=/head/; revision=86012
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76031
* Missed configure scripts in libpq version bump: chase lib version.Sean Chittenden2003-01-041-1/+3
| | | | Notes: svn path=/head/; revision=72513
* upgrade to 2.3Ying-Chieh Liao2003-01-024-12/+19
| | | | | | | | PR: 46099 Submitted by: maintainer Notes: svn path=/head/; revision=72286
* 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 Notes: svn path=/head/; revision=67438
* - update port to pyPgSQL 2.2Ying-Chieh Liao2002-09-162-8/+6
| | | | | | | | | | | - updated maintainer email address - use REINPLACE instead of PERL PR: 42560 Submitted by: maintainer Notes: svn path=/head/; revision=66446
* Update to 2.1Patrick Li2002-06-093-16/+15
| | | | | | | | | | | | | | -- also make a cosmetic change space -> tabs INSTALL_MAN -> INSTALL_DATA for installing port docs perl -> ${PERL} PR: 39051 Submitted by: maintainer Notes: svn path=/head/; revision=60977
* use USE_PYDISTUTILSYing-Chieh Liao2002-04-291-6/+2
| | | | Notes: svn path=/head/; revision=58311
* Update to work with PostgreSQL 7.2.Pete Fritchman2002-03-191-1/+1
| | | | | | | | PR: 36102 Submitted by: maintainer Notes: svn path=/head/; revision=56349
* Update of the py-pyPGSQL port to version 2.0.Neil Blakey-Milner2001-11-103-8/+19
| | | | | | | | PR: ports/31887 Submitted by: Gerhard Häring <gerhard@bigfoot.de> (maintainer) Notes: svn path=/head/; revision=49910
* Add pyPgSQL, a Python DB-API 2 compliant library for using PostgreSQLNeil Blakey-Milner2001-11-025-0/+70
databases PR: 31705 Submitted by: Gerhard Häring <gerhard@bigfoot.de> Notes: svn path=/head/; revision=49511