FreshPorts -- The Place For Ports Sun, 5 Jul 2009 4:23 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
postgresql82-client 8.2.13 databases on this many watch lists=27 search for ports that depend on this port
PostgreSQL database (client)
Maintained by: girgen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Dec 2006 16:49:57


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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Master port: databases/postgresql82-server

Required To Build: devel/gmake
Required Libraries: devel/gettext

To install the port: cd /usr/ports/databases/postgresql82-client/ && make install clean
To add the package: pkg_add -r postgresql82-client


Configuration Options
===> The following configuration options are available for postgresql-client-8.2.13:
     NLS=on (default) "Use internationalized messages"
     PAM=off (default) "Build with PAM support (server only)"
     LDAP=off (default) "Build with LDAP authentication support"
     MIT_KRB5=off (default) "Build with MIT's kerberos support"
     HEIMDAL_KRB5=off (default) "Builds with Heimdal kerberos support"
     OPTIMIZED_CFLAGS=off (default) "Builds with compiler optimizations (-O3)"
     TESTS=off (default) "Allows the use of a "check" target (server)"
     DEBUG=off (default) "Builds with debugging symbols"
     INTDATE=off (default) "Builds with 64-bit date/time type (server)"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v8.2.13/
ftp://ftp10.us.postgresql.org/pub/postgresql/source/v8.2.13/
http://ring.nict.go.jp/archives/misc/db/postgresql/source/v8.2.13/
http://ring.k-opti.com/archives/misc/db/postgresql/source/v8.2.13/
http://ring.riken.jp/archives/misc/db/postgresql/source/v8.2.13/
ftp://ftp.au.postgresql.org/pub/postgresql/source/v8.2.13/
ftp://ftp.at.postgresql.org/db/www.postgresql.org/pub/source/v8.2.13/
ftp://ftp.be.postgresql.org/postgresql/source/v8.2.13/
ftp://ftp.ba.postgresql.org/pub/postgresql/source/v8.2.13/
ftp://ftp.cz.postgresql.org/DATA/postgresql/source/v8.2.13/
ftp://ftp2.cz.postgresql.org/pub/postgresql/source/v8.2.13/
ftp://ftp.ee.postgresql.org/mirrors/postgresql/source/v8.2.13/
ftp://ftp.fr.postgresql.org/source/v8.2.13/
ftp://ftp.de.postgresql.org/mirror/postgresql/source/v8.2.13/
ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v8.2.13/
ftp://ftp.gr.postgresql.org/pub/databases/postgresql/source/v8.2.13/
ftp://ftp.hk.postgresql.org/postgresql/source/v8.2.13/
ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v8.2.13/
ftp://ftp2.it.postgresql.org/mirrors/postgres/source/v8.2.13/
ftp://ftp.kr.postgresql.org/postgresql/source/v8.2.13/
ftp://ftp.lv.postgresql.org/pub/postgresql/source/v8.2.13/
ftp://ftp2.nl.postgresql.org/mirror/postgresql/source/v8.2.13/
ftp://ftp4.nl.postgresql.org/postgresql.zeelandnet.nl/source/v8.2.13/
ftp://ftp6.pl.postgresql.org/pub/postgresql/source/v8.2.13/
ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/source/v8.2.13/
ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/source/v8.2.13/
ftp://ftp.ru.postgresql.org/pub/unix/database/pgsql/source/v8.2.13/
ftp://ftp2.ru.postgresql.org/pub/databases/postgresql/source/v8.2.13/
ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/source/v8.2.13/
ftp://ftp5.es.postgresql.org/mirror/postgresql/source/v8.2.13/
ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/source/v8.2.13/
ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v8.2.13/
ftp://ftp.postgresql.org/pub/source/v8.2.13/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/postgresql/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2007-01-09
    Affects: users of databases/postgresql*
    Author: girgen@FreeBSD.org
    Reason: 
      The server-side utilities of postgresql (initdb, initlocation,
      ipcclean, pg_controldata, pg_ctl, pg_id and pg_resetxlog) are now
      installed by the respective postgresql*-server port (previously
      they where installed with the client). If you update the client, you
      should also update the server to make sure you are not left without
      the server-side tools. Do something like:
    
    	portupgrade postgresql-client postgresql-server
    
    

Number of commits found: 8

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Jun 2008 00:46:07
Original commit files touched by this commit  8.2.9
girgen search for other commits by this committer
Updates of the PostgreSQL ports

Updates for all maintained versions of PostgreSQL are available today:
8.3.3, 8.2.9, 8.1.13, 8.0.17 and 7.4.21.  These releases fix more than
two dozen minor issues reported and patched over the last few months.
All PostgreSQL users should plan to update at their earliest
convenience. People in affected time zones, in particular, should
upgrade as soon as possible.

Release Notes:
        http://www.postgresql.org/docs/8.3/static/release.html

Also, fix umask error in periodic script [1].

PR:             ports/124457 [1]
Submitted by:   Alexandre Perrin
06 Jun 2008 14:17:10
Original commit files touched by this commit  8.2.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)
19 Apr 2008 18:56:05
Original commit files touched by this commit  8.2.7
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
18 Mar 2008 22:27:20
Original commit files touched by this commit  8.2.7
girgen search for other commits by this committer
Update to 8.2.7

Release notes:
http://developer.postgresql.org/pgdocs/postgres/release-8-2-7.html

Remove HIER patch option, since it is not available anymore. The site
is down and original author responses that he does not maintain it
anymore.

PR:     ports/116423
Remove option to build and link with thread safety, and always build
thread safe instead. Decided after a discussion with postgresql
hackers, and tested for a while in postgresql83. This helps when
for example linking with openldap, or for using certain programming
languages as postgresql functions.
16 Oct 2007 00:28:54
Original commit files touched by this commit  8.2.5_1
girgen search for other commits by this committer
Bugger, bugger, bugger. Mending bad commit. Sorry folks!
15 Oct 2007 16:32:20
Original commit files touched by this commit  8.3beta1
girgen search for other commits by this committer
Introducing the first beta of PostgreSQL 8.3

Note that this is a BETA VERSION of the PostgreSQL server.
Use it only for testing.
09 Jan 2007 16:29:35
Original commit files touched by this commit  8.2.1
girgen search for other commits by this committer
Update postgresql to 8.2.1, 8.1.6, 8.0.10, 7.4.15 and 7.3.17.

Release notes:
http://www.postgresql.org/docs/7.3/static/release.html#RELEASE-7-3-17
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4-15
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-10
http://www.postgresql.org/docs/8.1/static/release.html#RELEASE-8-1-6
http://www.postgresql.org/docs/8.2/static/release-8-2-1.html

The server-side utilities of postgresql (initdb, initlocation,
ipcclean, pg_controldata, pg_ctl, pg_id and pg_resetxlog) are now
installed by the respective postgresql*-server port (previously they
where installed with the client). If you update the client, you should
also update the server to make sure you are not left without the
server-side tools. Do something like:

    portupgrade postgresql-client postgresql-server
06 Dec 2006 16:48:57
Original commit files touched by this commit  8.2.0
girgen search for other commits by this committer
Welcome new release of the world's most advanced open source database:
PostgreSQL 8.2.0

Complete release notes are available at
http://www.postgresql.org/docs/current/static/release-8-2.html

Number of commits found: 8

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 20380
Broken 142
Deprecated 44
Ignore 760
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 18
Set to expire 25
Interactive 81
new 24 hours 5
new 48 hours7
new 7 days73
new fortnight99
new month184

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.176 seconds.