FreshPorts -- The Place For Ports Sun, 6 Jul 2008 11:48 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
postgresql-tcltk 7.4.21_2 databases on this many watch lists=17 search for ports that depend on this port
A TCL interface to the database PostgreSQL, including a tk GUI
Maintained by: girgen@FreeBSD.org search for ports maintained by this maintainer
Port Added: 19 Feb 2002 05:40:01
Also Listed In: tcl tk


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

Required To Build: devel/gmake
Required Libraries: lang/tcl84, x11-toolkits/tk84, databases/postgresql82-client

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp8.us.postgresql.org/postgresql/source/v7.4.21/
ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/source/v7.4.21/
ftp://ftp10.us.postgresql.org/pub/postgresql/source/v7.4.21/
http://ring.nict.go.jp/archives/misc/db/postgresql/source/v7.4.21/
http://ring.sakura.ad.jp/archives/misc/db/postgresql/source/v7.4.21/
http://ring.riken.jp/archives/misc/db/postgresql/source/v7.4.21/
ftp://ftp.au.postgresql.org/pub/postgresql/source/v7.4.21/
ftp://ftp.at.postgresql.org/db/www.postgresql.org/pub/source/v7.4.21/
ftp://ftp.be.postgresql.org/postgresql/source/v7.4.21/
ftp://ftp.ba.postgresql.org/pub/postgresql/source/v7.4.21/
ftp://ftp.cz.postgresql.org/DATA/postgresql/source/v7.4.21/
ftp://ftp2.cz.postgresql.org/pub/postgresql/source/v7.4.21/
ftp://ftp.ee.postgresql.org/mirrors/postgresql/source/v7.4.21/
ftp://ftp.fr.postgresql.org/source/v7.4.21/
ftp://ftp.de.postgresql.org/mirror/postgresql/source/v7.4.21/
ftp://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v7.4.21/
ftp://ftp.gr.postgresql.org/pub/databases/postgresql/source/v7.4.21/
ftp://ftp.hk.postgresql.org/postgresql/source/v7.4.21/
ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v7.4.21/
ftp://ftp2.it.postgresql.org/mirrors/postgres/source/v7.4.21/
ftp://ftp.kr.postgresql.org/postgresql/source/v7.4.21/
ftp://ftp.lv.postgresql.org/pub/postgresql/source/v7.4.21/
ftp://ftp2.nl.postgresql.org/mirror/postgresql/source/v7.4.21/
ftp://ftp4.nl.postgresql.org/postgresql.zeelandnet.nl/source/v7.4.21/
ftp://ftp6.pl.postgresql.org/pub/postgresql/source/v7.4.21/
ftp://ftp7.pl.postgresql.org/pub/mirror/ftp.postgresql.org/source/v7.4.21/
ftp://ftp6.ro.postgresql.org/pub/mirrors/ftp.postgresql.org/source/v7.4.21/
ftp://ftp.ru.postgresql.org/pub/unix/database/pgsql/source/v7.4.21/
ftp://ftp2.ru.postgresql.org/pub/databases/postgresql/source/v7.4.21/
ftp://ftp3.ru.postgresql.org/pub/mirror/postgresql/pub/source/v7.4.21/
ftp://ftp5.es.postgresql.org/mirror/postgresql/source/v7.4.21/
ftp://ftp.se.postgresql.org/pub/databases/relational/postgresql/source/v7.4.21/
ftp://ftp3.tw.postgresql.org/pub/postgresql/source/v7.4.21/
ftp://ftp.postgresql.org/pub/source/v7.4.21/
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: 23

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Jun 2008 14:17:10
Original commit files touched by this commit  7.4.19_2
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)
09 Apr 2008 14:42:26
Original commit files touched by this commit  7.4.19_1
pav search for other commits by this committer
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:       portmgr
19 May 2007 21:32:57
Original commit files touched by this commit  7.4.17_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
19 Feb 2005 12:07:46
Original commit files touched by this commit  7.4.7
girgen search for other commits by this committer
Fix security alert using a patch from PostgreSQL's CVS repository:

  Prevent overrunning a heap-allocated buffer if more than 1024
  parameters to a refcursor declaration are specified. This is a
  minimally-invasive fix for the buffer overrun.

Define LATEST_LINK to avoid package name clashes between the different
branches of PostgreSQL. [1] (Since postgresql-tcltk is hardwired to
branch 7.4, keep its LATEST_LINK to a generic value.)

Set UNIQUENAME and let it be the same for server & client, so each
branch's ports will share the same options file. This adds some no-op
knobs to the -client port, but IMO it is better this way.

Add space inside paranthesis in OSVERSION conditional to work around
(Only the first 15 lines of the commit message are shown above View all of this commit message)
03 Feb 2005 09:30:27
Original commit files touched by this commit  7.4.7
girgen search for other commits by this committer
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>
31 Jan 2005 01:46:21
Original commit files touched by this commit  7.4.6_2
girgen search for other commits by this committer
Bump portrevision.
31 Jan 2005 00:20:43
Original commit files touched by this commit  7.4.6
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

