Port details |
- postgresql91-plperl Write SQL functions for PostgreSQL using Perl5
- 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-02-19 19:21:33
- Last Update: 2016-10-01 09:51:35
- SVN Revision: 423049
- People watching this port, also watch:: postgis-jdbc
- Also Listed In: perl5
- 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-plperl>0:databases/postgresql91-plperl
- No installation instructions:
- This port has been deleted.
- PKGNAME: postgresql91-plperl
- 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:
-
- gmake : devel/gmake
- perl5>=5.20<5.21 : lang/perl5.20
- Runtime dependencies:
-
- postgres : databases/postgresql91-server
- perl5>=5.20<5.21 : lang/perl5.20
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- perl5 readline 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 01 Oct 2016 09:51:35 |
rene |
Remove expired ports:
2016-10-01 www/node010: Upstream has placed 0.10.x in maintenance mode, see
https://github.com/nodejs/LTS
2016-10-01 databases/postgresql91-contrib: End-of-life is near
2016-10-01 databases/postgresql91-client: End-of-life is near
2016-10-01 databases/postgresql91-plpython: End-of-life is near
2016-10-01 databases/postgresql91-plperl: End-of-life is near |
9.1.22 01 Jul 2016 17:45:51 |
matthew |
Delete the now expired postgresql90 ports. Upstream support for
postgresql-9.0.x was declared EoL in September 2015.
Summary:
Remove 9.0 from the list of postgresql versions available in ports
Disconnect postgresql90 ports from the build
Remove postgresql90-pgtcl port
Remove postgresql90-client port
Move the master postgreslXY-plperl makefile to postgresql95-plperl/Makefile.
Adjust include lines in other postgresqlXY-plperl ports (Only the first 15 lines of the commit message are shown above ) |
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.9 10 Oct 2013 00:09:35 |
jgh |
- Fix pkg name collision
Reviewed by: pgsql@
With hat: pgsql@ |
9.1.9 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 05 Mar 2012 20:10:22 |
crees |
Various tidiness patches:
- Compact -plperl ports
- Portlint for 90-plperl
- Update version numbers in pkg-install-server
- s/spaces/tabs/
- Use ${} instead of $()
- s/YES/yes/
- Tidy IGNORE values
Submitted by: sunpoet |
9.1.3 04 Mar 2012 17:19:59 |
crees |
Over to new team, pgsql@FreeBSD.org |
9.1.2_4 19 Feb 2012 19:21:02 |
crees |
- Replace the p5-postgresql-plperl port with versioned ports. This replaces
the fragile autodetection logic with unambiguous ports, creates packages
that work, and also ensures that each version is tested.
- Take back maintainership; should be maintained together with postgresql-server
- While here, remove p5-prefix; the packages have not had this for years, so we
may as well update the port directories now |