FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 3:11 PM BST
Port details
py-psycopg2 2.4.5 databases on this many watch lists=8 search for ports that depend on this port
The high performance Python adapter for PostgreSQL
Maintained by: miwi@FreeBSD.org search for ports maintained by this maintainer
Port Added: 10 Aug 2006 19:35:33
Also Listed In: python
License: not specified in port


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/psycopg
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/python27
Required To Run: lang/python27
Required Libraries: databases/postgresql83-client

Required by:
for Run

To install the port: cd /usr/ports/databases/py-psycopg2/ && make install clean
To add the package: pkg_add -r py27-psycopg2


Configuration Options
     No options to configure

Master Sites:
http://initd.org/psycopg/tarballs/PSYCOPG-2-4/
http://pypi.python.org/packages/source/p/psycopg2/
http://b.pypi.python.org/packages/source/p/psycopg2/
http://c.pypi.python.org/packages/source/p/psycopg2/
http://d.pypi.python.org/packages/source/p/psycopg2/
http://e.pypi.python.org/packages/source/p/psycopg2/
http://f.pypi.python.org/packages/source/p/psycopg2/
http://pypi.inqbus.de/psycopg2/
http://pypi.it.uwosh.edu/psycopg2/
http://pypi.python.jp/psycopg2/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 25

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
10 Apr 2012 06:49:51
Original commit files touched by this commit  2.4.5
miwi search for other commits by this committer
- Update to 2.4.5

PR:             166529
Submitted by:   rm@
28 Dec 2011 09:25:06
Original commit files touched by this commit  2.4.4
rm search for other commits by this committer
- update to 2.4.4
- change USE_PYTHON to `yes' (Python3 is supported)
- update WWW
- sort pkg-plist

Approved by:   miwi (mentor)
25 Jun 2011 06:41:16
Original commit files touched by this commit  2.4.2
miwi search for other commits by this committer
- Update to 2.4.2
12 Jun 2011 02:28:11
Original commit files touched by this commit  2.4.1
miwi search for other commits by this committer
- Update to 2.4.1

PR:             156999
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
04 Mar 2011 14:09:31
Original commit files touched by this commit  2.4
miwi search for other commits by this committer
- Update to 2.4
25 Feb 2011 00:12:12
Original commit files touched by this commit  2.3.2_1
  Sanity Test Failure
miwi search for other commits by this committer
- Move over to py25+ or above
- While here kick md5 support
29 Jan 2011 14:14:58
Original commit files touched by this commit  2.3.2
miwi search for other commits by this committer
- Update to 2.3.2
- Cleanup

PR:             153463
Submitted by:   Khee Chin <kheechin@gmail.com>
                Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Feature safe:   yes
06 Oct 2010 14:11:49
Original commit files touched by this commit  2.2.2
jpaetzel search for other commits by this committer
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
24 May 2010 10:13:02
Original commit files touched by this commit  2.2.1
miwi search for other commits by this committer
- Update to 2.2.1

PR:             146800
Submitted by:   Daniel Gerzo <danger@freebsd.org> (maintainer)
14 Mar 2010 10:33:45
Original commit files touched by this commit  2.0.14
miwi search for other commits by this committer
- Update to 2.0.14
30 Oct 2009 09:47:58
Original commit files touched by this commit  2.0.13
miwi search for other commits by this committer
- Update to 2.0.13

PR:             139665
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
03 Sep 2009 21:56:21
Original commit files touched by this commit  2.0.12
miwi search for other commits by this committer
- Update to 2.0.12
30 May 2009 18:42:34
Original commit files touched by this commit  2.0.11
miwi search for other commits by this committer
- Update to 2.0.11
10 May 2009 17:34:35
Original commit files touched by this commit  2.0.10
miwi search for other commits by this committer
- Update to 2.0.10
01 Mar 2009 13:32:52
Original commit files touched by this commit  2.0.9
miwi search for other commits by this committer
- Update to 2.0.9
22 Sep 2008 23:47:12
Original commit files touched by this commit  2.0.8
miwi search for other commits by this committer
- Update to 2.0.8
06 Jun 2008 13:17:10
Original commit files touched by this commit  2.0.7_1
edwin search for other commits by this committer
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)
16 May 2008 18:57:21
Original commit files touched by this commit  2.0.7
miwi search for other commits by this committer
- Update to 2.0.7

PR:             123578
Submitted by:   olli hauer <ohauer@gmx.de>
22 Dec 2007 23:11:40
Original commit files touched by this commit  2.0.6
miwi search for other commits by this committer
- Remove unnecessary dependencies

Submitted by:   Josh Paetzel via irc
04 Aug 2007 11:41:31
Original commit files touched by this commit  2.0.6
gabor search for other commits by this committer
- 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)
02 Jul 2007 15:23:00
Original commit files touched by this commit  2.0.6
miwi search for other commits by this committer
- Update to 2.0.6
- Respect NOPORTEXAMPLES
- Drop FreeBSD 4.X gruft
18 Jan 2007 00:43:18
Original commit files touched by this commit  2.0.5.1_1
miwi search for other commits by this committer
- Fix build with gcc 4.X

PR:             108063
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
22 Nov 2006 20:23:52
Original commit files touched by this commit  2.0.5.1
miwi search for other commits by this committer
- Add backup MASTER_SITES
02 Sep 2006 13:48:03
Original commit files touched by this commit  2.0.5.1
miwi search for other commits by this committer
- Update to 2.0.5.1

- Changlog here: http://initd.org/pub/software/psycopg/ChangeLog
10 Aug 2006 19:35:17
Original commit files touched by this commit  2.0.4
miwi search for other commits by this committer
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)

Number of commits found: 25

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23670
Broken 193
Deprecated 147
Ignore 735
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 12
new 48 hours31
new 7 days57
new fortnight181
new month253

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.312 seconds.