9e56 FreshPorts -- databases/py-psycopg2
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-psycopg2 2.4.6 databases on this many watch lists=7 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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
Required To Run:
  1. lang/python27
Required Libraries:
  1. databases/postgresql83-client

This port is required by:

for Build 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:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://b.pypi.python.org/packages/source/p/psycopg2/
  3. http://c.pypi.python.org/packages/source/p/psycopg2/
  4. http://d.pypi.python.org/packages/source/p/psycopg2/
  5. http://e.pypi.python.org/packages/source/p/psycopg2/
  6. http://f.pypi.python.org/packages/source/p/psycopg2/
  7. http://g.pypi.python.org/packages/source/p/psycopg2/
  8. http://initd.org/psycopg/tarballs/PSYCOPG-2-4/
  9. http://pypi.crate.io/packages/source/p/psycopg2/
  10. http://pypi.inqbus.de/psycopg2/
  11. http://pypi.it.uwosh.edu/psycopg2/
  12. http://pypi.python.jp/psycopg2/
  13. http://pypi.python.org/packages/source/p/psycopg2/

Number of commits found: 26

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
04 Feb 2013 02:32:33
Original commit files touched by this commit  2.4.6
miwi search for other commits by this committer
 - Update to 2.4.6
 - Convert Header
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: 26

286e
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 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 24536
Broken 215
Deprecated 474
Ignore 630
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days32
new fortnight62
new month217

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0