Port details |
- postgresql91-pltcl Module for using Tcl to write SQL functions
- 9.1.23_1 databases
=1 9.1.23_1Version of this port present on the latest quarterly branch.
- DEPRECATED: End-of-life is near
This port expired on: 2016-10-01
- Maintainer: pgsql@FreeBSD.org
- Port Added: 2012-03-05 21:19:16
- Last Update: 2016-10-02 12:45:39
- SVN Revision: 423117
- People watching this port, also watch:: postgis-jdbc
- Also Listed In: tcl
- 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:
-
- postgresql91-pltcl>0:databases/postgresql91-pltcl
- No installation instructions:
- This port has been deleted.
- PKGNAME: postgresql91-pltcl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1470723784
SHA256 (postgresql/postgresql-9.1.23.tar.bz2) = 7f7471e8b3b369726f1c1df0e6a163dde63b6546c4bba985c1f36a574c75f6d5
SIZE (postgresql/postgresql-9.1.23.tar.bz2) = 15856178
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/postgresql91-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- postgres : databases/postgresql91-server
- gmake : devel/gmake
- Runtime dependencies:
-
- postgres : databases/postgresql91-server
- Library dependencies:
-
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- tcl pgsql:9.1 tar:bzip2 cpe gmake
- 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/postgresql91-server |
Commit | Credits | Log message |
9.1.23_1 02 Oct 2016 12:45:39 |
rene |
Remove expired ports:
2016-10-01 databases/postgresql91-pltcl: End-of-life is near
2016-10-01 databases/postgresql91-docs: End-of-life is near
2016-10-02 www/mediawiki125: EOL upstream |
9.1.19 08 Oct 2015 21:25:01 |
girgen |
Update PostgreSQL port to latest version.
Two security issues have been fixed in this release which affect users
of specific PostgreSQL features:
CVE-2015-5289: json or jsonb input values constructed from arbitrary
user input can crash the PostgreSQL server and cause a denial of
service.
CVE-2015-5288: The crypt( function included with the optional pgCrypto
extension could be exploited to read a few additional bytes of memory.
No working exploit for this issue has been developed.
This update will also disable SSL renegotiation by default;
previously, it was enabled by default. SSL renegotiation will be
removed entirely in PostgreSQL versions 9.5 and later.
URL: http://www.postgresql.org/about/news/1615/
Security: CVE-2015-5288 CVE-2015-5289 |
9.1.14 25 Aug 2014 17:53:27 |
crees |
Convert pgsql ports to use USES+=pgsql
Reviewed by: bapt |
9.1.12 26 Feb 2014 17:24:36 |
antoine |
Stage support
Reviewed by: postgresql@
Tested by: miwi and me |
9.1.11 17 Feb 2014 13:22:16 |
gahr |
- Convert to USES=tcl |
9.1.11 05 Dec 2013 15:59:53 |
girgen |
The PostgreSQL Global Development Group has released a critical update
to all supported versions of the PostgreSQL database system, which
includes minor versions 9.3.2, 9.2.6, 9.1.11, 9.0.15, and 8.4.19. This
update fixes three serious data-loss bugs affecting replication and
database maintenance. All users are urged to update their
installations at the earliest opportunity.
URL: http://www.postgresql.org/about/news/1492/ |
9.1.10_4 17 Oct 2013 13:39:36 |
girgen |
Fix LATEST_LINK and some cleanup |
9.1.9_3 10 Oct 2013 00:09:35 |
jgh |
- Fix pkg name collision
Reviewed by: pgsql@
With hat: pgsql@ |
9.1.9_3 07 Oct 2013 20:03:38 |
jgh |
- revert r329725
Reported by: qat@
With hat: pgsql@ |
9.1.9_3 07 Oct 2013 19:04:04 |
jgh |
- Fix pkg name collision
Reviewed by: crees@
With hat: pgsql@ |
9.1.9_3 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
9.1.3_3 05 Mar 2012 21:18:50 |
crees |
Break postgresql-pltcl up into versioned ports; now we will have packages
Fix plist for 9.1 |