Commit graph

24 commits

Author SHA1 Message Date
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Philip M. Gollucci
bcc0626319 PostgreSQL 8.3.1 has changed it's bytea encoding.
* 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>
2010-09-10 04:18:06 +00:00
Dmitry Marakasov
075acacd24 - Switch SourceForge ports to the new File Release System: categories starting with D 2009-08-22 00:18:43 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Li-Wen Hsu
b5fad02a0d - EXAMPLES should be omitted when NOPORTEXAMPLES is defined
Noticed by:	sat
2007-06-20 21:24:22 +00:00
Li-Wen Hsu
6c982cd596 - Honour PKGNAMEPREFIX [1]
- 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>
2007-06-20 15:57:26 +00:00
Rong-En Fan
23749ec2f6 - Update to 2.5.1
Approved by:	delphij (mentor, implicit)
2006-07-08 05:29:20 +00:00
Pav Lucistnik
aa1836b7e9 - Add SHA256 2005-11-24 01:23:57 +00:00
Volker Stolz
c94737d606 Reset maintainer on request. Thanks to Gerhard for maintaining the
ports so far!

PR:		ports/78088
2005-03-05 22:09:34 +00:00
Palle Girgensohn
34fa6c853e Split the postgresql ports into a server and a client part.
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)
2005-01-31 00:35:55 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Daichi GOTO
22d1252750 update databases/py-pyPgSQL: 2.3 -> 2.4
PR:		55084
Submitted by:	Gerhard Haering <gh@ghaering.de>
2003-07-31 06:50:03 +00:00
Akinori MUSHA
2e4c764a61 De-pkg-comment. 2003-02-21 11:15:57 +00:00
Sean Chittenden
854109b51e Missed configure scripts in libpq version bump: chase lib version. 2003-01-04 16:17:27 +00:00
Ying-Chieh Liao
1fa008a4fe upgrade to 2.3
PR:		46099
Submitted by:	maintainer
2003-01-02 19:28:46 +00:00
Patrick Li
12faf4a009 Respect LOCALBASE and remove py-mx-base as a build dependency.
Use tab in place of whitespace as well.

PR:		ports/43570
Submitted by:	maintainer
2002-10-05 23:12:29 +00:00
Ying-Chieh Liao
39d5845adf - update port to pyPgSQL 2.2
- updated maintainer email address
- use REINPLACE instead of PERL

PR:		42560
Submitted by:	maintainer
2002-09-16 13:57:56 +00:00
Patrick Li
d61caae2d6 Update to 2.1
--
also make a cosmetic change
space -> tabs
INSTALL_MAN -> INSTALL_DATA for installing port docs
perl -> ${PERL}

PR:		39051
Submitted by:	maintainer
2002-06-09 16:06:47 +00:00
Ying-Chieh Liao
786a6554ae use USE_PYDISTUTILS 2002-04-29 13:33:57 +00:00
Pete Fritchman
f8894574a1 Update to work with PostgreSQL 7.2.
PR:		36102
Submitted by:	maintainer
2002-03-19 18:27:04 +00:00
Neil Blakey-Milner
c144bdadd9 Update of the py-pyPGSQL port to version 2.0.
PR:		ports/31887
Submitted by:	Gerhard Häring <gerhard@bigfoot.de> (maintainer)
2001-11-10 07:01:33 +00:00
Neil Blakey-Milner
cd4c2a4e4b Add pyPgSQL, a Python DB-API 2 compliant library for using PostgreSQL
databases

PR:		31705
Submitted by:	Gerhard Häring <gerhard@bigfoot.de>
2001-11-02 15:00:28 +00:00