Port details |
- postgresql-plpython A module for using Python to write SQL functions
- 8.3.22_2 databases
=3 8.3.22_2Version of this port present on the latest quarterly branch.
- DEPRECATED: End-of-life is coming up
This port expired on: 2013-03-01
- Maintainer: rm@FreeBSD.org
- Port Added: 2004-11-06 14:52:04
- Last Update: 2013-01-20 10:06:54
- SVN Revision: 310678
- People watching this port, also watch:: p5-Time-Piece
- Also Listed In: python
- License: not specified in port
- WWW:
- http://www.postgresql.org/
- Description:
- PostgreSQL is a sophisticated Object-Relational DBMS, supporting
almost all SQL constructs, including subselects, transactions, and
user-defined types and functions. It is the most advanced open-source
database available anywhere. Commercial Support is also available.
The original Postgres code was the effort of many graduate students,
undergraduate students, and staff programmers working under the direction of
Professor Michael Stonebraker at the University of California, Berkeley. In
1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query
language to SQL and created a new database system which came to known as
Postgres95. Many others contributed to the porting, testing, debugging and
enhancement of the Postgres95 code. As the code improved, and 1995 faded into
memory, PostgreSQL was born.
PostgreSQL development is presently being performed by a team of Internet
developers who are now responsible for all current and future development. The
development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG).
Support is available from the PostgreSQL developer/user community through the
support mailing list (questions@PostgreSQL.ORG).
PostgreSQL is free and the complete source is available.
WWW: http://www.postgresql.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- postgresql-plpython>0:databases/postgresql-plpython
- No installation instructions:
- This port has been deleted.
- PKGNAME: postgresql-plpython
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: databases/postgresql83-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python2.7 : lang/python27
- gmake : devel/gmake
- Runtime dependencies:
-
- postgres : databases/postgresql83-server
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: databases/postgresql83-server |
Commit | Credits | Log message |
8.3.22_2 20 Jan 2013 10:06:54 |
rm |
Split out postgresql-python port on to bunch of PostgreSQL version-dependent
ones,
so the packages can be built with different versions of PostgreSQL. The patch is
from crees@ with couple additions from me. It has some problems that prevents
the
build with python3, but it was decided that it's better to add this as starting
point. Maintainership of this port also was passed to pgsql@ team.
PR: 166999
PR: 174152
Reported by: many
Approved by: pgsql (crees) |
8.3.19_2 04 Jun 2012 19:27:20 |
rm |
- make it build against PostgreSQL 9.0 by default, since
this is an default version in ports tree at the moment
- bump PORTREVISION |
8.3.16_1 10 Nov 2011 22:20:18 |
rm |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
8.3.16_1 26 Oct 2011 15:09:26 |
glarkin |
- Fix plist when postgresql-plpython installed for postgresql 9.1 and
postgresql-plpython built with python 3+
PR: ports/161822
Submitted by: sunpoet
Approved by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), girgen
(maintainer implicit) |
8.3.15_1 02 Oct 2011 20:07:40 |
sunpoet |
- Unbreak postgresql-plpython: allow build with threaded python
- Pass maintainership to submitter
PR: ports/159843
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
8.3.14_1 05 Apr 2011 06:29:48 |
rene |
Mark as BROKEN, needs threaded Python to configure
Submitted by: local tinderbox build |
8.3.14_1 04 Apr 2011 18:03:25 |
rene |
Bump PostgreSQL dependency to 8.4 which is the default in bsd.databases.mk
This fixes the port. |
8.2.7_1 06 Jun 2008 13:17:10 |
edwin |
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) |
7.4.17 04 Aug 2007 11:41:31 |
gabor |
- 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) |
7.4.16 04 Mar 2007 02:12:36 |
linimon |
dd@ has had his port bit taken for safekeeping. Therefore, return these
to the pool.
Hat: portmgr |
7.4.14 06 Dec 2006 16:47:28 |
girgen |
More rubust regex to determine which version of postgresql that is
already installed. |
7.4.7 03 Feb 2005 09:30:27 |
girgen |
In order to address a potential security hole recently identified with
the "LOAD" option, the PostgreSQL Global Development Group is
announcing the release of new versions of PostgreSQL.
Update to 7.3.9, 7.4.7 & 8.0.1.
Take the opportunity to reset PORTREVISION of slave ports.
Back out name change of startup script. The new script uses rc.subr(8),
and as such also uses rcorder(8). But, rcorder does not exist in FreeBSD
4.x. Hence rename the script it back to the top of the directory
list. [1]
The periodic script should of course be executable. [2]
[1] Noted by Niels Chr. Bank-Pedersen <ncbp at bank-pedersen dot dk>
[2] Noted by Fritz Heinrichmeyer <fritz.heinrichmeyer at fernuni-hagen dot de> |
7.4.6_2 31 Jan 2005 01:58:58 |
girgen |
Bump portrevision |
7.4.6_1 31 Jan 2005 00:35:56 |
girgen |
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) |
7.4.6 06 Nov 2004 14:41:04 |
dd |
A port for the PL/Python module that comes with Postgres |