aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql73
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql73')
-rw-r--r--databases/postgresql73/Makefile185
-rw-r--r--databases/postgresql73/distinfo3
-rw-r--r--databases/postgresql73/files/502.pgsql88
-rw-r--r--databases/postgresql73/files/dot.cshrc.in13
-rw-r--r--databases/postgresql73/files/dot.profile.in18
-rw-r--r--databases/postgresql73/files/patch-aj118
-rw-r--r--databases/postgresql73/files/pgsql.sh.tmpl40
-rw-r--r--databases/postgresql73/files/post-install-notes54
-rw-r--r--databases/postgresql73/pkg-comment1
-rw-r--r--databases/postgresql73/pkg-descr23
-rw-r--r--databases/postgresql73/pkg-install58
-rw-r--r--databases/postgresql73/pkg-message36
-rw-r--r--databases/postgresql73/pkg-message.client16
-rw-r--r--databases/postgresql73/pkg-plist670
-rw-r--r--databases/postgresql73/scripts/configure.postgresql173
15 files changed, 0 insertions, 1496 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile
deleted file mode 100644
index e525414d3036..000000000000
--- a/databases/postgresql73/Makefile
+++ /dev/null
@@ -1,185 +0,0 @@
-# New ports collection makefile for: PostgreSQL
-# Date created: November 13, 1998
-# Whom: Marc G. Fournier <scrappy@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME?= postgresql
-PORTVERSION?= 7.2.1
-PORTREVISION?= 1
-CATEGORIES?= databases
-MASTER_SITES= ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
- ftp://ftp.se.postgresql.org/pub/database/relational/postgresql/%SUBDIR%/ \
- ftp://ftp2.ch.postgresql.org/mirror/postgresql/%SUBDIR%/ \
- ftp://ftp.de.postgresql.org/mirror/postgresql/%SUBDIR%/ \
- ftp://ftp.chg.ru/pub/databases/postgresql/%SUBDIR%/ \
- ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ \
- ftp://ftp2.ch.postgresql.org/mirror/postgresql/%SUBDIR%/ \
- ftp://ftp4.jp.postgresql.org/mirror/postgresql/%SUBDIR%/ \
- ftp://ftp.us.postgresql.org/%SUBDIR%/
-MASTER_SITE_SUBDIR= source/v${PORTVERSION}
-DISTFILES= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \
- postgresql-opt-${PORTVERSION}${EXTRACT_SUFX}
-.if !defined(POSTGRESQL_SUBPORT) && !defined(NOPORTDOCS)
-DISTFILES+= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX}
-.endif
-
-MAINTAINER?= girgen@partitur.se
-
-WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION}
-DIST_SUBDIR= postgresql
-
-USE_SUBMAKE= yes
-USE_GMAKE= YES
-GNU_CONFIGURE= YES
-
-.if defined(POSTGRESQL_SUBPORT)
-## the POSTGRESQL_SUBPORTS use this port's distinfo
-MD5_FILE= ${.CURDIR}/../postgresql7/distinfo
-.else
-
-## The rest of this file is for normal base installation
-INSTALLS_SHLIB= YES
-
-CONFIGURE_ARGS= --enable-locale --enable-syslog --with-CXX \
- --docdir=${PREFIX}/share/doc --with-libdir=${LOCALBASE}/lib \
- --with-includes=${LOCALBASE}/include
-
-.if !defined(WITHOUT_GNUGETOPT)
-LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt
-CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
-LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
-.endif
-
-# if you want localized messages, make -DWITH_GETTEXT
-# WARNING: this seems to require relinking binaries depending on
-# libpq.so, including for example mod_php and tcl.
-.if defined(WITH_GETTEXT)
-CONFIGURE_ARGS+=--enable-nls
-CONFIGURE_ENV+= "LIBS=-lintl"
-LDFLAGS+= -L${LOCALBASE}/lib -lintl
-LIB_DEPENDS+= intl.2:${PORTSDIR}/devel/gettext
-PLIST_SUB+= GETTEXT=""
-.else
-PLIST_SUB+= GETTEXT="@comment "
-.endif
-
-.if !defined(WITHOUT_SSL)
-USE_OPENSSL= yes
-CONFIGURE_ARGS+= "--with-openssl=${OPENSSLBASE}"
-.endif
-
-MAN1= createdb.1 createlang.1 createuser.1 dropdb.1 droplang.1 \
- dropuser.1 ecpg.1 initdb.1 initlocation.1 ipcclean.1 pg_config.1 \
- pg_ctl.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 pg_restore.1 \
- pgaccess.1 pgtclsh.1 pgtksh.1 postgres.1 postmaster.1 psql.1 \
- vacuumdb.1
-MAN7= abort.7 alter_group.7 alter_table.7 alter_user.7 analyze.7 \
- begin.7 checkpoint.7 close.7 cluster.7 comment.7 commit.7 copy.7 \
- create_aggregate.7 create_constraint_trigger.7 \
- create_database.7 create_function.7 create_group.7 \
- create_index.7 create_language.7 create_operator.7 \
- create_rule.7 create_sequence.7 create_table.7 \
- create_table_as.7 create_trigger.7 create_type.7 \
- create_user.7 create_view.7 declare.7 delete.7 \
- drop_aggregate.7 drop_database.7 drop_function.7 \
- drop_group.7 drop_index.7 drop_language.7 \
- drop_operator.7 drop_rule.7 drop_sequence.7 \
- drop_table.7 drop_trigger.7 drop_type.7 drop_user.7 \
- drop_view.7 end.7 explain.7 fetch.7 grant.7 insert.7 \
- listen.7 load.7 lock.7 move.7 notify.7 reindex.7 \
- reset.7 revoke.7 rollback.7 select.7 select_into.7 \
- set.7 set_constraints.7 set_transaction.7 show.7 \
- set_session_authorization.7 \
- truncate.7 unlisten.7 update.7 vacuum.7
-
-SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
- WRKDIR="${WRKDIR}" \
- FILESDIR="${FILESDIR}" \
- TOUCH="${TOUCH}" \
- MKDIR="${MKDIR}" \
- DISTNAME="${DISTNAME}"
-
-# We must .include here because we need the Makefile.inc @ pre-install
-# to determine the correct plist.
-.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
-.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
-.endif
-
-.if defined(WITHOUT_SERVER)
-PKGMESSAGE= ${PKGDIR}/pkg-message.client
-PLIST_SUB+= SERVER="@comment "
-.else
-PLIST_SUB+= SERVER=""
-.endif
-
-.if defined(WITHOUT_MULTIBYTE)
-PLIST_SUB+= MULTIBYTE="@comment "
-.else
-PLIST_SUB+= MULTIBYTE=""
-CONFIGURE_ARGS+=--enable-multibyte=${MULTIBYTE_ENCODING}
-.endif
-
-pre-everything::
- @ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.postgresql
-
-pre-install:
-.if !defined(WITHOUT_SERVER)
- @ ${SETENV} PKG_PREFIX=${PREFIX} \
- ${SH} ${PKGDIR}/pkg-install ${PORTNAME} PRE-INSTALL
-.endif
-
-post-build:
- @ cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${GMAKE} -C src/interfaces/odbc odbc-drop.sql
-
-post-install:
- @ ${MKDIR} ${PREFIX}/share/postgresql ;\
- ${CAT} ${FILESDIR}/post-install-notes ${PKGMESSAGE} |\
- ${SED} "s|/usr/local|${PREFIX}|g" |\
- tee ${PREFIX}/share/postgresql/post-install-notes
-.if !defined(DEBUG_FLAGS)
-.for file in ecpg pg_dump pg_id pg_passwd pg_restore psql
- @ strip ${PREFIX}/bin/${file}
-.endfor
-.endif
-.if !defined(WITHOUT_SERVER)
-# install shell defaults for pgsql user
- @ strip ${PREFIX}/bin/postgres
-.for i in profile cshrc
- @ ${SED} "s|%%PREFIX%%|${PREFIX}|g" \
- < ${FILESDIR}/dot.$i.in \
- > ${PREFIX}/share/postgresql/dot.$i.dist; \
- ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/; \
- if [ ! -f ~pgsql/.$i ]; then \
- ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/.$i; \
- fi
-.endfor
- @ ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%PG_PREFIX%%|${PG_PREFIX}|g" \
- < ${FILESDIR}/pgsql.sh.tmpl \
- > ${PREFIX}/etc/rc.d/010.pgsql.sh ;\
- ${CHMOD} 554 ${PREFIX}/etc/rc.d/010.pgsql.sh ;\
- ${CHOWN} root:pgsql ${PREFIX}/etc/rc.d/010.pgsql.sh ;\
- ${INSTALL_DATA} ${PREFIX}/share/postgresql/post-install-notes ~pgsql/. ;\
- ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\
- ${INSTALL_DATA} ${FILESDIR}/502.pgsql \
- ${WRKSRC}/src/interfaces/odbc/odbc.sql \
- ${WRKSRC}/src/interfaces/odbc/odbc-drop.sql \
- ${PREFIX}/share/postgresql
-.else
-do-install:
- @ cd ${WRKSRC}; \
- ${GMAKE} -C src/bin install ;\
- ${GMAKE} -C src/include install ;\
- ${GMAKE} -C src/interfaces install
-.if !defined(NOPORTDOCS)
- @ cd ${WRKSRC}; \
- ${GMAKE} -C doc install
-.endif
-.endif
-
-post-clean:
- @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
-
-.include <bsd.port.mk>
-.endif
diff --git a/databases/postgresql73/distinfo b/databases/postgresql73/distinfo
deleted file mode 100644
index 0aad32ada824..000000000000
--- a/databases/postgresql73/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (postgresql/postgresql-base-7.2.1.tar.gz) = e294084800e9470d582b57e3d38ec247
-MD5 (postgresql/postgresql-opt-7.2.1.tar.gz) = 5844486d9f3d449e9d1d02666315059f
-MD5 (postgresql/postgresql-docs-7.2.1.tar.gz) = eff48d40b0c1bde1854c77c0b2e1b565
diff --git a/databases/postgresql73/files/502.pgsql b/databases/postgresql73/files/502.pgsql
deleted file mode 100644
index 32d473826f40..000000000000
--- a/databases/postgresql73/files/502.pgsql
+++ /dev/null
@@ -1,88 +0,0 @@
-#!/bin/sh
-#
-# $Id: 502.pgsql.in,v 1.17 2001/10/29 10:12:32 henrik Exp $
-#
-# Maintenance shell script to vacuum and backup database
-# Put this in /usr/local/etc/periodic/daily, and it will be run
-# every night
-#
-# Written by Palle Girgensohn <girgen@partitur.se>
-#
-# In public domain, do what you like with it,
-# and use it at your own risk... :)
-#
-############################
-
-# arguments to pg_dump
-PGDUMP_ARGS="-b -F c"
-
-# the directory where the backups will reside
-# ${HOME} is pgsql's home directory
-PGBACKUPDIR=${HOME}/backups
-
-# some data is amazingly more compressed with bzip2, esp. blobs, it seems
-# if your're short on diskspace, give it a try and set USEBZIP=yes
-USEBZIP=no
-
-############################
-
-DIR=`dirname $0`
-progname=`basename $0`
-PRG=`cd $DIR; pwd `/$progname
-
-# Run as user pgsql
-if [ `id -un` != pgsql ]; then
- su -l pgsql -c ${PRG}
- exit $?
-fi
-
-if [ X${USEBZIP} = Xyes ]; then
- BZIP=`which bzip2 || echo true`
-else
- BZIP=true
-fi
-
-# PGBACKUPDIR must be writeable by user pgsql
-# ~pgsql is just that under normal circumstances,
-# but this might not be where you want the backups...
-if [ ! -d ${PGBACKUPDIR} ] ; then
- echo Creating ${PGBACKUPDIR}
- mkdir ${PGBACKUPDIR}
- chmod 700 ${PGBACKUPDIR}
-fi
-
-echo
-echo "PostgreSQL maintenance"
-
-# Protect the data
-umask 077
-dbnames=`psql -q -t -A -d template1 -c "SELECT datname FROM pg_database WHERE datname != 'template0'"`
-rc=$?
-for db in ${dbnames}; do
- echo -n " $db"
- file=${PGBACKUPDIR}/pgdump_${db}_`date "+%Y%m%d"`
- pg_dump ${PGDUMP_ARGS} -d $db -f ${file}
- [ $? -gt 0 ] && rc=3
- ${BZIP} ${file}
-done
-
-if [ $rc -gt 0 ]; then
- echo
- echo "Errors were reported during backup."
-fi
-
-echo
-echo "vacuuming..."
-vacuumdb -a -z -q
-if [ $? -gt 0 ]
-then
- echo
- echo "Errors were reported vacuum."
- rc=3
-fi
-
-# cleaning up old data
-find ${PGBACKUPDIR} \( -name 'pgdump_*'.${GZIPEXT} -o -name 'pgdumpall_*'.${GZIPEXT} \) \
- -a -atime +7 -delete
-
-exit $rc
diff --git a/databases/postgresql73/files/dot.cshrc.in b/databases/postgresql73/files/dot.cshrc.in
deleted file mode 100644
index 724212c70b23..000000000000
--- a/databases/postgresql73/files/dot.cshrc.in
+++ /dev/null
@@ -1,13 +0,0 @@
-set path = ( %%PREFIX%%/bin $path )
-
-setenv PGLIB %%PREFIX%%/lib
-
-# note: PGDATA can be overridden by the -D startup option
-setenv PGDATA $HOME/data
-
-#You might want to set some locale stuff here
-#setenv PGDATESTYLE ISO
-#setenv LC_ALL sv_SE.ISO_8859-1
-
-# if you want to make regression tests use this TZ
-#setenv TZ PST8PDT
diff --git a/databases/postgresql73/files/dot.profile.in b/databases/postgresql73/files/dot.profile.in
deleted file mode 100644
index 96344d533921..000000000000
--- a/databases/postgresql73/files/dot.profile.in
+++ /dev/null
@@ -1,18 +0,0 @@
-# both new and old layout's paths, but new path first...
-PATH=%%PREFIX%%/bin:${PATH}
-
-PGLIB=%%PREFIX%%/lib
-
-# note: PGDATA can be overridden by the -D startup option
-PGDATA=${HOME}/data
-
-export PATH PGLIB PGDATA
-
-#You might want to set some locale stuff here
-#PGDATESTYLE=ISO
-#LC_ALL=sv_SE.ISO_8859-1
-#export PGDATESTYLE LC_ALL
-
-# if you want to make regression tests use this TZ
-#TZ=PST8PDT
-#export TZ
diff --git a/databases/postgresql73/files/patch-aj b/databases/postgresql73/files/patch-aj
deleted file mode 100644
index 94c0d6d79991..000000000000
--- a/databases/postgresql73/files/patch-aj
+++ /dev/null
@@ -1,118 +0,0 @@
---- src/bin/pg_passwd/pg_passwd.c.orig Sat Mar 24 01:54:55 2001
-+++ src/bin/pg_passwd/pg_passwd.c Wed Apr 18 04:54:14 2001
-@@ -7,6 +7,12 @@
- #include <errno.h>
- #include <time.h>
- #include <ctype.h>
-+
-+#if defined(__FreeBSD__)
-+#include <pwd.h> /* defines _PASSWORD_LEN, max # of characters in a password */
-+#include <sys/time.h> /* gettimeofday for password salt */
-+#endif
-+
- #define issaltchar(c) (isalnum((unsigned char) (c)) || (c) == '.' || (c) == '/')
-
- #ifdef HAVE_TERMIOS_H
-@@ -23,18 +29,31 @@
- * We assume that the output of crypt(3) is always 13 characters,
- * and that at most 8 characters can usefully be sent to it.
- *
-+ * For FreeBSD, take these values from /usr/include/pwd.h
- * Postgres usernames are assumed to be less than NAMEDATALEN chars long.
- */
-+#if defined(__FreeBSD__)
-+#define CLEAR_PASSWD_LEN _PASSWORD_LEN
-+#define CRYPTED_PASSWD_LEN _PASSWORD_LEN /* max length, not containing NULL */
-+#define SALT_LEN 10
-+#else
- #define CLEAR_PASSWD_LEN 8 /* not including null */
- #define CRYPTED_PASSWD_LEN 13 /* not including null */
-+#define SALT_LEN 3
-+#endif
-+
-+static unsigned char itoa64[] = /* 0 ... 63 => ascii - 64 */
-+ "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
-+
-
- const char *progname;
-
- static void usage(void);
-+static void to64(char *s, long v, int n);
- static void read_pwd_file(char *filename);
- static void write_pwd_file(char *filename, char *bkname);
- static void encrypt_pwd(char key[CLEAR_PASSWD_LEN + 1],
-- char salt[3],
-+ char salt[SALT_LEN],
- char passwd[CRYPTED_PASSWD_LEN + 1]);
- static void prompt_for_username(char *username);
- static void prompt_for_password(char *prompt, char *password);
-@@ -47,6 +66,15 @@
- printf("Report bugs to <pgsql-bugs@postgresql.org>.\n");
- }
-
-+static void
-+to64(char *s, long v, int n)
-+{
-+ while (--n >= 0) {
-+ *s++ = itoa64[v&0x3f];
-+ v >>= 6;
-+ }
-+}
-+
- typedef struct
- {
- char *uname;
-@@ -154,7 +182,7 @@
- if (q != NULL)
- *(q++) = '\0';
-
-- if (strlen(p) != CRYPTED_PASSWD_LEN && strcmp(p, "+") != 0)
-+ if (strlen(p) > CRYPTED_PASSWD_LEN && strcmp(p, "+") != 0)
- {
- fprintf(stderr, "%s:%d: warning: invalid password length\n",
- filename, npwds + 1);
-@@ -221,15 +249,25 @@
-
- static void
- encrypt_pwd(char key[CLEAR_PASSWD_LEN + 1],
-- char salt[3],
-+ char salt[SALT_LEN],
- char passwd[CRYPTED_PASSWD_LEN + 1])
- {
-+#if !defined(__FreeBSD__)
- int n;
--
-+#endif
- /* select a salt, if not already given */
- if (salt[0] == '\0')
- {
-+#if defined(__FreeBSD__)
-+ struct timeval tv;
-+ srandomdev();
-+ gettimeofday(&tv,0);
-+ to64(&salt[0], random(), 3);
-+ to64(&salt[3], tv.tv_usec, 3);
-+ to64(&salt[6], tv.tv_sec, 2);
-+ salt[8] = '\0';
- srand(time(NULL));
-+#else
- do
- {
- n = rand() % 256;
-@@ -241,6 +279,7 @@
- } while (!issaltchar(n));
- salt[1] = n;
- salt[2] = '\0';
-+#endif
- }
-
- /* get encrypted password */
-@@ -335,7 +374,7 @@
- char *filename;
- char bkname[MAXPGPATH];
- char username[NAMEDATALEN];
-- char salt[3];
-+ char salt[SALT_LEN];
- char key[CLEAR_PASSWD_LEN + 1],
- key2[CLEAR_PASSWD_LEN + 1];
- char e_passwd[CRYPTED_PASSWD_LEN + 1];
diff --git a/databases/postgresql73/files/pgsql.sh.tmpl b/databases/postgresql73/files/pgsql.sh.tmpl
deleted file mode 100644
index d67d9b642f1b..000000000000
--- a/databases/postgresql73/files/pgsql.sh.tmpl
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-
-# $FreeBSD$
-#
-# For postmaster startup options, edit $PGDATA/postgresql.conf
-
-PREFIX=%%PREFIX%%
-PGBIN=${PREFIX}/bin
-
-case $1 in
-start)
- [ -d ${PREFIX}/lib ] && /sbin/ldconfig -m ${PREFIX}/lib
- touch /var/log/pgsql
- chmod 600 /var/log/pgsql
- chown pgsql:pgsql /var/log/pgsql
- [ -x ${PGBIN}/pg_ctl ] && {
- su -l pgsql -c \
- '[ -d ${PGDATA} ] && exec %%PREFIX%%/bin/pg_ctl start -s -w -l /var/log/pgsql'
- echo -n ' pgsql'
- }
- ;;
-
-stop)
- [ -x ${PGBIN}/pg_ctl ] && {
- su -l pgsql -c 'exec %%PREFIX%%/bin/pg_ctl stop -s -m fast'
- echo -n ' pgsql'
- }
- ;;
-
-status)
- [ -x ${PGBIN}/pg_ctl ] && {
- exec su -l pgsql -c 'exec %%PREFIX%%/bin/pg_ctl status'
- }
- ;;
-
-*)
- echo "usage: `basename $0` {start|stop|status}" >&2
- exit 64
- ;;
-esac
diff --git a/databases/postgresql73/files/post-install-notes b/databases/postgresql73/files/post-install-notes
deleted file mode 100644
index 55816362579b..000000000000
--- a/databases/postgresql73/files/post-install-notes
+++ /dev/null
@@ -1,54 +0,0 @@
-The PostgreSQL port has a collection of "side orders":
-
-p5-Pg
- A perl5 API for client access to PostgreSQL databases.
-
-postgresql-tcltk
- If you want tcl/tk client support. You get a neat GUI, pgaccess, as
- a bonus!
-
-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-PyGreSQL
- 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.
-
-etc etc...
-
-Note that many files have moved around compared to previous versions
-of PostgreSQL. For example, plpgsql.so and all other language modules
-are now in /usr/local/lib/postgresql.
-
-If you have many tables and many clients running, consider raising
-kern.maxfiles using sysctl(8), or reconfigure your kernel
-appropriately.
-
-You should vacuum and backup your database regularly. There is a
-periodic script, /usr/local/share/postgresql/502.pgsql, that you may
-find useful.
-
-To allow many simultaneous connections to your PostgreSQL server, you
-should raise the SystemV shared memory limits in your kernel. Here are
-example values for allowing up to 180 clients (tinkering in
-postgresql.conf also needed, of course):
- options SYSVSHM
- options SYSVSEM
- options SYSVMSG
- options SHMMAXPGS=65536
- options SEMMNI=40
- options SEMMNS=240
- options SEMUME=40
- options SEMMNU=120
-
-If you plan to access your PostgreSQL server using ODBC, please
-consider running the SQL script /usr/local/share/postgresql/odbc.sql
-to get the functions required for ODBC compliance.
diff --git a/databases/postgresql73/pkg-comment b/databases/postgresql73/pkg-comment
deleted file mode 100644
index 2f1197a9821f..000000000000
--- a/databases/postgresql73/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The most advanced open-source database available anywhere
diff --git a/databases/postgresql73/pkg-descr b/databases/postgresql73/pkg-descr
deleted file mode 100644
index f8f8a9e0d422..000000000000
--- a/databases/postgresql73/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-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/
diff --git a/databases/postgresql73/pkg-install b/databases/postgresql73/pkg-install
deleted file mode 100644
index ffcd42a5796c..000000000000
--- a/databases/postgresql73/pkg-install
+++ /dev/null
@@ -1,58 +0,0 @@
-#! /bin/sh
-
-# $FreeBSD$
-
-PATH=/bin:/usr/sbin
-
-DB_DIR=${PKG_PREFIX}/pgsql
-
-case $2 in
-PRE-INSTALL)
- echo "
-=========== BACKUP YOUR DATA! =============
-As always, backup your data before
-upgrading. If the upgrade leads to a higher
-minor revision (e.g. 7.1.x -> 7.2), a dump
-and restore of all databases is
-required. This is *NOT* done by the port!
-
-Press ctrl-C *now* if you need to pg_dump.
-===========================================
-"
- sleep 3
- USER=pgsql
- GROUP=${USER}
- UID=70
- GID=${UID}
-
- if pw group show "${GROUP}" 2>/dev/null; then
- echo "You already have a group \"${GROUP}\", so I will use it."
- else
- if pw groupadd ${GROUP} -g ${GID}; then
- echo "Added group \"${GROUP}\"."
- else
- echo "Adding group \"${GROUP}\" failed..."
- exit 1
- fi
- fi
-
- if pw user show "${USER}" 2>/dev/null; then
- echo "You already have a user \"${USER}\", so I will use it."
- else
- if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \
- -d ${DB_DIR} -c "PostgreSQL Daemon"
- then
- echo "Added user \"${USER}\"."
- else
- echo "Adding user \"${USER}\" failed..."
- exit 1
- fi
- fi
-
- if ! [ -x ~pgsql ] ; then
- mkdir -p ${DB_DIR}
- chown pgsql:pgsql ${DB_DIR}
- fi
- ;;
-
-esac
diff --git a/databases/postgresql73/pkg-message b/databases/postgresql73/pkg-message
deleted file mode 100644
index 5138a7841bee..000000000000
--- a/databases/postgresql73/pkg-message
+++ /dev/null
@@ -1,36 +0,0 @@
-======================================================================
-
- * IMPORTANT UPGRADE NOTICE * IMPORTANT UPGRADE NOTICE *
-
-The PostgreSQL port now obeys hier(7) by default, which means that it
-installs into:
-
-/usr/local/bin
-/usr/local/lib
-/usr/local/include (NOTE! Changed again in 7.2, since PostgreSQL
- handles standard install nowadays)
-
-You *must* move away your old installation from users' and
-ldconfig(8)'s PATHs.
-
-The pgsql user's home dir is /usr/local/pgsql by default, but can be
-changed with for example chpass(1). Datadir defaults to ~pgsql/data,
-but can be changed by modifying the ~pgsql/.profile script.
-
-======================================================================
-
-To initialize the database, you should run initdb as the "pgsql" user
-(if you want to use your locale for collation, edit ~pgsql/.profile
-and set the locale to your preference first).
-
-Example:
-
- su -l pgsql -c initdb
-
-You can then start PostgreSQL by running:
-
- /usr/local/etc/rc.d/010.pgsql.sh start
-
-For postmaster settings, see ~pgsql/data/postgresql.conf
-For more tips, read ~pgsql/post-install-notes
-======================================================================
diff --git a/databases/postgresql73/pkg-message.client b/databases/postgresql73/pkg-message.client
deleted file mode 100644
index 48646e8c9901..000000000000
--- a/databases/postgresql73/pkg-message.client
+++ /dev/null
@@ -1,16 +0,0 @@
-======================================================================
-
- * IMPORTANT UPGRADE NOTICE * IMPORTANT UPGRADE NOTICE *
-
-The PostgreSQL port now obeys hier(7) by default, which means that it
-installs into:
-
-/usr/local/bin
-/usr/local/lib
-/usr/local/include (NOTE! Changed again in 7.2, since PostgreSQL
- handles standard install nowadays)
-
-You *must* move away your old installation from users' and
-ldconfig(8)'s PATHs.
-
-======================================================================
diff --git a/databases/postgresql73/pkg-plist b/databases/postgresql73/pkg-plist
deleted file mode 100644
index 5f88a3e82c56..000000000000
--- a/databases/postgresql73/pkg-plist
+++ /dev/null
@@ -1,670 +0,0 @@
-%%SERVER%%bin/postmaster
-%%SERVER%%bin/postgres
-bin/ecpg
-bin/initdb
-bin/initlocation
-bin/ipcclean
-bin/pg_ctl
-bin/pg_dump
-bin/pg_restore
-bin/pg_dumpall
-bin/pg_id
-bin/pg_passwd
-bin/psql
-bin/createdb
-bin/dropdb
-bin/createuser
-bin/dropuser
-bin/droplang
-bin/vacuumdb
-bin/createlang
-bin/pg_config
-%%MULTIBYTE%%bin/pg_encoding
-include/libpq/libpq-fs.h
-@dirrm include/libpq
-include/postgresql/internal/libpq/pqcomm.h
-@dirrm include/postgresql/internal/libpq
-include/postgresql/internal/lib/dllist.h
-@dirrm include/postgresql/internal/lib
-include/postgresql/internal/c.h
-include/postgresql/internal/postgres_fe.h
-include/postgresql/internal/libpq-int.h
-include/postgresql/internal/pqexpbuffer.h
-@dirrm include/postgresql/internal
-@dirrm include/postgresql
-include/libpq++/pgconnection.h
-include/libpq++/pgdatabase.h
-include/libpq++/pgtransdb.h
-include/libpq++/pgcursordb.h
-include/libpq++/pglobject.h
-@dirrm include/libpq++
-include/postgres_ext.h
-include/pg_config.h
-include/pg_config_os.h
-include/libpq-fe.h
-include/ecpgerrno.h
-include/ecpglib.h
-include/ecpgtype.h
-include/sqlca.h
-include/sql3types.h
-include/libpgeasy.h
-include/libpq++.h
-lib/libpq.so
-lib/libpq.a
-lib/libpq.so.2
-lib/libecpg.so
-lib/libecpg.a
-lib/libecpg.so.3
-lib/libpgeasy.so
-lib/libpgeasy.a
-lib/libpgeasy.so.2
-lib/libpq++.so
-lib/libpq++.a
-lib/libpq++.so.4
-%%SERVER%%lib/postgresql/plpgsql.so
-@unexec rmdir %D/lib/postgresql 2>/dev/null || true
-%%SERVER%%share/postgresql/502.pgsql
-%%SERVER%%share/postgresql/odbc.sql
-%%SERVER%%share/postgresql/odbc-drop.sql
-%%SERVER%%share/postgresql/postgres.bki
-%%SERVER%%share/postgresql/postgres.description
-%%SERVER%%share/postgresql/pg_hba.conf.sample
-%%SERVER%%share/postgresql/pg_ident.conf.sample
-%%SERVER%%share/postgresql/postgresql.conf.sample
-share/postgresql/post-install-notes
-@unexec rmdir %D/share/postgresql 2>/dev/null || true
-%%PORTDOCS%%share/doc/postgresql/html/index.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-welcome.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-start.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-arch.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-createdb.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-accessdb.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-sql.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-concepts.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-table.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-populate.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-select.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-join.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-agg.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-update.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-delete.html
-%%PORTDOCS%%share/doc/postgresql/html/user.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-advanced.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-views.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-fk.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-transactions.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-inheritance.html
-%%PORTDOCS%%share/doc/postgresql/html/tutorial-conclusion.html
-%%PORTDOCS%%share/doc/postgresql/html/preface.html
-%%PORTDOCS%%share/doc/postgresql/html/history.html
-%%PORTDOCS%%share/doc/postgresql/html/resources.html
-%%PORTDOCS%%share/doc/postgresql/html/notation.html
-%%PORTDOCS%%share/doc/postgresql/html/bug-reporting.html
-%%PORTDOCS%%share/doc/postgresql/html/y2k.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-syntax.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-syntax-columns.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-expressions.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-precedence.html
-%%PORTDOCS%%share/doc/postgresql/html/queries.html
-%%PORTDOCS%%share/doc/postgresql/html/queries-union.html
-%%PORTDOCS%%share/doc/postgresql/html/queries-table-expressions.html
-%%PORTDOCS%%share/doc/postgresql/html/queries-select-lists.html
-%%PORTDOCS%%share/doc/postgresql/html/queries-order.html
-%%PORTDOCS%%share/doc/postgresql/html/queries-limit.html
-%%PORTDOCS%%share/doc/postgresql/html/datatype.html
-%%PORTDOCS%%share/doc/postgresql/html/datatype-money.html
-%%PORTDOCS%%share/doc/postgresql/html/datatype-character.html
-%%PORTDOCS%%share/doc/postgresql/html/datatype-binary.html
-%%PORTDOCS%%share/doc/postgresql/html/datatype-datetime.html
-%%PORTDOCS%%share/doc/postgresql/html/datatype-boolean.html
-%%PORTDOCS%%share/doc/postgresql/html/datatype-geometric.html
-%%PORTDOCS%%share/doc/postgresql/html/datatype-net-types.html
-%%PORTDOCS%%share/doc/postgresql/html/datatype-bit.html
-%%PORTDOCS%%share/doc/postgresql/html/functions.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-comparison.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-math.html
-%%PORTDOCS%%share/doc/postgresql/html/arrays.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-string.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-binarystring.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-matching.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-formatting.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-datetime.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-geometry.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-net.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-sequence.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-conditional.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-misc.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-aggregate.html
-%%PORTDOCS%%share/doc/postgresql/html/functions-subquery.html
-%%PORTDOCS%%share/doc/postgresql/html/typeconv.html
-%%PORTDOCS%%share/doc/postgresql/html/typeconv-overview.html
-%%PORTDOCS%%share/doc/postgresql/html/typeconv-oper.html
-%%PORTDOCS%%share/doc/postgresql/html/typeconv-func.html
-%%PORTDOCS%%share/doc/postgresql/html/typeconv-query.html
-%%PORTDOCS%%share/doc/postgresql/html/typeconv-union-case.html
-%%PORTDOCS%%share/doc/postgresql/html/indexes.html
-%%PORTDOCS%%share/doc/postgresql/html/indexes-types.html
-%%PORTDOCS%%share/doc/postgresql/html/indexes-multicolumn.html
-%%PORTDOCS%%share/doc/postgresql/html/indexes-unique.html
-%%PORTDOCS%%share/doc/postgresql/html/indexes-functional.html
-%%PORTDOCS%%share/doc/postgresql/html/indexes-opclass.html
-%%PORTDOCS%%share/doc/postgresql/html/keys.html
-%%PORTDOCS%%share/doc/postgresql/html/indexes-partial.html
-%%PORTDOCS%%share/doc/postgresql/html/indexes-examine.html
-%%PORTDOCS%%share/doc/postgresql/html/inherit.html
-%%PORTDOCS%%share/doc/postgresql/html/mvcc.html
-%%PORTDOCS%%share/doc/postgresql/html/transaction-iso.html
-%%PORTDOCS%%share/doc/postgresql/html/xact-read-committed.html
-%%PORTDOCS%%share/doc/postgresql/html/xact-serializable.html
-%%PORTDOCS%%share/doc/postgresql/html/applevel-consistency.html
-%%PORTDOCS%%share/doc/postgresql/html/locking-tables.html
-%%PORTDOCS%%share/doc/postgresql/html/locking-indexes.html
-%%PORTDOCS%%share/doc/postgresql/html/manage.html
-%%PORTDOCS%%share/doc/postgresql/html/db-accessing.html
-%%PORTDOCS%%share/doc/postgresql/html/db-destroy.html
-%%PORTDOCS%%share/doc/postgresql/html/performance-tips.html
-%%PORTDOCS%%share/doc/postgresql/html/planner-stats.html
-%%PORTDOCS%%share/doc/postgresql/html/explicit-joins.html
-%%PORTDOCS%%share/doc/postgresql/html/populate.html
-%%PORTDOCS%%share/doc/postgresql/html/datetime-appendix.html
-%%PORTDOCS%%share/doc/postgresql/html/timezones.html
-%%PORTDOCS%%share/doc/postgresql/html/units-history.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-keywords-appendix.html
-%%PORTDOCS%%share/doc/postgresql/html/biblio.html
-%%PORTDOCS%%share/doc/postgresql/html/admin.html
-%%PORTDOCS%%share/doc/postgresql/html/installation.html
-%%PORTDOCS%%share/doc/postgresql/html/install-requirements.html
-%%PORTDOCS%%share/doc/postgresql/html/install-getsource.html
-%%PORTDOCS%%share/doc/postgresql/html/install-upgrading.html
-%%PORTDOCS%%share/doc/postgresql/html/install-procedure.html
-%%PORTDOCS%%share/doc/postgresql/html/install-post.html
-%%PORTDOCS%%share/doc/postgresql/html/supported-platforms.html
-%%PORTDOCS%%share/doc/postgresql/html/install-win32.html
-%%PORTDOCS%%share/doc/postgresql/html/runtime.html
-%%PORTDOCS%%share/doc/postgresql/html/creating-cluster.html
-%%PORTDOCS%%share/doc/postgresql/html/postmaster-start.html
-%%PORTDOCS%%share/doc/postgresql/html/runtime-config.html
-%%PORTDOCS%%share/doc/postgresql/html/kernel-resources.html
-%%PORTDOCS%%share/doc/postgresql/html/postmaster-shutdown.html
-%%PORTDOCS%%share/doc/postgresql/html/ssl-tcp.html
-%%PORTDOCS%%share/doc/postgresql/html/ssh-tunnels.html
-%%PORTDOCS%%share/doc/postgresql/html/client-authentication.html
-%%PORTDOCS%%share/doc/postgresql/html/auth-methods.html
-%%PORTDOCS%%share/doc/postgresql/html/client-authentication-problems.html
-%%PORTDOCS%%share/doc/postgresql/html/charset.html
-%%PORTDOCS%%share/doc/postgresql/html/recode.html
-%%PORTDOCS%%share/doc/postgresql/html/multibyte.html
-%%PORTDOCS%%share/doc/postgresql/html/managing-databases.html
-%%PORTDOCS%%share/doc/postgresql/html/manage-ag-dropdb.html
-%%PORTDOCS%%share/doc/postgresql/html/user-manag.html
-%%PORTDOCS%%share/doc/postgresql/html/groups.html
-%%PORTDOCS%%share/doc/postgresql/html/privileges.html
-%%PORTDOCS%%share/doc/postgresql/html/perm-functions.html
-%%PORTDOCS%%share/doc/postgresql/html/maintenance.html
-%%PORTDOCS%%share/doc/postgresql/html/routine-vacuuming.html
-%%PORTDOCS%%share/doc/postgresql/html/logfile-maintenance.html
-%%PORTDOCS%%share/doc/postgresql/html/backup.html
-%%PORTDOCS%%share/doc/postgresql/html/backup-file.html
-%%PORTDOCS%%share/doc/postgresql/html/migration.html
-%%PORTDOCS%%share/doc/postgresql/html/monitoring.html
-%%PORTDOCS%%share/doc/postgresql/html/monitoring-stats.html
-%%PORTDOCS%%share/doc/postgresql/html/wal.html
-%%PORTDOCS%%share/doc/postgresql/html/wal-implementation.html
-%%PORTDOCS%%share/doc/postgresql/html/wal-configuration.html
-%%PORTDOCS%%share/doc/postgresql/html/storage.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq.html
-%%PORTDOCS%%share/doc/postgresql/html/failure.html
-%%PORTDOCS%%share/doc/postgresql/html/failure-disk-failed.html
-%%PORTDOCS%%share/doc/postgresql/html/regress.html
-%%PORTDOCS%%share/doc/postgresql/html/regress-run.html
-%%PORTDOCS%%share/doc/postgresql/html/regress-evaluation.html
-%%PORTDOCS%%share/doc/postgresql/html/regress-platform.html
-%%PORTDOCS%%share/doc/postgresql/html/release.html
-%%PORTDOCS%%share/doc/postgresql/html/release-7-2.html
-%%PORTDOCS%%share/doc/postgresql/html/release-7-1-3.html
-%%PORTDOCS%%share/doc/postgresql/html/release-7-1-2.html
-%%PORTDOCS%%share/doc/postgresql/html/release-7-1-1.html
-%%PORTDOCS%%share/doc/postgresql/html/release-7-1.html
-%%PORTDOCS%%share/doc/postgresql/html/release-7-0-3.html
-%%PORTDOCS%%share/doc/postgresql/html/release-7-0-2.html
-%%PORTDOCS%%share/doc/postgresql/html/release-7-0-1.html
-%%PORTDOCS%%share/doc/postgresql/html/release-7-0.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-5-3.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-5-2.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-5-1.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-5.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-4-2.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-4-1.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-4.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-3-2.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-3-1.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-3.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-2-1.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-2.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-1-1.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-1.html
-%%PORTDOCS%%share/doc/postgresql/html/release-6-0.html
-%%PORTDOCS%%share/doc/postgresql/html/release-1-09.html
-%%PORTDOCS%%share/doc/postgresql/html/release-1-02.html
-%%PORTDOCS%%share/doc/postgresql/html/release-1-01.html
-%%PORTDOCS%%share/doc/postgresql/html/release-1-0.html
-%%PORTDOCS%%share/doc/postgresql/html/release-0-03.html
-%%PORTDOCS%%share/doc/postgresql/html/release-0-02.html
-%%PORTDOCS%%share/doc/postgresql/html/release-0-01.html
-%%PORTDOCS%%share/doc/postgresql/html/programmer.html
-%%PORTDOCS%%share/doc/postgresql/html/programmer-client.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-connect.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-exec.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-async.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-fastpath.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-notify.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-copy.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-trace.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-control.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-envars.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-threading.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-build.html
-%%PORTDOCS%%share/doc/postgresql/html/libpq-example.html
-%%PORTDOCS%%share/doc/postgresql/html/largeobjects.html
-%%PORTDOCS%%share/doc/postgresql/html/lo-implementation.html
-%%PORTDOCS%%share/doc/postgresql/html/lo-interfaces.html
-%%PORTDOCS%%share/doc/postgresql/html/lo-funcs.html
-%%PORTDOCS%%share/doc/postgresql/html/lo-libpq.html
-%%PORTDOCS%%share/doc/postgresql/html/libpqplusplus.html
-%%PORTDOCS%%share/doc/postgresql/html/libpqpp-init.html
-%%PORTDOCS%%share/doc/postgresql/html/libpqpp-classes.html
-%%PORTDOCS%%share/doc/postgresql/html/libpqpp-connect.html
-%%PORTDOCS%%share/doc/postgresql/html/libpqpp-exec.html
-%%PORTDOCS%%share/doc/postgresql/html/libpqpp-notify.html
-%%PORTDOCS%%share/doc/postgresql/html/libpqpp-copy.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl.html
-%%PORTDOCS%%share/doc/postgresql/html/libpgtcl-loading.html
-%%PORTDOCS%%share/doc/postgresql/html/libpgtcl-ref.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgconnect.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgdisconnect.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgconndefaults.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgexec.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgresult.html
-%%PORTDOCS%%share/doc/postgresql/html/pgeasy.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgselect.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglisten.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglocreat.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgloopen.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgloclose.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgloread.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglowrite.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglolseek.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglotell.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pglounlink.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgloimport.html
-%%PORTDOCS%%share/doc/postgresql/html/pgtcl-pgloexport.html
-%%PORTDOCS%%share/doc/postgresql/html/ecpg.html
-%%PORTDOCS%%share/doc/postgresql/html/ecpg-concept.html
-%%PORTDOCS%%share/doc/postgresql/html/ecpg-use.html
-%%PORTDOCS%%share/doc/postgresql/html/ecpg-limitations.html
-%%PORTDOCS%%share/doc/postgresql/html/ecpg-porting.html
-%%PORTDOCS%%share/doc/postgresql/html/ecpg-develop.html
-%%PORTDOCS%%share/doc/postgresql/html/odbc.html
-%%PORTDOCS%%share/doc/postgresql/html/odbc-install.html
-%%PORTDOCS%%share/doc/postgresql/html/odbc-config.html
-%%PORTDOCS%%share/doc/postgresql/html/odbc-windows.html
-%%PORTDOCS%%share/doc/postgresql/html/odbc-applixware.html
-%%PORTDOCS%%share/doc/postgresql/html/jdbc.html
-%%PORTDOCS%%share/doc/postgresql/html/jdbc-use.html
-%%PORTDOCS%%share/doc/postgresql/html/jdbc-query.html
-%%PORTDOCS%%share/doc/postgresql/html/jdbc-update.html
-%%PORTDOCS%%share/doc/postgresql/html/jdbc-ddl.html
-%%PORTDOCS%%share/doc/postgresql/html/jdbc-binary-data.html
-%%PORTDOCS%%share/doc/postgresql/html/jdbc-ext.html
-%%PORTDOCS%%share/doc/postgresql/html/jdbc-thread.html
-%%PORTDOCS%%share/doc/postgresql/html/jdbc-reading.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pg-functions.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-connect.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-get-defhost.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-set-defhost.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-get-defport.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-set-defport.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-get-defopt.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-set-defopt.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-get-deftty.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-set-deftty.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-get-defbase.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-set-defbase.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pg-pgobject.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-query.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-reset.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-close.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-fileno.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-getnotify.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-inserttable.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-putline.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-getline.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-endcopy.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-locreate.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-getlo.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-loimport.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pg-db.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-pkey.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-get-databases.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-get-tables.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-get-attnames.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-get.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-insert.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-update.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-clear.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-delete.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pg-pgqueryobject.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-getresult.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-dictresult.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-listfields.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-fieldname.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-fieldnum.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pgqueryobject-ntuples.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pg-pglarge.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-open.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-close.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-read.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-write.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-seek.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-tell.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-unlink.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-size.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-pglargeobject-export.html
-%%PORTDOCS%%share/doc/postgresql/html/pygresql-db-api.html
-%%PORTDOCS%%share/doc/postgresql/html/programmer-server.html
-%%PORTDOCS%%share/doc/postgresql/html/arch-pg.html
-%%PORTDOCS%%share/doc/postgresql/html/extend.html
-%%PORTDOCS%%share/doc/postgresql/html/type-system.html
-%%PORTDOCS%%share/doc/postgresql/html/pg-system-catalogs.html
-%%PORTDOCS%%share/doc/postgresql/html/xfunc.html
-%%PORTDOCS%%share/doc/postgresql/html/xfunc-sql.html
-%%PORTDOCS%%share/doc/postgresql/html/xfunc-pl.html
-%%PORTDOCS%%share/doc/postgresql/html/xfunc-internal.html
-%%PORTDOCS%%share/doc/postgresql/html/xfunc-c.html
-%%PORTDOCS%%share/doc/postgresql/html/xfunc-overload.html
-%%PORTDOCS%%share/doc/postgresql/html/xfunc-plhandler.html
-%%PORTDOCS%%share/doc/postgresql/html/xtypes.html
-%%PORTDOCS%%share/doc/postgresql/html/xoper.html
-%%PORTDOCS%%share/doc/postgresql/html/xoper-example.html
-%%PORTDOCS%%share/doc/postgresql/html/xoper-optimization.html
-%%PORTDOCS%%share/doc/postgresql/html/xaggr.html
-%%PORTDOCS%%share/doc/postgresql/html/rules.html
-%%PORTDOCS%%share/doc/postgresql/html/querytree.html
-%%PORTDOCS%%share/doc/postgresql/html/rules-views.html
-%%PORTDOCS%%share/doc/postgresql/html/rules-insert.html
-%%PORTDOCS%%share/doc/postgresql/html/rules-permissions.html
-%%PORTDOCS%%share/doc/postgresql/html/rules-triggers.html
-%%PORTDOCS%%share/doc/postgresql/html/xindex.html
-%%PORTDOCS%%share/doc/postgresql/html/xindex-am.html
-%%PORTDOCS%%share/doc/postgresql/html/xindex-support.html
-%%PORTDOCS%%share/doc/postgresql/html/xindex-strategies.html
-%%PORTDOCS%%share/doc/postgresql/html/xindex-opclass.html
-%%PORTDOCS%%share/doc/postgresql/html/xindex-operators.html
-%%PORTDOCS%%share/doc/postgresql/html/indexcost.html
-%%PORTDOCS%%share/doc/postgresql/html/gist.html
-%%PORTDOCS%%share/doc/postgresql/html/triggers.html
-%%PORTDOCS%%share/doc/postgresql/html/trigger-manager.html
-%%PORTDOCS%%share/doc/postgresql/html/trigger-datachanges.html
-%%PORTDOCS%%share/doc/postgresql/html/trigger-examples.html
-%%PORTDOCS%%share/doc/postgresql/html/spi.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spiconnect.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spifinish.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spiexec.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spiprepare.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spiexecp.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spicursor-open.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spicursor-find.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spifnumber.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spicursor-fetch.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spicursor-move.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spicursor-close.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spisaveplan.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-interface-support.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spifname.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spigetvalue.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spigetbinval.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spigettype.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spigettypeid.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spigetrelname.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-memory.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spicopytuple.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spicopytupledesc.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spicopytupleintoslot.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spimodifytuple.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spipalloc.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spirepalloc.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spipfree.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spifreetuple.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spifreetuptable.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-spifreeplan.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-visibility.html
-%%PORTDOCS%%share/doc/postgresql/html/spi-examples.html
-%%PORTDOCS%%share/doc/postgresql/html/programmer-pl.html
-%%PORTDOCS%%share/doc/postgresql/html/xplang.html
-%%PORTDOCS%%share/doc/postgresql/html/xplang-install.html
-%%PORTDOCS%%share/doc/postgresql/html/plpgsql.html
-%%PORTDOCS%%share/doc/postgresql/html/plpgsql-structure.html
-%%PORTDOCS%%share/doc/postgresql/html/plpgsql-declarations.html
-%%PORTDOCS%%share/doc/postgresql/html/plpgsql-expressions.html
-%%PORTDOCS%%share/doc/postgresql/html/plpgsql-statements.html
-%%PORTDOCS%%share/doc/postgresql/html/plpgsql-control-structures.html
-%%PORTDOCS%%share/doc/postgresql/html/pltcl.html
-%%PORTDOCS%%share/doc/postgresql/html/plpgsql-cursors.html
-%%PORTDOCS%%share/doc/postgresql/html/plpgsql-errors-and-messages.html
-%%PORTDOCS%%share/doc/postgresql/html/plpgsql-trigger.html
-%%PORTDOCS%%share/doc/postgresql/html/plpgsql-examples.html
-%%PORTDOCS%%share/doc/postgresql/html/plpgsql-porting.html
-%%PORTDOCS%%share/doc/postgresql/html/pltcl-description.html
-%%PORTDOCS%%share/doc/postgresql/html/plperl.html
-%%PORTDOCS%%share/doc/postgresql/html/plperl-description.html
-%%PORTDOCS%%share/doc/postgresql/html/plperl-install.html
-%%PORTDOCS%%share/doc/postgresql/html/plpython.html
-%%PORTDOCS%%share/doc/postgresql/html/plpython-install.html
-%%PORTDOCS%%share/doc/postgresql/html/plpython-using.html
-%%PORTDOCS%%share/doc/postgresql/html/reference.html
-%%PORTDOCS%%share/doc/postgresql/html/reference-preface.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-commands.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-abort.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-altergroup.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-altertable.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-alteruser.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-analyze.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-begin.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-checkpoint.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-close.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-cluster.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-comment.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-commit.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-copy.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createaggregate.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createconstraint.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createdatabase.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createfunction.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-creategroup.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createindex.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createlanguage.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createoperator.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createrule.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createsequence.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createtable.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createtableas.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createtrigger.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createtype.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createuser.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-createview.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-declare.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-delete.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-dropaggregate.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-dropdatabase.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-dropfunction.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-dropgroup.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-dropindex.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-droplanguage.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-dropoperator.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-droprule.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-dropsequence.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-droptable.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-droptrigger.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-droptype.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-dropuser.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-dropview.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-end.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-explain.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-fetch.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-grant.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-insert.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-listen.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-load.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-lock.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-move.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-notify.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-reindex.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-reset.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-revoke.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-rollback.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-select.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-selectinto.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-set.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-set-constraints.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-set-session-authorization.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-set-transaction.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-show.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-truncate.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-unlisten.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-update.html
-%%PORTDOCS%%share/doc/postgresql/html/sql-vacuum.html
-%%PORTDOCS%%share/doc/postgresql/html/reference-client.html
-%%PORTDOCS%%share/doc/postgresql/html/app-createdb.html
-%%PORTDOCS%%share/doc/postgresql/html/app-createlang.html
-%%PORTDOCS%%share/doc/postgresql/html/app-createuser.html
-%%PORTDOCS%%share/doc/postgresql/html/app-dropdb.html
-%%PORTDOCS%%share/doc/postgresql/html/app-droplang.html
-%%PORTDOCS%%share/doc/postgresql/html/app-dropuser.html
-%%PORTDOCS%%share/doc/postgresql/html/app-ecpg.html
-%%PORTDOCS%%share/doc/postgresql/html/app-pgaccess.html
-%%PORTDOCS%%share/doc/postgresql/html/app-pgconfig.html
-%%PORTDOCS%%share/doc/postgresql/html/app-pgdump.html
-%%PORTDOCS%%share/doc/postgresql/html/app-pg-dumpall.html
-%%PORTDOCS%%share/doc/postgresql/html/app-pgrestore.html
-%%PORTDOCS%%share/doc/postgresql/html/app-psql.html
-%%PORTDOCS%%share/doc/postgresql/html/app-pgtclsh.html
-%%PORTDOCS%%share/doc/postgresql/html/app-pgtksh.html
-%%PORTDOCS%%share/doc/postgresql/html/app-vacuumdb.html
-%%PORTDOCS%%share/doc/postgresql/html/reference-server.html
-%%PORTDOCS%%share/doc/postgresql/html/app-initdb.html
-%%PORTDOCS%%share/doc/postgresql/html/app-initlocation.html
-%%PORTDOCS%%share/doc/postgresql/html/app-ipcclean.html
-%%PORTDOCS%%share/doc/postgresql/html/app-pg-ctl.html
-%%PORTDOCS%%share/doc/postgresql/html/app-pg-passwd.html
-%%PORTDOCS%%share/doc/postgresql/html/app-postgres.html
-%%PORTDOCS%%share/doc/postgresql/html/app-postmaster.html
-%%PORTDOCS%%share/doc/postgresql/html/developer.html
-%%PORTDOCS%%share/doc/postgresql/html/source.html
-%%PORTDOCS%%share/doc/postgresql/html/overview.html
-%%PORTDOCS%%share/doc/postgresql/html/connect-estab.html
-%%PORTDOCS%%share/doc/postgresql/html/parser-stage.html
-%%PORTDOCS%%share/doc/postgresql/html/rule-system.html
-%%PORTDOCS%%share/doc/postgresql/html/planner-optimizer.html
-%%PORTDOCS%%share/doc/postgresql/html/executor.html
-%%PORTDOCS%%share/doc/postgresql/html/catalogs.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-aggregate.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-attrdef.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-attribute.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-class.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-database.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-description.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-group.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-index.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-inherits.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-language.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-largeobject.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-listener.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-operator.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-proc.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-relcheck.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-rewrite.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-shadow.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-statistic.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-trigger.html
-%%PORTDOCS%%share/doc/postgresql/html/catalog-pg-type.html
-%%PORTDOCS%%share/doc/postgresql/html/protocol.html
-%%PORTDOCS%%share/doc/postgresql/html/protocol-protocol.html
-%%PORTDOCS%%share/doc/postgresql/html/protocol-message-types.html
-%%PORTDOCS%%share/doc/postgresql/html/protocol-message-formats.html
-%%PORTDOCS%%share/doc/postgresql/html/compiler.html
-%%PORTDOCS%%share/doc/postgresql/html/bki.html
-%%PORTDOCS%%share/doc/postgresql/html/bki-commands.html
-%%PORTDOCS%%share/doc/postgresql/html/bki-example.html
-%%PORTDOCS%%share/doc/postgresql/html/page.html
-%%PORTDOCS%%share/doc/postgresql/html/geqo.html
-%%PORTDOCS%%share/doc/postgresql/html/geqo-intro2.html
-%%PORTDOCS%%share/doc/postgresql/html/geqo-pg-intro.html
-%%PORTDOCS%%share/doc/postgresql/html/geqo-biblio.html
-%%PORTDOCS%%share/doc/postgresql/html/nls.html
-%%PORTDOCS%%share/doc/postgresql/html/nls-programmer.html
-%%PORTDOCS%%share/doc/postgresql/html/cvs.html
-%%PORTDOCS%%share/doc/postgresql/html/cvs-tree.html
-%%PORTDOCS%%share/doc/postgresql/html/cvsup.html
-%%PORTDOCS%%share/doc/postgresql/html/docguide.html
-%%PORTDOCS%%share/doc/postgresql/html/doc-toolsets.html
-%%PORTDOCS%%share/doc/postgresql/html/doc-build.html
-%%PORTDOCS%%share/doc/postgresql/html/doc-sources.html
-%%PORTDOCS%%share/doc/postgresql/html/setindex.html
-%%PORTDOCS%%share/doc/postgresql/html/ln25.html
-%%PORTDOCS%%share/doc/postgresql/html/ln650.html
-%%PORTDOCS%%share/doc/postgresql/html/ln13560.html
-%%PORTDOCS%%share/doc/postgresql/html/ln19374.html
-%%PORTDOCS%%share/doc/postgresql/html/ln31728.html
-%%PORTDOCS%%share/doc/postgresql/html/ln43811.html
-%%PORTDOCS%%share/doc/postgresql/html/catalogs.gif
-%%PORTDOCS%%share/doc/postgresql/html/connections.gif
-%%PORTDOCS%%share/doc/postgresql/html/stylesheet.css
-%%PORTDOCS%%@dirrm share/doc/postgresql/html
-%%PORTDOCS%%@dirrm share/doc/postgresql
-%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo
-%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq.mo
-%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo
-%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo
-%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo
-%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq.mo
-%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo
-%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo
-%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo
-%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo
-%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo
-%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo
-%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo
-%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo
-%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo
-%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo
-%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo
-%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo
-%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo
-%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo
-%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo
-%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo
-%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo
-%%GETTEXT%%@unexec rmdir share/locale/*/LC_MESSAGES 2>/dev/null || true
-%%GETTEXT%%@unexec rmdir share/locale/* 2>/dev/null || true
-%%GETTEXT%%@unexec rmdir share/locale 2>/dev/null || true
-%%SERVER%%@unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi
-%%SERVER%%@unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi
-%%SERVER%%@unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist
-%%SERVER%%@unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist
-%%SERVER%%@exec [ -f %D/share/postgresql/post-install-notes ] && cp %D/share/postgresql/post-install-notes ~pgsql && chown pgsql:pgsql ~pgsql/post-install-notes
-%%SERVER%%@unexec [ -f ~pgsql/post-install-notes ] && rm ~pgsql/post-install-notes
-%%SERVER%%share/postgresql/dot.profile.dist
-%%SERVER%%share/postgresql/dot.cshrc.dist
-%%SERVER%%@exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist ~pgsql/.
-%%SERVER%%@exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.
-%%SERVER%%@exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile)
-%%SERVER%%@exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc)
-%%SERVER%%@unexec rmdir ~pgsql 2> /dev/null || true
-%%SERVER%%@unexec echo "Warning: If you will *NOT* use this package anymore, please remove %D/pgsql and the pgsql user manually."
-%%SERVER%%@unexec rmdir %D/share/postgresql 2>/dev/null || true
-%%SERVER%%etc/rc.d/010.pgsql.sh
diff --git a/databases/postgresql73/scripts/configure.postgresql b/databases/postgresql73/scripts/configure.postgresql
deleted file mode 100644
index a8db5229c345..000000000000
--- a/databases/postgresql73/scripts/configure.postgresql
+++ /dev/null
@@ -1,173 +0,0 @@
-#!/bin/sh
-# -*- tab-width: 4; -*-
-# ex:ts=4
-#
-# $FreeBSD$
-#
-if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
- exit
-fi
-
-if [ ! "${BATCH}" ]; then
- dialog --title "Backup your data NOW" \
- --yesno "As always, backup your data before
-upgrading. If the upgrade leads to a higher
-minor revision (e.g. 7.1.x -> 7.2, a dump
-and restore of all databases is
-required. This is *NOT* done by the port!
-
-Select 'Yes' to continue the installation." -1 -1
- if [ $? -eq 1 ] ; then exit 1; fi
-fi
-
-if [ "${BATCH}" ]; then
- set \"MultiByte\" \"KRB5\"
-else
- /usr/bin/dialog --title "configuration options" --clear \
- --checklist "\n\
-Please select desired options:" -1 -1 3 \
-MultiByte "Multibyte for Multilingualism" ON \
-KRB5 "Kerberos 5 (only if it exists)" ON \
-CLIENT "PostgreSQL client only, no server" OFF \
-2> /tmp/checklist.tmp.$$
-
- retval=$?
-
- if [ -s /tmp/checklist.tmp.$$ ]; then
- set `cat /tmp/checklist.tmp.$$`
- fi
- rm -f /tmp/checklist.tmp.$$
-
- case $retval in
- 0) if [ -z "$*" ]; then
- echo "Nothing selected"
- fi
- ;;
- 1) echo "Cancel pressed."
- exit 1
- ;;
- esac
-fi
-
-${MKDIR} ${WRKDIRPREFIX}${CURDIR}
-exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
-
-while [ "$1" ]; do
- case $1 in
- \"MultiByte\")
- MULTIBYTE=1
- ;;
- \"KRB5\")
- KRB5=1
- ;;
- \"CLIENT\")
- CLIENT=1
- ;;
- \"nothing\"|true)
- ;;
- *)
- echo "Invalid option(s): $*" > /dev/stderr
- rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- exit 1
- ;;
- esac
- shift
-done
-
-exec > /dev/stderr
-
-# if multibyte, determine default charset
-echo "# Multibyte" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
-
-if [ ! "${MULTIBYTE}" ]; then
- echo "WITHOUT_MULTIBYTE=YES" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
-else
- if [ "${BATCH}" ]; then
- set "nothing"
- else
- /usr/bin/dialog --title "Default encoding system" --clear \
- --radiolist "\n\
-Please select the default encoding:" -1 -1 16 \
-nothing "Default Encoding" ON \
-SQL_ASCII "SQL_ASCII - ASCII" OFF \
-EUC_JP "Japanese EUC" OFF \
-EUC_CN "Chinese EUC" OFF \
-EUC_KR "Korean EUC" OFF \
-EUC_TW "Taiwan EUC" OFF \
-UNICODE "Unicode (UTF-8)" OFF \
-MULE_INTERNAL "Mule internal code" OFF \
-LATIN1 "ISO 8859-1" OFF \
-LATIN2 "ISO 8859-2" OFF \
-LATIN3 "ISO 8859-3" OFF \
-LATIN4 "ISO 8859-4" OFF \
-LATIN5 "ISO 8859-9" OFF \
-LATIN6 "ISO 8859-10" OFF \
-LATIN7 "ISO 8859-13" OFF \
-LATIN8 "ISO 8859-14" OFF \
-LATIN9 "ISO 8859-15" OFF \
-LATIN10 "ISO 8859-16" OFF \
-ISO-8859-5 "ECMA-113 Latin/Cyrillic" OFF \
-ISO-8859-6 "ECMA-114 Latin/Arabic" OFF \
-ISO-8859-7 "ECMA-118 Latin/Greek" OFF \
-ISO-8859-8 "ECMA-121 Latin/Hebrew" OFF \
-KOI8 "KOI8-R(U)" OFF \
-WIN "Windows CP1251" OFF \
-ALT "Windows CP866" OFF \
-2> /tmp/checklist.tmp.$$
-
- retval=$?
-
- if [ -s /tmp/checklist.tmp.$$ ]; then
- set `cat /tmp/checklist.tmp.$$`
- fi
- rm -f /tmp/checklist.tmp.$$
- if [ $retval = 1 ]; then
- echo "Cancel pressed."
- rm ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- exit 1
- fi
- fi
-
- if [ "$1" = "nothing" ]; then
- echo "MULTIBYTE_ENCODING=yes" \
- >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- else
- echo "MULTIBYTE_ENCODING=$1" \
- >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- fi
-fi
-
-if [ "${KRB5}" ]; then
- if [ -r "/usr/bin/krb5-config" ]; then
- echo " ########################################################################"
- echo " ### PostgreSQL does not build with Hiemdal kerberos. Edit ###"
- echo " ### /etc/make.conf and turn the knob MAKE_KERBEROS5 off and make ###"
- echo " ### world (or remove all traces of Hiemdal from your system by: ###"
- echo " ### rm -f /usr/bin/krb5-config /usr/lib/libkrb5.* /usr/include/krb5* ###"
- echo " ########################################################################"
- KRB5=""
- else
- KRB5CONF="`which krb5-config`"
- if [ "$KRB5CONF" ]; then
- cat <<-EOF >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
- .if exists($KRB5CONF)
- LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5
- CONFIGURE_ARGS+= --with-krb5="`${KRB5CONF} --prefix krb5`"
- CFLAGS+= "'`${KRB5CONF} --cflags krb5`'"
- LDFLAGS+= "'`${KRB5CONF} --libs krb5`'"
- .endif
- EOF
- else
- echo " ########################################################"
- echo " ### Unable to find krb5-config in your path. ###"
- echo " ### Please correct and build PostgreSQL again if you ###"
- echo " ### want PostgreSQL to be compiled with kerberos ###"
- echo " ### support (ports/security/krb5). ###"
- echo " ########################################################"
- fi
- fi
-fi
-
-if [ ${CLIENT} ]; then
- echo "WITHOUT_SERVER=yes" >> ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
-fi