1[
2{ type: install
3  message: <<EOM
4The PostgreSQL port has a collection of "side orders":
5
6postgresql-docs
7  For all of the html documentation
8
9p5-Pg
10  A perl5 API for client access to PostgreSQL databases.
11
12postgresql-tcltk
13  If you want tcl/tk client support.
14
15postgresql-jdbc
16  For Java JDBC support.
17
18postgresql-odbc
19  For client access from unix applications using ODBC as access
20  method. Not needed to access unix PostgreSQL servers from Win32
21  using ODBC. See below.
22
23ruby-postgres, py-psycopg
24  For client access to PostgreSQL databases using the ruby & python
25  languages.
26
27postgresql-plperl, postgresql-pltcl & postgresql-plruby
28  For using perl5, tcl & ruby as procedural languages.
29
30postgresql-contrib
31  Lots of contributed utilities, postgresql functions and
32  datatypes. There you find pg_standby, pgcrypto and many other cool
33  things.
34
35etc...
36EOM
37}
38]
39