diff options
33 files changed, 4 insertions, 2053 deletions
@@ -3272,3 +3272,6 @@ audio/gstreamer-plugins-musicbrainz||2012-04-09|Has expired: MusicBrainz RDF web x11/wrapper||2012-04-10|Has expired: not needed anymore www/resin2||2012-04-10|Has expired: unsupported upstream, consider www/resin3 ftp/ftp-proxy||2012-04-13|Has expired: is a part of the base system in all supported FreeBSD versions +databases/postgresql82-server||2012-04-15|Has expired: EOL and multiple vulnerabilities +databases/postgresql82-client||2012-04-15|Has expired: EOL and multiple vulnerabilities +databases/postgresql82-contrib||2012-04-15|Has expired: EOL and multiple vulnerabilities diff --git a/Mk/bsd.database.mk b/Mk/bsd.database.mk index abf3383ab9b0..95355bb7277d 100644 --- a/Mk/bsd.database.mk +++ b/Mk/bsd.database.mk @@ -172,9 +172,8 @@ IGNORE= cannot install: unknown MySQL version: ${MYSQL_VER} .endif # USE_MYSQL .if defined(USE_PGSQL) -VALID_PGSQL_VER= 82 83 84 90 91 +VALID_PGSQL_VER= 83 84 90 91 DEFAULT_PGSQL_VER?= 90 -PGSQL82_LIBVER= 5 PGSQL83_LIBVER= 5 PGSQL84_LIBVER= 5 PGSQL90_LIBVER= 5 diff --git a/databases/Makefile b/databases/Makefile index 0173976921c7..8cd6a03da213 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -621,9 +621,6 @@ SUBDIR += postgresql-plruby SUBDIR += postgresql-relay SUBDIR += postgresql-repmgr - SUBDIR += postgresql82-client - SUBDIR += postgresql82-contrib - SUBDIR += postgresql82-server SUBDIR += postgresql83-client SUBDIR += postgresql83-contrib SUBDIR += postgresql83-docs diff --git a/databases/postgresql82-client/Makefile b/databases/postgresql82-client/Makefile deleted file mode 100644 index c9ff84ec5a3d..000000000000 --- a/databases/postgresql82-client/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: PostgreSQL-client -# Date created: Wed Nov 2 00:13:57 CET 2005 -# Whom: Palle Girgensohn <girgen@FreeBSD.org> -# -# $FreeBSD$ -# -# To depend on postgresql-client, set USE_PGSQL=yes. -# See Mk/bsd.databases.mk for more info - -PORTNAME= postgresql -PKGNAMESUFFIX= -client - -COMMENT= PostgreSQL database (client) - -MASTERDIR= ${.CURDIR}/../postgresql82-server - -BUILD_DIRS= config src/include src/interfaces \ - src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ - doc src/makefiles -CLIENT_ONLY= yes -USE_LDCONFIG= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/postgresql82-contrib/Makefile b/databases/postgresql82-contrib/Makefile deleted file mode 100644 index f3a6a0147aae..000000000000 --- a/databases/postgresql82-contrib/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: postgresql-contrib -# Date created: June 10, 2003 -# Whom: Palle Girgensohn <girgen@pingpong.net> -# -# $FreeBSD$ -# - -PORTNAME= postgresql -PKGNAMESUFFIX= -contrib -CATEGORIES= databases - -MAINTAINER= pgsql@FreeBSD.org -COMMENT= The contrib utilities from the PostgreSQL distribution - -USE_PGSQL= yes -DEFAULT_PGSQL_VER=82 -MASTERDIR= ${.CURDIR}/../postgresql${DEFAULT_PGSQL_VER}-server - -USE_BISON= build - -BUILD_DIRS= src/port contrib -INSTALL_DIRS= contrib - -SLAVE_ONLY= yes - -post-install: - @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${DOCSDIR}/contrib/README - -.include "${MASTERDIR}/Makefile" diff --git a/databases/postgresql82-contrib/pkg-descr b/databases/postgresql82-contrib/pkg-descr deleted file mode 100644 index f7a01fd35e15..000000000000 --- a/databases/postgresql82-contrib/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -This is the port for all stuff that comes in the contrib subtree of -the postgresql distribution. This subtree contains porting tools, -analysis utilities, and plug-in features that are not part of the core -PostgreSQL system, mainly because they address a limited audience or -are too experimental to be part of the main source tree. This does -not preclude their usefulness. - -Each subdirectory contains a README file with information about the -module. Some directories supply new user-defined functions, operators, -or types. After you have installed the files you need to register the -new entities in the database system by running the commands in the -supplied .sql file. For example, - - $ psql -d dbname -f module.sql - -The .sql files are installed into /usr/local/share/postgresql/contrib - -For more information, please see -/usr/local/share/doc/postgresql/contrib/README* - -This software is part of the standard PostgreSQL distribution. - -WWW: http://www.postgresql.org/ diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile deleted file mode 100644 index fe1eb690101f..000000000000 --- a/databases/postgresql82-server/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTVERSION?= 8.2.23 -PORTREVISION?= 0 -PKGNAMESUFFIX?= -server - -MAINTAINER?= pgsql@FreeBSD.org - -FORBIDDEN= Vulnerable http://www.postgresql.org/about/news/1377/ -DEPRECATED= No longer supported by upstream-- upgrade to later version -EXPIRATION_DATE=2012-03-27 - -CONFIGURE_ARGS+=--with-docdir=${DOCSDIR} - -ICU_PATCHFILE= # no ICU patch for 8.2; this inhibits ICU option display -BUILD_DIRS?= src/port src/timezone src/backend src/backend/utils/mb/conversion_procs \ - src/bin/initdb src/bin/ipcclean src/bin/pg_ctl src/bin/pg_controldata \ - src/bin/pg_resetxlog src/pl - -.if defined(CLIENT_ONLY) -MAN1= ipcclean.1 -MAN7= # empty; no extra manpages over default -.endif - -.if !defined(NO_BUILD) -pre-build: - @ cd ${WRKSRC}/src/backend ;\ - ${GMAKE} ../../src/include/parser/parse.h \ - ../../src/include/utils/fmgroids.h -.endif - -.include "${.CURDIR}/../postgresql84-server/Makefile" diff --git a/databases/postgresql82-server/distinfo b/databases/postgresql82-server/distinfo deleted file mode 100644 index 8110697b7db0..000000000000 --- a/databases/postgresql82-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (postgresql/postgresql-8.2.23.tar.bz2) = 56c2ac7394e8ace9ef98a464d08530b91529fd56978f24b55139d20e3039f2d1 -SIZE (postgresql/postgresql-8.2.23.tar.bz2) = 12976249 diff --git a/databases/postgresql82-server/files/502.pgsql.in b/databases/postgresql82-server/files/502.pgsql.in deleted file mode 100644 index 69bfff4cef12..000000000000 --- a/databases/postgresql82-server/files/502.pgsql.in +++ /dev/null @@ -1,115 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/databases/postgresql82-server/files/Attic/502.pgsql.in,v 1.1 2011-10-18 09:03:31 girgen 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@pingpong.net> -# -# In public domain, do what you like with it, -# and use it at your own risk... :) -# - -# Define these variables in either /etc/periodic.conf or -# /etc/periodic.conf.local to override the default values. -# -# daily_pgsql_backup_enable="YES" # do backup of all databases -# daily_pgsql_backup_enable="foo bar db1 db2" # only do backup of a limited selection of databases -# daily_pgsql_vacuum_enable="YES" # do vacuum - -daily_pgsql_user=%%PG_USER%% -daily_pgsql_vacuum_args="-U ${daily_pgsql_user} -qaz" -daily_pgsql_pgdump_args="-U ${daily_pgsql_user} -bF c" -daily_pgsql_pgdumpall_globals_args="-U ${daily_pgsql_user}" -# backupdir is relative to ~pgsql home directory unless it begins with a slash: -daily_pgsql_backupdir="~${daily_pgsql_user}/backups" -daily_pgsql_savedays="7" - -# If there is a global system configuration file, suck it in. -# -if [ -r /etc/defaults/periodic.conf ] -then - . /etc/defaults/periodic.conf - source_periodic_confs -fi - -# allow '~´ in dir name -eval backupdir=${daily_pgsql_backupdir} - -rc=0 - -pgsql_backup() { - # daily_pgsql_backupdir must be writeable by user %%PG_USER%% - # ~%%PG_USER%% is just that under normal circumstances, - # but this might not be where you want the backups... - if [ ! -d ${backupdir} ] ; then - echo Creating ${backupdir} - mkdir -m 700 ${backupdir}; chown ${daily_pgsql_user} ${backupdir} - fi - - echo - echo "PostgreSQL backups" - - # Protect the data - umask 077 - rc=$? - now=`date "+%Y-%m-%dT%H:%M:%S"` - file=${daily_pgsql_backupdir}/pgglobals_${now} - su -l ${daily_pgsql_user} -c \ - "umask 077; pg_dumpall -g ${daily_pgsql_pgdumpall_globals_args} | gzip -9 > ${file}.gz" - - db=$1 - while shift; do - echo -n " $db" - file=${backupdir}/pgdump_${db}_${now} - su -l ${daily_pgsql_user} -c "umask 077; pg_dump ${daily_pgsql_pgdump_args} -f ${file} ${db}" - [ $? -gt 0 ] && rc=3 - db=$1 - done - - if [ $rc -gt 0 ]; then - echo - echo "Errors were reported during backup." - fi - - # cleaning up old data - find ${backupdir} \( -name 'pgdump_*' -o -name 'pgglobals_*' \) \ - -a -mtime +${daily_pgsql_savedays} -delete - echo -} - -case "$daily_pgsql_backup_enable" in - [Yy][Ee][Ss]) - dbnames=`su -l %%PG_USER%% -c "umask 077; psql -q -t -A -d template1 -U %%PG_USER%% -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` - pgsql_backup $dbnames - ;; - - [Nn][Oo]) - ;; - - "") - ;; - - *) - pgsql_backup $daily_pgsql_backup_enable - ;; -esac - -case "$daily_pgsql_vacuum_enable" in - [Yy][Ee][Ss]) - - echo - echo "PostgreSQL vacuum" - su -l ${daily_pgsql_user} -c "vacuumdb ${daily_pgsql_vacuum_args}" - if [ $? -gt 0 ] - then - echo - echo "Errors were reported during vacuum." - rc=3 - fi - ;; -esac - -exit $rc diff --git a/databases/postgresql82-server/files/dot.cshrc.in b/databases/postgresql82-server/files/dot.cshrc.in deleted file mode 100644 index 4069398b376e..000000000000 --- a/databases/postgresql82-server/files/dot.cshrc.in +++ /dev/null @@ -1,11 +0,0 @@ -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/postgresql82-server/files/dot.profile.in b/databases/postgresql82-server/files/dot.profile.in deleted file mode 100644 index 954e22eae8f8..000000000000 --- a/databases/postgresql82-server/files/dot.profile.in +++ /dev/null @@ -1,22 +0,0 @@ -PGLIB=%%PREFIX%%/lib - -# note: PGDATA can be overridden by the -D startup option -PGDATA=${HOME}/data - -export PATH PGLIB PGDATA - -# if you use the periodic script from share/postgresql/502.pgsql, you -# can set these -#PGDUMP_ARGS="-b -F c" -#PGBACKUPDIR=${HOME}/backups -#PGBACKUP_SAVE_DAYS=7 -#export PGBACKUPDIR PGDUMP_ARGS PGBACKUP_SAVE_DAYS - -#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/postgresql82-server/files/patch-configure b/databases/postgresql82-server/files/patch-configure deleted file mode 100644 index 805576f6eef9..000000000000 --- a/databases/postgresql82-server/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2011-04-15 11:19:01.000000000 +0800 -+++ configure 2011-09-12 15:51:28.020669918 +0800 -@@ -5077,7 +5077,7 @@ - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - case $host_os in -- openbsd*|freebsd*) -+ openbsd*) - { { echo "$as_me:$LINENO: error: threaded Python not supported on this platform" >&5 - echo "$as_me: error: threaded Python not supported on this platform" >&2;} - { (exit 1); exit 1; }; } diff --git a/databases/postgresql82-server/files/patch-doc-Makefile b/databases/postgresql82-server/files/patch-doc-Makefile deleted file mode 100644 index db8d905694da..000000000000 --- a/databases/postgresql82-server/files/patch-doc-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile~ 2005-12-09 22:19:34.000000000 +0100 -+++ doc/Makefile 2008-01-07 12:00:13.000000000 +0100 -@@ -27,7 +27,7 @@ - - ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) - ifneq (,$(docdir)) --found_html := yes -+#found_html := yes - endif - endif - diff --git a/databases/postgresql82-server/files/patch-plpython-Makefile b/databases/postgresql82-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql82-server/files/patch-plpython-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pl/plpython/Makefile.orig Fri Nov 19 20:23:01 2004 -+++ src/pl/plpython/Makefile Tue Dec 28 23:32:16 2004 -@@ -9,7 +9,7 @@ - # shared library. Since there is no official way to determine this - # (at least not in pre-2.3 Python), we see if there is a file that is - # named like a shared library. --ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*)) -+ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*)) - shared_libpython = yes - endif - diff --git a/databases/postgresql82-server/files/patch-src-makefiles-Makefile.freebsd b/databases/postgresql82-server/files/patch-src-makefiles-Makefile.freebsd deleted file mode 100644 index 81339e98e8db..000000000000 --- a/databases/postgresql82-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,8 +0,0 @@ ---- src/makefiles/Makefile.freebsd.orig Fri Nov 19 01:41:39 2004 -+++ src/makefiles/Makefile.freebsd Tue Dec 21 02:44:09 2004 -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample deleted file mode 100644 index 7c2831c41be0..000000000000 --- a/databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,27 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample.orig Sun May 21 22:11:02 2006 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Nov 7 17:23:50 2006 -@@ -206,6 +206,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of - # stderr, syslog and eventlog, - # depending on platform. -@@ -283,6 +284,7 @@ - #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements - # and their durations, in milliseconds. - -+silent_mode = on - #silent_mode = off # DO NOT USE without syslog or - # redirect_stderr - -@@ -339,6 +341,8 @@ - #--------------------------------------------------------------------------- - # AUTOVACUUM PARAMETERS - #--------------------------------------------------------------------------- -+ -+autovacuum = on - - #autovacuum = off # enable autovacuum subprocess? - #autovacuum_naptime = 60 # time between autovacuum runs, in secs diff --git a/databases/postgresql82-server/files/pkg-message-client.in b/databases/postgresql82-server/files/pkg-message-client.in deleted file mode 100644 index c45af1dcb452..000000000000 --- a/databases/postgresql82-server/files/pkg-message-client.in +++ /dev/null @@ -1,32 +0,0 @@ -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-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. - -postgresql-contrib - Lots of contributed utilities, postgresql functions and - datatypes. There you find autovacuum, pgcrypto and many other cool - things. - -etc... diff --git a/databases/postgresql82-server/files/pkg-message-contrib.in b/databases/postgresql82-server/files/pkg-message-contrib.in deleted file mode 100644 index 2b29ffd33041..000000000000 --- a/databases/postgresql82-server/files/pkg-message-contrib.in +++ /dev/null @@ -1,3 +0,0 @@ -The PostgreSQL contrib utilities have been installed. Please see -%%PREFIX%%/share/doc/postgresql/contrib/README -for more information. diff --git a/databases/postgresql82-server/files/pkg-message-plperl.in b/databases/postgresql82-server/files/pkg-message-plperl.in deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql82-server/files/pkg-message-plperl.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Perl has been installed. Check the createlang(l) manpage for more -info. You can install PL/Perl as trusted or untrusted, by using either -"createlang plperl" or "createlang plperlu". diff --git a/databases/postgresql82-server/files/pkg-message-plpython.in b/databases/postgresql82-server/files/pkg-message-plpython.in deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql82-server/files/pkg-message-plpython.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Python has been installed. Check the createlang(l) manpage for more -info. You can install PL/Python by using "createlang plpythonu" (it -exists as an untrusted language only). diff --git a/databases/postgresql82-server/files/pkg-message-pltcl.in b/databases/postgresql82-server/files/pkg-message-pltcl.in deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql82-server/files/pkg-message-pltcl.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Tcl has been installed. Check the createlang(l) manpage for more -info. You can install pltcl as trusted or untrusted, by using either -"createlang pltcl" or "createlang pltclu". diff --git a/databases/postgresql82-server/files/pkg-message-server.in b/databases/postgresql82-server/files/pkg-message-server.in deleted file mode 100644 index 54f397448198..000000000000 --- a/databases/postgresql82-server/files/pkg-message-server.in +++ /dev/null @@ -1,70 +0,0 @@ -For procedural languages and postgresql functions, please note that -you might have to update them when updating the server. - -If you have many tables and many clients running, consider raising -kern.maxfiles using sysctl(8), or reconfigure your kernel -appropriately. - -The port is set up to use autovacuum for new databases, but you might -also want to vacuum and perhaps backup your database regularly. There -is a periodic script, %%PREFIX%%/etc/periodic/daily/502.pgsql, that -you may find useful. You can use it to backup and perfom vacuum on all -databases nightly. Per default, it perfoms `vacuum analyze'. See the -script for instructions. For autovacuum settings, please review -~pgsql/data/postgresql.conf. - -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 (configurations 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 %%PREFIX%%/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. - -Please note that if you use the rc script, -%%PREFIX%%/etc/rc.d/postgresql, to initialize the database, unicode -(UTF-8) will be used to store character data by default. Set -postgresql_initdb_flags or use login.conf settings described below to -alter this behaviour. See the start rc script for more info. - -To set limits, environment stuff like locale and collation and other -things, you can set up a class in /etc/login.conf before initializing -the database. Add something similar to this to /etc/login.conf: ---- -postgres:\ - :lang=en_US.UTF-8:\ - :setenv=LC_COLLATE=C:\ - :tc=default: ---- -and run `cap_mkdb /etc/login.conf'. -Then add 'postgresql_class="postgres"' to /etc/rc.conf. - -====================================================================== - -To initialize the database, run - - %%PREFIX%%/etc/rc.d/postgresql initdb - -You can then start PostgreSQL by running: - - %%PREFIX%%/etc/rc.d/postgresql start - -For postmaster settings, see ~pgsql/data/postgresql.conf - -NB. FreeBSD's PostgreSQL port logs to syslog by default - See ~pgsql/data/postgresql.conf for more info - -====================================================================== - -To run PostgreSQL at startup, add -'postgresql_enable="YES"' to /etc/rc.conf - diff --git a/databases/postgresql82-server/files/pkgIndex.tcl.in b/databases/postgresql82-server/files/pkgIndex.tcl.in deleted file mode 100644 index bd8329b15c69..000000000000 --- a/databases/postgresql82-server/files/pkgIndex.tcl.in +++ /dev/null @@ -1,4 +0,0 @@ -# Package-index file for Pgtcl-package. Enables you to load PostgreSQL -# interface functions right into you TCL-interpreter as simply as -# package require Pgtcl -package ifneeded Pgtcl 1.3 "load %%PREFIX%%/lib/libpgtcl.so" diff --git a/databases/postgresql82-server/files/postgresql.in b/databases/postgresql82-server/files/postgresql.in deleted file mode 100644 index 51598ff7cd29..000000000000 --- a/databases/postgresql82-server/files/postgresql.in +++ /dev/null @@ -1,114 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: postgresql -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable PostgreSQL: -# -# postgresql_enable="YES" -# # optional -# postgresql_data="%%PREFIX%%/pgsql/data" -# postgresql_flags="-w -s -m fast" -# postgresql_initdb_flags="--encoding=utf-8 --lc-collate=C" -# postgresql_class="default" -# postgresql_profiles="" -# -# See %%PREFIX%%/share/doc/postgresql/README-server for more info -# -# This scripts takes one of the following commands: -# -# start stop restart reload status initdb -# -# For postmaster startup options, edit ${postgresql_data}/postgresql.conf - -command=%%PREFIX%%/bin/pg_ctl - -. /etc/rc.subr - -load_rc_config postgresql - -# set defaults -postgresql_enable=${postgresql_enable:-"NO"} -postgresql_flags=${postgresql_flags:-"-w -s -m fast"} -postgresql_user=pgsql -eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data"} -postgresql_class=${postgresql_class:-"default"} -postgresql_initdb_flags=${postgresql_initdb_flags:-"--encoding=utf-8 --lc-collate=C"} - -name=postgresql -rcvar=postgresql_enable -extra_commands="reload initdb" - -start_cmd="postgresql_command start" -stop_cmd="postgresql_command stop" -restart_cmd="postgresql_command restart" -reload_cmd="postgresql_command reload" -status_cmd="postgresql_command status" - -initdb_cmd="postgresql_initdb" - -if [ -n "$2" ]; then - profile="$2" - if [ "x${postgresql_profiles}" != "x" ]; then - eval postgresql_data="\${postgresql_${profile}_data:-}" - if [ "x${postgresql_data}" = "x" ]; then - echo "You must define a data directory (postgresql_${profile}_data)" - exit 1 - fi - eval postgresql_enable="\${postgresql_${profile}_enable:-${postgresql_enable}} - eval postgresql_data="\${postgresql_${profile}_data:-${postgresql_data}} - eval postgresql_flags="\${postgresql_${profile}_flags:-${postgresql_flags}}" - eval postgresql_initdb_flags="\${postgresql_${profile}_initdb_flags:-${postgresql_initdb_flags}}" - fi -else - if [ "x${postgresql_profiles}" != "x" -a "x$1" != "x" ]; then - for profile in ${postgresql_profiles}; do - eval _enable="\${postgresql_${profile}_enable}" - case "x${_enable:-${postgresql_enable}}" in - x|x[Nn][Oo]|x[Nn][Oo][Nn][Ee]) - continue - ;; - x[Yy][Ee][Ss]) - ;; - *) - if test -z "$_enable"; then - _var=postgresql_enable - else - _var=postgresql_"${profile}"_enable - fi - echo "Bad value" \ - "'${_enable:-${postgresql_enable}}'" \ - "for ${_var}. " \ - "Profile ${profile} skipped." - continue - ;; - esac - echo "===> postgresql profile: ${profile}" - %%PREFIX%%/etc/rc.d/postgresql $1 ${profile} - retcode="$?" - if [ "0${retcode}" -ne 0 ]; then - failed="${profile} (${retcode}) ${failed:-}" - else - success="${profile} ${success:-}" - fi - done - exit 0 - fi -fi - -command_args="-D ${postgresql_data} ${postgresql_flags}" - -postgresql_command() -{ - su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}" -} - -postgresql_initdb() -{ - su -l -c ${postgresql_class} ${postgresql_user} -c "exec %%PREFIX%%/bin/initdb ${postgresql_initdb_flags} -D ${postgresql_data}" -} - -run_rc_command "$1" diff --git a/databases/postgresql82-server/pkg-descr b/databases/postgresql82-server/pkg-descr deleted file mode 100644 index f8f8a9e0d422..000000000000 --- a/databases/postgresql82-server/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/postgresql82-server/pkg-install-server b/databases/postgresql82-server/pkg-install-server deleted file mode 100644 index 6f41226305d7..000000000000 --- a/databases/postgresql82-server/pkg-install-server +++ /dev/null @@ -1,27 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -backupwarning() { -cat <<EOF - - =========== BACKUP YOUR DATA! ============= - As always, backup your data before - upgrading. If the upgrade leads to a higher - minor revision (e.g. 7.3.x -> 7.4), 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. - =========================================== -EOF - sleep 5 -} - -case $2 in -PRE-INSTALL) - backupwarning - ;; -esac diff --git a/databases/postgresql82-server/pkg-plist b/databases/postgresql82-server/pkg-plist deleted file mode 100644 index 9c9bab36b9f8..000000000000 --- a/databases/postgresql82-server/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment to make portlint happy diff --git a/databases/postgresql82-server/pkg-plist-client b/databases/postgresql82-server/pkg-plist-client deleted file mode 100644 index b11019cc0bfb..000000000000 --- a/databases/postgresql82-server/pkg-plist-client +++ /dev/null @@ -1,533 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/pg_config -bin/pg_dump -bin/pg_dumpall -bin/pg_restore -bin/psql -bin/reindexdb -bin/vacuumdb -include/ecpg_config.h -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gin.h -include/postgresql/server/access/gist.h -include/postgresql/server/access/gist_private.h -include/postgresql/server/access/gistscan.h -include/postgresql/server/access/hash.h -include/postgresql/server/access/heapam.h -include/postgresql/server/access/hio.h -include/postgresql/server/access/htup.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/multixact.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/reloptions.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/sdir.h -include/postgresql/server/access/skey.h -include/postgresql/server/access/slru.h -include/postgresql/server/access/subtrans.h -include/postgresql/server/access/transam.h -include/postgresql/server/access/tupdesc.h -include/postgresql/server/access/tupmacs.h -include/postgresql/server/access/tuptoaster.h -include/postgresql/server/access/twophase.h -include/postgresql/server/access/twophase_rmgr.h -include/postgresql/server/access/valid.h -include/postgresql/server/access/xact.h -include/postgresql/server/access/xlog.h -include/postgresql/server/access/xlog_internal.h -include/postgresql/server/access/xlogdefs.h -include/postgresql/server/access/xlogutils.h -include/postgresql/server/bootstrap/bootstrap.h -include/postgresql/server/c.h -include/postgresql/server/catalog/catalog.h -include/postgresql/server/catalog/catversion.h -include/postgresql/server/catalog/dependency.h -include/postgresql/server/catalog/heap.h -include/postgresql/server/catalog/index.h -include/postgresql/server/catalog/indexing.h -include/postgresql/server/catalog/namespace.h -include/postgresql/server/catalog/pg_aggregate.h -include/postgresql/server/catalog/pg_am.h -include/postgresql/server/catalog/pg_amop.h -include/postgresql/server/catalog/pg_amproc.h -include/postgresql/server/catalog/pg_attrdef.h -include/postgresql/server/catalog/pg_attribute.h -include/postgresql/server/catalog/pg_auth_members.h -include/postgresql/server/catalog/pg_authid.h -include/postgresql/server/catalog/pg_autovacuum.h -include/postgresql/server/catalog/pg_cast.h -include/postgresql/server/catalog/pg_class.h -include/postgresql/server/catalog/pg_constraint.h -include/postgresql/server/catalog/pg_control.h -include/postgresql/server/catalog/pg_conversion.h -include/postgresql/server/catalog/pg_database.h -include/postgresql/server/catalog/pg_depend.h -include/postgresql/server/catalog/pg_description.h -include/postgresql/server/catalog/pg_index.h -include/postgresql/server/catalog/pg_inherits.h -include/postgresql/server/catalog/pg_language.h -include/postgresql/server/catalog/pg_largeobject.h -include/postgresql/server/catalog/pg_listener.h -include/postgresql/server/catalog/pg_namespace.h -include/postgresql/server/catalog/pg_opclass.h -include/postgresql/server/catalog/pg_operator.h -include/postgresql/server/catalog/pg_pltemplate.h -include/postgresql/server/catalog/pg_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shdepend.h -include/postgresql/server/catalog/pg_shdescription.h -include/postgresql/server/catalog/pg_statistic.h -include/postgresql/server/catalog/pg_tablespace.h -include/postgresql/server/catalog/pg_trigger.h -include/postgresql/server/catalog/pg_type.h -include/postgresql/server/catalog/toasting.h -include/postgresql/server/commands/alter.h -include/postgresql/server/commands/async.h -include/postgresql/server/commands/cluster.h -include/postgresql/server/commands/comment.h -include/postgresql/server/commands/conversioncmds.h -include/postgresql/server/commands/copy.h -include/postgresql/server/commands/dbcommands.h -include/postgresql/server/commands/defrem.h -include/postgresql/server/commands/explain.h -include/postgresql/server/commands/lockcmds.h -include/postgresql/server/commands/portalcmds.h -include/postgresql/server/commands/prepare.h -include/postgresql/server/commands/proclang.h -include/postgresql/server/commands/schemacmds.h -include/postgresql/server/commands/sequence.h -include/postgresql/server/commands/tablecmds.h -include/postgresql/server/commands/tablespace.h -include/postgresql/server/commands/trigger.h -include/postgresql/server/commands/typecmds.h -include/postgresql/server/commands/user.h -include/postgresql/server/commands/vacuum.h -include/postgresql/server/commands/variable.h -include/postgresql/server/commands/version.h -include/postgresql/server/commands/view.h -include/postgresql/server/dynloader.h -include/postgresql/server/executor/execdebug.h -include/postgresql/server/executor/execdefs.h -include/postgresql/server/executor/execdesc.h -include/postgresql/server/executor/executor.h -include/postgresql/server/executor/functions.h -include/postgresql/server/executor/hashjoin.h -include/postgresql/server/executor/instrument.h -include/postgresql/server/executor/nodeAgg.h -include/postgresql/server/executor/nodeAppend.h -include/postgresql/server/executor/nodeBitmapAnd.h -include/postgresql/server/executor/nodeBitmapHeapscan.h -include/postgresql/server/executor/nodeBitmapIndexscan.h -include/postgresql/server/executor/nodeBitmapOr.h -include/postgresql/server/executor/nodeFunctionscan.h -include/postgresql/server/executor/nodeGroup.h -include/postgresql/server/executor/nodeHash.h -include/postgresql/server/executor/nodeHashjoin.h -include/postgresql/server/executor/nodeIndexscan.h -include/postgresql/server/executor/nodeLimit.h -include/postgresql/server/executor/nodeMaterial.h -include/postgresql/server/executor/nodeMergejoin.h -include/postgresql/server/executor/nodeNestloop.h -include/postgresql/server/executor/nodeResult.h -include/postgresql/server/executor/nodeSeqscan.h -include/postgresql/server/executor/nodeSetOp.h -include/postgresql/server/executor/nodeSort.h -include/postgresql/server/executor/nodeSubplan.h -include/postgresql/server/executor/nodeSubqueryscan.h -include/postgresql/server/executor/nodeTidscan.h -include/postgresql/server/executor/nodeUnique.h -include/postgresql/server/executor/nodeValuesscan.h -include/postgresql/server/executor/spi.h -include/postgresql/server/executor/spi_priv.h -include/postgresql/server/executor/tstoreReceiver.h -include/postgresql/server/executor/tuptable.h -include/postgresql/server/fmgr.h -include/postgresql/server/funcapi.h -include/postgresql/server/getaddrinfo.h -include/postgresql/server/getopt_long.h -include/postgresql/server/lib/dllist.h -include/postgresql/server/lib/stringinfo.h -include/postgresql/server/libpq/auth.h -include/postgresql/server/libpq/be-fsstubs.h -include/postgresql/server/libpq/crypt.h -include/postgresql/server/libpq/hba.h -include/postgresql/server/libpq/ip.h -include/postgresql/server/libpq/libpq-be.h -include/postgresql/server/libpq/libpq-fs.h -include/postgresql/server/libpq/libpq.h -include/postgresql/server/libpq/md5.h -include/postgresql/server/libpq/pqcomm.h -include/postgresql/server/libpq/pqformat.h -include/postgresql/server/libpq/pqsignal.h -include/postgresql/server/mb/pg_wchar.h -include/postgresql/server/miscadmin.h -include/postgresql/server/nodes/bitmapset.h -include/postgresql/server/nodes/execnodes.h -include/postgresql/server/nodes/makefuncs.h -include/postgresql/server/nodes/memnodes.h -include/postgresql/server/nodes/nodeFuncs.h -include/postgresql/server/nodes/nodes.h -include/postgresql/server/nodes/params.h -include/postgresql/server/nodes/parsenodes.h -include/postgresql/server/nodes/pg_list.h -include/postgresql/server/nodes/plannodes.h -include/postgresql/server/nodes/primnodes.h -include/postgresql/server/nodes/print.h -include/postgresql/server/nodes/readfuncs.h -include/postgresql/server/nodes/relation.h -include/postgresql/server/nodes/tidbitmap.h -include/postgresql/server/nodes/value.h -include/postgresql/server/optimizer/clauses.h -include/postgresql/server/optimizer/cost.h -include/postgresql/server/optimizer/geqo.h -include/postgresql/server/optimizer/geqo_copy.h -include/postgresql/server/optimizer/geqo_gene.h -include/postgresql/server/optimizer/geqo_misc.h -include/postgresql/server/optimizer/geqo_mutation.h -include/postgresql/server/optimizer/geqo_pool.h -include/postgresql/server/optimizer/geqo_random.h -include/postgresql/server/optimizer/geqo_recombination.h -include/postgresql/server/optimizer/geqo_selection.h -include/postgresql/server/optimizer/joininfo.h -include/postgresql/server/optimizer/pathnode.h -include/postgresql/server/optimizer/paths.h -include/postgresql/server/optimizer/plancat.h -include/postgresql/server/optimizer/planmain.h -include/postgresql/server/optimizer/planner.h -include/postgresql/server/optimizer/predtest.h -include/postgresql/server/optimizer/prep.h -include/postgresql/server/optimizer/restrictinfo.h -include/postgresql/server/optimizer/subselect.h -include/postgresql/server/optimizer/tlist.h -include/postgresql/server/optimizer/var.h -include/postgresql/server/parser/analyze.h -include/postgresql/server/parser/gramparse.h -include/postgresql/server/parser/keywords.h -include/postgresql/server/parser/parse.h -include/postgresql/server/parser/parse_agg.h -include/postgresql/server/parser/parse_clause.h -include/postgresql/server/parser/parse_coerce.h -include/postgresql/server/parser/parse_expr.h -include/postgresql/server/parser/parse_func.h -include/postgresql/server/parser/parse_node.h -include/postgresql/server/parser/parse_oper.h -include/postgresql/server/parser/parse_relation.h -include/postgresql/server/parser/parse_target.h -include/postgresql/server/parser/parse_type.h -include/postgresql/server/parser/parser.h -include/postgresql/server/parser/parsetree.h -include/postgresql/server/parser/scansup.h -include/postgresql/server/pg_config.h -include/postgresql/server/pg_config_manual.h -include/postgresql/server/pg_config_os.h -include/postgresql/server/pg_trace.h -include/postgresql/server/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/bsdi.h -include/postgresql/server/port/cygwin.h -include/postgresql/server/port/darwin.h -include/postgresql/server/port/dgux.h -include/postgresql/server/port/freebsd.h -include/postgresql/server/port/hpux.h -include/postgresql/server/port/irix.h -include/postgresql/server/port/linux.h -include/postgresql/server/port/netbsd.h -include/postgresql/server/port/nextstep.h -include/postgresql/server/port/openbsd.h -include/postgresql/server/port/osf.h -include/postgresql/server/port/sco.h -include/postgresql/server/port/solaris.h -include/postgresql/server/port/sunos4.h -include/postgresql/server/port/svr4.h -include/postgresql/server/port/ultrix4.h -include/postgresql/server/port/univel.h -include/postgresql/server/port/unixware.h -include/postgresql/server/port/win32.h -include/postgresql/server/port/win32/arpa/inet.h -include/postgresql/server/port/win32/dlfcn.h -include/postgresql/server/port/win32/grp.h -include/postgresql/server/port/win32/netdb.h -include/postgresql/server/port/win32/netinet/in.h -include/postgresql/server/port/win32/pwd.h -include/postgresql/server/port/win32/sys/socket.h -include/postgresql/server/port/win32/sys/wait.h -include/postgresql/server/postgres.h -include/postgresql/server/postgres_ext.h -include/postgresql/server/postgres_fe.h -include/postgresql/server/regex/regcustom.h -include/postgresql/server/regex/regerrs.h -include/postgresql/server/regex/regex.h -include/postgresql/server/regex/regguts.h -include/postgresql/server/rewrite/prs2lock.h -include/postgresql/server/rewrite/rewriteDefine.h -include/postgresql/server/rewrite/rewriteHandler.h -include/postgresql/server/rewrite/rewriteManip.h -include/postgresql/server/rewrite/rewriteRemove.h -include/postgresql/server/rewrite/rewriteSupport.h -include/postgresql/server/rusagestub.h -include/postgresql/server/storage/backendid.h -include/postgresql/server/storage/block.h -include/postgresql/server/storage/buf.h -include/postgresql/server/storage/buf_internals.h -include/postgresql/server/storage/buffile.h -include/postgresql/server/storage/bufmgr.h -include/postgresql/server/storage/bufpage.h -include/postgresql/server/storage/fd.h -include/postgresql/server/storage/freespace.h -include/postgresql/server/storage/ipc.h -include/postgresql/server/storage/item.h -include/postgresql/server/storage/itemid.h -include/postgresql/server/storage/itempos.h -include/postgresql/server/storage/itemptr.h -include/postgresql/server/storage/large_object.h -include/postgresql/server/storage/lmgr.h -include/postgresql/server/storage/lock.h -include/postgresql/server/storage/lwlock.h -include/postgresql/server/storage/off.h -include/postgresql/server/storage/pg_sema.h -include/postgresql/server/storage/pg_shmem.h -include/postgresql/server/storage/pmsignal.h -include/postgresql/server/storage/pos.h -include/postgresql/server/storage/proc.h -include/postgresql/server/storage/procarray.h -include/postgresql/server/storage/relfilenode.h -include/postgresql/server/storage/s_lock.h -include/postgresql/server/storage/shmem.h -include/postgresql/server/storage/sinval.h -include/postgresql/server/storage/sinvaladt.h -include/postgresql/server/storage/smgr.h -include/postgresql/server/storage/spin.h -include/postgresql/server/tcop/dest.h -include/postgresql/server/tcop/fastpath.h -include/postgresql/server/tcop/pquery.h -include/postgresql/server/tcop/tcopdebug.h -include/postgresql/server/tcop/tcopprot.h -include/postgresql/server/tcop/utility.h -include/postgresql/server/utils/acl.h -include/postgresql/server/utils/array.h -include/postgresql/server/utils/ascii.h -include/postgresql/server/utils/builtins.h -include/postgresql/server/utils/cash.h -include/postgresql/server/utils/catcache.h -include/postgresql/server/utils/date.h -include/postgresql/server/utils/datetime.h -include/postgresql/server/utils/datum.h -include/postgresql/server/utils/dynahash.h -include/postgresql/server/utils/dynamic_loader.h -include/postgresql/server/utils/elog.h -include/postgresql/server/utils/errcodes.h -include/postgresql/server/utils/flatfiles.h -include/postgresql/server/utils/fmgroids.h -include/postgresql/server/utils/fmgrtab.h -include/postgresql/server/utils/formatting.h -include/postgresql/server/utils/geo_decls.h -include/postgresql/server/utils/guc.h -include/postgresql/server/utils/guc_tables.h -include/postgresql/server/utils/help_config.h -include/postgresql/server/utils/hsearch.h -include/postgresql/server/utils/inet.h -include/postgresql/server/utils/int8.h -include/postgresql/server/utils/inval.h -include/postgresql/server/utils/logtape.h -include/postgresql/server/utils/lsyscache.h -include/postgresql/server/utils/memutils.h -include/postgresql/server/utils/nabstime.h -include/postgresql/server/utils/numeric.h -include/postgresql/server/utils/palloc.h -include/postgresql/server/utils/pg_crc.h -include/postgresql/server/utils/pg_locale.h -include/postgresql/server/utils/pg_lzcompress.h -include/postgresql/server/utils/pg_rusage.h -include/postgresql/server/utils/portal.h -include/postgresql/server/utils/ps_status.h -include/postgresql/server/utils/rel.h -include/postgresql/server/utils/relcache.h -include/postgresql/server/utils/resowner.h -include/postgresql/server/utils/selfuncs.h -include/postgresql/server/utils/syscache.h -include/postgresql/server/utils/timestamp.h -include/postgresql/server/utils/tqual.h -include/postgresql/server/utils/tuplesort.h -include/postgresql/server/utils/tuplestore.h -include/postgresql/server/utils/typcache.h -include/postgresql/server/utils/tzparser.h -include/postgresql/server/utils/varbit.h -@dirrm include/postgresql/server/utils -@dirrm include/postgresql/server/tcop -@dirrm include/postgresql/server/storage -@dirrm include/postgresql/server/rewrite -@dirrm include/postgresql/server/regex -@dirrm include/postgresql/server/port/win32/sys -@dirrm include/postgresql/server/port/win32/netinet -@dirrm include/postgresql/server/port/win32/arpa -@dirrm include/postgresql/server/port/win32 -@dirrm include/postgresql/server/port -@dirrm include/postgresql/server/parser -@dirrm include/postgresql/server/optimizer -@dirrm include/postgresql/server/nodes -@dirrm include/postgresql/server/mb -@dirrm include/postgresql/server/libpq -@dirrm include/postgresql/server/lib -@dirrm include/postgresql/server/executor -@dirrm include/postgresql/server/commands -@dirrm include/postgresql/server/catalog -@dirrm include/postgresql/server/bootstrap -@dirrm include/postgresql/server/access -@dirrm include/postgresql/server -include/libpq/libpq-fs.h -@dirrm include/libpq -include/postgresql/internal/libpq/pqcomm.h -@dirrm include/postgresql/internal/libpq -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqlda.h -include/postgresql/informix/esql/sqltypes.h -@dirrm include/postgresql/informix/esql -@dirrm include/postgresql/informix -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -@dirrm include/postgresql/internal -@dirrm include/postgresql -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.h -include/pg_config.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/sql3types.h -include/sqlca.h -lib/libecpg.a -lib/libecpg.so -lib/libecpg.so.5 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.2 -lib/libpq.a -lib/libpq.so -lib/libpq.so.5 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.2 -lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/config/mkinstalldirs -lib/postgresql/pgxs/src/makefiles/pgxs.mk -lib/postgresql/pgxs/src/Makefile.global -lib/postgresql/pgxs/src/Makefile.port -lib/postgresql/pgxs/src/Makefile.shlib -lib/postgresql/pgxs/src/nls-global.mk -@dirrm lib/postgresql/pgxs/src/makefiles -@dirrm lib/postgresql/pgxs/config -@dirrm lib/postgresql/pgxs/src -@dirrm lib/postgresql/pgxs -@dirrm lib/postgresql -%%DOCSDIR%%/README-client -@dirrmtry %%DOCSDIR%% -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@dirrmtry share/postgresql -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo diff --git a/databases/postgresql82-server/pkg-plist-contrib b/databases/postgresql82-server/pkg-plist-contrib deleted file mode 100644 index ef80c2f01a63..000000000000 --- a/databases/postgresql82-server/pkg-plist-contrib +++ /dev/null @@ -1,129 +0,0 @@ -bin/oid2name -bin/pgbench -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/adminpack.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/earthdistance.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/hstore.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/moddatetime.so -lib/postgresql/pg_buffercache.so -lib/postgresql/pg_freespacemap.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgrowlocks.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/seg.so -lib/postgresql/sslinfo.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch2.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.adminpack -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.hstore -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.isn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_buffercache -%%DOCSDIR%%/contrib/README.pg_freespacemap -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgrowlocks -%%DOCSDIR%%/contrib/README.pgrowlocks.euc_jp -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.sslinfo -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.vacuumlo -%%DOCSDIR%%/contrib/autoinc.example -%%DOCSDIR%%/contrib/insert_username.example -%%DOCSDIR%%/contrib/moddatetime.example -%%DOCSDIR%%/contrib/refint.example -%%DOCSDIR%%/contrib/timetravel.example -share/postgresql/contrib/_int.sql -share/postgresql/contrib/adminpack.sql -share/postgresql/contrib/autoinc.sql -share/postgresql/contrib/btree_gist.sql -share/postgresql/contrib/chkpass.sql -share/postgresql/contrib/cube.sql -share/postgresql/contrib/dblink.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/hstore.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/pg_buffercache.sql -share/postgresql/contrib/pg_freespacemap.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgrowlocks.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/russian.stop.utf8 -share/postgresql/contrib/seg.sql -share/postgresql/contrib/sslinfo.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/thesaurus -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/uninstall__int.sql -share/postgresql/contrib/uninstall_adminpack.sql -share/postgresql/contrib/uninstall_btree_gist.sql -share/postgresql/contrib/uninstall_chkpass.sql -share/postgresql/contrib/uninstall_cube.sql -share/postgresql/contrib/uninstall_dblink.sql -share/postgresql/contrib/uninstall_earthdistance.sql -share/postgresql/contrib/uninstall_fuzzystrmatch.sql -share/postgresql/contrib/uninstall_hstore.sql -share/postgresql/contrib/uninstall_int_aggregate.sql -share/postgresql/contrib/uninstall_isn.sql -share/postgresql/contrib/uninstall_lo.sql -share/postgresql/contrib/uninstall_ltree.sql -share/postgresql/contrib/uninstall_pg_buffercache.sql -share/postgresql/contrib/uninstall_pg_freespacemap.sql -share/postgresql/contrib/uninstall_pg_trgm.sql -share/postgresql/contrib/uninstall_pgcrypto.sql -share/postgresql/contrib/uninstall_pgrowlocks.sql -share/postgresql/contrib/uninstall_pgstattuple.sql -share/postgresql/contrib/uninstall_seg.sql -share/postgresql/contrib/uninstall_sslinfo.sql -share/postgresql/contrib/uninstall_tablefunc.sql -share/postgresql/contrib/uninstall_tsearch2.sql -@dirrmtry share/postgresql/contrib -@dirrmtry share/postgresql -@dirrmtry %%DOCSDIR%%/contrib -@dirrmtry %%DOCSDIR%% -@dirrmtry lib/postgresql diff --git a/databases/postgresql82-server/pkg-plist-plperl b/databases/postgresql82-server/pkg-plist-plperl deleted file mode 100644 index c84ea2e6d16c..000000000000 --- a/databases/postgresql82-server/pkg-plist-plperl +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so -@dirrmtry lib/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql82-server/pkg-plist-plpython b/databases/postgresql82-server/pkg-plist-plpython deleted file mode 100644 index d3c29953b6b5..000000000000 --- a/databases/postgresql82-server/pkg-plist-plpython +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plpython -lib/postgresql/plpython.so -@dirrmtry lib/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql82-server/pkg-plist-pltcl b/databases/postgresql82-server/pkg-plist-pltcl deleted file mode 100644 index 47036c2a4e2a..000000000000 --- a/databases/postgresql82-server/pkg-plist-pltcl +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/README-pltcl -lib/postgresql/pltcl.so -@dirrmtry lib/postgresql -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -share/postgresql/unknown.pltcl -@dirrmtry share/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql82-server/pkg-plist-server b/databases/postgresql82-server/pkg-plist-server deleted file mode 100644 index 2ea95ff18dc3..000000000000 --- a/databases/postgresql82-server/pkg-plist-server +++ /dev/null @@ -1,756 +0,0 @@ -bin/initdb -bin/ipcclean -bin/pg_controldata -bin/pg_ctl -bin/pg_resetxlog -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -lib/libpgport.a -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@dirrmtry %%DOCSDIR%% -share/postgresql/conversion_create.sql -share/postgresql/information_schema.sql -share/postgresql/pg_hba.conf.sample -share/postgresql/pg_ident.conf.sample -share/postgresql/postgres.bki -share/postgresql/postgres.description -share/postgresql/postgresql.conf.sample -share/postgresql/recovery.conf.sample -share/postgresql/sql_features.txt -share/postgresql/system_views.sql -%%GETTEXT%%share/locale/af/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -share/postgresql/postgres.shdescription -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Asmara -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Juba -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/Salta -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/San_Luis -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Atikokan -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Bahia_Banderas -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Blanc-Sablon -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Coral_Harbour -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Petersburg -share/postgresql/timezone/America/Indiana/Tell_City -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Vincennes -share/postgresql/timezone/America/Indiana/Winamac -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/Kralendijk -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Lower_Princes -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Marigot -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Matamoros -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Metlakatla -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/Moncton -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/North_Dakota/Beulah -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/North_Dakota/New_Salem -share/postgresql/timezone/America/Ojinaga -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Resolute -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Santa_Isabel -share/postgresql/timezone/America/Santarem -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/Sitka -share/postgresql/timezone/America/St_Barthelemy -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Macquarie -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Hebron -share/postgresql/timezone/Asia/Ho_Chi_Minh -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Kathmandu -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Kolkata -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Novokuznetsk -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Faroe -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/Currie -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Eucla -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -share/postgresql/timezone/CET -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/Canada/Atlantic -share/postgresql/timezone/Canada/Central -share/postgresql/timezone/Canada/East-Saskatchewan -share/postgresql/timezone/Canada/Eastern -share/postgresql/timezone/Canada/Mountain -share/postgresql/timezone/Canada/Newfoundland -share/postgresql/timezone/Canada/Pacific -share/postgresql/timezone/Canada/Saskatchewan -share/postgresql/timezone/Canada/Yukon -share/postgresql/timezone/Chile/Continental -share/postgresql/timezone/Chile/EasterIsland -share/postgresql/timezone/Cuba -share/postgresql/timezone/EET -share/postgresql/timezone/EST -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT+1 -share/postgresql/timezone/Etc/GMT+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/GMT+2 -share/postgresql/timezone/Etc/GMT+3 -share/postgresql/timezone/Etc/GMT+4 -share/postgresql/timezone/Etc/GMT+5 -share/postgresql/timezone/Etc/GMT+6 -share/postgresql/timezone/Etc/GMT+7 -share/postgresql/timezone/Etc/GMT+8 -share/postgresql/timezone/Etc/GMT+9 -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Guernsey -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Isle_of_Man -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Jersey -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Podgorica -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Volgograd -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Factory -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/HST -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Iran -share/postgresql/timezone/Israel -share/postgresql/timezone/Jamaica -share/postgresql/timezone/Japan -share/postgresql/timezone/Kwajalein -share/postgresql/timezone/Libya -share/postgresql/timezone/MET -share/postgresql/timezone/MST -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Navajo -share/postgresql/timezone/PRC -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Chuuk -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Pohnpei -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/US/Alaska -share/postgresql/timezone/US/Aleutian -share/postgresql/timezone/US/Arizona -share/postgresql/timezone/US/Central -share/postgresql/timezone/US/East-Indiana -share/postgresql/timezone/US/Eastern -share/postgresql/timezone/US/Hawaii -share/postgresql/timezone/US/Indiana-Starke -share/postgresql/timezone/US/Michigan -share/postgresql/timezone/US/Mountain -share/postgresql/timezone/US/Pacific -share/postgresql/timezone/US/Pacific-New -share/postgresql/timezone/US/Samoa -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/WET -share/postgresql/timezone/Zulu -share/postgresql/timezone/posixrules -share/postgresql/timezonesets/Africa.txt -share/postgresql/timezonesets/America.txt -share/postgresql/timezonesets/Antarctica.txt -share/postgresql/timezonesets/Asia.txt -share/postgresql/timezonesets/Atlantic.txt -share/postgresql/timezonesets/Australia -share/postgresql/timezonesets/Australia.txt -share/postgresql/timezonesets/Default -share/postgresql/timezonesets/Etc.txt -share/postgresql/timezonesets/Europe.txt -share/postgresql/timezonesets/India -share/postgresql/timezonesets/Indian.txt -share/postgresql/timezonesets/Pacific.txt -@exec /bin/mkdir -p %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@exec /usr/sbin/chown %%PG_USER%%:%%PG_GROUP%% %%PREFIX%%/%%PG_USER%% || /usr/bin/true -@dirrm share/postgresql/timezone/Africa -@dirrm share/postgresql/timezone/America/Argentina -@dirrm share/postgresql/timezone/America/Indiana -@dirrm share/postgresql/timezone/America/Kentucky -@dirrm share/postgresql/timezone/America/North_Dakota -@dirrm share/postgresql/timezone/America -@dirrm share/postgresql/timezone/Antarctica -@dirrm share/postgresql/timezone/Arctic -@dirrm share/postgresql/timezone/Asia -@dirrm share/postgresql/timezone/Atlantic -@dirrm share/postgresql/timezone/Australia -@dirrm share/postgresql/timezone/Brazil -@dirrm share/postgresql/timezone/Canada -@dirrm share/postgresql/timezone/Chile -@dirrm share/postgresql/timezone/Etc -@dirrm share/postgresql/timezone/Europe -@dirrm share/postgresql/timezone/Indian -@dirrm share/postgresql/timezone/Mexico -@dirrm share/postgresql/timezone/Mideast -@dirrm share/postgresql/timezone/Pacific -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@dirrm share/postgresql/timezonesets -@dirrmtry share/postgresql -@dirrmtry etc/periodic/daily -@dirrmtry etc/periodic -@dirrmtry lib/postgresql -@dirrmtry %%PG_USER%% |