FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 11:08 AM BST
Port details
postgresql90-client 9.0.7_1 databases on this many watch lists=9 search for ports that depend on this port An older version of this port was marked as vulnerable.
PostgreSQL database (client)
Maintained by: pgsql@FreeBSD.org search for ports maintained by this maintainer
Port Added: 20 Sep 2010 13:48:16
License: not specified in port


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/postgresql90-server

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake
Required Libraries: textproc/libxml2, devel/gettext

Required by:
for Libraries

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


Configuration Options
===> The following configuration options are available for postgresql-client-9.0.7_1:
     NLS=on (default) "Use internationalized messages"
     DTRACE=off (default) "Build with DTrace probes (server only)"
     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"
     GSSAPI=off (default) "Build with GSSAPI support"
     OPTIMIZED_CFLAGS=off (default) "Builds with compiler optimizations (-O3)"
     XML=on (default) "Build with XML data type (server)"
     TZDATA=on (default) "Use internal timezone database (server)"
     DEBUG=off (default) "Builds with debugging symbols"
     ICU=off (default) "Use ICU for unicode collation (server)"
     INTDATE=on (default) "Builds with 64-bit date/time type (server)"
     SSL=on (default) "Build with OpenSSL support"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/source/v9.0.7/
ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v9.0.7/
ftp://ftp10.us.postgresql.org/pub/postgresql/source/v9.0.7/
http://ring.nict.go.jp/archives/misc/db/postgresql/source/v9.0.7/
ftp://ftp.at.postgresql.org/db/www.postgresql.org/pub/source/v9.0.7/
ftp://ftp.be.postgresql.org/postgresql/source/v9.0.7/
ftp://ftp2.cz.postgresql.org/pub/postgresql/source/v9.0.7/
ftp://ftp.ee.postgresql.org/mirrors/postgresql/source/v9.0.7/
ftp://ftp.de.postgresql.org/mirror/postgresql/source/v9.0.7/
ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v9.0.7/
ftp://ftp.gr.postgresql.org/pub/databases/postgresql/source/v9.0.7/
ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v9.0.7/
ftp://ftp2.it.postgresql.org/mirrors/postgres/source/v9.0.7/
http://ftp2.jp.postgresql.org/pub/postgresql/source/v9.0.7/
ftp://ftp.lv.postgresql.org/pub/postgresql/source/v9.0.7/
ftp://ftp2.nl.postgresql.org/mirror/postgresql/source/v9.0.7/
ftp://ftp6.pl.postgresql.org/pub/postgresql/source/v9.0.7/
ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/source/v9.0.7/
ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/source/v9.0.7/
ftp://ftp2.ru.postgresql.org/pub/databases/postgresql/source/v9.0.7/
ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/source/v9.0.7/
ftp://ftp5.es.postgresql.org/mirror/postgresql/source/v9.0.7/
ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v9.0.7/
ftp://ftp.postgresql.org/pub/source/v9.0.7/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/postgresql/

Number of commits found: 8

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
28 Feb 2012 21:37:40
Original commit files touched by this commit  9.0.7_1
girgen search for other commits by this committer
Fix pkg-plist
25 Jan 2012 21:12:33
Original commit files touched by this commit  9.0.6
 This port version is marked as vulnerable.
crees search for other commits by this committer
- To preserve my sanity, slave 82 and 83 to 84, and 90 to 91, resulting in
  three fewer Makefiles to maintain

- Switch patch master site

- Various cleanups
18 Oct 2011 09:03:33
Original commit files touched by this commit  9.0.5
 This port version is marked as vulnerable.
girgen search for other commits by this committer
The PostgreSQL Global Development Group today released minor version updates
for all active branches of the PostgreSQL object-relational database system,
including versions 9.1.1, 9.0.5, 8.4.9, 8.3.16 and 8.2.22.

All users are strongly urged to update their installations at the next
scheduled downtime.

URL:    http://www.postgresql.org/about/news.1355

Cleanup ports. Better handling of the knob PG_USER.
Also add uuid to 9.0 and 9.1 contrib ports.
02 May 2011 21:37:31
Original commit files touched by this commit  9.0.4_1
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Fix a problem with creating the postgresql user when using a package.
31 Dec 2010 09:57:21
Original commit files touched by this commit  9.0.2
 This port version is marked as vulnerable.
mm search for other commits by this committer
- Update to 9.0.2
- Unify ICU handling

PR:             ports/153245
Approved by:    maintainer (timeout)
26 Oct 2010 12:34:27
Original commit files touched by this commit  9.0.1_1
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Make postgresql90-client depend on libxml. Technically it does not depend on
libxml,
only postgresql90-server does, but since we don't want two different pg_config
setups,
one for client and one for server, I'm bringing the libxml dependency on board
until
I can find out a better way to solve this.
07 Oct 2010 06:58:10
Original commit files touched by this commit  9.0.0
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Update all PostgreSQL ports to latest versions.

Also, try to break the previous 1:1 relation between FreeBSD system and
PostgreSQL versions installed. Use different PREFIX:es to install
different versions on the same system.

PR: ports/132402, ports/145002, ports/146657
20 Sep 2010 13:46:47
Original commit files touched by this commit  9.0.0
 This port version is marked as vulnerable.
girgen search for other commits by this committer
PostgreSQL 9.0 is here!  The PostgreSQL Global Development Group
announces the availability of our most eagerly awaited release.
PostgreSQL 9.0 includes built-in, binary replication, and over a dozen
other major features which will appeal to everyone from web developers
to database hackers.

9.0 includes more major features than any release before it, including:
* Hot standby
* Streaming replication
* In-place upgrades
* 64-bit Windows builds
* Easy mass permissions management
* Anonymous blocks and named parameter calls for stored procedures
* New windowing functions and ordered aggregates
(Only the first 15 lines of the commit message are shown above View all of this commit message)

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
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 14
new 48 hours31
new 7 days58
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.152 seconds.