Port details |
- postgresql-tcltk A TCL interface to the database PostgreSQL, including a tk GUI
- 8.4.11_2 databases
=11 8.4.11_2Version of this port present on the latest quarterly branch.
- BROKEN: Does not work with PostgreSQL 8.X
DEPRECATED: Broken for months with no-one caring, superseded by http://pgtclng.sourceforge.net/ This port expired on: 2012-03-16 IGNORE: is marked as broken: Does not work with PostgreSQL 8.X
- Maintainer: pgsql@FreeBSD.org
- Port Added: 2002-02-19 05:40:01
- Last Update: 2012-03-21 20:04:27
- SVN Revision: UNKNOWN
- People watching this port, also watch:: mutt
- Also Listed In: tcl tk
- 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-tcltk>0:databases/postgresql-tcltk
- No installation instructions:
- This port has been deleted.
- PKGNAME: postgresql-tcltk
- 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/postgresql84-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- Library dependencies:
-
- tcl85 : lang/tcl85
- tk85 : x11-toolkits/tk85
- pq.5 : databases/postgresql83-client
- 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/postgresql84-server |
Commit | Credits | Log message |
8.4.11_2 21 Mar 2012 20:04:27 |
crees |
Remove expired port.
2012/03/16 databases/postgresql-tcltk: Broken for months with no-one caring,
superseded by http://pgtclng.sourceforge.net/
Thanks to mi for locating pgctlng for me!
Feature safe: yes |
8.4.11_2 04 Mar 2012 17:19:59 |
crees |
Over to new team, pgsql@FreeBSD.org |
8.4.10_2 16 Feb 2012 15:13:46 |
crees |
Deprecate for removal on 16/Mar |
8.4.10_2 19 Jan 2012 03:35:49 |
tabthorpe |
- Reset ports due to maintainer timeouts and lack of response to emails
With hat: portmgr |
8.4.8_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
8.4.7_2 04 Apr 2011 20:20:34 |
rene |
Attempt to fix INDEX by upgrading PostgreSQL dependency to 8.4
Mark databases/postgresql-tcltk as broken, it does not work
with PostgreSQL 8.X [1]
Remove obsolete conflicts line from databases/postgresql-tcltk
Submitted by: pav [1]
Approved by: pav |
7.4.30_2 21 Nov 2010 20:57:15 |
girgen |
Fix broken port |
7.4.30_2 19 Oct 2010 21:30:39 |
pav |
- Mark BROKEN: does not compile
Reported by: pointyhat |
7.4.19_2 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.19_1 09 Apr 2008 13:42:26 |
pav |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
7.4.17_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
7.4.7 19 Feb 2005 12:07:46 |
girgen |
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 ) |
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:46:21 |
girgen |
Bump portrevision. |
7.4.6 31 Jan 2005 00:20:43 |
girgen |
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) |
7.4.6_1 06 Dec 2004 03:59:56 |
girgen |
Add myself as committer, and use my @FreeBSD.org address.
Approved by: ade (mentor) |
7.4.2_1 12 Mar 2004 11:17:39 |
obraun |
Fix after upgrade to 7.4.2.
Approved by: maintainer |
7.4.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
7.4 04 Dec 2003 12:00:49 |
seanc |
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) |
7.3.4 18 Sep 2003 11:31:50 |
osa |
Fix building.
Notice from: kris via bento
Approved by: Palle Girgensohn <girgen@pingpong.net> (maintainer) |
7.3.4 04 Sep 2003 12:53:28 |
osa |
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 12:27:19 |
osa |
Use new depends scheme for postgresql slave ports:
${MAKE} -V ... instead of .include <...>
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer)
PR: 56349, 56404 |
7.3.3 13 Jul 2003 15:40:57 |
alex |
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 |
7.3.3 19 Jun 2003 09:12:56 |
daichi |
postgresql slave ports, reduce unnecessary portrevision bumps
PR: 52867
Submitted by: Palle Girgensohn <girgen@pingpong.net> (maintainer) |
7.3.3 19 Jun 2003 07:24:06 |
daichi |
postgresql-tcltk tcl/tk revert to 8.3 from 8.4
PR: 52852
Submitted by: Palle Girgensohn <girgen@pingpong.net> <girgen@pingpong.net>
(maintainer) |
7.3.2_1 07 Mar 2003 05:58:32 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
7.3.1 09 Jan 2003 14:51:08 |
obraun |
Remove no longer needed @unexec line.
PR: ports/46892
Submitted by: maintainer |
7.3.1 04 Jan 2003 23:53:37 |
seanc |
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> |
7.2.3 13 Nov 2002 01:42:44 |
sada |
fix for different tcl versions
PR: ports/42010
Submitted by: unknown -- see the PR
Approved by: maintainer |
7.2.1_1 14 Apr 2002 19:32:57 |
olgeni |
Remove PORTVERSION (like other postgresql subports in ports/36980), so that
it will compile. |
19 Feb 2002 08:40:01 |
vanilla |
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. |