FreshPorts -- The Place For Ports Thu, 21 Aug 2008 8:57 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
py-psycopg 1.1.21_1 databases on this many watch lists=9 search for ports that depend on this port
The high performance Python adapter for PostgreSQL

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 17 Apr 2002 08:11:10
Also Listed In: python


psycopg is a PostgreSQL database adapter for the Python programming
language. It was written from scratch with the aim of being very small and
fast, and stable as a rock. The main advantages of psycopg are that it
supports the full Python DBAPI-2.0 and being thread safe at level 2.

psycopg 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/software/psycopg
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/py-mx-base, lang/python25, devel/gmake
Required To Run: lang/py-mx-base, lang/python25
Required Libraries: databases/postgresql82-client

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


Configuration Options
     No options to configure

Master Sites:
http://initd.org/pub/software/psycopg/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 26

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Jun 2008 14:17:10
Original commit files touched by this commit  1.1.21_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)
24 Jul 2006 18:07:56
Original commit files touched by this commit  1.1.21
jmelo search for other commits by this committer
- Remove bad site:
        * http://initd.org/pub/software/psycopg/PSYCOPG-1-1/
14 Jun 2006 22:46:21
Original commit files touched by this commit  1.1.21
linimon search for other commits by this committer
Reset simuran@shaw.ca due to 5 months of no activity, maintainer-timeouts,
and no response to email.

Hat:            portmgr
03 Jan 2006 15:39:11
Original commit files touched by this commit  1.1.21
pav search for other commits by this committer
- Update to 1.1.21

PR:             ports/91194
Submitted by:   Martin Jackson <mhjacks@swbell.net>
Approved by:    Alex Rodioukov <simuran@shaw.ca> (maintainer)
23 Oct 2005 00:06:52
Original commit files touched by this commit  1.1.18
pav search for other commits by this committer
- Fix fetching
15 Feb 2005 13:25:32
Original commit files touched by this commit  1.1.18
anders search for other commits by this committer
Update to 1.1.18.

PR:             76110
Submitted by:   Piet Delport <pjd@point45.com>
Approved by:    maintainer timeout
31 Jan 2005 00:35:56
Original commit files touched by this commit  1.1.17
girgen search for other commits by this committer
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)
09 Dec 2004 09:09:08
Original commit files touched by this commit  1.1.17
pav search for other commits by this committer
- Update to 1.1.17

PR:             ports/74775
Submitted by:   Piet Delport <pjd@point45.com>
Approved by:    Alex Rodioukov <simuran@shaw.ca> (maintainer)
23 Nov 2004 19:33:56
Original commit files touched by this commit  1.1.15
anders search for other commits by this committer
Set Python version explicitly so that py-psycopg does not fail to install
as a dependency.

Approved by:    maintainer silence
21 Sep 2004 22:22:27
Original commit files touched by this commit  1.1.15
thierry search for other commits by this committer
Unbreak by upgrading to 1.1.15.

PR:             ports/71004
Submitted by:   Piet Delport
Approved by:    portmgr (marcus) + maintainer time-out (since Aug 28).
14 Aug 2004 22:46:28
Original commit files touched by this commit  1.1.14
kris search for other commits by this committer
BROKEN: Unfetchable
13 Jul 2004 17:46:43
Original commit files touched by this commit  1.1.14
pav search for other commits by this committer
- Update to 1.1.14

PR:             ports/68976
Submitted by:   Alex Rodioukov <simuran@shaw.ca> (maintainer)
04 Jun 2004 23:59:47
Original commit files touched by this commit  1.1.13
pav search for other commits by this committer
- Update to 1.1.13

PR:             ports/67571
Submitted by:   Dryice Liu <dryice@liu.com.cn>
Approved by:    maintainer
23 May 2004 19:11:15
Original commit files touched by this commit  1.1.12
pav search for other commits by this committer
- Update to 1.1.12
- Add knob WITH_ZOPE to install optional Zope product

PR:             ports/66363
Submitted by:   Radim Kolar <hsn@netmag.cz>, Alex Rodioukov <simuran@shaw.ca>
Approved by:    maintainer timeout (2 weeks)
31 Mar 2004 04:12:58
Original commit files touched by this commit  1.1.9_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.1.9_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
09 Nov 2003 00:21:10
Original commit files touched by this commit  1.1.9
jeh search for other commits by this committer
Upgrade py-psycopg from 1.1.7 to 1.1.9

files/patch-configure should be removed; configure scripts works correctly
on FreeBSD from now on.

PR:             58393
Submitted By:   MAINTAINER
01 Sep 2003 06:58:34
Original commit files touched by this commit  1.1.7
perky search for other commits by this committer
Update to 1.1.7

PR:             55128
Submitted by:   maintainer
21 Feb 2003 11:15:05
Original commit files touched by this commit  1.0.13
knu search for other commits by this committer
De-pkg-comment.
08 Jan 2003 11:44:18
Original commit files touched by this commit  1.0.13
arved search for other commits by this committer
Fix Port after postgres update

PR:             46794
Submitted by:   Alex Rodioukov <simuran@shaw.ca>
04 Jan 2003 16:17:27
Original commit files touched by this commit  1.0.13
seanc search for other commits by this committer
Missed configure scripts in libpq version bump: chase lib version.
04 Jan 2003 15:53:39
Original commit files touched by this commit  1.0.13
seanc search for other commits by this committer
Chase libpq version bump.
08 Nov 2002 06:01:28
Original commit files touched by this commit  1.0.13
edwin search for other commits by this committer
And update to 1.0.13 (submitted at the end of october while the
previous commit was around september)

PR:             ports/44742
Submitted by:   Alex Rodioukov <simuran@shaw.ca>
08 Nov 2002 04:49:48
Original commit files touched by this commit  1.0.11.1
edwin search for other commits by this committer
Maintainer update to version 1.0.11.1

PR:             ports/42432
Submitted by:   Alex Rodioukov <simuran@shaw.ca>
23 Jun 2002 17:14:52
Original commit files touched by this commit  1.0.8
pat search for other commits by this committer
Update to 1.0.8

PR:             39077
Submitted by:   maintainer
17 Apr 2002 08:10:56
Original commit files touched by this commit  1.0.6
ijliao search for other commits by this committer
add py-psycopg 1.0.6
The high perfomance Python adapter for PostgreSQL

PR:             36207
Submitted by:   Alex Rodioukov <simuran@shaw.ca>

Number of commits found: 26

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby19Aug 16
ruby19Aug 16

9 vulnerabilities affecting 11 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
Traffic

Calculated hourly:
Port count 19041
Broken 163
Deprecated 92
Ignore 431
Forbidden 6
Restricted 310
No CDROM 130
Vulnerable 50
Expired 16
Set to expire 71
Interactive 78
new 24 hours 1
new 48 hours6
new 7 days39
new fortnight148
new month242

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

Add tab to Netscape 6

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