Baptiste Daroussin
36117d7097
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
2013-09-20 16:13:47 +00:00
Martin Wilke
3a6ec5ffb9
- Update to 2.5.1
...
PR: 180177
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
2013-07-11 15:21:14 +00:00
Martin Wilke
c6eb725def
- Update to 2.4.6
...
- Convert Header
2013-02-04 02:32:33 +00:00
Martin Wilke
6432370980
- Update to 2.4.5
...
PR: 166529
Submitted by: rm@
2012-04-10 06:49:51 +00:00
Ruslan Makhmatkhanov
eeeda33da1
- update to 2.4.4
...
- change USE_PYTHON to `yes' (Python3 is supported)
- update WWW
- sort pkg-plist
Approved by: miwi (mentor)
2011-12-28 09:25:06 +00:00
Martin Wilke
525eb2893f
- Update to 2.4.2
2011-06-25 06:41:16 +00:00
Martin Wilke
13db847120
- Update to 2.4.1
...
PR: 156999
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-06-12 02:28:11 +00:00
Martin Wilke
cd39ffd43a
- Update to 2.4
2011-03-04 14:09:31 +00:00
Martin Wilke
021fc3a529
- Move over to py25+ or above
...
- While here kick md5 support
2011-02-25 00:12:12 +00:00
Martin Wilke
81cf5690ed
- Update to 2.3.2
...
- Cleanup
PR: 153463
Submitted by: Khee Chin <kheechin@gmail.com>
Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Feature safe: yes
2011-01-29 14:14:58 +00:00
Josh Paetzel
882ebc7aaa
Update to 2.2.2
...
Adjust MASTER_SITE to account for upstream server crash
PR: ports/149914
Submitted by: Josh Paetzel <jpaetzel@FreeBSD.org>
Sponsored by: iXsystems
2010-10-06 14:11:49 +00:00
Martin Wilke
1af63f4060
- Update to 2.2.1
...
PR: 146800
Submitted by: Daniel Gerzo <danger@freebsd.org> (maintainer)
2010-05-24 10:12:58 +00:00
Martin Wilke
ecfbdfca87
- Update to 2.0.14
2010-03-14 10:33:45 +00:00
Martin Wilke
8dfbd54ce9
- Update to 2.0.13
...
PR: 139665
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
2009-10-30 09:47:58 +00:00
Martin Wilke
e6bb2b11e5
- Update to 2.0.12
2009-09-03 21:56:21 +00:00
Martin Wilke
f82fc5825c
- Update to 2.0.11
2009-05-30 18:42:34 +00:00
Martin Wilke
2d529d9a7c
- Update to 2.0.10
2009-05-10 17:34:35 +00:00
Martin Wilke
82f095602a
- Update to 2.0.9
2009-03-01 13:32:52 +00:00
Martin Wilke
b6014b4490
- Update to 2.0.8
2008-09-22 23:47:12 +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
Martin Wilke
1d28e396f4
- Update to 2.0.7
...
PR: 123578
Submitted by: olli hauer <ohauer@gmx.de>
2008-05-16 18:57:21 +00:00
Martin Wilke
67a8a87cdc
- Remove unnecessary dependencies
...
Submitted by: Josh Paetzel via irc
2007-12-22 23:11:40 +00:00
Gabor Kovesdan
42542fb076
- Remove the DESTDIR modifications from individual ports as we have a new,
...
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
2007-08-04 11:41:30 +00:00
Martin Wilke
1995c66e00
- Update to 2.0.6
...
- Respect NOPORTEXAMPLES
- Drop FreeBSD 4.X gruft
2007-07-02 15:23:00 +00:00
Martin Wilke
e6bdf477c5
- Fix build with gcc 4.X
...
PR: 108063
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
2007-01-18 00:43:18 +00:00
Martin Wilke
18fd48bc97
- Add backup MASTER_SITES
2006-11-22 20:23:52 +00:00
Martin Wilke
887f3f38c3
- Update to 2.0.5.1
...
- Changlog here: http://initd.org/pub/software/psycopg/ChangeLog
2006-09-02 13:48:02 +00:00
Martin Wilke
c242443a38
psycopg2 is a PostgreSQL database adapter for the Python programming language.
...
It was written from scratch with the aim of being small, fast and stable. It
supports the full Python DBAPI-2.0 and is thread safe.
psycopg2 is different from the other database adapter because it was designed
for heavily multi-threaded applications that create and destroy lots of cursors
and make a conspicuous number of concurrent INSERTs or UPDATEs. Every open
Python connection keeps a pool of real (UNIX or TCP/IP) connections to the
database. Every time a new cursor is created, a new connection does not need to
be opened; instead one of the unused connections from the pool is used. That
makes psycopg very fast in typical client-server applications that create a
servicing thread every time a client request arrives.
WWW: http://initd.org/projects/psycopg2
Approved by: krion (mentor)
2006-08-10 19:35:17 +00:00