58f6 FreshPorts -- databases/postgresql90-contrib
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
postgresql90-contrib 9.0.13 databases on this many watch lists=1 search for ports that depend on this port
The contrib utilities from the PostgreSQL distribution
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/
SVNWeb : 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:
  1. misc/ossp-uuid
  2. devel/bison
  3. devel/gmake
Required Libraries:
  1. textproc/libxslt
  2. textproc/libxml2
  3. databases/postgresql90-client
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for postgresql-contrib-9.0.13:
     OSSP_UUID=on: Enable / disable ossp-uuid support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/postgresql/
  2. ftp://ftp.ee.postgresql.org/mirrors/postgresql/source/v9.0.13/
  3. ftp://ftp.gr.postgresql.org/pub/databases/postgresql/source/v9.0.13/
  4. ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v9.0.13/
  5. ftp://ftp.lv.postgresql.org/pub/postgresql/source/v9.0.13/
  6. ftp://ftp.postgresql.org/pub/source/v9.0.13/
  7. ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/source/v9.0.13/
  8. ftp://ftp2.cz.postgresql.org/pub/postgresql/source/v9.0.13/
  9. ftp://ftp2.it.postgresql.org/mirrors/postgres/source/v9.0.13/
  10. ftp://ftp2.nl.postgresql.org/mirror/postgresql/source/v9.0.13/
  11. ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v9.0.13/
  12. ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/source/v9.0.13/
  13. ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v9.0.13/
  14. ftp://ftp5.es.postgresql.org/mirror/postgresql/source/v9.0.13/
  15. ftp://ftp6.pl.postgresql.org/pub/postgresql/source/v9.0.13/
  16. ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/source/v9.0.13/
  17. ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/source/v9.0.13/
  18. http://ftp2.jp.postgresql.org/pub/postgresql/source/v9.0.13/
  19. http://ring.nict.go.jp/archives/misc/db/postgresql/source/v9.0.13/

Number of commits found: 9

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
08 Mar 2013 11:32:12
Original commit files touched by this commit  9.0.12
bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
16 Oct 2012 17:28:22
Original commit files touched by this commit  9.0.10
jgh search for other commits by this committer
- adopt optionsNG

with hat pgsql@
Feature safe: yes
04 Mar 2012 17:19:59
Original commit files touched by this commit  9.0.7_1
crees search for other commits by this committer
Over to new team, pgsql@FreeBSD.org
23 Jan 2012 20:36:58
Original commit files touched by this commit  9.0.6
crees search for other commits by this committer
Add OPTION to postgresql9[10]-contrib for building without uuid-ossp

Requested by:   sunpoet
19 Jan 2012 03:35:49
Original commit files touched by this commit  9.0.6
tabthorpe search for other commits by this committer
- Reset ports due to maintainer timeouts and lack of response to emails

With hat:       portmgr
18 Oct 2011 09:03:33
Original commit files touched by this commit  9.0.5
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
girgen search for other commits by this committer
Fix a problem with creating the postgresql user when using a package.
07 Oct 2010 06:58:10
Original commit files touched by this commit  9.0.0
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
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: 9

2852
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24526
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours10
new 7 days27
new fortnight57
new month213

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