diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2021-05-20 10:53:00 +0200 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2021-05-20 16:38:55 +0200 |
commit | fccc45e5ff4a8aea150005196c0d4f2cbaeed5db (patch) | |
tree | b308d056494290f6e3b9e2bfa8e6750ec82183e6 /databases/postgresql14-server/files/pkg-message-client.in | |
parent | databases/postgresql1[123]-server: remove trailing space in pkg-plist (diff) |
databases/postgresql14-*: Add postgresql 14 beta1 the the ports tree.
Release notes: https://www.postgresql.org/docs/devel/release-14.html
Also reintroduce parallel builds. Some components, namely plperl,
plpython, pltcl and contrib, fail to build properly when using parallel
builds. Something with static linking using `ar` that fails.
MAKE_JOBS_UNSAFE is set for these ports.
Diffstat (limited to 'databases/postgresql14-server/files/pkg-message-client.in')
-rw-r--r-- | databases/postgresql14-server/files/pkg-message-client.in | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/databases/postgresql14-server/files/pkg-message-client.in b/databases/postgresql14-server/files/pkg-message-client.in new file mode 100644 index 000000000000..8cc91d484fcb --- /dev/null +++ b/databases/postgresql14-server/files/pkg-message-client.in @@ -0,0 +1,38 @@ +[ +{ type: install + message: <<EOM +The PostgreSQL port has a collection of "side orders": + +postgresql-docs + For all of the html documentation + +p5-Pg + A perl5 API for client access to PostgreSQL databases. + +postgresql-tcltk + If you want tcl/tk client support. + +postgresql-jdbc + For Java JDBC support. + +postgresql-odbc + For client access from unix applications using ODBC as access + method. Not needed to access unix PostgreSQL servers from Win32 + using ODBC. See below. + +ruby-postgres, py-psycopg2 + For client access to PostgreSQL databases using the ruby & python + languages. + +postgresql-plperl, postgresql-pltcl & postgresql-plruby + For using perl5, tcl & ruby as procedural languages. + +postgresql-contrib + Lots of contributed utilities, postgresql functions and + datatypes. There you find pg_standby, pgcrypto and many other cool + things. + +etc... +EOM +} +] |