The tcltk interface has been removed from the main distribution, so
fixate the version number to the latest released version, 7.4.6.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
06 Dec 2004 03:59:56
Original commit files touched by this commit  7.4.6_1
girgen search for other commits by this committer
Add myself as committer, and use my @FreeBSD.org address.

Approved by: ade (mentor)
12 Mar 2004 11:17:39
Original commit files touched by this commit  7.4.2_1
obraun search for other commits by this committer
Fix after upgrade to 7.4.2.

Approved by:    maintainer
04 Feb 2004 05:21:48
Original commit files touched by this commit  7.4.1_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
04 Dec 2003 12:00:49
Original commit files touched by this commit  7.4
seanc search for other commits by this committer
Introduce the world to PostgreSQL 7.4!  By and large this release is
regarded as a major release with features with interest to those with
large databases.  The updates are extensive and the best source of info
is in the release notes.  Enjoy and direct questions to database@!

Release notes:
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4

PR:             ports/59403, ports/59404, ports/59393, ports/59394,
                ports/59395, ports/59397, ports/59398, ports/59402, &&
                ports/59401
Submitted by:   maintainer
Approved by:    marcus (portmgr@ hat)
18 Sep 2003 12:31:50
Original commit files touched by this commit  7.3.4
osa search for other commits by this committer
Fix building.

Notice from:    kris via bento
Approved by:    Palle Girgensohn <girgen@pingpong.net> (maintainer)
04 Sep 2003 13:53:28
Original commit files touched by this commit  7.3.4
osa search for other commits by this committer
Use another way for PortgreSQL slave ports (make without -C),
because much more people still use old versions of make.

Notify from:    Dan Langille <dan@langille.org>
Submitted by:   Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR:             56346
04 Sep 2003 13:27:19
Original commit files touched by this commit
osa search for other commits by this committer
Use new depends scheme for postgresql slave ports:
 ${MAKE} -V ... instead of .include <...>

Submitted by:   Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR:             56349, 56404
13 Jul 2003 16:40:57
Original commit files touched by this commit  7.3.3
alex search for other commits by this committer
Remove unneeded RUN_DEPENDS.

Volker mentioned an install with a dependency "postgres" fails if
postgresql is installed with -DWITHOUT_SERVER, though it shouldn't,
and thus suggested a depend-change to "psql", which is also present
for the client-only-install.

The maintainer then submitted the patch which completely removes the
dependency as it "is actually not needed".  I personally am in favor
of the first solution, but Palle is the maintainer.

Reported by:    Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Submitted by:   Palle Grigensohn <girgen@pingpong.net> (maintainer)
PR:             54252,54287
19 Jun 2003 10:12:56
Original commit files touched by this commit  7.3.3
daichi search for other commits by this committer
postgresql slave ports, reduce unnecessary portrevision bumps

PR:             52867
Submitted by:   Palle Girgensohn <girgen@pingpong.net> (maintainer)
19 Jun 2003 08:24:06
Original commit files touched by this commit  7.3.3
daichi search for other commits by this committer
postgresql-tcltk tcl/tk revert to 8.3 from 8.4

PR:             52852
Submitted by:   Palle Girgensohn <girgen@pingpong.net> <girgen@pingpong.net>
(maintainer)
07 Mar 2003 05:58:32
Original commit files touched by this commit  7.3.2_1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
09 Jan 2003 14:51:08
Original commit files touched by this commit  7.3.1
obraun search for other commits by this committer
Remove no longer needed @unexec line.

PR:             ports/46892
Submitted by:   maintainer
04 Jan 2003 23:53:37
Original commit files touched by this commit  7.3.1
seanc search for other commits by this committer
Update PostgreSQL tcl/tk to 7.3.1.  pgaccess is no longer in of this port.

PR:             ports/45885
Submitted by:   Palle Girgensohn <girgen@pingpong.net>
13 Nov 2002 01:42:44
Original commit files touched by this commit  7.2.3
sada search for other commits by this committer
fix for different tcl versions
PR:     ports/42010
Submitted by:   unknown -- see the PR
Approved by:    maintainer
14 Apr 2002 20:32:57
Original commit files touched by this commit  7.2.1_1
olgeni search for other commits by this committer
Remove PORTVERSION (like other postgresql subports in ports/36980), so that
it will compile.
19 Feb 2002 08:40:01
files touched by this commit
vanilla search for other commits by this committer
This is a port of the Tcl/Tk stuff in the postgresql-7.2   distribution. It
includes pgtclsh, pgtksh and also the infamous   pgaccess GUI.    

Number of commits found: 23

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 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
Traffic

Calculated hourly:
Port count 18752
Broken 146
Deprecated 98
Ignore 429
Forbidden 5
Restricted 361
No CDROM 126
Vulnerable 52
Expired 13
Set to expire 77
Interactive 79
new 24 hours 5
new 48 hours11
new 7 days38
new fortnight72
new month182

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