diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
commit | c9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch) | |
tree | e00c7b9a13c8748065f79c57e9e81d9a1239e743 /databases | |
parent | ee7f9aa44a92849ab34d5b387a3d79f974023b65 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Notes
Notes:
svn path=/head/; revision=23787
svn path=/tags/RELEASE_3_4_0/; revision=23788; tag=release/3.4.0
Diffstat (limited to 'databases')
448 files changed, 0 insertions, 30919 deletions
diff --git a/databases/db2/Makefile b/databases/db2/Makefile deleted file mode 100644 index 5eca63ecfdc1..000000000000 --- a/databases/db2/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# ports collection makefile for: Berkeley DB -# Version required: v2.* -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= db-2.7.7 -CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ - -MAINTAINER= josh@ican.net - -Y2K= http://www.sleepycat.com/faq.html#A8 - -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -GNU_CONFIGURE= YES -CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx - -post-install: - ${MKDIR} ${PREFIX}/share/examples/db2 - cd ${WRKSRC}/..; \ - tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ - ( cd ${PREFIX}/share/examples/db2; tar xf - ) - @${ECHO_MSG} "" - @${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @${ECHO_MSG} "have a working copy of the JDK (v1.1) installed." - @${ECHO_MSG} "" - @${ECHO_MSG} "To build java support, please read:" - @${ECHO_MSG} "" - @${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README" - @${ECHO_MSG} "" - @${ECHO_MSG} "and follow the directions therein." - -.include <bsd.port.mk> diff --git a/databases/db2/distinfo b/databases/db2/distinfo deleted file mode 100644 index d761baf3bdff..000000000000 --- a/databases/db2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (db-2.7.7.tar.gz) = 20256735091ee382c6601117d82d749a diff --git a/databases/db2/files/patch-aa b/databases/db2/files/patch-aa deleted file mode 100644 index f857dbec5c27..000000000000 --- a/databases/db2/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- ../dist/Makefile.in.orig Mon Dec 7 22:05:59 1998 -+++ ../dist/Makefile.in Mon Mar 29 00:59:52 1999 -@@ -43,7 +43,7 @@ - LOBJS= @LIBOBJS@ - POBJS= err.o getlong.o - --libdb= libdb.a -+libdb= libdb2.a - all: $(libdb) $(PROGS) - - $(libdb): db.h $(OBJS) $(LOBJS) -@@ -141,11 +141,11 @@ - $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl - - prefix= @prefix@ --bindir= $(prefix)/BerkeleyDB/bin --datadir=$(prefix)/BerkeleyDB/share --includedir=$(prefix)/BerkeleyDB/include --libdir= $(prefix)/BerkeleyDB/lib --mandir= $(prefix)/BerkeleyDB/docs -+bindir= $(prefix)/bin -+datadir=$(prefix)/share/db2 -+includedir=$(prefix)/include/db2 -+libdir= $(prefix)/lib -+mandir= $(prefix)/share/doc/db2 - - dmode= 755 - emode= 555 diff --git a/databases/db2/pkg-comment b/databases/db2/pkg-comment deleted file mode 100644 index 39a54a240320..000000000000 --- a/databases/db2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley DB package, revision 2 diff --git a/databases/db2/pkg-descr b/databases/db2/pkg-descr deleted file mode 100644 index b9ed34ee6d81..000000000000 --- a/databases/db2/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v2 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -There are minor interface changes in this release which may require that DB -applications be modified and recompiled. For a complete discussion of -interface changes, see: - -http://www.sleepycat.com/update/ - -WWW: http://www.sleepycat.com diff --git a/databases/db2/pkg-plist b/databases/db2/pkg-plist deleted file mode 100644 index b4313abf6acf..000000000000 --- a/databases/db2/pkg-plist +++ /dev/null @@ -1,479 +0,0 @@ -include/db2/db.h -include/db2/db_cxx.h -include/db2/db_185.h -lib/libdb2.a -bin/db_archive -bin/db_checkpoint -bin/db_deadlock -bin/db_dump -bin/db_dump185 -bin/db_load -bin/db_printlog -bin/db_recover -bin/db_stat -share/doc/db2/api_c/Db/close.html -share/doc/db2/api_c/Db/cursor.html -share/doc/db2/api_c/Db/del.html -share/doc/db2/api_c/Db/fd.html -share/doc/db2/api_c/Db/get.html -share/doc/db2/api_c/Db/join.html -share/doc/db2/api_c/Db/open.html -share/doc/db2/api_c/Db/put.html -share/doc/db2/api_c/Db/stat.html -share/doc/db2/api_c/Db/sync.html -share/doc/db2/api_c/DbEnv/appexit.html -share/doc/db2/api_c/DbEnv/appinit.html -share/doc/db2/api_c/DbEnv/env.html -share/doc/db2/api_c/DbEnv/version.html -share/doc/db2/api_c/DbInfo/info.html -share/doc/db2/api_c/DbLock/put.html -share/doc/db2/api_c/DbLockTab/close.html -share/doc/db2/api_c/DbLockTab/detect.html -share/doc/db2/api_c/DbLockTab/get.html -share/doc/db2/api_c/DbLockTab/id.html -share/doc/db2/api_c/DbLockTab/open.html -share/doc/db2/api_c/DbLockTab/stat.html -share/doc/db2/api_c/DbLockTab/unlink.html -share/doc/db2/api_c/DbLockTab/vec.html -share/doc/db2/api_c/DbLog/archive.html -share/doc/db2/api_c/DbLog/close.html -share/doc/db2/api_c/DbLog/compare.html -share/doc/db2/api_c/DbLog/db_register.html -share/doc/db2/api_c/DbLog/db_unregister.html -share/doc/db2/api_c/DbLog/file.html -share/doc/db2/api_c/DbLog/flush.html -share/doc/db2/api_c/DbLog/get.html -share/doc/db2/api_c/DbLog/lsn.html -share/doc/db2/api_c/DbLog/open.html -share/doc/db2/api_c/DbLog/put.html -share/doc/db2/api_c/DbLog/stat.html -share/doc/db2/api_c/DbLog/unlink.html -share/doc/db2/api_c/DbMpool/close.html -share/doc/db2/api_c/DbMpool/db_register.html -share/doc/db2/api_c/DbMpool/open.html -share/doc/db2/api_c/DbMpool/stat.html -share/doc/db2/api_c/DbMpool/sync.html -share/doc/db2/api_c/DbMpool/trickle.html -share/doc/db2/api_c/DbMpool/unlink.html -share/doc/db2/api_c/DbMpoolFile/close.html -share/doc/db2/api_c/DbMpoolFile/get.html -share/doc/db2/api_c/DbMpoolFile/open.html -share/doc/db2/api_c/DbMpoolFile/put.html -share/doc/db2/api_c/DbMpoolFile/set.html -share/doc/db2/api_c/DbMpoolFile/sync.html -share/doc/db2/api_c/DbTxn/abort.html -share/doc/db2/api_c/DbTxn/commit.html -share/doc/db2/api_c/DbTxn/id.html -share/doc/db2/api_c/DbTxn/prepare.html -share/doc/db2/api_c/DbTxnMgr/begin.html -share/doc/db2/api_c/DbTxnMgr/checkpoint.html -share/doc/db2/api_c/DbTxnMgr/close.html -share/doc/db2/api_c/DbTxnMgr/open.html -share/doc/db2/api_c/DbTxnMgr/stat.html -share/doc/db2/api_c/DbTxnMgr/unlink.html -share/doc/db2/api_c/Dbc/close.html -share/doc/db2/api_c/Dbc/del.html -share/doc/db2/api_c/Dbc/get.html -share/doc/db2/api_c/Dbc/put.html -share/doc/db2/api_c/Dbt/dbt.html -share/doc/db2/api_c/historic/dbm.html -share/doc/db2/api_c/historic/hsearch.html -share/doc/db2/api_c/index/flags.html -share/doc/db2/api_c/index/function.html -share/doc/db2/api_c/index/structure.html -share/doc/db2/api_c/internal/db_jump_set.html -share/doc/db2/api_c/internal/db_value_set.html -share/doc/db2/api_cxx/Db/class.html -share/doc/db2/api_cxx/Db/close.html -share/doc/db2/api_cxx/Db/cursor.html -share/doc/db2/api_cxx/Db/del.html -share/doc/db2/api_cxx/Db/fd.html -share/doc/db2/api_cxx/Db/get.html -share/doc/db2/api_cxx/Db/get_byteswapped.html -share/doc/db2/api_cxx/Db/get_type.html -share/doc/db2/api_cxx/Db/join.html -share/doc/db2/api_cxx/Db/open.html -share/doc/db2/api_cxx/Db/put.html -share/doc/db2/api_cxx/Db/stat.html -share/doc/db2/api_cxx/Db/sync.html -share/doc/db2/api_cxx/DbEnv/appexit.html -share/doc/db2/api_cxx/DbEnv/appinit.html -share/doc/db2/api_cxx/DbEnv/class.html -share/doc/db2/api_cxx/DbEnv/get_lg_info.html -share/doc/db2/api_cxx/DbEnv/get_lk_info.html -share/doc/db2/api_cxx/DbEnv/get_mp_info.html -share/doc/db2/api_cxx/DbEnv/get_tx_info.html -share/doc/db2/api_cxx/DbEnv/set_errcall.html -share/doc/db2/api_cxx/DbEnv/set_errfile.html -share/doc/db2/api_cxx/DbEnv/set_error_model.html -share/doc/db2/api_cxx/DbEnv/set_error_stream.html -share/doc/db2/api_cxx/DbEnv/set_errpfx.html -share/doc/db2/api_cxx/DbEnv/set_lg_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/db2/api_cxx/DbEnv/set_lk_detect.html -share/doc/db2/api_cxx/DbEnv/set_lk_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_modes.html -share/doc/db2/api_cxx/DbEnv/set_lorder.html -share/doc/db2/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_cxx/DbEnv/set_mp_size.html -share/doc/db2/api_cxx/DbEnv/set_tx_max.html -share/doc/db2/api_cxx/DbEnv/set_tx_recover.html -share/doc/db2/api_cxx/DbEnv/set_verbose.html -share/doc/db2/api_cxx/DbEnv/version.html -share/doc/db2/api_cxx/DbException/class.html -share/doc/db2/api_cxx/DbException/get_errno.html -share/doc/db2/api_cxx/DbException/what.html -share/doc/db2/api_cxx/DbInfo/class.html -share/doc/db2/api_cxx/DbInfo/set_bt_compare.html -share/doc/db2/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_minkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_prefix.html -share/doc/db2/api_cxx/DbInfo/set_cachesize.html -share/doc/db2/api_cxx/DbInfo/set_compare.html -share/doc/db2/api_cxx/DbInfo/set_flags.html -share/doc/db2/api_cxx/DbInfo/set_h_ffactor.html -share/doc/db2/api_cxx/DbInfo/set_h_hash.html -share/doc/db2/api_cxx/DbInfo/set_h_nelem.html -share/doc/db2/api_cxx/DbInfo/set_lorder.html -share/doc/db2/api_cxx/DbInfo/set_malloc.html -share/doc/db2/api_cxx/DbInfo/set_pagesize.html -share/doc/db2/api_cxx/DbInfo/set_re_delim.html -share/doc/db2/api_cxx/DbInfo/set_re_len.html -share/doc/db2/api_cxx/DbInfo/set_re_pad.html -share/doc/db2/api_cxx/DbInfo/set_re_source.html -share/doc/db2/api_cxx/DbLock/class.html -share/doc/db2/api_cxx/DbLock/put.html -share/doc/db2/api_cxx/DbLockTab/class.html -share/doc/db2/api_cxx/DbLockTab/close.html -share/doc/db2/api_cxx/DbLockTab/detect.html -share/doc/db2/api_cxx/DbLockTab/get.html -share/doc/db2/api_cxx/DbLockTab/id.html -share/doc/db2/api_cxx/DbLockTab/open.html -share/doc/db2/api_cxx/DbLockTab/stat.html -share/doc/db2/api_cxx/DbLockTab/unlink.html -share/doc/db2/api_cxx/DbLockTab/vec.html -share/doc/db2/api_cxx/DbLog/archive.html -share/doc/db2/api_cxx/DbLog/class.html -share/doc/db2/api_cxx/DbLog/close.html -share/doc/db2/api_cxx/DbLog/compare.html -share/doc/db2/api_cxx/DbLog/db_register.html -share/doc/db2/api_cxx/DbLog/db_unregister.html -share/doc/db2/api_cxx/DbLog/file.html -share/doc/db2/api_cxx/DbLog/flush.html -share/doc/db2/api_cxx/DbLog/get.html -share/doc/db2/api_cxx/DbLog/open.html -share/doc/db2/api_cxx/DbLog/put.html -share/doc/db2/api_cxx/DbLog/stat.html -share/doc/db2/api_cxx/DbLog/unlink.html -share/doc/db2/api_cxx/DbLsn/class.html -share/doc/db2/api_cxx/DbMpool/class.html -share/doc/db2/api_cxx/DbMpool/close.html -share/doc/db2/api_cxx/DbMpool/db_register.html -share/doc/db2/api_cxx/DbMpool/open.html -share/doc/db2/api_cxx/DbMpool/stat.html -share/doc/db2/api_cxx/DbMpool/sync.html -share/doc/db2/api_cxx/DbMpool/trickle.html -share/doc/db2/api_cxx/DbMpool/unlink.html -share/doc/db2/api_cxx/DbMpoolFile/class.html -share/doc/db2/api_cxx/DbMpoolFile/close.html -share/doc/db2/api_cxx/DbMpoolFile/get.html -share/doc/db2/api_cxx/DbMpoolFile/open.html -share/doc/db2/api_cxx/DbMpoolFile/put.html -share/doc/db2/api_cxx/DbMpoolFile/set.html -share/doc/db2/api_cxx/DbMpoolFile/sync.html -share/doc/db2/api_cxx/DbTxn/abort.html -share/doc/db2/api_cxx/DbTxn/class.html -share/doc/db2/api_cxx/DbTxn/commit.html -share/doc/db2/api_cxx/DbTxn/id.html -share/doc/db2/api_cxx/DbTxn/prepare.html -share/doc/db2/api_cxx/DbTxnMgr/begin.html -share/doc/db2/api_cxx/DbTxnMgr/checkpoint.html -share/doc/db2/api_cxx/DbTxnMgr/class.html -share/doc/db2/api_cxx/DbTxnMgr/close.html -share/doc/db2/api_cxx/DbTxnMgr/open.html -share/doc/db2/api_cxx/DbTxnMgr/stat.html -share/doc/db2/api_cxx/DbTxnMgr/unlink.html -share/doc/db2/api_cxx/Dbc/class.html -share/doc/db2/api_cxx/Dbc/close.html -share/doc/db2/api_cxx/Dbc/del.html -share/doc/db2/api_cxx/Dbc/get.html -share/doc/db2/api_cxx/Dbc/put.html -share/doc/db2/api_cxx/Dbt/class.html -share/doc/db2/api_cxx/index/class.html -share/doc/db2/api_java/Db/class.html -share/doc/db2/api_java/Db/close.html -share/doc/db2/api_java/Db/cursor.html -share/doc/db2/api_java/Db/del.html -share/doc/db2/api_java/Db/fd.html -share/doc/db2/api_java/Db/get.html -share/doc/db2/api_java/Db/get_byteswapped.html -share/doc/db2/api_java/Db/get_type.html -share/doc/db2/api_java/Db/join.html -share/doc/db2/api_java/Db/open.html -share/doc/db2/api_java/Db/put.html -share/doc/db2/api_java/Db/stat.html -share/doc/db2/api_java/Db/sync.html -share/doc/db2/api_java/DbEnv/appexit.html -share/doc/db2/api_java/DbEnv/appinit.html -share/doc/db2/api_java/DbEnv/class.html -share/doc/db2/api_java/DbEnv/get_lg_info.html -share/doc/db2/api_java/DbEnv/get_lk_info.html -share/doc/db2/api_java/DbEnv/get_mp_info.html -share/doc/db2/api_java/DbEnv/get_tx_info.html -share/doc/db2/api_java/DbEnv/set_errcall.html -share/doc/db2/api_java/DbEnv/set_error_stream.html -share/doc/db2/api_java/DbEnv/set_errpfx.html -share/doc/db2/api_java/DbEnv/set_lg_max.html -share/doc/db2/api_java/DbEnv/set_lk_conflicts.html -share/doc/db2/api_java/DbEnv/set_lk_detect.html -share/doc/db2/api_java/DbEnv/set_lk_max.html -share/doc/db2/api_java/DbEnv/set_lk_modes.html -share/doc/db2/api_java/DbEnv/set_lorder.html -share/doc/db2/api_java/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_java/DbEnv/set_mp_size.html -share/doc/db2/api_java/DbEnv/set_tx_max.html -share/doc/db2/api_java/DbEnv/set_verbose.html -share/doc/db2/api_java/DbEnv/version.html -share/doc/db2/api_java/DbException/class.html -share/doc/db2/api_java/DbException/get_errno.html -share/doc/db2/api_java/DbInfo/class.html -share/doc/db2/api_java/DbInfo/set_bt_compare.html -share/doc/db2/api_java/DbInfo/set_bt_maxkey.html -share/doc/db2/api_java/DbInfo/set_bt_minkey.html -share/doc/db2/api_java/DbInfo/set_bt_prefix.html -share/doc/db2/api_java/DbInfo/set_cachesize.html -share/doc/db2/api_java/DbInfo/set_compare.html -share/doc/db2/api_java/DbInfo/set_flags.html -share/doc/db2/api_java/DbInfo/set_h_ffactor.html -share/doc/db2/api_java/DbInfo/set_h_hash.html -share/doc/db2/api_java/DbInfo/set_h_nelem.html -share/doc/db2/api_java/DbInfo/set_lorder.html -share/doc/db2/api_java/DbInfo/set_malloc.html -share/doc/db2/api_java/DbInfo/set_pagesize.html -share/doc/db2/api_java/DbInfo/set_re_delim.html -share/doc/db2/api_java/DbInfo/set_re_len.html -share/doc/db2/api_java/DbInfo/set_re_pad.html -share/doc/db2/api_java/DbInfo/set_re_source.html -share/doc/db2/api_java/DbLock/class.html -share/doc/db2/api_java/DbLock/put.html -share/doc/db2/api_java/DbLockTab/class.html -share/doc/db2/api_java/DbLockTab/close.html -share/doc/db2/api_java/DbLockTab/detect.html -share/doc/db2/api_java/DbLockTab/get.html -share/doc/db2/api_java/DbLockTab/id.html -share/doc/db2/api_java/DbLockTab/open.html -share/doc/db2/api_java/DbLockTab/stat.html -share/doc/db2/api_java/DbLockTab/unlink.html -share/doc/db2/api_java/DbLockTab/vec.html -share/doc/db2/api_java/DbLog/archive.html -share/doc/db2/api_java/DbLog/class.html -share/doc/db2/api_java/DbLog/close.html -share/doc/db2/api_java/DbLog/compare.html -share/doc/db2/api_java/DbLog/db_register.html -share/doc/db2/api_java/DbLog/db_unregister.html -share/doc/db2/api_java/DbLog/file.html -share/doc/db2/api_java/DbLog/flush.html -share/doc/db2/api_java/DbLog/get.html -share/doc/db2/api_java/DbLog/open.html -share/doc/db2/api_java/DbLog/put.html -share/doc/db2/api_java/DbLog/stat.html -share/doc/db2/api_java/DbLog/unlink.html -share/doc/db2/api_java/DbLsn/class.html -share/doc/db2/api_java/DbMpool/class.html -share/doc/db2/api_java/DbMpool/close.html -share/doc/db2/api_java/DbMpool/db_register.html -share/doc/db2/api_java/DbMpool/open.html -share/doc/db2/api_java/DbMpool/stat.html -share/doc/db2/api_java/DbMpool/sync.html -share/doc/db2/api_java/DbMpool/trickle.html -share/doc/db2/api_java/DbMpool/unlink.html -share/doc/db2/api_java/DbMpoolFile/class.html -share/doc/db2/api_java/DbMpoolFile/close.html -share/doc/db2/api_java/DbMpoolFile/get.html -share/doc/db2/api_java/DbMpoolFile/open.html -share/doc/db2/api_java/DbMpoolFile/put.html -share/doc/db2/api_java/DbMpoolFile/set.html -share/doc/db2/api_java/DbMpoolFile/sync.html -share/doc/db2/api_java/DbRunRecoveryException/class.html -share/doc/db2/api_java/DbTxn/abort.html -share/doc/db2/api_java/DbTxn/class.html -share/doc/db2/api_java/DbTxn/commit.html -share/doc/db2/api_java/DbTxn/id.html -share/doc/db2/api_java/DbTxn/prepare.html -share/doc/db2/api_java/DbTxnMgr/begin.html -share/doc/db2/api_java/DbTxnMgr/checkpoint.html -share/doc/db2/api_java/DbTxnMgr/class.html -share/doc/db2/api_java/DbTxnMgr/close.html -share/doc/db2/api_java/DbTxnMgr/open.html -share/doc/db2/api_java/DbTxnMgr/stat.html -share/doc/db2/api_java/DbTxnMgr/unlink.html -share/doc/db2/api_java/Dbc/class.html -share/doc/db2/api_java/Dbc/close.html -share/doc/db2/api_java/Dbc/del.html -share/doc/db2/api_java/Dbc/get.html -share/doc/db2/api_java/Dbc/put.html -share/doc/db2/api_java/Dbt/class.html -share/doc/db2/api_java/index/class.html -share/doc/db2/build/java.html -share/doc/db2/build/shared.html -share/doc/db2/build/shared_gcc.html -share/doc/db2/build/shared_hp.html -share/doc/db2/build/unix.html -share/doc/db2/build/unix_faq.html -share/doc/db2/build/win16.html -share/doc/db2/build/win32.html -share/doc/db2/build/win_faq.html -share/doc/db2/distrib/layout.html -share/doc/db2/images/folder.gif -share/doc/db2/images/folder_open.gif -share/doc/db2/images/next.gif -share/doc/db2/images/prev.gif -share/doc/db2/images/ps.gif -share/doc/db2/images/sleepycat.gif -share/doc/db2/images/toc.gif -share/doc/db2/index.html -share/doc/db2/packages/hash_usenix.ps -share/doc/db2/packages/index.html -share/doc/db2/packages/libtp_usenix.ps -share/doc/db2/packages/witold.html -share/doc/db2/ref/am/bt_compare.html -share/doc/db2/ref/am/bt_dup.html -share/doc/db2/ref/am/bt_maxkey.html -share/doc/db2/ref/am/bt_minkey.html -share/doc/db2/ref/am/bt_prefix.html -share/doc/db2/ref/am/bt_recnum.html -share/doc/db2/ref/am/byteorder.html -share/doc/db2/ref/am/cachesize.html -share/doc/db2/ref/am/close.html -share/doc/db2/ref/am/compare.html -share/doc/db2/ref/am/curclose.html -share/doc/db2/ref/am/curdel.html -share/doc/db2/ref/am/curget.html -share/doc/db2/ref/am/curput.html -share/doc/db2/ref/am/cursor.html -share/doc/db2/ref/am/delete.html -share/doc/db2/ref/am/get.html -share/doc/db2/ref/am/h_dup.html -share/doc/db2/ref/am/h_ffactor.html -share/doc/db2/ref/am/h_hash.html -share/doc/db2/ref/am/h_nelem.html -share/doc/db2/ref/am/intro.html -share/doc/db2/ref/am/join.html -share/doc/db2/ref/am/logrec.html -share/doc/db2/ref/am/malloc.html -share/doc/db2/ref/am/ops.html -share/doc/db2/ref/am/pagesize.html -share/doc/db2/ref/am/partial.html -share/doc/db2/ref/am/put.html -share/doc/db2/ref/am/re_delim.html -share/doc/db2/ref/am/re_len.html -share/doc/db2/ref/am/re_pad.html -share/doc/db2/ref/am/re_source.html -share/doc/db2/ref/am/renumber.html -share/doc/db2/ref/am/select.html -share/doc/db2/ref/am/stat.html -share/doc/db2/ref/am/sync.html -share/doc/db2/ref/arch/apis.html -share/doc/db2/ref/arch/bigpic.gif -share/doc/db2/ref/arch/bigpic.html -share/doc/db2/ref/arch/env.html -share/doc/db2/ref/arch/extending.html -share/doc/db2/ref/arch/progmodel.html -share/doc/db2/ref/arch/script.html -share/doc/db2/ref/arch/smallpic.gif -share/doc/db2/ref/arch/subsystem.html -share/doc/db2/ref/arch/utilities.html -share/doc/db2/ref/cam/intro.html -share/doc/db2/ref/debug/runtime.html -share/doc/db2/ref/dumpload/format.html -share/doc/db2/ref/dumpload/text.html -share/doc/db2/ref/dumpload/utility.html -share/doc/db2/ref/env/create.html -share/doc/db2/ref/env/naming.html -share/doc/db2/ref/env/open.html -share/doc/db2/ref/env/region.html -share/doc/db2/ref/env/security.html -share/doc/db2/ref/install/file.html -share/doc/db2/ref/install/magic.s5.be.txt -share/doc/db2/ref/install/magic.s5.le.txt -share/doc/db2/ref/install/magic.txt -share/doc/db2/ref/intro/distrib.html -share/doc/db2/ref/intro/do.html -share/doc/db2/ref/intro/what.html -share/doc/db2/ref/intro/where.html -share/doc/db2/ref/lock/stdmode.html -share/doc/db2/ref/log/config.html -share/doc/db2/ref/log/intro.html -share/doc/db2/ref/log/limits.html -share/doc/db2/ref/mp/config.html -share/doc/db2/ref/mp/intro.html -share/doc/db2/ref/perl/intro.html -share/doc/db2/ref/program/appsignals.html -share/doc/db2/ref/program/byteorder.html -share/doc/db2/ref/program/compatible.html -share/doc/db2/ref/program/convert.html -share/doc/db2/ref/program/dbsizes.html -share/doc/db2/ref/program/environ.html -share/doc/db2/ref/program/errorret.html -share/doc/db2/ref/program/java.html -share/doc/db2/ref/program/runtime.html -share/doc/db2/ref/program/solaris.txt -share/doc/db2/ref/program/thread.html -share/doc/db2/ref/program/version.html -share/doc/db2/ref/sendmail/intro.html -share/doc/db2/ref/simple_tut/close.html -share/doc/db2/ref/simple_tut/del.html -share/doc/db2/ref/simple_tut/errors.html -share/doc/db2/ref/simple_tut/example.txt -share/doc/db2/ref/simple_tut/get.html -share/doc/db2/ref/simple_tut/intro.html -share/doc/db2/ref/simple_tut/keydata.html -share/doc/db2/ref/simple_tut/open.html -share/doc/db2/ref/simple_tut/put.html -share/doc/db2/ref/toc.html -share/doc/db2/ref/transapp/admin.html -share/doc/db2/ref/transapp/apps.html -share/doc/db2/ref/transapp/archival.html -share/doc/db2/ref/transapp/checkpoint.html -share/doc/db2/ref/transapp/deadlock.html -share/doc/db2/ref/transapp/filesys.html -share/doc/db2/ref/transapp/intro.html -share/doc/db2/ref/transapp/recovery.html -share/doc/db2/ref/transapp/throughput.html -share/doc/db2/ref/transapp/writetest.txt -share/doc/db2/ref/txn/config.html -share/doc/db2/ref/txn/limits.html -share/doc/db2/ref/txn/other.html -share/doc/db2/ref/txn/stability.html -share/doc/db2/sleepycat/contact.html -share/doc/db2/sleepycat/products.html -share/doc/db2/test/build.html -share/doc/db2/test/build_faq.html -share/doc/db2/test/debug.html -share/doc/db2/test/run.html -share/doc/db2/utility/db_archive.html -share/doc/db2/utility/db_checkpoint.html -share/doc/db2/utility/db_deadlock.html -share/doc/db2/utility/db_dump.html -share/doc/db2/utility/db_load.html -share/doc/db2/utility/db_recover.html -share/doc/db2/utility/db_stat.html -share/doc/db2/utility/index.html -share/examples/db2/examples/README -share/examples/db2/examples/ex_access.c -share/examples/db2/examples/ex_appinit.c -share/examples/db2/examples/ex_btrec.c -share/examples/db2/examples/ex_lock.c -share/examples/db2/examples/ex_mpool.c -share/examples/db2/examples/ex_thread.c -share/examples/db2/examples/ex_tpcb.c -share/examples/db2/examples/ex_tpcb.h -share/examples/db2/examples_cxx/AccessExample.cpp -share/examples/db2/examples_cxx/AppinitExample.cpp -share/examples/db2/examples_cxx/LockExample.cpp -share/examples/db2/examples_cxx/MpoolExample.cpp -share/examples/db2/examples_cxx/TpcbExample.cpp -share/examples/db2/examples_java/AccessExample.java -share/examples/db2/examples_java/AppinitExample.java -share/examples/db2/examples_java/LockExample.java -share/examples/db2/examples_java/TpcbExample.java diff --git a/databases/db33/Makefile b/databases/db33/Makefile deleted file mode 100644 index 5eca63ecfdc1..000000000000 --- a/databases/db33/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# ports collection makefile for: Berkeley DB -# Version required: v2.* -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= db-2.7.7 -CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ - -MAINTAINER= josh@ican.net - -Y2K= http://www.sleepycat.com/faq.html#A8 - -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -GNU_CONFIGURE= YES -CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx - -post-install: - ${MKDIR} ${PREFIX}/share/examples/db2 - cd ${WRKSRC}/..; \ - tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ - ( cd ${PREFIX}/share/examples/db2; tar xf - ) - @${ECHO_MSG} "" - @${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @${ECHO_MSG} "have a working copy of the JDK (v1.1) installed." - @${ECHO_MSG} "" - @${ECHO_MSG} "To build java support, please read:" - @${ECHO_MSG} "" - @${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README" - @${ECHO_MSG} "" - @${ECHO_MSG} "and follow the directions therein." - -.include <bsd.port.mk> diff --git a/databases/db33/distinfo b/databases/db33/distinfo deleted file mode 100644 index d761baf3bdff..000000000000 --- a/databases/db33/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (db-2.7.7.tar.gz) = 20256735091ee382c6601117d82d749a diff --git a/databases/db33/files/patch-aa b/databases/db33/files/patch-aa deleted file mode 100644 index f857dbec5c27..000000000000 --- a/databases/db33/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- ../dist/Makefile.in.orig Mon Dec 7 22:05:59 1998 -+++ ../dist/Makefile.in Mon Mar 29 00:59:52 1999 -@@ -43,7 +43,7 @@ - LOBJS= @LIBOBJS@ - POBJS= err.o getlong.o - --libdb= libdb.a -+libdb= libdb2.a - all: $(libdb) $(PROGS) - - $(libdb): db.h $(OBJS) $(LOBJS) -@@ -141,11 +141,11 @@ - $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl - - prefix= @prefix@ --bindir= $(prefix)/BerkeleyDB/bin --datadir=$(prefix)/BerkeleyDB/share --includedir=$(prefix)/BerkeleyDB/include --libdir= $(prefix)/BerkeleyDB/lib --mandir= $(prefix)/BerkeleyDB/docs -+bindir= $(prefix)/bin -+datadir=$(prefix)/share/db2 -+includedir=$(prefix)/include/db2 -+libdir= $(prefix)/lib -+mandir= $(prefix)/share/doc/db2 - - dmode= 755 - emode= 555 diff --git a/databases/db33/pkg-comment b/databases/db33/pkg-comment deleted file mode 100644 index 39a54a240320..000000000000 --- a/databases/db33/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley DB package, revision 2 diff --git a/databases/db33/pkg-descr b/databases/db33/pkg-descr deleted file mode 100644 index b9ed34ee6d81..000000000000 --- a/databases/db33/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v2 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -There are minor interface changes in this release which may require that DB -applications be modified and recompiled. For a complete discussion of -interface changes, see: - -http://www.sleepycat.com/update/ - -WWW: http://www.sleepycat.com diff --git a/databases/db33/pkg-plist b/databases/db33/pkg-plist deleted file mode 100644 index b4313abf6acf..000000000000 --- a/databases/db33/pkg-plist +++ /dev/null @@ -1,479 +0,0 @@ -include/db2/db.h -include/db2/db_cxx.h -include/db2/db_185.h -lib/libdb2.a -bin/db_archive -bin/db_checkpoint -bin/db_deadlock -bin/db_dump -bin/db_dump185 -bin/db_load -bin/db_printlog -bin/db_recover -bin/db_stat -share/doc/db2/api_c/Db/close.html -share/doc/db2/api_c/Db/cursor.html -share/doc/db2/api_c/Db/del.html -share/doc/db2/api_c/Db/fd.html -share/doc/db2/api_c/Db/get.html -share/doc/db2/api_c/Db/join.html -share/doc/db2/api_c/Db/open.html -share/doc/db2/api_c/Db/put.html -share/doc/db2/api_c/Db/stat.html -share/doc/db2/api_c/Db/sync.html -share/doc/db2/api_c/DbEnv/appexit.html -share/doc/db2/api_c/DbEnv/appinit.html -share/doc/db2/api_c/DbEnv/env.html -share/doc/db2/api_c/DbEnv/version.html -share/doc/db2/api_c/DbInfo/info.html -share/doc/db2/api_c/DbLock/put.html -share/doc/db2/api_c/DbLockTab/close.html -share/doc/db2/api_c/DbLockTab/detect.html -share/doc/db2/api_c/DbLockTab/get.html -share/doc/db2/api_c/DbLockTab/id.html -share/doc/db2/api_c/DbLockTab/open.html -share/doc/db2/api_c/DbLockTab/stat.html -share/doc/db2/api_c/DbLockTab/unlink.html -share/doc/db2/api_c/DbLockTab/vec.html -share/doc/db2/api_c/DbLog/archive.html -share/doc/db2/api_c/DbLog/close.html -share/doc/db2/api_c/DbLog/compare.html -share/doc/db2/api_c/DbLog/db_register.html -share/doc/db2/api_c/DbLog/db_unregister.html -share/doc/db2/api_c/DbLog/file.html -share/doc/db2/api_c/DbLog/flush.html -share/doc/db2/api_c/DbLog/get.html -share/doc/db2/api_c/DbLog/lsn.html -share/doc/db2/api_c/DbLog/open.html -share/doc/db2/api_c/DbLog/put.html -share/doc/db2/api_c/DbLog/stat.html -share/doc/db2/api_c/DbLog/unlink.html -share/doc/db2/api_c/DbMpool/close.html -share/doc/db2/api_c/DbMpool/db_register.html -share/doc/db2/api_c/DbMpool/open.html -share/doc/db2/api_c/DbMpool/stat.html -share/doc/db2/api_c/DbMpool/sync.html -share/doc/db2/api_c/DbMpool/trickle.html -share/doc/db2/api_c/DbMpool/unlink.html -share/doc/db2/api_c/DbMpoolFile/close.html -share/doc/db2/api_c/DbMpoolFile/get.html -share/doc/db2/api_c/DbMpoolFile/open.html -share/doc/db2/api_c/DbMpoolFile/put.html -share/doc/db2/api_c/DbMpoolFile/set.html -share/doc/db2/api_c/DbMpoolFile/sync.html -share/doc/db2/api_c/DbTxn/abort.html -share/doc/db2/api_c/DbTxn/commit.html -share/doc/db2/api_c/DbTxn/id.html -share/doc/db2/api_c/DbTxn/prepare.html -share/doc/db2/api_c/DbTxnMgr/begin.html -share/doc/db2/api_c/DbTxnMgr/checkpoint.html -share/doc/db2/api_c/DbTxnMgr/close.html -share/doc/db2/api_c/DbTxnMgr/open.html -share/doc/db2/api_c/DbTxnMgr/stat.html -share/doc/db2/api_c/DbTxnMgr/unlink.html -share/doc/db2/api_c/Dbc/close.html -share/doc/db2/api_c/Dbc/del.html -share/doc/db2/api_c/Dbc/get.html -share/doc/db2/api_c/Dbc/put.html -share/doc/db2/api_c/Dbt/dbt.html -share/doc/db2/api_c/historic/dbm.html -share/doc/db2/api_c/historic/hsearch.html -share/doc/db2/api_c/index/flags.html -share/doc/db2/api_c/index/function.html -share/doc/db2/api_c/index/structure.html -share/doc/db2/api_c/internal/db_jump_set.html -share/doc/db2/api_c/internal/db_value_set.html -share/doc/db2/api_cxx/Db/class.html -share/doc/db2/api_cxx/Db/close.html -share/doc/db2/api_cxx/Db/cursor.html -share/doc/db2/api_cxx/Db/del.html -share/doc/db2/api_cxx/Db/fd.html -share/doc/db2/api_cxx/Db/get.html -share/doc/db2/api_cxx/Db/get_byteswapped.html -share/doc/db2/api_cxx/Db/get_type.html -share/doc/db2/api_cxx/Db/join.html -share/doc/db2/api_cxx/Db/open.html -share/doc/db2/api_cxx/Db/put.html -share/doc/db2/api_cxx/Db/stat.html -share/doc/db2/api_cxx/Db/sync.html -share/doc/db2/api_cxx/DbEnv/appexit.html -share/doc/db2/api_cxx/DbEnv/appinit.html -share/doc/db2/api_cxx/DbEnv/class.html -share/doc/db2/api_cxx/DbEnv/get_lg_info.html -share/doc/db2/api_cxx/DbEnv/get_lk_info.html -share/doc/db2/api_cxx/DbEnv/get_mp_info.html -share/doc/db2/api_cxx/DbEnv/get_tx_info.html -share/doc/db2/api_cxx/DbEnv/set_errcall.html -share/doc/db2/api_cxx/DbEnv/set_errfile.html -share/doc/db2/api_cxx/DbEnv/set_error_model.html -share/doc/db2/api_cxx/DbEnv/set_error_stream.html -share/doc/db2/api_cxx/DbEnv/set_errpfx.html -share/doc/db2/api_cxx/DbEnv/set_lg_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/db2/api_cxx/DbEnv/set_lk_detect.html -share/doc/db2/api_cxx/DbEnv/set_lk_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_modes.html -share/doc/db2/api_cxx/DbEnv/set_lorder.html -share/doc/db2/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_cxx/DbEnv/set_mp_size.html -share/doc/db2/api_cxx/DbEnv/set_tx_max.html -share/doc/db2/api_cxx/DbEnv/set_tx_recover.html -share/doc/db2/api_cxx/DbEnv/set_verbose.html -share/doc/db2/api_cxx/DbEnv/version.html -share/doc/db2/api_cxx/DbException/class.html -share/doc/db2/api_cxx/DbException/get_errno.html -share/doc/db2/api_cxx/DbException/what.html -share/doc/db2/api_cxx/DbInfo/class.html -share/doc/db2/api_cxx/DbInfo/set_bt_compare.html -share/doc/db2/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_minkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_prefix.html -share/doc/db2/api_cxx/DbInfo/set_cachesize.html -share/doc/db2/api_cxx/DbInfo/set_compare.html -share/doc/db2/api_cxx/DbInfo/set_flags.html -share/doc/db2/api_cxx/DbInfo/set_h_ffactor.html -share/doc/db2/api_cxx/DbInfo/set_h_hash.html -share/doc/db2/api_cxx/DbInfo/set_h_nelem.html -share/doc/db2/api_cxx/DbInfo/set_lorder.html -share/doc/db2/api_cxx/DbInfo/set_malloc.html -share/doc/db2/api_cxx/DbInfo/set_pagesize.html -share/doc/db2/api_cxx/DbInfo/set_re_delim.html -share/doc/db2/api_cxx/DbInfo/set_re_len.html -share/doc/db2/api_cxx/DbInfo/set_re_pad.html -share/doc/db2/api_cxx/DbInfo/set_re_source.html -share/doc/db2/api_cxx/DbLock/class.html -share/doc/db2/api_cxx/DbLock/put.html -share/doc/db2/api_cxx/DbLockTab/class.html -share/doc/db2/api_cxx/DbLockTab/close.html -share/doc/db2/api_cxx/DbLockTab/detect.html -share/doc/db2/api_cxx/DbLockTab/get.html -share/doc/db2/api_cxx/DbLockTab/id.html -share/doc/db2/api_cxx/DbLockTab/open.html -share/doc/db2/api_cxx/DbLockTab/stat.html -share/doc/db2/api_cxx/DbLockTab/unlink.html -share/doc/db2/api_cxx/DbLockTab/vec.html -share/doc/db2/api_cxx/DbLog/archive.html -share/doc/db2/api_cxx/DbLog/class.html -share/doc/db2/api_cxx/DbLog/close.html -share/doc/db2/api_cxx/DbLog/compare.html -share/doc/db2/api_cxx/DbLog/db_register.html -share/doc/db2/api_cxx/DbLog/db_unregister.html -share/doc/db2/api_cxx/DbLog/file.html -share/doc/db2/api_cxx/DbLog/flush.html -share/doc/db2/api_cxx/DbLog/get.html -share/doc/db2/api_cxx/DbLog/open.html -share/doc/db2/api_cxx/DbLog/put.html -share/doc/db2/api_cxx/DbLog/stat.html -share/doc/db2/api_cxx/DbLog/unlink.html -share/doc/db2/api_cxx/DbLsn/class.html -share/doc/db2/api_cxx/DbMpool/class.html -share/doc/db2/api_cxx/DbMpool/close.html -share/doc/db2/api_cxx/DbMpool/db_register.html -share/doc/db2/api_cxx/DbMpool/open.html -share/doc/db2/api_cxx/DbMpool/stat.html -share/doc/db2/api_cxx/DbMpool/sync.html -share/doc/db2/api_cxx/DbMpool/trickle.html -share/doc/db2/api_cxx/DbMpool/unlink.html -share/doc/db2/api_cxx/DbMpoolFile/class.html -share/doc/db2/api_cxx/DbMpoolFile/close.html -share/doc/db2/api_cxx/DbMpoolFile/get.html -share/doc/db2/api_cxx/DbMpoolFile/open.html -share/doc/db2/api_cxx/DbMpoolFile/put.html -share/doc/db2/api_cxx/DbMpoolFile/set.html -share/doc/db2/api_cxx/DbMpoolFile/sync.html -share/doc/db2/api_cxx/DbTxn/abort.html -share/doc/db2/api_cxx/DbTxn/class.html -share/doc/db2/api_cxx/DbTxn/commit.html -share/doc/db2/api_cxx/DbTxn/id.html -share/doc/db2/api_cxx/DbTxn/prepare.html -share/doc/db2/api_cxx/DbTxnMgr/begin.html -share/doc/db2/api_cxx/DbTxnMgr/checkpoint.html -share/doc/db2/api_cxx/DbTxnMgr/class.html -share/doc/db2/api_cxx/DbTxnMgr/close.html -share/doc/db2/api_cxx/DbTxnMgr/open.html -share/doc/db2/api_cxx/DbTxnMgr/stat.html -share/doc/db2/api_cxx/DbTxnMgr/unlink.html -share/doc/db2/api_cxx/Dbc/class.html -share/doc/db2/api_cxx/Dbc/close.html -share/doc/db2/api_cxx/Dbc/del.html -share/doc/db2/api_cxx/Dbc/get.html -share/doc/db2/api_cxx/Dbc/put.html -share/doc/db2/api_cxx/Dbt/class.html -share/doc/db2/api_cxx/index/class.html -share/doc/db2/api_java/Db/class.html -share/doc/db2/api_java/Db/close.html -share/doc/db2/api_java/Db/cursor.html -share/doc/db2/api_java/Db/del.html -share/doc/db2/api_java/Db/fd.html -share/doc/db2/api_java/Db/get.html -share/doc/db2/api_java/Db/get_byteswapped.html -share/doc/db2/api_java/Db/get_type.html -share/doc/db2/api_java/Db/join.html -share/doc/db2/api_java/Db/open.html -share/doc/db2/api_java/Db/put.html -share/doc/db2/api_java/Db/stat.html -share/doc/db2/api_java/Db/sync.html -share/doc/db2/api_java/DbEnv/appexit.html -share/doc/db2/api_java/DbEnv/appinit.html -share/doc/db2/api_java/DbEnv/class.html -share/doc/db2/api_java/DbEnv/get_lg_info.html -share/doc/db2/api_java/DbEnv/get_lk_info.html -share/doc/db2/api_java/DbEnv/get_mp_info.html -share/doc/db2/api_java/DbEnv/get_tx_info.html -share/doc/db2/api_java/DbEnv/set_errcall.html -share/doc/db2/api_java/DbEnv/set_error_stream.html -share/doc/db2/api_java/DbEnv/set_errpfx.html -share/doc/db2/api_java/DbEnv/set_lg_max.html -share/doc/db2/api_java/DbEnv/set_lk_conflicts.html -share/doc/db2/api_java/DbEnv/set_lk_detect.html -share/doc/db2/api_java/DbEnv/set_lk_max.html -share/doc/db2/api_java/DbEnv/set_lk_modes.html -share/doc/db2/api_java/DbEnv/set_lorder.html -share/doc/db2/api_java/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_java/DbEnv/set_mp_size.html -share/doc/db2/api_java/DbEnv/set_tx_max.html -share/doc/db2/api_java/DbEnv/set_verbose.html -share/doc/db2/api_java/DbEnv/version.html -share/doc/db2/api_java/DbException/class.html -share/doc/db2/api_java/DbException/get_errno.html -share/doc/db2/api_java/DbInfo/class.html -share/doc/db2/api_java/DbInfo/set_bt_compare.html -share/doc/db2/api_java/DbInfo/set_bt_maxkey.html -share/doc/db2/api_java/DbInfo/set_bt_minkey.html -share/doc/db2/api_java/DbInfo/set_bt_prefix.html -share/doc/db2/api_java/DbInfo/set_cachesize.html -share/doc/db2/api_java/DbInfo/set_compare.html -share/doc/db2/api_java/DbInfo/set_flags.html -share/doc/db2/api_java/DbInfo/set_h_ffactor.html -share/doc/db2/api_java/DbInfo/set_h_hash.html -share/doc/db2/api_java/DbInfo/set_h_nelem.html -share/doc/db2/api_java/DbInfo/set_lorder.html -share/doc/db2/api_java/DbInfo/set_malloc.html -share/doc/db2/api_java/DbInfo/set_pagesize.html -share/doc/db2/api_java/DbInfo/set_re_delim.html -share/doc/db2/api_java/DbInfo/set_re_len.html -share/doc/db2/api_java/DbInfo/set_re_pad.html -share/doc/db2/api_java/DbInfo/set_re_source.html -share/doc/db2/api_java/DbLock/class.html -share/doc/db2/api_java/DbLock/put.html -share/doc/db2/api_java/DbLockTab/class.html -share/doc/db2/api_java/DbLockTab/close.html -share/doc/db2/api_java/DbLockTab/detect.html -share/doc/db2/api_java/DbLockTab/get.html -share/doc/db2/api_java/DbLockTab/id.html -share/doc/db2/api_java/DbLockTab/open.html -share/doc/db2/api_java/DbLockTab/stat.html -share/doc/db2/api_java/DbLockTab/unlink.html -share/doc/db2/api_java/DbLockTab/vec.html -share/doc/db2/api_java/DbLog/archive.html -share/doc/db2/api_java/DbLog/class.html -share/doc/db2/api_java/DbLog/close.html -share/doc/db2/api_java/DbLog/compare.html -share/doc/db2/api_java/DbLog/db_register.html -share/doc/db2/api_java/DbLog/db_unregister.html -share/doc/db2/api_java/DbLog/file.html -share/doc/db2/api_java/DbLog/flush.html -share/doc/db2/api_java/DbLog/get.html -share/doc/db2/api_java/DbLog/open.html -share/doc/db2/api_java/DbLog/put.html -share/doc/db2/api_java/DbLog/stat.html -share/doc/db2/api_java/DbLog/unlink.html -share/doc/db2/api_java/DbLsn/class.html -share/doc/db2/api_java/DbMpool/class.html -share/doc/db2/api_java/DbMpool/close.html -share/doc/db2/api_java/DbMpool/db_register.html -share/doc/db2/api_java/DbMpool/open.html -share/doc/db2/api_java/DbMpool/stat.html -share/doc/db2/api_java/DbMpool/sync.html -share/doc/db2/api_java/DbMpool/trickle.html -share/doc/db2/api_java/DbMpool/unlink.html -share/doc/db2/api_java/DbMpoolFile/class.html -share/doc/db2/api_java/DbMpoolFile/close.html -share/doc/db2/api_java/DbMpoolFile/get.html -share/doc/db2/api_java/DbMpoolFile/open.html -share/doc/db2/api_java/DbMpoolFile/put.html -share/doc/db2/api_java/DbMpoolFile/set.html -share/doc/db2/api_java/DbMpoolFile/sync.html -share/doc/db2/api_java/DbRunRecoveryException/class.html -share/doc/db2/api_java/DbTxn/abort.html -share/doc/db2/api_java/DbTxn/class.html -share/doc/db2/api_java/DbTxn/commit.html -share/doc/db2/api_java/DbTxn/id.html -share/doc/db2/api_java/DbTxn/prepare.html -share/doc/db2/api_java/DbTxnMgr/begin.html -share/doc/db2/api_java/DbTxnMgr/checkpoint.html -share/doc/db2/api_java/DbTxnMgr/class.html -share/doc/db2/api_java/DbTxnMgr/close.html -share/doc/db2/api_java/DbTxnMgr/open.html -share/doc/db2/api_java/DbTxnMgr/stat.html -share/doc/db2/api_java/DbTxnMgr/unlink.html -share/doc/db2/api_java/Dbc/class.html -share/doc/db2/api_java/Dbc/close.html -share/doc/db2/api_java/Dbc/del.html -share/doc/db2/api_java/Dbc/get.html -share/doc/db2/api_java/Dbc/put.html -share/doc/db2/api_java/Dbt/class.html -share/doc/db2/api_java/index/class.html -share/doc/db2/build/java.html -share/doc/db2/build/shared.html -share/doc/db2/build/shared_gcc.html -share/doc/db2/build/shared_hp.html -share/doc/db2/build/unix.html -share/doc/db2/build/unix_faq.html -share/doc/db2/build/win16.html -share/doc/db2/build/win32.html -share/doc/db2/build/win_faq.html -share/doc/db2/distrib/layout.html -share/doc/db2/images/folder.gif -share/doc/db2/images/folder_open.gif -share/doc/db2/images/next.gif -share/doc/db2/images/prev.gif -share/doc/db2/images/ps.gif -share/doc/db2/images/sleepycat.gif -share/doc/db2/images/toc.gif -share/doc/db2/index.html -share/doc/db2/packages/hash_usenix.ps -share/doc/db2/packages/index.html -share/doc/db2/packages/libtp_usenix.ps -share/doc/db2/packages/witold.html -share/doc/db2/ref/am/bt_compare.html -share/doc/db2/ref/am/bt_dup.html -share/doc/db2/ref/am/bt_maxkey.html -share/doc/db2/ref/am/bt_minkey.html -share/doc/db2/ref/am/bt_prefix.html -share/doc/db2/ref/am/bt_recnum.html -share/doc/db2/ref/am/byteorder.html -share/doc/db2/ref/am/cachesize.html -share/doc/db2/ref/am/close.html -share/doc/db2/ref/am/compare.html -share/doc/db2/ref/am/curclose.html -share/doc/db2/ref/am/curdel.html -share/doc/db2/ref/am/curget.html -share/doc/db2/ref/am/curput.html -share/doc/db2/ref/am/cursor.html -share/doc/db2/ref/am/delete.html -share/doc/db2/ref/am/get.html -share/doc/db2/ref/am/h_dup.html -share/doc/db2/ref/am/h_ffactor.html -share/doc/db2/ref/am/h_hash.html -share/doc/db2/ref/am/h_nelem.html -share/doc/db2/ref/am/intro.html -share/doc/db2/ref/am/join.html -share/doc/db2/ref/am/logrec.html -share/doc/db2/ref/am/malloc.html -share/doc/db2/ref/am/ops.html -share/doc/db2/ref/am/pagesize.html -share/doc/db2/ref/am/partial.html -share/doc/db2/ref/am/put.html -share/doc/db2/ref/am/re_delim.html -share/doc/db2/ref/am/re_len.html -share/doc/db2/ref/am/re_pad.html -share/doc/db2/ref/am/re_source.html -share/doc/db2/ref/am/renumber.html -share/doc/db2/ref/am/select.html -share/doc/db2/ref/am/stat.html -share/doc/db2/ref/am/sync.html -share/doc/db2/ref/arch/apis.html -share/doc/db2/ref/arch/bigpic.gif -share/doc/db2/ref/arch/bigpic.html -share/doc/db2/ref/arch/env.html -share/doc/db2/ref/arch/extending.html -share/doc/db2/ref/arch/progmodel.html -share/doc/db2/ref/arch/script.html -share/doc/db2/ref/arch/smallpic.gif -share/doc/db2/ref/arch/subsystem.html -share/doc/db2/ref/arch/utilities.html -share/doc/db2/ref/cam/intro.html -share/doc/db2/ref/debug/runtime.html -share/doc/db2/ref/dumpload/format.html -share/doc/db2/ref/dumpload/text.html -share/doc/db2/ref/dumpload/utility.html -share/doc/db2/ref/env/create.html -share/doc/db2/ref/env/naming.html -share/doc/db2/ref/env/open.html -share/doc/db2/ref/env/region.html -share/doc/db2/ref/env/security.html -share/doc/db2/ref/install/file.html -share/doc/db2/ref/install/magic.s5.be.txt -share/doc/db2/ref/install/magic.s5.le.txt -share/doc/db2/ref/install/magic.txt -share/doc/db2/ref/intro/distrib.html -share/doc/db2/ref/intro/do.html -share/doc/db2/ref/intro/what.html -share/doc/db2/ref/intro/where.html -share/doc/db2/ref/lock/stdmode.html -share/doc/db2/ref/log/config.html -share/doc/db2/ref/log/intro.html -share/doc/db2/ref/log/limits.html -share/doc/db2/ref/mp/config.html -share/doc/db2/ref/mp/intro.html -share/doc/db2/ref/perl/intro.html -share/doc/db2/ref/program/appsignals.html -share/doc/db2/ref/program/byteorder.html -share/doc/db2/ref/program/compatible.html -share/doc/db2/ref/program/convert.html -share/doc/db2/ref/program/dbsizes.html -share/doc/db2/ref/program/environ.html -share/doc/db2/ref/program/errorret.html -share/doc/db2/ref/program/java.html -share/doc/db2/ref/program/runtime.html -share/doc/db2/ref/program/solaris.txt -share/doc/db2/ref/program/thread.html -share/doc/db2/ref/program/version.html -share/doc/db2/ref/sendmail/intro.html -share/doc/db2/ref/simple_tut/close.html -share/doc/db2/ref/simple_tut/del.html -share/doc/db2/ref/simple_tut/errors.html -share/doc/db2/ref/simple_tut/example.txt -share/doc/db2/ref/simple_tut/get.html -share/doc/db2/ref/simple_tut/intro.html -share/doc/db2/ref/simple_tut/keydata.html -share/doc/db2/ref/simple_tut/open.html -share/doc/db2/ref/simple_tut/put.html -share/doc/db2/ref/toc.html -share/doc/db2/ref/transapp/admin.html -share/doc/db2/ref/transapp/apps.html -share/doc/db2/ref/transapp/archival.html -share/doc/db2/ref/transapp/checkpoint.html -share/doc/db2/ref/transapp/deadlock.html -share/doc/db2/ref/transapp/filesys.html -share/doc/db2/ref/transapp/intro.html -share/doc/db2/ref/transapp/recovery.html -share/doc/db2/ref/transapp/throughput.html -share/doc/db2/ref/transapp/writetest.txt -share/doc/db2/ref/txn/config.html -share/doc/db2/ref/txn/limits.html -share/doc/db2/ref/txn/other.html -share/doc/db2/ref/txn/stability.html -share/doc/db2/sleepycat/contact.html -share/doc/db2/sleepycat/products.html -share/doc/db2/test/build.html -share/doc/db2/test/build_faq.html -share/doc/db2/test/debug.html -share/doc/db2/test/run.html -share/doc/db2/utility/db_archive.html -share/doc/db2/utility/db_checkpoint.html -share/doc/db2/utility/db_deadlock.html -share/doc/db2/utility/db_dump.html -share/doc/db2/utility/db_load.html -share/doc/db2/utility/db_recover.html -share/doc/db2/utility/db_stat.html -share/doc/db2/utility/index.html -share/examples/db2/examples/README -share/examples/db2/examples/ex_access.c -share/examples/db2/examples/ex_appinit.c -share/examples/db2/examples/ex_btrec.c -share/examples/db2/examples/ex_lock.c -share/examples/db2/examples/ex_mpool.c -share/examples/db2/examples/ex_thread.c -share/examples/db2/examples/ex_tpcb.c -share/examples/db2/examples/ex_tpcb.h -share/examples/db2/examples_cxx/AccessExample.cpp -share/examples/db2/examples_cxx/AppinitExample.cpp -share/examples/db2/examples_cxx/LockExample.cpp -share/examples/db2/examples_cxx/MpoolExample.cpp -share/examples/db2/examples_cxx/TpcbExample.cpp -share/examples/db2/examples_java/AccessExample.java -share/examples/db2/examples_java/AppinitExample.java -share/examples/db2/examples_java/LockExample.java -share/examples/db2/examples_java/TpcbExample.java diff --git a/databases/db4/Makefile b/databases/db4/Makefile deleted file mode 100644 index 5eca63ecfdc1..000000000000 --- a/databases/db4/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# ports collection makefile for: Berkeley DB -# Version required: v2.* -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= db-2.7.7 -CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ - -MAINTAINER= josh@ican.net - -Y2K= http://www.sleepycat.com/faq.html#A8 - -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -GNU_CONFIGURE= YES -CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx - -post-install: - ${MKDIR} ${PREFIX}/share/examples/db2 - cd ${WRKSRC}/..; \ - tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ - ( cd ${PREFIX}/share/examples/db2; tar xf - ) - @${ECHO_MSG} "" - @${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @${ECHO_MSG} "have a working copy of the JDK (v1.1) installed." - @${ECHO_MSG} "" - @${ECHO_MSG} "To build java support, please read:" - @${ECHO_MSG} "" - @${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README" - @${ECHO_MSG} "" - @${ECHO_MSG} "and follow the directions therein." - -.include <bsd.port.mk> diff --git a/databases/db4/distinfo b/databases/db4/distinfo deleted file mode 100644 index d761baf3bdff..000000000000 --- a/databases/db4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (db-2.7.7.tar.gz) = 20256735091ee382c6601117d82d749a diff --git a/databases/db4/files/patch-aa b/databases/db4/files/patch-aa deleted file mode 100644 index f857dbec5c27..000000000000 --- a/databases/db4/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- ../dist/Makefile.in.orig Mon Dec 7 22:05:59 1998 -+++ ../dist/Makefile.in Mon Mar 29 00:59:52 1999 -@@ -43,7 +43,7 @@ - LOBJS= @LIBOBJS@ - POBJS= err.o getlong.o - --libdb= libdb.a -+libdb= libdb2.a - all: $(libdb) $(PROGS) - - $(libdb): db.h $(OBJS) $(LOBJS) -@@ -141,11 +141,11 @@ - $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl - - prefix= @prefix@ --bindir= $(prefix)/BerkeleyDB/bin --datadir=$(prefix)/BerkeleyDB/share --includedir=$(prefix)/BerkeleyDB/include --libdir= $(prefix)/BerkeleyDB/lib --mandir= $(prefix)/BerkeleyDB/docs -+bindir= $(prefix)/bin -+datadir=$(prefix)/share/db2 -+includedir=$(prefix)/include/db2 -+libdir= $(prefix)/lib -+mandir= $(prefix)/share/doc/db2 - - dmode= 755 - emode= 555 diff --git a/databases/db4/pkg-comment b/databases/db4/pkg-comment deleted file mode 100644 index 39a54a240320..000000000000 --- a/databases/db4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley DB package, revision 2 diff --git a/databases/db4/pkg-descr b/databases/db4/pkg-descr deleted file mode 100644 index b9ed34ee6d81..000000000000 --- a/databases/db4/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v2 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -There are minor interface changes in this release which may require that DB -applications be modified and recompiled. For a complete discussion of -interface changes, see: - -http://www.sleepycat.com/update/ - -WWW: http://www.sleepycat.com diff --git a/databases/db4/pkg-plist b/databases/db4/pkg-plist deleted file mode 100644 index b4313abf6acf..000000000000 --- a/databases/db4/pkg-plist +++ /dev/null @@ -1,479 +0,0 @@ -include/db2/db.h -include/db2/db_cxx.h -include/db2/db_185.h -lib/libdb2.a -bin/db_archive -bin/db_checkpoint -bin/db_deadlock -bin/db_dump -bin/db_dump185 -bin/db_load -bin/db_printlog -bin/db_recover -bin/db_stat -share/doc/db2/api_c/Db/close.html -share/doc/db2/api_c/Db/cursor.html -share/doc/db2/api_c/Db/del.html -share/doc/db2/api_c/Db/fd.html -share/doc/db2/api_c/Db/get.html -share/doc/db2/api_c/Db/join.html -share/doc/db2/api_c/Db/open.html -share/doc/db2/api_c/Db/put.html -share/doc/db2/api_c/Db/stat.html -share/doc/db2/api_c/Db/sync.html -share/doc/db2/api_c/DbEnv/appexit.html -share/doc/db2/api_c/DbEnv/appinit.html -share/doc/db2/api_c/DbEnv/env.html -share/doc/db2/api_c/DbEnv/version.html -share/doc/db2/api_c/DbInfo/info.html -share/doc/db2/api_c/DbLock/put.html -share/doc/db2/api_c/DbLockTab/close.html -share/doc/db2/api_c/DbLockTab/detect.html -share/doc/db2/api_c/DbLockTab/get.html -share/doc/db2/api_c/DbLockTab/id.html -share/doc/db2/api_c/DbLockTab/open.html -share/doc/db2/api_c/DbLockTab/stat.html -share/doc/db2/api_c/DbLockTab/unlink.html -share/doc/db2/api_c/DbLockTab/vec.html -share/doc/db2/api_c/DbLog/archive.html -share/doc/db2/api_c/DbLog/close.html -share/doc/db2/api_c/DbLog/compare.html -share/doc/db2/api_c/DbLog/db_register.html -share/doc/db2/api_c/DbLog/db_unregister.html -share/doc/db2/api_c/DbLog/file.html -share/doc/db2/api_c/DbLog/flush.html -share/doc/db2/api_c/DbLog/get.html -share/doc/db2/api_c/DbLog/lsn.html -share/doc/db2/api_c/DbLog/open.html -share/doc/db2/api_c/DbLog/put.html -share/doc/db2/api_c/DbLog/stat.html -share/doc/db2/api_c/DbLog/unlink.html -share/doc/db2/api_c/DbMpool/close.html -share/doc/db2/api_c/DbMpool/db_register.html -share/doc/db2/api_c/DbMpool/open.html -share/doc/db2/api_c/DbMpool/stat.html -share/doc/db2/api_c/DbMpool/sync.html -share/doc/db2/api_c/DbMpool/trickle.html -share/doc/db2/api_c/DbMpool/unlink.html -share/doc/db2/api_c/DbMpoolFile/close.html -share/doc/db2/api_c/DbMpoolFile/get.html -share/doc/db2/api_c/DbMpoolFile/open.html -share/doc/db2/api_c/DbMpoolFile/put.html -share/doc/db2/api_c/DbMpoolFile/set.html -share/doc/db2/api_c/DbMpoolFile/sync.html -share/doc/db2/api_c/DbTxn/abort.html -share/doc/db2/api_c/DbTxn/commit.html -share/doc/db2/api_c/DbTxn/id.html -share/doc/db2/api_c/DbTxn/prepare.html -share/doc/db2/api_c/DbTxnMgr/begin.html -share/doc/db2/api_c/DbTxnMgr/checkpoint.html -share/doc/db2/api_c/DbTxnMgr/close.html -share/doc/db2/api_c/DbTxnMgr/open.html -share/doc/db2/api_c/DbTxnMgr/stat.html -share/doc/db2/api_c/DbTxnMgr/unlink.html -share/doc/db2/api_c/Dbc/close.html -share/doc/db2/api_c/Dbc/del.html -share/doc/db2/api_c/Dbc/get.html -share/doc/db2/api_c/Dbc/put.html -share/doc/db2/api_c/Dbt/dbt.html -share/doc/db2/api_c/historic/dbm.html -share/doc/db2/api_c/historic/hsearch.html -share/doc/db2/api_c/index/flags.html -share/doc/db2/api_c/index/function.html -share/doc/db2/api_c/index/structure.html -share/doc/db2/api_c/internal/db_jump_set.html -share/doc/db2/api_c/internal/db_value_set.html -share/doc/db2/api_cxx/Db/class.html -share/doc/db2/api_cxx/Db/close.html -share/doc/db2/api_cxx/Db/cursor.html -share/doc/db2/api_cxx/Db/del.html -share/doc/db2/api_cxx/Db/fd.html -share/doc/db2/api_cxx/Db/get.html -share/doc/db2/api_cxx/Db/get_byteswapped.html -share/doc/db2/api_cxx/Db/get_type.html -share/doc/db2/api_cxx/Db/join.html -share/doc/db2/api_cxx/Db/open.html -share/doc/db2/api_cxx/Db/put.html -share/doc/db2/api_cxx/Db/stat.html -share/doc/db2/api_cxx/Db/sync.html -share/doc/db2/api_cxx/DbEnv/appexit.html -share/doc/db2/api_cxx/DbEnv/appinit.html -share/doc/db2/api_cxx/DbEnv/class.html -share/doc/db2/api_cxx/DbEnv/get_lg_info.html -share/doc/db2/api_cxx/DbEnv/get_lk_info.html -share/doc/db2/api_cxx/DbEnv/get_mp_info.html -share/doc/db2/api_cxx/DbEnv/get_tx_info.html -share/doc/db2/api_cxx/DbEnv/set_errcall.html -share/doc/db2/api_cxx/DbEnv/set_errfile.html -share/doc/db2/api_cxx/DbEnv/set_error_model.html -share/doc/db2/api_cxx/DbEnv/set_error_stream.html -share/doc/db2/api_cxx/DbEnv/set_errpfx.html -share/doc/db2/api_cxx/DbEnv/set_lg_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/db2/api_cxx/DbEnv/set_lk_detect.html -share/doc/db2/api_cxx/DbEnv/set_lk_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_modes.html -share/doc/db2/api_cxx/DbEnv/set_lorder.html -share/doc/db2/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_cxx/DbEnv/set_mp_size.html -share/doc/db2/api_cxx/DbEnv/set_tx_max.html -share/doc/db2/api_cxx/DbEnv/set_tx_recover.html -share/doc/db2/api_cxx/DbEnv/set_verbose.html -share/doc/db2/api_cxx/DbEnv/version.html -share/doc/db2/api_cxx/DbException/class.html -share/doc/db2/api_cxx/DbException/get_errno.html -share/doc/db2/api_cxx/DbException/what.html -share/doc/db2/api_cxx/DbInfo/class.html -share/doc/db2/api_cxx/DbInfo/set_bt_compare.html -share/doc/db2/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_minkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_prefix.html -share/doc/db2/api_cxx/DbInfo/set_cachesize.html -share/doc/db2/api_cxx/DbInfo/set_compare.html -share/doc/db2/api_cxx/DbInfo/set_flags.html -share/doc/db2/api_cxx/DbInfo/set_h_ffactor.html -share/doc/db2/api_cxx/DbInfo/set_h_hash.html -share/doc/db2/api_cxx/DbInfo/set_h_nelem.html -share/doc/db2/api_cxx/DbInfo/set_lorder.html -share/doc/db2/api_cxx/DbInfo/set_malloc.html -share/doc/db2/api_cxx/DbInfo/set_pagesize.html -share/doc/db2/api_cxx/DbInfo/set_re_delim.html -share/doc/db2/api_cxx/DbInfo/set_re_len.html -share/doc/db2/api_cxx/DbInfo/set_re_pad.html -share/doc/db2/api_cxx/DbInfo/set_re_source.html -share/doc/db2/api_cxx/DbLock/class.html -share/doc/db2/api_cxx/DbLock/put.html -share/doc/db2/api_cxx/DbLockTab/class.html -share/doc/db2/api_cxx/DbLockTab/close.html -share/doc/db2/api_cxx/DbLockTab/detect.html -share/doc/db2/api_cxx/DbLockTab/get.html -share/doc/db2/api_cxx/DbLockTab/id.html -share/doc/db2/api_cxx/DbLockTab/open.html -share/doc/db2/api_cxx/DbLockTab/stat.html -share/doc/db2/api_cxx/DbLockTab/unlink.html -share/doc/db2/api_cxx/DbLockTab/vec.html -share/doc/db2/api_cxx/DbLog/archive.html -share/doc/db2/api_cxx/DbLog/class.html -share/doc/db2/api_cxx/DbLog/close.html -share/doc/db2/api_cxx/DbLog/compare.html -share/doc/db2/api_cxx/DbLog/db_register.html -share/doc/db2/api_cxx/DbLog/db_unregister.html -share/doc/db2/api_cxx/DbLog/file.html -share/doc/db2/api_cxx/DbLog/flush.html -share/doc/db2/api_cxx/DbLog/get.html -share/doc/db2/api_cxx/DbLog/open.html -share/doc/db2/api_cxx/DbLog/put.html -share/doc/db2/api_cxx/DbLog/stat.html -share/doc/db2/api_cxx/DbLog/unlink.html -share/doc/db2/api_cxx/DbLsn/class.html -share/doc/db2/api_cxx/DbMpool/class.html -share/doc/db2/api_cxx/DbMpool/close.html -share/doc/db2/api_cxx/DbMpool/db_register.html -share/doc/db2/api_cxx/DbMpool/open.html -share/doc/db2/api_cxx/DbMpool/stat.html -share/doc/db2/api_cxx/DbMpool/sync.html -share/doc/db2/api_cxx/DbMpool/trickle.html -share/doc/db2/api_cxx/DbMpool/unlink.html -share/doc/db2/api_cxx/DbMpoolFile/class.html -share/doc/db2/api_cxx/DbMpoolFile/close.html -share/doc/db2/api_cxx/DbMpoolFile/get.html -share/doc/db2/api_cxx/DbMpoolFile/open.html -share/doc/db2/api_cxx/DbMpoolFile/put.html -share/doc/db2/api_cxx/DbMpoolFile/set.html -share/doc/db2/api_cxx/DbMpoolFile/sync.html -share/doc/db2/api_cxx/DbTxn/abort.html -share/doc/db2/api_cxx/DbTxn/class.html -share/doc/db2/api_cxx/DbTxn/commit.html -share/doc/db2/api_cxx/DbTxn/id.html -share/doc/db2/api_cxx/DbTxn/prepare.html -share/doc/db2/api_cxx/DbTxnMgr/begin.html -share/doc/db2/api_cxx/DbTxnMgr/checkpoint.html -share/doc/db2/api_cxx/DbTxnMgr/class.html -share/doc/db2/api_cxx/DbTxnMgr/close.html -share/doc/db2/api_cxx/DbTxnMgr/open.html -share/doc/db2/api_cxx/DbTxnMgr/stat.html -share/doc/db2/api_cxx/DbTxnMgr/unlink.html -share/doc/db2/api_cxx/Dbc/class.html -share/doc/db2/api_cxx/Dbc/close.html -share/doc/db2/api_cxx/Dbc/del.html -share/doc/db2/api_cxx/Dbc/get.html -share/doc/db2/api_cxx/Dbc/put.html -share/doc/db2/api_cxx/Dbt/class.html -share/doc/db2/api_cxx/index/class.html -share/doc/db2/api_java/Db/class.html -share/doc/db2/api_java/Db/close.html -share/doc/db2/api_java/Db/cursor.html -share/doc/db2/api_java/Db/del.html -share/doc/db2/api_java/Db/fd.html -share/doc/db2/api_java/Db/get.html -share/doc/db2/api_java/Db/get_byteswapped.html -share/doc/db2/api_java/Db/get_type.html -share/doc/db2/api_java/Db/join.html -share/doc/db2/api_java/Db/open.html -share/doc/db2/api_java/Db/put.html -share/doc/db2/api_java/Db/stat.html -share/doc/db2/api_java/Db/sync.html -share/doc/db2/api_java/DbEnv/appexit.html -share/doc/db2/api_java/DbEnv/appinit.html -share/doc/db2/api_java/DbEnv/class.html -share/doc/db2/api_java/DbEnv/get_lg_info.html -share/doc/db2/api_java/DbEnv/get_lk_info.html -share/doc/db2/api_java/DbEnv/get_mp_info.html -share/doc/db2/api_java/DbEnv/get_tx_info.html -share/doc/db2/api_java/DbEnv/set_errcall.html -share/doc/db2/api_java/DbEnv/set_error_stream.html -share/doc/db2/api_java/DbEnv/set_errpfx.html -share/doc/db2/api_java/DbEnv/set_lg_max.html -share/doc/db2/api_java/DbEnv/set_lk_conflicts.html -share/doc/db2/api_java/DbEnv/set_lk_detect.html -share/doc/db2/api_java/DbEnv/set_lk_max.html -share/doc/db2/api_java/DbEnv/set_lk_modes.html -share/doc/db2/api_java/DbEnv/set_lorder.html -share/doc/db2/api_java/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_java/DbEnv/set_mp_size.html -share/doc/db2/api_java/DbEnv/set_tx_max.html -share/doc/db2/api_java/DbEnv/set_verbose.html -share/doc/db2/api_java/DbEnv/version.html -share/doc/db2/api_java/DbException/class.html -share/doc/db2/api_java/DbException/get_errno.html -share/doc/db2/api_java/DbInfo/class.html -share/doc/db2/api_java/DbInfo/set_bt_compare.html -share/doc/db2/api_java/DbInfo/set_bt_maxkey.html -share/doc/db2/api_java/DbInfo/set_bt_minkey.html -share/doc/db2/api_java/DbInfo/set_bt_prefix.html -share/doc/db2/api_java/DbInfo/set_cachesize.html -share/doc/db2/api_java/DbInfo/set_compare.html -share/doc/db2/api_java/DbInfo/set_flags.html -share/doc/db2/api_java/DbInfo/set_h_ffactor.html -share/doc/db2/api_java/DbInfo/set_h_hash.html -share/doc/db2/api_java/DbInfo/set_h_nelem.html -share/doc/db2/api_java/DbInfo/set_lorder.html -share/doc/db2/api_java/DbInfo/set_malloc.html -share/doc/db2/api_java/DbInfo/set_pagesize.html -share/doc/db2/api_java/DbInfo/set_re_delim.html -share/doc/db2/api_java/DbInfo/set_re_len.html -share/doc/db2/api_java/DbInfo/set_re_pad.html -share/doc/db2/api_java/DbInfo/set_re_source.html -share/doc/db2/api_java/DbLock/class.html -share/doc/db2/api_java/DbLock/put.html -share/doc/db2/api_java/DbLockTab/class.html -share/doc/db2/api_java/DbLockTab/close.html -share/doc/db2/api_java/DbLockTab/detect.html -share/doc/db2/api_java/DbLockTab/get.html -share/doc/db2/api_java/DbLockTab/id.html -share/doc/db2/api_java/DbLockTab/open.html -share/doc/db2/api_java/DbLockTab/stat.html -share/doc/db2/api_java/DbLockTab/unlink.html -share/doc/db2/api_java/DbLockTab/vec.html -share/doc/db2/api_java/DbLog/archive.html -share/doc/db2/api_java/DbLog/class.html -share/doc/db2/api_java/DbLog/close.html -share/doc/db2/api_java/DbLog/compare.html -share/doc/db2/api_java/DbLog/db_register.html -share/doc/db2/api_java/DbLog/db_unregister.html -share/doc/db2/api_java/DbLog/file.html -share/doc/db2/api_java/DbLog/flush.html -share/doc/db2/api_java/DbLog/get.html -share/doc/db2/api_java/DbLog/open.html -share/doc/db2/api_java/DbLog/put.html -share/doc/db2/api_java/DbLog/stat.html -share/doc/db2/api_java/DbLog/unlink.html -share/doc/db2/api_java/DbLsn/class.html -share/doc/db2/api_java/DbMpool/class.html -share/doc/db2/api_java/DbMpool/close.html -share/doc/db2/api_java/DbMpool/db_register.html -share/doc/db2/api_java/DbMpool/open.html -share/doc/db2/api_java/DbMpool/stat.html -share/doc/db2/api_java/DbMpool/sync.html -share/doc/db2/api_java/DbMpool/trickle.html -share/doc/db2/api_java/DbMpool/unlink.html -share/doc/db2/api_java/DbMpoolFile/class.html -share/doc/db2/api_java/DbMpoolFile/close.html -share/doc/db2/api_java/DbMpoolFile/get.html -share/doc/db2/api_java/DbMpoolFile/open.html -share/doc/db2/api_java/DbMpoolFile/put.html -share/doc/db2/api_java/DbMpoolFile/set.html -share/doc/db2/api_java/DbMpoolFile/sync.html -share/doc/db2/api_java/DbRunRecoveryException/class.html -share/doc/db2/api_java/DbTxn/abort.html -share/doc/db2/api_java/DbTxn/class.html -share/doc/db2/api_java/DbTxn/commit.html -share/doc/db2/api_java/DbTxn/id.html -share/doc/db2/api_java/DbTxn/prepare.html -share/doc/db2/api_java/DbTxnMgr/begin.html -share/doc/db2/api_java/DbTxnMgr/checkpoint.html -share/doc/db2/api_java/DbTxnMgr/class.html -share/doc/db2/api_java/DbTxnMgr/close.html -share/doc/db2/api_java/DbTxnMgr/open.html -share/doc/db2/api_java/DbTxnMgr/stat.html -share/doc/db2/api_java/DbTxnMgr/unlink.html -share/doc/db2/api_java/Dbc/class.html -share/doc/db2/api_java/Dbc/close.html -share/doc/db2/api_java/Dbc/del.html -share/doc/db2/api_java/Dbc/get.html -share/doc/db2/api_java/Dbc/put.html -share/doc/db2/api_java/Dbt/class.html -share/doc/db2/api_java/index/class.html -share/doc/db2/build/java.html -share/doc/db2/build/shared.html -share/doc/db2/build/shared_gcc.html -share/doc/db2/build/shared_hp.html -share/doc/db2/build/unix.html -share/doc/db2/build/unix_faq.html -share/doc/db2/build/win16.html -share/doc/db2/build/win32.html -share/doc/db2/build/win_faq.html -share/doc/db2/distrib/layout.html -share/doc/db2/images/folder.gif -share/doc/db2/images/folder_open.gif -share/doc/db2/images/next.gif -share/doc/db2/images/prev.gif -share/doc/db2/images/ps.gif -share/doc/db2/images/sleepycat.gif -share/doc/db2/images/toc.gif -share/doc/db2/index.html -share/doc/db2/packages/hash_usenix.ps -share/doc/db2/packages/index.html -share/doc/db2/packages/libtp_usenix.ps -share/doc/db2/packages/witold.html -share/doc/db2/ref/am/bt_compare.html -share/doc/db2/ref/am/bt_dup.html -share/doc/db2/ref/am/bt_maxkey.html -share/doc/db2/ref/am/bt_minkey.html -share/doc/db2/ref/am/bt_prefix.html -share/doc/db2/ref/am/bt_recnum.html -share/doc/db2/ref/am/byteorder.html -share/doc/db2/ref/am/cachesize.html -share/doc/db2/ref/am/close.html -share/doc/db2/ref/am/compare.html -share/doc/db2/ref/am/curclose.html -share/doc/db2/ref/am/curdel.html -share/doc/db2/ref/am/curget.html -share/doc/db2/ref/am/curput.html -share/doc/db2/ref/am/cursor.html -share/doc/db2/ref/am/delete.html -share/doc/db2/ref/am/get.html -share/doc/db2/ref/am/h_dup.html -share/doc/db2/ref/am/h_ffactor.html -share/doc/db2/ref/am/h_hash.html -share/doc/db2/ref/am/h_nelem.html -share/doc/db2/ref/am/intro.html -share/doc/db2/ref/am/join.html -share/doc/db2/ref/am/logrec.html -share/doc/db2/ref/am/malloc.html -share/doc/db2/ref/am/ops.html -share/doc/db2/ref/am/pagesize.html -share/doc/db2/ref/am/partial.html -share/doc/db2/ref/am/put.html -share/doc/db2/ref/am/re_delim.html -share/doc/db2/ref/am/re_len.html -share/doc/db2/ref/am/re_pad.html -share/doc/db2/ref/am/re_source.html -share/doc/db2/ref/am/renumber.html -share/doc/db2/ref/am/select.html -share/doc/db2/ref/am/stat.html -share/doc/db2/ref/am/sync.html -share/doc/db2/ref/arch/apis.html -share/doc/db2/ref/arch/bigpic.gif -share/doc/db2/ref/arch/bigpic.html -share/doc/db2/ref/arch/env.html -share/doc/db2/ref/arch/extending.html -share/doc/db2/ref/arch/progmodel.html -share/doc/db2/ref/arch/script.html -share/doc/db2/ref/arch/smallpic.gif -share/doc/db2/ref/arch/subsystem.html -share/doc/db2/ref/arch/utilities.html -share/doc/db2/ref/cam/intro.html -share/doc/db2/ref/debug/runtime.html -share/doc/db2/ref/dumpload/format.html -share/doc/db2/ref/dumpload/text.html -share/doc/db2/ref/dumpload/utility.html -share/doc/db2/ref/env/create.html -share/doc/db2/ref/env/naming.html -share/doc/db2/ref/env/open.html -share/doc/db2/ref/env/region.html -share/doc/db2/ref/env/security.html -share/doc/db2/ref/install/file.html -share/doc/db2/ref/install/magic.s5.be.txt -share/doc/db2/ref/install/magic.s5.le.txt -share/doc/db2/ref/install/magic.txt -share/doc/db2/ref/intro/distrib.html -share/doc/db2/ref/intro/do.html -share/doc/db2/ref/intro/what.html -share/doc/db2/ref/intro/where.html -share/doc/db2/ref/lock/stdmode.html -share/doc/db2/ref/log/config.html -share/doc/db2/ref/log/intro.html -share/doc/db2/ref/log/limits.html -share/doc/db2/ref/mp/config.html -share/doc/db2/ref/mp/intro.html -share/doc/db2/ref/perl/intro.html -share/doc/db2/ref/program/appsignals.html -share/doc/db2/ref/program/byteorder.html -share/doc/db2/ref/program/compatible.html -share/doc/db2/ref/program/convert.html -share/doc/db2/ref/program/dbsizes.html -share/doc/db2/ref/program/environ.html -share/doc/db2/ref/program/errorret.html -share/doc/db2/ref/program/java.html -share/doc/db2/ref/program/runtime.html -share/doc/db2/ref/program/solaris.txt -share/doc/db2/ref/program/thread.html -share/doc/db2/ref/program/version.html -share/doc/db2/ref/sendmail/intro.html -share/doc/db2/ref/simple_tut/close.html -share/doc/db2/ref/simple_tut/del.html -share/doc/db2/ref/simple_tut/errors.html -share/doc/db2/ref/simple_tut/example.txt -share/doc/db2/ref/simple_tut/get.html -share/doc/db2/ref/simple_tut/intro.html -share/doc/db2/ref/simple_tut/keydata.html -share/doc/db2/ref/simple_tut/open.html -share/doc/db2/ref/simple_tut/put.html -share/doc/db2/ref/toc.html -share/doc/db2/ref/transapp/admin.html -share/doc/db2/ref/transapp/apps.html -share/doc/db2/ref/transapp/archival.html -share/doc/db2/ref/transapp/checkpoint.html -share/doc/db2/ref/transapp/deadlock.html -share/doc/db2/ref/transapp/filesys.html -share/doc/db2/ref/transapp/intro.html -share/doc/db2/ref/transapp/recovery.html -share/doc/db2/ref/transapp/throughput.html -share/doc/db2/ref/transapp/writetest.txt -share/doc/db2/ref/txn/config.html -share/doc/db2/ref/txn/limits.html -share/doc/db2/ref/txn/other.html -share/doc/db2/ref/txn/stability.html -share/doc/db2/sleepycat/contact.html -share/doc/db2/sleepycat/products.html -share/doc/db2/test/build.html -share/doc/db2/test/build_faq.html -share/doc/db2/test/debug.html -share/doc/db2/test/run.html -share/doc/db2/utility/db_archive.html -share/doc/db2/utility/db_checkpoint.html -share/doc/db2/utility/db_deadlock.html -share/doc/db2/utility/db_dump.html -share/doc/db2/utility/db_load.html -share/doc/db2/utility/db_recover.html -share/doc/db2/utility/db_stat.html -share/doc/db2/utility/index.html -share/examples/db2/examples/README -share/examples/db2/examples/ex_access.c -share/examples/db2/examples/ex_appinit.c -share/examples/db2/examples/ex_btrec.c -share/examples/db2/examples/ex_lock.c -share/examples/db2/examples/ex_mpool.c -share/examples/db2/examples/ex_thread.c -share/examples/db2/examples/ex_tpcb.c -share/examples/db2/examples/ex_tpcb.h -share/examples/db2/examples_cxx/AccessExample.cpp -share/examples/db2/examples_cxx/AppinitExample.cpp -share/examples/db2/examples_cxx/LockExample.cpp -share/examples/db2/examples_cxx/MpoolExample.cpp -share/examples/db2/examples_cxx/TpcbExample.cpp -share/examples/db2/examples_java/AccessExample.java -share/examples/db2/examples_java/AppinitExample.java -share/examples/db2/examples_java/LockExample.java -share/examples/db2/examples_java/TpcbExample.java diff --git a/databases/db41/Makefile b/databases/db41/Makefile deleted file mode 100644 index 5eca63ecfdc1..000000000000 --- a/databases/db41/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# ports collection makefile for: Berkeley DB -# Version required: v2.* -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= db-2.7.7 -CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ - -MAINTAINER= josh@ican.net - -Y2K= http://www.sleepycat.com/faq.html#A8 - -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -GNU_CONFIGURE= YES -CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx - -post-install: - ${MKDIR} ${PREFIX}/share/examples/db2 - cd ${WRKSRC}/..; \ - tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ - ( cd ${PREFIX}/share/examples/db2; tar xf - ) - @${ECHO_MSG} "" - @${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @${ECHO_MSG} "have a working copy of the JDK (v1.1) installed." - @${ECHO_MSG} "" - @${ECHO_MSG} "To build java support, please read:" - @${ECHO_MSG} "" - @${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README" - @${ECHO_MSG} "" - @${ECHO_MSG} "and follow the directions therein." - -.include <bsd.port.mk> diff --git a/databases/db41/distinfo b/databases/db41/distinfo deleted file mode 100644 index d761baf3bdff..000000000000 --- a/databases/db41/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (db-2.7.7.tar.gz) = 20256735091ee382c6601117d82d749a diff --git a/databases/db41/files/patch-aa b/databases/db41/files/patch-aa deleted file mode 100644 index f857dbec5c27..000000000000 --- a/databases/db41/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- ../dist/Makefile.in.orig Mon Dec 7 22:05:59 1998 -+++ ../dist/Makefile.in Mon Mar 29 00:59:52 1999 -@@ -43,7 +43,7 @@ - LOBJS= @LIBOBJS@ - POBJS= err.o getlong.o - --libdb= libdb.a -+libdb= libdb2.a - all: $(libdb) $(PROGS) - - $(libdb): db.h $(OBJS) $(LOBJS) -@@ -141,11 +141,11 @@ - $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl - - prefix= @prefix@ --bindir= $(prefix)/BerkeleyDB/bin --datadir=$(prefix)/BerkeleyDB/share --includedir=$(prefix)/BerkeleyDB/include --libdir= $(prefix)/BerkeleyDB/lib --mandir= $(prefix)/BerkeleyDB/docs -+bindir= $(prefix)/bin -+datadir=$(prefix)/share/db2 -+includedir=$(prefix)/include/db2 -+libdir= $(prefix)/lib -+mandir= $(prefix)/share/doc/db2 - - dmode= 755 - emode= 555 diff --git a/databases/db41/pkg-comment b/databases/db41/pkg-comment deleted file mode 100644 index 39a54a240320..000000000000 --- a/databases/db41/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley DB package, revision 2 diff --git a/databases/db41/pkg-descr b/databases/db41/pkg-descr deleted file mode 100644 index b9ed34ee6d81..000000000000 --- a/databases/db41/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v2 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -There are minor interface changes in this release which may require that DB -applications be modified and recompiled. For a complete discussion of -interface changes, see: - -http://www.sleepycat.com/update/ - -WWW: http://www.sleepycat.com diff --git a/databases/db41/pkg-plist b/databases/db41/pkg-plist deleted file mode 100644 index b4313abf6acf..000000000000 --- a/databases/db41/pkg-plist +++ /dev/null @@ -1,479 +0,0 @@ -include/db2/db.h -include/db2/db_cxx.h -include/db2/db_185.h -lib/libdb2.a -bin/db_archive -bin/db_checkpoint -bin/db_deadlock -bin/db_dump -bin/db_dump185 -bin/db_load -bin/db_printlog -bin/db_recover -bin/db_stat -share/doc/db2/api_c/Db/close.html -share/doc/db2/api_c/Db/cursor.html -share/doc/db2/api_c/Db/del.html -share/doc/db2/api_c/Db/fd.html -share/doc/db2/api_c/Db/get.html -share/doc/db2/api_c/Db/join.html -share/doc/db2/api_c/Db/open.html -share/doc/db2/api_c/Db/put.html -share/doc/db2/api_c/Db/stat.html -share/doc/db2/api_c/Db/sync.html -share/doc/db2/api_c/DbEnv/appexit.html -share/doc/db2/api_c/DbEnv/appinit.html -share/doc/db2/api_c/DbEnv/env.html -share/doc/db2/api_c/DbEnv/version.html -share/doc/db2/api_c/DbInfo/info.html -share/doc/db2/api_c/DbLock/put.html -share/doc/db2/api_c/DbLockTab/close.html -share/doc/db2/api_c/DbLockTab/detect.html -share/doc/db2/api_c/DbLockTab/get.html -share/doc/db2/api_c/DbLockTab/id.html -share/doc/db2/api_c/DbLockTab/open.html -share/doc/db2/api_c/DbLockTab/stat.html -share/doc/db2/api_c/DbLockTab/unlink.html -share/doc/db2/api_c/DbLockTab/vec.html -share/doc/db2/api_c/DbLog/archive.html -share/doc/db2/api_c/DbLog/close.html -share/doc/db2/api_c/DbLog/compare.html -share/doc/db2/api_c/DbLog/db_register.html -share/doc/db2/api_c/DbLog/db_unregister.html -share/doc/db2/api_c/DbLog/file.html -share/doc/db2/api_c/DbLog/flush.html -share/doc/db2/api_c/DbLog/get.html -share/doc/db2/api_c/DbLog/lsn.html -share/doc/db2/api_c/DbLog/open.html -share/doc/db2/api_c/DbLog/put.html -share/doc/db2/api_c/DbLog/stat.html -share/doc/db2/api_c/DbLog/unlink.html -share/doc/db2/api_c/DbMpool/close.html -share/doc/db2/api_c/DbMpool/db_register.html -share/doc/db2/api_c/DbMpool/open.html -share/doc/db2/api_c/DbMpool/stat.html -share/doc/db2/api_c/DbMpool/sync.html -share/doc/db2/api_c/DbMpool/trickle.html -share/doc/db2/api_c/DbMpool/unlink.html -share/doc/db2/api_c/DbMpoolFile/close.html -share/doc/db2/api_c/DbMpoolFile/get.html -share/doc/db2/api_c/DbMpoolFile/open.html -share/doc/db2/api_c/DbMpoolFile/put.html -share/doc/db2/api_c/DbMpoolFile/set.html -share/doc/db2/api_c/DbMpoolFile/sync.html -share/doc/db2/api_c/DbTxn/abort.html -share/doc/db2/api_c/DbTxn/commit.html -share/doc/db2/api_c/DbTxn/id.html -share/doc/db2/api_c/DbTxn/prepare.html -share/doc/db2/api_c/DbTxnMgr/begin.html -share/doc/db2/api_c/DbTxnMgr/checkpoint.html -share/doc/db2/api_c/DbTxnMgr/close.html -share/doc/db2/api_c/DbTxnMgr/open.html -share/doc/db2/api_c/DbTxnMgr/stat.html -share/doc/db2/api_c/DbTxnMgr/unlink.html -share/doc/db2/api_c/Dbc/close.html -share/doc/db2/api_c/Dbc/del.html -share/doc/db2/api_c/Dbc/get.html -share/doc/db2/api_c/Dbc/put.html -share/doc/db2/api_c/Dbt/dbt.html -share/doc/db2/api_c/historic/dbm.html -share/doc/db2/api_c/historic/hsearch.html -share/doc/db2/api_c/index/flags.html -share/doc/db2/api_c/index/function.html -share/doc/db2/api_c/index/structure.html -share/doc/db2/api_c/internal/db_jump_set.html -share/doc/db2/api_c/internal/db_value_set.html -share/doc/db2/api_cxx/Db/class.html -share/doc/db2/api_cxx/Db/close.html -share/doc/db2/api_cxx/Db/cursor.html -share/doc/db2/api_cxx/Db/del.html -share/doc/db2/api_cxx/Db/fd.html -share/doc/db2/api_cxx/Db/get.html -share/doc/db2/api_cxx/Db/get_byteswapped.html -share/doc/db2/api_cxx/Db/get_type.html -share/doc/db2/api_cxx/Db/join.html -share/doc/db2/api_cxx/Db/open.html -share/doc/db2/api_cxx/Db/put.html -share/doc/db2/api_cxx/Db/stat.html -share/doc/db2/api_cxx/Db/sync.html -share/doc/db2/api_cxx/DbEnv/appexit.html -share/doc/db2/api_cxx/DbEnv/appinit.html -share/doc/db2/api_cxx/DbEnv/class.html -share/doc/db2/api_cxx/DbEnv/get_lg_info.html -share/doc/db2/api_cxx/DbEnv/get_lk_info.html -share/doc/db2/api_cxx/DbEnv/get_mp_info.html -share/doc/db2/api_cxx/DbEnv/get_tx_info.html -share/doc/db2/api_cxx/DbEnv/set_errcall.html -share/doc/db2/api_cxx/DbEnv/set_errfile.html -share/doc/db2/api_cxx/DbEnv/set_error_model.html -share/doc/db2/api_cxx/DbEnv/set_error_stream.html -share/doc/db2/api_cxx/DbEnv/set_errpfx.html -share/doc/db2/api_cxx/DbEnv/set_lg_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/db2/api_cxx/DbEnv/set_lk_detect.html -share/doc/db2/api_cxx/DbEnv/set_lk_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_modes.html -share/doc/db2/api_cxx/DbEnv/set_lorder.html -share/doc/db2/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_cxx/DbEnv/set_mp_size.html -share/doc/db2/api_cxx/DbEnv/set_tx_max.html -share/doc/db2/api_cxx/DbEnv/set_tx_recover.html -share/doc/db2/api_cxx/DbEnv/set_verbose.html -share/doc/db2/api_cxx/DbEnv/version.html -share/doc/db2/api_cxx/DbException/class.html -share/doc/db2/api_cxx/DbException/get_errno.html -share/doc/db2/api_cxx/DbException/what.html -share/doc/db2/api_cxx/DbInfo/class.html -share/doc/db2/api_cxx/DbInfo/set_bt_compare.html -share/doc/db2/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_minkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_prefix.html -share/doc/db2/api_cxx/DbInfo/set_cachesize.html -share/doc/db2/api_cxx/DbInfo/set_compare.html -share/doc/db2/api_cxx/DbInfo/set_flags.html -share/doc/db2/api_cxx/DbInfo/set_h_ffactor.html -share/doc/db2/api_cxx/DbInfo/set_h_hash.html -share/doc/db2/api_cxx/DbInfo/set_h_nelem.html -share/doc/db2/api_cxx/DbInfo/set_lorder.html -share/doc/db2/api_cxx/DbInfo/set_malloc.html -share/doc/db2/api_cxx/DbInfo/set_pagesize.html -share/doc/db2/api_cxx/DbInfo/set_re_delim.html -share/doc/db2/api_cxx/DbInfo/set_re_len.html -share/doc/db2/api_cxx/DbInfo/set_re_pad.html -share/doc/db2/api_cxx/DbInfo/set_re_source.html -share/doc/db2/api_cxx/DbLock/class.html -share/doc/db2/api_cxx/DbLock/put.html -share/doc/db2/api_cxx/DbLockTab/class.html -share/doc/db2/api_cxx/DbLockTab/close.html -share/doc/db2/api_cxx/DbLockTab/detect.html -share/doc/db2/api_cxx/DbLockTab/get.html -share/doc/db2/api_cxx/DbLockTab/id.html -share/doc/db2/api_cxx/DbLockTab/open.html -share/doc/db2/api_cxx/DbLockTab/stat.html -share/doc/db2/api_cxx/DbLockTab/unlink.html -share/doc/db2/api_cxx/DbLockTab/vec.html -share/doc/db2/api_cxx/DbLog/archive.html -share/doc/db2/api_cxx/DbLog/class.html -share/doc/db2/api_cxx/DbLog/close.html -share/doc/db2/api_cxx/DbLog/compare.html -share/doc/db2/api_cxx/DbLog/db_register.html -share/doc/db2/api_cxx/DbLog/db_unregister.html -share/doc/db2/api_cxx/DbLog/file.html -share/doc/db2/api_cxx/DbLog/flush.html -share/doc/db2/api_cxx/DbLog/get.html -share/doc/db2/api_cxx/DbLog/open.html -share/doc/db2/api_cxx/DbLog/put.html -share/doc/db2/api_cxx/DbLog/stat.html -share/doc/db2/api_cxx/DbLog/unlink.html -share/doc/db2/api_cxx/DbLsn/class.html -share/doc/db2/api_cxx/DbMpool/class.html -share/doc/db2/api_cxx/DbMpool/close.html -share/doc/db2/api_cxx/DbMpool/db_register.html -share/doc/db2/api_cxx/DbMpool/open.html -share/doc/db2/api_cxx/DbMpool/stat.html -share/doc/db2/api_cxx/DbMpool/sync.html -share/doc/db2/api_cxx/DbMpool/trickle.html -share/doc/db2/api_cxx/DbMpool/unlink.html -share/doc/db2/api_cxx/DbMpoolFile/class.html -share/doc/db2/api_cxx/DbMpoolFile/close.html -share/doc/db2/api_cxx/DbMpoolFile/get.html -share/doc/db2/api_cxx/DbMpoolFile/open.html -share/doc/db2/api_cxx/DbMpoolFile/put.html -share/doc/db2/api_cxx/DbMpoolFile/set.html -share/doc/db2/api_cxx/DbMpoolFile/sync.html -share/doc/db2/api_cxx/DbTxn/abort.html -share/doc/db2/api_cxx/DbTxn/class.html -share/doc/db2/api_cxx/DbTxn/commit.html -share/doc/db2/api_cxx/DbTxn/id.html -share/doc/db2/api_cxx/DbTxn/prepare.html -share/doc/db2/api_cxx/DbTxnMgr/begin.html -share/doc/db2/api_cxx/DbTxnMgr/checkpoint.html -share/doc/db2/api_cxx/DbTxnMgr/class.html -share/doc/db2/api_cxx/DbTxnMgr/close.html -share/doc/db2/api_cxx/DbTxnMgr/open.html -share/doc/db2/api_cxx/DbTxnMgr/stat.html -share/doc/db2/api_cxx/DbTxnMgr/unlink.html -share/doc/db2/api_cxx/Dbc/class.html -share/doc/db2/api_cxx/Dbc/close.html -share/doc/db2/api_cxx/Dbc/del.html -share/doc/db2/api_cxx/Dbc/get.html -share/doc/db2/api_cxx/Dbc/put.html -share/doc/db2/api_cxx/Dbt/class.html -share/doc/db2/api_cxx/index/class.html -share/doc/db2/api_java/Db/class.html -share/doc/db2/api_java/Db/close.html -share/doc/db2/api_java/Db/cursor.html -share/doc/db2/api_java/Db/del.html -share/doc/db2/api_java/Db/fd.html -share/doc/db2/api_java/Db/get.html -share/doc/db2/api_java/Db/get_byteswapped.html -share/doc/db2/api_java/Db/get_type.html -share/doc/db2/api_java/Db/join.html -share/doc/db2/api_java/Db/open.html -share/doc/db2/api_java/Db/put.html -share/doc/db2/api_java/Db/stat.html -share/doc/db2/api_java/Db/sync.html -share/doc/db2/api_java/DbEnv/appexit.html -share/doc/db2/api_java/DbEnv/appinit.html -share/doc/db2/api_java/DbEnv/class.html -share/doc/db2/api_java/DbEnv/get_lg_info.html -share/doc/db2/api_java/DbEnv/get_lk_info.html -share/doc/db2/api_java/DbEnv/get_mp_info.html -share/doc/db2/api_java/DbEnv/get_tx_info.html -share/doc/db2/api_java/DbEnv/set_errcall.html -share/doc/db2/api_java/DbEnv/set_error_stream.html -share/doc/db2/api_java/DbEnv/set_errpfx.html -share/doc/db2/api_java/DbEnv/set_lg_max.html -share/doc/db2/api_java/DbEnv/set_lk_conflicts.html -share/doc/db2/api_java/DbEnv/set_lk_detect.html -share/doc/db2/api_java/DbEnv/set_lk_max.html -share/doc/db2/api_java/DbEnv/set_lk_modes.html -share/doc/db2/api_java/DbEnv/set_lorder.html -share/doc/db2/api_java/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_java/DbEnv/set_mp_size.html -share/doc/db2/api_java/DbEnv/set_tx_max.html -share/doc/db2/api_java/DbEnv/set_verbose.html -share/doc/db2/api_java/DbEnv/version.html -share/doc/db2/api_java/DbException/class.html -share/doc/db2/api_java/DbException/get_errno.html -share/doc/db2/api_java/DbInfo/class.html -share/doc/db2/api_java/DbInfo/set_bt_compare.html -share/doc/db2/api_java/DbInfo/set_bt_maxkey.html -share/doc/db2/api_java/DbInfo/set_bt_minkey.html -share/doc/db2/api_java/DbInfo/set_bt_prefix.html -share/doc/db2/api_java/DbInfo/set_cachesize.html -share/doc/db2/api_java/DbInfo/set_compare.html -share/doc/db2/api_java/DbInfo/set_flags.html -share/doc/db2/api_java/DbInfo/set_h_ffactor.html -share/doc/db2/api_java/DbInfo/set_h_hash.html -share/doc/db2/api_java/DbInfo/set_h_nelem.html -share/doc/db2/api_java/DbInfo/set_lorder.html -share/doc/db2/api_java/DbInfo/set_malloc.html -share/doc/db2/api_java/DbInfo/set_pagesize.html -share/doc/db2/api_java/DbInfo/set_re_delim.html -share/doc/db2/api_java/DbInfo/set_re_len.html -share/doc/db2/api_java/DbInfo/set_re_pad.html -share/doc/db2/api_java/DbInfo/set_re_source.html -share/doc/db2/api_java/DbLock/class.html -share/doc/db2/api_java/DbLock/put.html -share/doc/db2/api_java/DbLockTab/class.html -share/doc/db2/api_java/DbLockTab/close.html -share/doc/db2/api_java/DbLockTab/detect.html -share/doc/db2/api_java/DbLockTab/get.html -share/doc/db2/api_java/DbLockTab/id.html -share/doc/db2/api_java/DbLockTab/open.html -share/doc/db2/api_java/DbLockTab/stat.html -share/doc/db2/api_java/DbLockTab/unlink.html -share/doc/db2/api_java/DbLockTab/vec.html -share/doc/db2/api_java/DbLog/archive.html -share/doc/db2/api_java/DbLog/class.html -share/doc/db2/api_java/DbLog/close.html -share/doc/db2/api_java/DbLog/compare.html -share/doc/db2/api_java/DbLog/db_register.html -share/doc/db2/api_java/DbLog/db_unregister.html -share/doc/db2/api_java/DbLog/file.html -share/doc/db2/api_java/DbLog/flush.html -share/doc/db2/api_java/DbLog/get.html -share/doc/db2/api_java/DbLog/open.html -share/doc/db2/api_java/DbLog/put.html -share/doc/db2/api_java/DbLog/stat.html -share/doc/db2/api_java/DbLog/unlink.html -share/doc/db2/api_java/DbLsn/class.html -share/doc/db2/api_java/DbMpool/class.html -share/doc/db2/api_java/DbMpool/close.html -share/doc/db2/api_java/DbMpool/db_register.html -share/doc/db2/api_java/DbMpool/open.html -share/doc/db2/api_java/DbMpool/stat.html -share/doc/db2/api_java/DbMpool/sync.html -share/doc/db2/api_java/DbMpool/trickle.html -share/doc/db2/api_java/DbMpool/unlink.html -share/doc/db2/api_java/DbMpoolFile/class.html -share/doc/db2/api_java/DbMpoolFile/close.html -share/doc/db2/api_java/DbMpoolFile/get.html -share/doc/db2/api_java/DbMpoolFile/open.html -share/doc/db2/api_java/DbMpoolFile/put.html -share/doc/db2/api_java/DbMpoolFile/set.html -share/doc/db2/api_java/DbMpoolFile/sync.html -share/doc/db2/api_java/DbRunRecoveryException/class.html -share/doc/db2/api_java/DbTxn/abort.html -share/doc/db2/api_java/DbTxn/class.html -share/doc/db2/api_java/DbTxn/commit.html -share/doc/db2/api_java/DbTxn/id.html -share/doc/db2/api_java/DbTxn/prepare.html -share/doc/db2/api_java/DbTxnMgr/begin.html -share/doc/db2/api_java/DbTxnMgr/checkpoint.html -share/doc/db2/api_java/DbTxnMgr/class.html -share/doc/db2/api_java/DbTxnMgr/close.html -share/doc/db2/api_java/DbTxnMgr/open.html -share/doc/db2/api_java/DbTxnMgr/stat.html -share/doc/db2/api_java/DbTxnMgr/unlink.html -share/doc/db2/api_java/Dbc/class.html -share/doc/db2/api_java/Dbc/close.html -share/doc/db2/api_java/Dbc/del.html -share/doc/db2/api_java/Dbc/get.html -share/doc/db2/api_java/Dbc/put.html -share/doc/db2/api_java/Dbt/class.html -share/doc/db2/api_java/index/class.html -share/doc/db2/build/java.html -share/doc/db2/build/shared.html -share/doc/db2/build/shared_gcc.html -share/doc/db2/build/shared_hp.html -share/doc/db2/build/unix.html -share/doc/db2/build/unix_faq.html -share/doc/db2/build/win16.html -share/doc/db2/build/win32.html -share/doc/db2/build/win_faq.html -share/doc/db2/distrib/layout.html -share/doc/db2/images/folder.gif -share/doc/db2/images/folder_open.gif -share/doc/db2/images/next.gif -share/doc/db2/images/prev.gif -share/doc/db2/images/ps.gif -share/doc/db2/images/sleepycat.gif -share/doc/db2/images/toc.gif -share/doc/db2/index.html -share/doc/db2/packages/hash_usenix.ps -share/doc/db2/packages/index.html -share/doc/db2/packages/libtp_usenix.ps -share/doc/db2/packages/witold.html -share/doc/db2/ref/am/bt_compare.html -share/doc/db2/ref/am/bt_dup.html -share/doc/db2/ref/am/bt_maxkey.html -share/doc/db2/ref/am/bt_minkey.html -share/doc/db2/ref/am/bt_prefix.html -share/doc/db2/ref/am/bt_recnum.html -share/doc/db2/ref/am/byteorder.html -share/doc/db2/ref/am/cachesize.html -share/doc/db2/ref/am/close.html -share/doc/db2/ref/am/compare.html -share/doc/db2/ref/am/curclose.html -share/doc/db2/ref/am/curdel.html -share/doc/db2/ref/am/curget.html -share/doc/db2/ref/am/curput.html -share/doc/db2/ref/am/cursor.html -share/doc/db2/ref/am/delete.html -share/doc/db2/ref/am/get.html -share/doc/db2/ref/am/h_dup.html -share/doc/db2/ref/am/h_ffactor.html -share/doc/db2/ref/am/h_hash.html -share/doc/db2/ref/am/h_nelem.html -share/doc/db2/ref/am/intro.html -share/doc/db2/ref/am/join.html -share/doc/db2/ref/am/logrec.html -share/doc/db2/ref/am/malloc.html -share/doc/db2/ref/am/ops.html -share/doc/db2/ref/am/pagesize.html -share/doc/db2/ref/am/partial.html -share/doc/db2/ref/am/put.html -share/doc/db2/ref/am/re_delim.html -share/doc/db2/ref/am/re_len.html -share/doc/db2/ref/am/re_pad.html -share/doc/db2/ref/am/re_source.html -share/doc/db2/ref/am/renumber.html -share/doc/db2/ref/am/select.html -share/doc/db2/ref/am/stat.html -share/doc/db2/ref/am/sync.html -share/doc/db2/ref/arch/apis.html -share/doc/db2/ref/arch/bigpic.gif -share/doc/db2/ref/arch/bigpic.html -share/doc/db2/ref/arch/env.html -share/doc/db2/ref/arch/extending.html -share/doc/db2/ref/arch/progmodel.html -share/doc/db2/ref/arch/script.html -share/doc/db2/ref/arch/smallpic.gif -share/doc/db2/ref/arch/subsystem.html -share/doc/db2/ref/arch/utilities.html -share/doc/db2/ref/cam/intro.html -share/doc/db2/ref/debug/runtime.html -share/doc/db2/ref/dumpload/format.html -share/doc/db2/ref/dumpload/text.html -share/doc/db2/ref/dumpload/utility.html -share/doc/db2/ref/env/create.html -share/doc/db2/ref/env/naming.html -share/doc/db2/ref/env/open.html -share/doc/db2/ref/env/region.html -share/doc/db2/ref/env/security.html -share/doc/db2/ref/install/file.html -share/doc/db2/ref/install/magic.s5.be.txt -share/doc/db2/ref/install/magic.s5.le.txt -share/doc/db2/ref/install/magic.txt -share/doc/db2/ref/intro/distrib.html -share/doc/db2/ref/intro/do.html -share/doc/db2/ref/intro/what.html -share/doc/db2/ref/intro/where.html -share/doc/db2/ref/lock/stdmode.html -share/doc/db2/ref/log/config.html -share/doc/db2/ref/log/intro.html -share/doc/db2/ref/log/limits.html -share/doc/db2/ref/mp/config.html -share/doc/db2/ref/mp/intro.html -share/doc/db2/ref/perl/intro.html -share/doc/db2/ref/program/appsignals.html -share/doc/db2/ref/program/byteorder.html -share/doc/db2/ref/program/compatible.html -share/doc/db2/ref/program/convert.html -share/doc/db2/ref/program/dbsizes.html -share/doc/db2/ref/program/environ.html -share/doc/db2/ref/program/errorret.html -share/doc/db2/ref/program/java.html -share/doc/db2/ref/program/runtime.html -share/doc/db2/ref/program/solaris.txt -share/doc/db2/ref/program/thread.html -share/doc/db2/ref/program/version.html -share/doc/db2/ref/sendmail/intro.html -share/doc/db2/ref/simple_tut/close.html -share/doc/db2/ref/simple_tut/del.html -share/doc/db2/ref/simple_tut/errors.html -share/doc/db2/ref/simple_tut/example.txt -share/doc/db2/ref/simple_tut/get.html -share/doc/db2/ref/simple_tut/intro.html -share/doc/db2/ref/simple_tut/keydata.html -share/doc/db2/ref/simple_tut/open.html -share/doc/db2/ref/simple_tut/put.html -share/doc/db2/ref/toc.html -share/doc/db2/ref/transapp/admin.html -share/doc/db2/ref/transapp/apps.html -share/doc/db2/ref/transapp/archival.html -share/doc/db2/ref/transapp/checkpoint.html -share/doc/db2/ref/transapp/deadlock.html -share/doc/db2/ref/transapp/filesys.html -share/doc/db2/ref/transapp/intro.html -share/doc/db2/ref/transapp/recovery.html -share/doc/db2/ref/transapp/throughput.html -share/doc/db2/ref/transapp/writetest.txt -share/doc/db2/ref/txn/config.html -share/doc/db2/ref/txn/limits.html -share/doc/db2/ref/txn/other.html -share/doc/db2/ref/txn/stability.html -share/doc/db2/sleepycat/contact.html -share/doc/db2/sleepycat/products.html -share/doc/db2/test/build.html -share/doc/db2/test/build_faq.html -share/doc/db2/test/debug.html -share/doc/db2/test/run.html -share/doc/db2/utility/db_archive.html -share/doc/db2/utility/db_checkpoint.html -share/doc/db2/utility/db_deadlock.html -share/doc/db2/utility/db_dump.html -share/doc/db2/utility/db_load.html -share/doc/db2/utility/db_recover.html -share/doc/db2/utility/db_stat.html -share/doc/db2/utility/index.html -share/examples/db2/examples/README -share/examples/db2/examples/ex_access.c -share/examples/db2/examples/ex_appinit.c -share/examples/db2/examples/ex_btrec.c -share/examples/db2/examples/ex_lock.c -share/examples/db2/examples/ex_mpool.c -share/examples/db2/examples/ex_thread.c -share/examples/db2/examples/ex_tpcb.c -share/examples/db2/examples/ex_tpcb.h -share/examples/db2/examples_cxx/AccessExample.cpp -share/examples/db2/examples_cxx/AppinitExample.cpp -share/examples/db2/examples_cxx/LockExample.cpp -share/examples/db2/examples_cxx/MpoolExample.cpp -share/examples/db2/examples_cxx/TpcbExample.cpp -share/examples/db2/examples_java/AccessExample.java -share/examples/db2/examples_java/AppinitExample.java -share/examples/db2/examples_java/LockExample.java -share/examples/db2/examples_java/TpcbExample.java diff --git a/databases/db42/Makefile b/databases/db42/Makefile deleted file mode 100644 index 5eca63ecfdc1..000000000000 --- a/databases/db42/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# ports collection makefile for: Berkeley DB -# Version required: v2.* -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= db-2.7.7 -CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ - -MAINTAINER= josh@ican.net - -Y2K= http://www.sleepycat.com/faq.html#A8 - -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -GNU_CONFIGURE= YES -CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx - -post-install: - ${MKDIR} ${PREFIX}/share/examples/db2 - cd ${WRKSRC}/..; \ - tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ - ( cd ${PREFIX}/share/examples/db2; tar xf - ) - @${ECHO_MSG} "" - @${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @${ECHO_MSG} "have a working copy of the JDK (v1.1) installed." - @${ECHO_MSG} "" - @${ECHO_MSG} "To build java support, please read:" - @${ECHO_MSG} "" - @${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README" - @${ECHO_MSG} "" - @${ECHO_MSG} "and follow the directions therein." - -.include <bsd.port.mk> diff --git a/databases/db42/distinfo b/databases/db42/distinfo deleted file mode 100644 index d761baf3bdff..000000000000 --- a/databases/db42/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (db-2.7.7.tar.gz) = 20256735091ee382c6601117d82d749a diff --git a/databases/db42/files/patch-aa b/databases/db42/files/patch-aa deleted file mode 100644 index f857dbec5c27..000000000000 --- a/databases/db42/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- ../dist/Makefile.in.orig Mon Dec 7 22:05:59 1998 -+++ ../dist/Makefile.in Mon Mar 29 00:59:52 1999 -@@ -43,7 +43,7 @@ - LOBJS= @LIBOBJS@ - POBJS= err.o getlong.o - --libdb= libdb.a -+libdb= libdb2.a - all: $(libdb) $(PROGS) - - $(libdb): db.h $(OBJS) $(LOBJS) -@@ -141,11 +141,11 @@ - $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl - - prefix= @prefix@ --bindir= $(prefix)/BerkeleyDB/bin --datadir=$(prefix)/BerkeleyDB/share --includedir=$(prefix)/BerkeleyDB/include --libdir= $(prefix)/BerkeleyDB/lib --mandir= $(prefix)/BerkeleyDB/docs -+bindir= $(prefix)/bin -+datadir=$(prefix)/share/db2 -+includedir=$(prefix)/include/db2 -+libdir= $(prefix)/lib -+mandir= $(prefix)/share/doc/db2 - - dmode= 755 - emode= 555 diff --git a/databases/db42/pkg-comment b/databases/db42/pkg-comment deleted file mode 100644 index 39a54a240320..000000000000 --- a/databases/db42/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley DB package, revision 2 diff --git a/databases/db42/pkg-descr b/databases/db42/pkg-descr deleted file mode 100644 index b9ed34ee6d81..000000000000 --- a/databases/db42/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v2 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -There are minor interface changes in this release which may require that DB -applications be modified and recompiled. For a complete discussion of -interface changes, see: - -http://www.sleepycat.com/update/ - -WWW: http://www.sleepycat.com diff --git a/databases/db42/pkg-plist b/databases/db42/pkg-plist deleted file mode 100644 index b4313abf6acf..000000000000 --- a/databases/db42/pkg-plist +++ /dev/null @@ -1,479 +0,0 @@ -include/db2/db.h -include/db2/db_cxx.h -include/db2/db_185.h -lib/libdb2.a -bin/db_archive -bin/db_checkpoint -bin/db_deadlock -bin/db_dump -bin/db_dump185 -bin/db_load -bin/db_printlog -bin/db_recover -bin/db_stat -share/doc/db2/api_c/Db/close.html -share/doc/db2/api_c/Db/cursor.html -share/doc/db2/api_c/Db/del.html -share/doc/db2/api_c/Db/fd.html -share/doc/db2/api_c/Db/get.html -share/doc/db2/api_c/Db/join.html -share/doc/db2/api_c/Db/open.html -share/doc/db2/api_c/Db/put.html -share/doc/db2/api_c/Db/stat.html -share/doc/db2/api_c/Db/sync.html -share/doc/db2/api_c/DbEnv/appexit.html -share/doc/db2/api_c/DbEnv/appinit.html -share/doc/db2/api_c/DbEnv/env.html -share/doc/db2/api_c/DbEnv/version.html -share/doc/db2/api_c/DbInfo/info.html -share/doc/db2/api_c/DbLock/put.html -share/doc/db2/api_c/DbLockTab/close.html -share/doc/db2/api_c/DbLockTab/detect.html -share/doc/db2/api_c/DbLockTab/get.html -share/doc/db2/api_c/DbLockTab/id.html -share/doc/db2/api_c/DbLockTab/open.html -share/doc/db2/api_c/DbLockTab/stat.html -share/doc/db2/api_c/DbLockTab/unlink.html -share/doc/db2/api_c/DbLockTab/vec.html -share/doc/db2/api_c/DbLog/archive.html -share/doc/db2/api_c/DbLog/close.html -share/doc/db2/api_c/DbLog/compare.html -share/doc/db2/api_c/DbLog/db_register.html -share/doc/db2/api_c/DbLog/db_unregister.html -share/doc/db2/api_c/DbLog/file.html -share/doc/db2/api_c/DbLog/flush.html -share/doc/db2/api_c/DbLog/get.html -share/doc/db2/api_c/DbLog/lsn.html -share/doc/db2/api_c/DbLog/open.html -share/doc/db2/api_c/DbLog/put.html -share/doc/db2/api_c/DbLog/stat.html -share/doc/db2/api_c/DbLog/unlink.html -share/doc/db2/api_c/DbMpool/close.html -share/doc/db2/api_c/DbMpool/db_register.html -share/doc/db2/api_c/DbMpool/open.html -share/doc/db2/api_c/DbMpool/stat.html -share/doc/db2/api_c/DbMpool/sync.html -share/doc/db2/api_c/DbMpool/trickle.html -share/doc/db2/api_c/DbMpool/unlink.html -share/doc/db2/api_c/DbMpoolFile/close.html -share/doc/db2/api_c/DbMpoolFile/get.html -share/doc/db2/api_c/DbMpoolFile/open.html -share/doc/db2/api_c/DbMpoolFile/put.html -share/doc/db2/api_c/DbMpoolFile/set.html -share/doc/db2/api_c/DbMpoolFile/sync.html -share/doc/db2/api_c/DbTxn/abort.html -share/doc/db2/api_c/DbTxn/commit.html -share/doc/db2/api_c/DbTxn/id.html -share/doc/db2/api_c/DbTxn/prepare.html -share/doc/db2/api_c/DbTxnMgr/begin.html -share/doc/db2/api_c/DbTxnMgr/checkpoint.html -share/doc/db2/api_c/DbTxnMgr/close.html -share/doc/db2/api_c/DbTxnMgr/open.html -share/doc/db2/api_c/DbTxnMgr/stat.html -share/doc/db2/api_c/DbTxnMgr/unlink.html -share/doc/db2/api_c/Dbc/close.html -share/doc/db2/api_c/Dbc/del.html -share/doc/db2/api_c/Dbc/get.html -share/doc/db2/api_c/Dbc/put.html -share/doc/db2/api_c/Dbt/dbt.html -share/doc/db2/api_c/historic/dbm.html -share/doc/db2/api_c/historic/hsearch.html -share/doc/db2/api_c/index/flags.html -share/doc/db2/api_c/index/function.html -share/doc/db2/api_c/index/structure.html -share/doc/db2/api_c/internal/db_jump_set.html -share/doc/db2/api_c/internal/db_value_set.html -share/doc/db2/api_cxx/Db/class.html -share/doc/db2/api_cxx/Db/close.html -share/doc/db2/api_cxx/Db/cursor.html -share/doc/db2/api_cxx/Db/del.html -share/doc/db2/api_cxx/Db/fd.html -share/doc/db2/api_cxx/Db/get.html -share/doc/db2/api_cxx/Db/get_byteswapped.html -share/doc/db2/api_cxx/Db/get_type.html -share/doc/db2/api_cxx/Db/join.html -share/doc/db2/api_cxx/Db/open.html -share/doc/db2/api_cxx/Db/put.html -share/doc/db2/api_cxx/Db/stat.html -share/doc/db2/api_cxx/Db/sync.html -share/doc/db2/api_cxx/DbEnv/appexit.html -share/doc/db2/api_cxx/DbEnv/appinit.html -share/doc/db2/api_cxx/DbEnv/class.html -share/doc/db2/api_cxx/DbEnv/get_lg_info.html -share/doc/db2/api_cxx/DbEnv/get_lk_info.html -share/doc/db2/api_cxx/DbEnv/get_mp_info.html -share/doc/db2/api_cxx/DbEnv/get_tx_info.html -share/doc/db2/api_cxx/DbEnv/set_errcall.html -share/doc/db2/api_cxx/DbEnv/set_errfile.html -share/doc/db2/api_cxx/DbEnv/set_error_model.html -share/doc/db2/api_cxx/DbEnv/set_error_stream.html -share/doc/db2/api_cxx/DbEnv/set_errpfx.html -share/doc/db2/api_cxx/DbEnv/set_lg_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/db2/api_cxx/DbEnv/set_lk_detect.html -share/doc/db2/api_cxx/DbEnv/set_lk_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_modes.html -share/doc/db2/api_cxx/DbEnv/set_lorder.html -share/doc/db2/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_cxx/DbEnv/set_mp_size.html -share/doc/db2/api_cxx/DbEnv/set_tx_max.html -share/doc/db2/api_cxx/DbEnv/set_tx_recover.html -share/doc/db2/api_cxx/DbEnv/set_verbose.html -share/doc/db2/api_cxx/DbEnv/version.html -share/doc/db2/api_cxx/DbException/class.html -share/doc/db2/api_cxx/DbException/get_errno.html -share/doc/db2/api_cxx/DbException/what.html -share/doc/db2/api_cxx/DbInfo/class.html -share/doc/db2/api_cxx/DbInfo/set_bt_compare.html -share/doc/db2/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_minkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_prefix.html -share/doc/db2/api_cxx/DbInfo/set_cachesize.html -share/doc/db2/api_cxx/DbInfo/set_compare.html -share/doc/db2/api_cxx/DbInfo/set_flags.html -share/doc/db2/api_cxx/DbInfo/set_h_ffactor.html -share/doc/db2/api_cxx/DbInfo/set_h_hash.html -share/doc/db2/api_cxx/DbInfo/set_h_nelem.html -share/doc/db2/api_cxx/DbInfo/set_lorder.html -share/doc/db2/api_cxx/DbInfo/set_malloc.html -share/doc/db2/api_cxx/DbInfo/set_pagesize.html -share/doc/db2/api_cxx/DbInfo/set_re_delim.html -share/doc/db2/api_cxx/DbInfo/set_re_len.html -share/doc/db2/api_cxx/DbInfo/set_re_pad.html -share/doc/db2/api_cxx/DbInfo/set_re_source.html -share/doc/db2/api_cxx/DbLock/class.html -share/doc/db2/api_cxx/DbLock/put.html -share/doc/db2/api_cxx/DbLockTab/class.html -share/doc/db2/api_cxx/DbLockTab/close.html -share/doc/db2/api_cxx/DbLockTab/detect.html -share/doc/db2/api_cxx/DbLockTab/get.html -share/doc/db2/api_cxx/DbLockTab/id.html -share/doc/db2/api_cxx/DbLockTab/open.html -share/doc/db2/api_cxx/DbLockTab/stat.html -share/doc/db2/api_cxx/DbLockTab/unlink.html -share/doc/db2/api_cxx/DbLockTab/vec.html -share/doc/db2/api_cxx/DbLog/archive.html -share/doc/db2/api_cxx/DbLog/class.html -share/doc/db2/api_cxx/DbLog/close.html -share/doc/db2/api_cxx/DbLog/compare.html -share/doc/db2/api_cxx/DbLog/db_register.html -share/doc/db2/api_cxx/DbLog/db_unregister.html -share/doc/db2/api_cxx/DbLog/file.html -share/doc/db2/api_cxx/DbLog/flush.html -share/doc/db2/api_cxx/DbLog/get.html -share/doc/db2/api_cxx/DbLog/open.html -share/doc/db2/api_cxx/DbLog/put.html -share/doc/db2/api_cxx/DbLog/stat.html -share/doc/db2/api_cxx/DbLog/unlink.html -share/doc/db2/api_cxx/DbLsn/class.html -share/doc/db2/api_cxx/DbMpool/class.html -share/doc/db2/api_cxx/DbMpool/close.html -share/doc/db2/api_cxx/DbMpool/db_register.html -share/doc/db2/api_cxx/DbMpool/open.html -share/doc/db2/api_cxx/DbMpool/stat.html -share/doc/db2/api_cxx/DbMpool/sync.html -share/doc/db2/api_cxx/DbMpool/trickle.html -share/doc/db2/api_cxx/DbMpool/unlink.html -share/doc/db2/api_cxx/DbMpoolFile/class.html -share/doc/db2/api_cxx/DbMpoolFile/close.html -share/doc/db2/api_cxx/DbMpoolFile/get.html -share/doc/db2/api_cxx/DbMpoolFile/open.html -share/doc/db2/api_cxx/DbMpoolFile/put.html -share/doc/db2/api_cxx/DbMpoolFile/set.html -share/doc/db2/api_cxx/DbMpoolFile/sync.html -share/doc/db2/api_cxx/DbTxn/abort.html -share/doc/db2/api_cxx/DbTxn/class.html -share/doc/db2/api_cxx/DbTxn/commit.html -share/doc/db2/api_cxx/DbTxn/id.html -share/doc/db2/api_cxx/DbTxn/prepare.html -share/doc/db2/api_cxx/DbTxnMgr/begin.html -share/doc/db2/api_cxx/DbTxnMgr/checkpoint.html -share/doc/db2/api_cxx/DbTxnMgr/class.html -share/doc/db2/api_cxx/DbTxnMgr/close.html -share/doc/db2/api_cxx/DbTxnMgr/open.html -share/doc/db2/api_cxx/DbTxnMgr/stat.html -share/doc/db2/api_cxx/DbTxnMgr/unlink.html -share/doc/db2/api_cxx/Dbc/class.html -share/doc/db2/api_cxx/Dbc/close.html -share/doc/db2/api_cxx/Dbc/del.html -share/doc/db2/api_cxx/Dbc/get.html -share/doc/db2/api_cxx/Dbc/put.html -share/doc/db2/api_cxx/Dbt/class.html -share/doc/db2/api_cxx/index/class.html -share/doc/db2/api_java/Db/class.html -share/doc/db2/api_java/Db/close.html -share/doc/db2/api_java/Db/cursor.html -share/doc/db2/api_java/Db/del.html -share/doc/db2/api_java/Db/fd.html -share/doc/db2/api_java/Db/get.html -share/doc/db2/api_java/Db/get_byteswapped.html -share/doc/db2/api_java/Db/get_type.html -share/doc/db2/api_java/Db/join.html -share/doc/db2/api_java/Db/open.html -share/doc/db2/api_java/Db/put.html -share/doc/db2/api_java/Db/stat.html -share/doc/db2/api_java/Db/sync.html -share/doc/db2/api_java/DbEnv/appexit.html -share/doc/db2/api_java/DbEnv/appinit.html -share/doc/db2/api_java/DbEnv/class.html -share/doc/db2/api_java/DbEnv/get_lg_info.html -share/doc/db2/api_java/DbEnv/get_lk_info.html -share/doc/db2/api_java/DbEnv/get_mp_info.html -share/doc/db2/api_java/DbEnv/get_tx_info.html -share/doc/db2/api_java/DbEnv/set_errcall.html -share/doc/db2/api_java/DbEnv/set_error_stream.html -share/doc/db2/api_java/DbEnv/set_errpfx.html -share/doc/db2/api_java/DbEnv/set_lg_max.html -share/doc/db2/api_java/DbEnv/set_lk_conflicts.html -share/doc/db2/api_java/DbEnv/set_lk_detect.html -share/doc/db2/api_java/DbEnv/set_lk_max.html -share/doc/db2/api_java/DbEnv/set_lk_modes.html -share/doc/db2/api_java/DbEnv/set_lorder.html -share/doc/db2/api_java/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_java/DbEnv/set_mp_size.html -share/doc/db2/api_java/DbEnv/set_tx_max.html -share/doc/db2/api_java/DbEnv/set_verbose.html -share/doc/db2/api_java/DbEnv/version.html -share/doc/db2/api_java/DbException/class.html -share/doc/db2/api_java/DbException/get_errno.html -share/doc/db2/api_java/DbInfo/class.html -share/doc/db2/api_java/DbInfo/set_bt_compare.html -share/doc/db2/api_java/DbInfo/set_bt_maxkey.html -share/doc/db2/api_java/DbInfo/set_bt_minkey.html -share/doc/db2/api_java/DbInfo/set_bt_prefix.html -share/doc/db2/api_java/DbInfo/set_cachesize.html -share/doc/db2/api_java/DbInfo/set_compare.html -share/doc/db2/api_java/DbInfo/set_flags.html -share/doc/db2/api_java/DbInfo/set_h_ffactor.html -share/doc/db2/api_java/DbInfo/set_h_hash.html -share/doc/db2/api_java/DbInfo/set_h_nelem.html -share/doc/db2/api_java/DbInfo/set_lorder.html -share/doc/db2/api_java/DbInfo/set_malloc.html -share/doc/db2/api_java/DbInfo/set_pagesize.html -share/doc/db2/api_java/DbInfo/set_re_delim.html -share/doc/db2/api_java/DbInfo/set_re_len.html -share/doc/db2/api_java/DbInfo/set_re_pad.html -share/doc/db2/api_java/DbInfo/set_re_source.html -share/doc/db2/api_java/DbLock/class.html -share/doc/db2/api_java/DbLock/put.html -share/doc/db2/api_java/DbLockTab/class.html -share/doc/db2/api_java/DbLockTab/close.html -share/doc/db2/api_java/DbLockTab/detect.html -share/doc/db2/api_java/DbLockTab/get.html -share/doc/db2/api_java/DbLockTab/id.html -share/doc/db2/api_java/DbLockTab/open.html -share/doc/db2/api_java/DbLockTab/stat.html -share/doc/db2/api_java/DbLockTab/unlink.html -share/doc/db2/api_java/DbLockTab/vec.html -share/doc/db2/api_java/DbLog/archive.html -share/doc/db2/api_java/DbLog/class.html -share/doc/db2/api_java/DbLog/close.html -share/doc/db2/api_java/DbLog/compare.html -share/doc/db2/api_java/DbLog/db_register.html -share/doc/db2/api_java/DbLog/db_unregister.html -share/doc/db2/api_java/DbLog/file.html -share/doc/db2/api_java/DbLog/flush.html -share/doc/db2/api_java/DbLog/get.html -share/doc/db2/api_java/DbLog/open.html -share/doc/db2/api_java/DbLog/put.html -share/doc/db2/api_java/DbLog/stat.html -share/doc/db2/api_java/DbLog/unlink.html -share/doc/db2/api_java/DbLsn/class.html -share/doc/db2/api_java/DbMpool/class.html -share/doc/db2/api_java/DbMpool/close.html -share/doc/db2/api_java/DbMpool/db_register.html -share/doc/db2/api_java/DbMpool/open.html -share/doc/db2/api_java/DbMpool/stat.html -share/doc/db2/api_java/DbMpool/sync.html -share/doc/db2/api_java/DbMpool/trickle.html -share/doc/db2/api_java/DbMpool/unlink.html -share/doc/db2/api_java/DbMpoolFile/class.html -share/doc/db2/api_java/DbMpoolFile/close.html -share/doc/db2/api_java/DbMpoolFile/get.html -share/doc/db2/api_java/DbMpoolFile/open.html -share/doc/db2/api_java/DbMpoolFile/put.html -share/doc/db2/api_java/DbMpoolFile/set.html -share/doc/db2/api_java/DbMpoolFile/sync.html -share/doc/db2/api_java/DbRunRecoveryException/class.html -share/doc/db2/api_java/DbTxn/abort.html -share/doc/db2/api_java/DbTxn/class.html -share/doc/db2/api_java/DbTxn/commit.html -share/doc/db2/api_java/DbTxn/id.html -share/doc/db2/api_java/DbTxn/prepare.html -share/doc/db2/api_java/DbTxnMgr/begin.html -share/doc/db2/api_java/DbTxnMgr/checkpoint.html -share/doc/db2/api_java/DbTxnMgr/class.html -share/doc/db2/api_java/DbTxnMgr/close.html -share/doc/db2/api_java/DbTxnMgr/open.html -share/doc/db2/api_java/DbTxnMgr/stat.html -share/doc/db2/api_java/DbTxnMgr/unlink.html -share/doc/db2/api_java/Dbc/class.html -share/doc/db2/api_java/Dbc/close.html -share/doc/db2/api_java/Dbc/del.html -share/doc/db2/api_java/Dbc/get.html -share/doc/db2/api_java/Dbc/put.html -share/doc/db2/api_java/Dbt/class.html -share/doc/db2/api_java/index/class.html -share/doc/db2/build/java.html -share/doc/db2/build/shared.html -share/doc/db2/build/shared_gcc.html -share/doc/db2/build/shared_hp.html -share/doc/db2/build/unix.html -share/doc/db2/build/unix_faq.html -share/doc/db2/build/win16.html -share/doc/db2/build/win32.html -share/doc/db2/build/win_faq.html -share/doc/db2/distrib/layout.html -share/doc/db2/images/folder.gif -share/doc/db2/images/folder_open.gif -share/doc/db2/images/next.gif -share/doc/db2/images/prev.gif -share/doc/db2/images/ps.gif -share/doc/db2/images/sleepycat.gif -share/doc/db2/images/toc.gif -share/doc/db2/index.html -share/doc/db2/packages/hash_usenix.ps -share/doc/db2/packages/index.html -share/doc/db2/packages/libtp_usenix.ps -share/doc/db2/packages/witold.html -share/doc/db2/ref/am/bt_compare.html -share/doc/db2/ref/am/bt_dup.html -share/doc/db2/ref/am/bt_maxkey.html -share/doc/db2/ref/am/bt_minkey.html -share/doc/db2/ref/am/bt_prefix.html -share/doc/db2/ref/am/bt_recnum.html -share/doc/db2/ref/am/byteorder.html -share/doc/db2/ref/am/cachesize.html -share/doc/db2/ref/am/close.html -share/doc/db2/ref/am/compare.html -share/doc/db2/ref/am/curclose.html -share/doc/db2/ref/am/curdel.html -share/doc/db2/ref/am/curget.html -share/doc/db2/ref/am/curput.html -share/doc/db2/ref/am/cursor.html -share/doc/db2/ref/am/delete.html -share/doc/db2/ref/am/get.html -share/doc/db2/ref/am/h_dup.html -share/doc/db2/ref/am/h_ffactor.html -share/doc/db2/ref/am/h_hash.html -share/doc/db2/ref/am/h_nelem.html -share/doc/db2/ref/am/intro.html -share/doc/db2/ref/am/join.html -share/doc/db2/ref/am/logrec.html -share/doc/db2/ref/am/malloc.html -share/doc/db2/ref/am/ops.html -share/doc/db2/ref/am/pagesize.html -share/doc/db2/ref/am/partial.html -share/doc/db2/ref/am/put.html -share/doc/db2/ref/am/re_delim.html -share/doc/db2/ref/am/re_len.html -share/doc/db2/ref/am/re_pad.html -share/doc/db2/ref/am/re_source.html -share/doc/db2/ref/am/renumber.html -share/doc/db2/ref/am/select.html -share/doc/db2/ref/am/stat.html -share/doc/db2/ref/am/sync.html -share/doc/db2/ref/arch/apis.html -share/doc/db2/ref/arch/bigpic.gif -share/doc/db2/ref/arch/bigpic.html -share/doc/db2/ref/arch/env.html -share/doc/db2/ref/arch/extending.html -share/doc/db2/ref/arch/progmodel.html -share/doc/db2/ref/arch/script.html -share/doc/db2/ref/arch/smallpic.gif -share/doc/db2/ref/arch/subsystem.html -share/doc/db2/ref/arch/utilities.html -share/doc/db2/ref/cam/intro.html -share/doc/db2/ref/debug/runtime.html -share/doc/db2/ref/dumpload/format.html -share/doc/db2/ref/dumpload/text.html -share/doc/db2/ref/dumpload/utility.html -share/doc/db2/ref/env/create.html -share/doc/db2/ref/env/naming.html -share/doc/db2/ref/env/open.html -share/doc/db2/ref/env/region.html -share/doc/db2/ref/env/security.html -share/doc/db2/ref/install/file.html -share/doc/db2/ref/install/magic.s5.be.txt -share/doc/db2/ref/install/magic.s5.le.txt -share/doc/db2/ref/install/magic.txt -share/doc/db2/ref/intro/distrib.html -share/doc/db2/ref/intro/do.html -share/doc/db2/ref/intro/what.html -share/doc/db2/ref/intro/where.html -share/doc/db2/ref/lock/stdmode.html -share/doc/db2/ref/log/config.html -share/doc/db2/ref/log/intro.html -share/doc/db2/ref/log/limits.html -share/doc/db2/ref/mp/config.html -share/doc/db2/ref/mp/intro.html -share/doc/db2/ref/perl/intro.html -share/doc/db2/ref/program/appsignals.html -share/doc/db2/ref/program/byteorder.html -share/doc/db2/ref/program/compatible.html -share/doc/db2/ref/program/convert.html -share/doc/db2/ref/program/dbsizes.html -share/doc/db2/ref/program/environ.html -share/doc/db2/ref/program/errorret.html -share/doc/db2/ref/program/java.html -share/doc/db2/ref/program/runtime.html -share/doc/db2/ref/program/solaris.txt -share/doc/db2/ref/program/thread.html -share/doc/db2/ref/program/version.html -share/doc/db2/ref/sendmail/intro.html -share/doc/db2/ref/simple_tut/close.html -share/doc/db2/ref/simple_tut/del.html -share/doc/db2/ref/simple_tut/errors.html -share/doc/db2/ref/simple_tut/example.txt -share/doc/db2/ref/simple_tut/get.html -share/doc/db2/ref/simple_tut/intro.html -share/doc/db2/ref/simple_tut/keydata.html -share/doc/db2/ref/simple_tut/open.html -share/doc/db2/ref/simple_tut/put.html -share/doc/db2/ref/toc.html -share/doc/db2/ref/transapp/admin.html -share/doc/db2/ref/transapp/apps.html -share/doc/db2/ref/transapp/archival.html -share/doc/db2/ref/transapp/checkpoint.html -share/doc/db2/ref/transapp/deadlock.html -share/doc/db2/ref/transapp/filesys.html -share/doc/db2/ref/transapp/intro.html -share/doc/db2/ref/transapp/recovery.html -share/doc/db2/ref/transapp/throughput.html -share/doc/db2/ref/transapp/writetest.txt -share/doc/db2/ref/txn/config.html -share/doc/db2/ref/txn/limits.html -share/doc/db2/ref/txn/other.html -share/doc/db2/ref/txn/stability.html -share/doc/db2/sleepycat/contact.html -share/doc/db2/sleepycat/products.html -share/doc/db2/test/build.html -share/doc/db2/test/build_faq.html -share/doc/db2/test/debug.html -share/doc/db2/test/run.html -share/doc/db2/utility/db_archive.html -share/doc/db2/utility/db_checkpoint.html -share/doc/db2/utility/db_deadlock.html -share/doc/db2/utility/db_dump.html -share/doc/db2/utility/db_load.html -share/doc/db2/utility/db_recover.html -share/doc/db2/utility/db_stat.html -share/doc/db2/utility/index.html -share/examples/db2/examples/README -share/examples/db2/examples/ex_access.c -share/examples/db2/examples/ex_appinit.c -share/examples/db2/examples/ex_btrec.c -share/examples/db2/examples/ex_lock.c -share/examples/db2/examples/ex_mpool.c -share/examples/db2/examples/ex_thread.c -share/examples/db2/examples/ex_tpcb.c -share/examples/db2/examples/ex_tpcb.h -share/examples/db2/examples_cxx/AccessExample.cpp -share/examples/db2/examples_cxx/AppinitExample.cpp -share/examples/db2/examples_cxx/LockExample.cpp -share/examples/db2/examples_cxx/MpoolExample.cpp -share/examples/db2/examples_cxx/TpcbExample.cpp -share/examples/db2/examples_java/AccessExample.java -share/examples/db2/examples_java/AppinitExample.java -share/examples/db2/examples_java/LockExample.java -share/examples/db2/examples_java/TpcbExample.java diff --git a/databases/db43/Makefile b/databases/db43/Makefile deleted file mode 100644 index 5eca63ecfdc1..000000000000 --- a/databases/db43/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# ports collection makefile for: Berkeley DB -# Version required: v2.* -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= db-2.7.7 -CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ - -MAINTAINER= josh@ican.net - -Y2K= http://www.sleepycat.com/faq.html#A8 - -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -GNU_CONFIGURE= YES -CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx - -post-install: - ${MKDIR} ${PREFIX}/share/examples/db2 - cd ${WRKSRC}/..; \ - tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ - ( cd ${PREFIX}/share/examples/db2; tar xf - ) - @${ECHO_MSG} "" - @${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @${ECHO_MSG} "have a working copy of the JDK (v1.1) installed." - @${ECHO_MSG} "" - @${ECHO_MSG} "To build java support, please read:" - @${ECHO_MSG} "" - @${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README" - @${ECHO_MSG} "" - @${ECHO_MSG} "and follow the directions therein." - -.include <bsd.port.mk> diff --git a/databases/db43/distinfo b/databases/db43/distinfo deleted file mode 100644 index d761baf3bdff..000000000000 --- a/databases/db43/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (db-2.7.7.tar.gz) = 20256735091ee382c6601117d82d749a diff --git a/databases/db43/files/patch-aa b/databases/db43/files/patch-aa deleted file mode 100644 index f857dbec5c27..000000000000 --- a/databases/db43/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- ../dist/Makefile.in.orig Mon Dec 7 22:05:59 1998 -+++ ../dist/Makefile.in Mon Mar 29 00:59:52 1999 -@@ -43,7 +43,7 @@ - LOBJS= @LIBOBJS@ - POBJS= err.o getlong.o - --libdb= libdb.a -+libdb= libdb2.a - all: $(libdb) $(PROGS) - - $(libdb): db.h $(OBJS) $(LOBJS) -@@ -141,11 +141,11 @@ - $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl - - prefix= @prefix@ --bindir= $(prefix)/BerkeleyDB/bin --datadir=$(prefix)/BerkeleyDB/share --includedir=$(prefix)/BerkeleyDB/include --libdir= $(prefix)/BerkeleyDB/lib --mandir= $(prefix)/BerkeleyDB/docs -+bindir= $(prefix)/bin -+datadir=$(prefix)/share/db2 -+includedir=$(prefix)/include/db2 -+libdir= $(prefix)/lib -+mandir= $(prefix)/share/doc/db2 - - dmode= 755 - emode= 555 diff --git a/databases/db43/pkg-comment b/databases/db43/pkg-comment deleted file mode 100644 index 39a54a240320..000000000000 --- a/databases/db43/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley DB package, revision 2 diff --git a/databases/db43/pkg-descr b/databases/db43/pkg-descr deleted file mode 100644 index b9ed34ee6d81..000000000000 --- a/databases/db43/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v2 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -There are minor interface changes in this release which may require that DB -applications be modified and recompiled. For a complete discussion of -interface changes, see: - -http://www.sleepycat.com/update/ - -WWW: http://www.sleepycat.com diff --git a/databases/db43/pkg-plist b/databases/db43/pkg-plist deleted file mode 100644 index b4313abf6acf..000000000000 --- a/databases/db43/pkg-plist +++ /dev/null @@ -1,479 +0,0 @@ -include/db2/db.h -include/db2/db_cxx.h -include/db2/db_185.h -lib/libdb2.a -bin/db_archive -bin/db_checkpoint -bin/db_deadlock -bin/db_dump -bin/db_dump185 -bin/db_load -bin/db_printlog -bin/db_recover -bin/db_stat -share/doc/db2/api_c/Db/close.html -share/doc/db2/api_c/Db/cursor.html -share/doc/db2/api_c/Db/del.html -share/doc/db2/api_c/Db/fd.html -share/doc/db2/api_c/Db/get.html -share/doc/db2/api_c/Db/join.html -share/doc/db2/api_c/Db/open.html -share/doc/db2/api_c/Db/put.html -share/doc/db2/api_c/Db/stat.html -share/doc/db2/api_c/Db/sync.html -share/doc/db2/api_c/DbEnv/appexit.html -share/doc/db2/api_c/DbEnv/appinit.html -share/doc/db2/api_c/DbEnv/env.html -share/doc/db2/api_c/DbEnv/version.html -share/doc/db2/api_c/DbInfo/info.html -share/doc/db2/api_c/DbLock/put.html -share/doc/db2/api_c/DbLockTab/close.html -share/doc/db2/api_c/DbLockTab/detect.html -share/doc/db2/api_c/DbLockTab/get.html -share/doc/db2/api_c/DbLockTab/id.html -share/doc/db2/api_c/DbLockTab/open.html -share/doc/db2/api_c/DbLockTab/stat.html -share/doc/db2/api_c/DbLockTab/unlink.html -share/doc/db2/api_c/DbLockTab/vec.html -share/doc/db2/api_c/DbLog/archive.html -share/doc/db2/api_c/DbLog/close.html -share/doc/db2/api_c/DbLog/compare.html -share/doc/db2/api_c/DbLog/db_register.html -share/doc/db2/api_c/DbLog/db_unregister.html -share/doc/db2/api_c/DbLog/file.html -share/doc/db2/api_c/DbLog/flush.html -share/doc/db2/api_c/DbLog/get.html -share/doc/db2/api_c/DbLog/lsn.html -share/doc/db2/api_c/DbLog/open.html -share/doc/db2/api_c/DbLog/put.html -share/doc/db2/api_c/DbLog/stat.html -share/doc/db2/api_c/DbLog/unlink.html -share/doc/db2/api_c/DbMpool/close.html -share/doc/db2/api_c/DbMpool/db_register.html -share/doc/db2/api_c/DbMpool/open.html -share/doc/db2/api_c/DbMpool/stat.html -share/doc/db2/api_c/DbMpool/sync.html -share/doc/db2/api_c/DbMpool/trickle.html -share/doc/db2/api_c/DbMpool/unlink.html -share/doc/db2/api_c/DbMpoolFile/close.html -share/doc/db2/api_c/DbMpoolFile/get.html -share/doc/db2/api_c/DbMpoolFile/open.html -share/doc/db2/api_c/DbMpoolFile/put.html -share/doc/db2/api_c/DbMpoolFile/set.html -share/doc/db2/api_c/DbMpoolFile/sync.html -share/doc/db2/api_c/DbTxn/abort.html -share/doc/db2/api_c/DbTxn/commit.html -share/doc/db2/api_c/DbTxn/id.html -share/doc/db2/api_c/DbTxn/prepare.html -share/doc/db2/api_c/DbTxnMgr/begin.html -share/doc/db2/api_c/DbTxnMgr/checkpoint.html -share/doc/db2/api_c/DbTxnMgr/close.html -share/doc/db2/api_c/DbTxnMgr/open.html -share/doc/db2/api_c/DbTxnMgr/stat.html -share/doc/db2/api_c/DbTxnMgr/unlink.html -share/doc/db2/api_c/Dbc/close.html -share/doc/db2/api_c/Dbc/del.html -share/doc/db2/api_c/Dbc/get.html -share/doc/db2/api_c/Dbc/put.html -share/doc/db2/api_c/Dbt/dbt.html -share/doc/db2/api_c/historic/dbm.html -share/doc/db2/api_c/historic/hsearch.html -share/doc/db2/api_c/index/flags.html -share/doc/db2/api_c/index/function.html -share/doc/db2/api_c/index/structure.html -share/doc/db2/api_c/internal/db_jump_set.html -share/doc/db2/api_c/internal/db_value_set.html -share/doc/db2/api_cxx/Db/class.html -share/doc/db2/api_cxx/Db/close.html -share/doc/db2/api_cxx/Db/cursor.html -share/doc/db2/api_cxx/Db/del.html -share/doc/db2/api_cxx/Db/fd.html -share/doc/db2/api_cxx/Db/get.html -share/doc/db2/api_cxx/Db/get_byteswapped.html -share/doc/db2/api_cxx/Db/get_type.html -share/doc/db2/api_cxx/Db/join.html -share/doc/db2/api_cxx/Db/open.html -share/doc/db2/api_cxx/Db/put.html -share/doc/db2/api_cxx/Db/stat.html -share/doc/db2/api_cxx/Db/sync.html -share/doc/db2/api_cxx/DbEnv/appexit.html -share/doc/db2/api_cxx/DbEnv/appinit.html -share/doc/db2/api_cxx/DbEnv/class.html -share/doc/db2/api_cxx/DbEnv/get_lg_info.html -share/doc/db2/api_cxx/DbEnv/get_lk_info.html -share/doc/db2/api_cxx/DbEnv/get_mp_info.html -share/doc/db2/api_cxx/DbEnv/get_tx_info.html -share/doc/db2/api_cxx/DbEnv/set_errcall.html -share/doc/db2/api_cxx/DbEnv/set_errfile.html -share/doc/db2/api_cxx/DbEnv/set_error_model.html -share/doc/db2/api_cxx/DbEnv/set_error_stream.html -share/doc/db2/api_cxx/DbEnv/set_errpfx.html -share/doc/db2/api_cxx/DbEnv/set_lg_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/db2/api_cxx/DbEnv/set_lk_detect.html -share/doc/db2/api_cxx/DbEnv/set_lk_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_modes.html -share/doc/db2/api_cxx/DbEnv/set_lorder.html -share/doc/db2/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_cxx/DbEnv/set_mp_size.html -share/doc/db2/api_cxx/DbEnv/set_tx_max.html -share/doc/db2/api_cxx/DbEnv/set_tx_recover.html -share/doc/db2/api_cxx/DbEnv/set_verbose.html -share/doc/db2/api_cxx/DbEnv/version.html -share/doc/db2/api_cxx/DbException/class.html -share/doc/db2/api_cxx/DbException/get_errno.html -share/doc/db2/api_cxx/DbException/what.html -share/doc/db2/api_cxx/DbInfo/class.html -share/doc/db2/api_cxx/DbInfo/set_bt_compare.html -share/doc/db2/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_minkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_prefix.html -share/doc/db2/api_cxx/DbInfo/set_cachesize.html -share/doc/db2/api_cxx/DbInfo/set_compare.html -share/doc/db2/api_cxx/DbInfo/set_flags.html -share/doc/db2/api_cxx/DbInfo/set_h_ffactor.html -share/doc/db2/api_cxx/DbInfo/set_h_hash.html -share/doc/db2/api_cxx/DbInfo/set_h_nelem.html -share/doc/db2/api_cxx/DbInfo/set_lorder.html -share/doc/db2/api_cxx/DbInfo/set_malloc.html -share/doc/db2/api_cxx/DbInfo/set_pagesize.html -share/doc/db2/api_cxx/DbInfo/set_re_delim.html -share/doc/db2/api_cxx/DbInfo/set_re_len.html -share/doc/db2/api_cxx/DbInfo/set_re_pad.html -share/doc/db2/api_cxx/DbInfo/set_re_source.html -share/doc/db2/api_cxx/DbLock/class.html -share/doc/db2/api_cxx/DbLock/put.html -share/doc/db2/api_cxx/DbLockTab/class.html -share/doc/db2/api_cxx/DbLockTab/close.html -share/doc/db2/api_cxx/DbLockTab/detect.html -share/doc/db2/api_cxx/DbLockTab/get.html -share/doc/db2/api_cxx/DbLockTab/id.html -share/doc/db2/api_cxx/DbLockTab/open.html -share/doc/db2/api_cxx/DbLockTab/stat.html -share/doc/db2/api_cxx/DbLockTab/unlink.html -share/doc/db2/api_cxx/DbLockTab/vec.html -share/doc/db2/api_cxx/DbLog/archive.html -share/doc/db2/api_cxx/DbLog/class.html -share/doc/db2/api_cxx/DbLog/close.html -share/doc/db2/api_cxx/DbLog/compare.html -share/doc/db2/api_cxx/DbLog/db_register.html -share/doc/db2/api_cxx/DbLog/db_unregister.html -share/doc/db2/api_cxx/DbLog/file.html -share/doc/db2/api_cxx/DbLog/flush.html -share/doc/db2/api_cxx/DbLog/get.html -share/doc/db2/api_cxx/DbLog/open.html -share/doc/db2/api_cxx/DbLog/put.html -share/doc/db2/api_cxx/DbLog/stat.html -share/doc/db2/api_cxx/DbLog/unlink.html -share/doc/db2/api_cxx/DbLsn/class.html -share/doc/db2/api_cxx/DbMpool/class.html -share/doc/db2/api_cxx/DbMpool/close.html -share/doc/db2/api_cxx/DbMpool/db_register.html -share/doc/db2/api_cxx/DbMpool/open.html -share/doc/db2/api_cxx/DbMpool/stat.html -share/doc/db2/api_cxx/DbMpool/sync.html -share/doc/db2/api_cxx/DbMpool/trickle.html -share/doc/db2/api_cxx/DbMpool/unlink.html -share/doc/db2/api_cxx/DbMpoolFile/class.html -share/doc/db2/api_cxx/DbMpoolFile/close.html -share/doc/db2/api_cxx/DbMpoolFile/get.html -share/doc/db2/api_cxx/DbMpoolFile/open.html -share/doc/db2/api_cxx/DbMpoolFile/put.html -share/doc/db2/api_cxx/DbMpoolFile/set.html -share/doc/db2/api_cxx/DbMpoolFile/sync.html -share/doc/db2/api_cxx/DbTxn/abort.html -share/doc/db2/api_cxx/DbTxn/class.html -share/doc/db2/api_cxx/DbTxn/commit.html -share/doc/db2/api_cxx/DbTxn/id.html -share/doc/db2/api_cxx/DbTxn/prepare.html -share/doc/db2/api_cxx/DbTxnMgr/begin.html -share/doc/db2/api_cxx/DbTxnMgr/checkpoint.html -share/doc/db2/api_cxx/DbTxnMgr/class.html -share/doc/db2/api_cxx/DbTxnMgr/close.html -share/doc/db2/api_cxx/DbTxnMgr/open.html -share/doc/db2/api_cxx/DbTxnMgr/stat.html -share/doc/db2/api_cxx/DbTxnMgr/unlink.html -share/doc/db2/api_cxx/Dbc/class.html -share/doc/db2/api_cxx/Dbc/close.html -share/doc/db2/api_cxx/Dbc/del.html -share/doc/db2/api_cxx/Dbc/get.html -share/doc/db2/api_cxx/Dbc/put.html -share/doc/db2/api_cxx/Dbt/class.html -share/doc/db2/api_cxx/index/class.html -share/doc/db2/api_java/Db/class.html -share/doc/db2/api_java/Db/close.html -share/doc/db2/api_java/Db/cursor.html -share/doc/db2/api_java/Db/del.html -share/doc/db2/api_java/Db/fd.html -share/doc/db2/api_java/Db/get.html -share/doc/db2/api_java/Db/get_byteswapped.html -share/doc/db2/api_java/Db/get_type.html -share/doc/db2/api_java/Db/join.html -share/doc/db2/api_java/Db/open.html -share/doc/db2/api_java/Db/put.html -share/doc/db2/api_java/Db/stat.html -share/doc/db2/api_java/Db/sync.html -share/doc/db2/api_java/DbEnv/appexit.html -share/doc/db2/api_java/DbEnv/appinit.html -share/doc/db2/api_java/DbEnv/class.html -share/doc/db2/api_java/DbEnv/get_lg_info.html -share/doc/db2/api_java/DbEnv/get_lk_info.html -share/doc/db2/api_java/DbEnv/get_mp_info.html -share/doc/db2/api_java/DbEnv/get_tx_info.html -share/doc/db2/api_java/DbEnv/set_errcall.html -share/doc/db2/api_java/DbEnv/set_error_stream.html -share/doc/db2/api_java/DbEnv/set_errpfx.html -share/doc/db2/api_java/DbEnv/set_lg_max.html -share/doc/db2/api_java/DbEnv/set_lk_conflicts.html -share/doc/db2/api_java/DbEnv/set_lk_detect.html -share/doc/db2/api_java/DbEnv/set_lk_max.html -share/doc/db2/api_java/DbEnv/set_lk_modes.html -share/doc/db2/api_java/DbEnv/set_lorder.html -share/doc/db2/api_java/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_java/DbEnv/set_mp_size.html -share/doc/db2/api_java/DbEnv/set_tx_max.html -share/doc/db2/api_java/DbEnv/set_verbose.html -share/doc/db2/api_java/DbEnv/version.html -share/doc/db2/api_java/DbException/class.html -share/doc/db2/api_java/DbException/get_errno.html -share/doc/db2/api_java/DbInfo/class.html -share/doc/db2/api_java/DbInfo/set_bt_compare.html -share/doc/db2/api_java/DbInfo/set_bt_maxkey.html -share/doc/db2/api_java/DbInfo/set_bt_minkey.html -share/doc/db2/api_java/DbInfo/set_bt_prefix.html -share/doc/db2/api_java/DbInfo/set_cachesize.html -share/doc/db2/api_java/DbInfo/set_compare.html -share/doc/db2/api_java/DbInfo/set_flags.html -share/doc/db2/api_java/DbInfo/set_h_ffactor.html -share/doc/db2/api_java/DbInfo/set_h_hash.html -share/doc/db2/api_java/DbInfo/set_h_nelem.html -share/doc/db2/api_java/DbInfo/set_lorder.html -share/doc/db2/api_java/DbInfo/set_malloc.html -share/doc/db2/api_java/DbInfo/set_pagesize.html -share/doc/db2/api_java/DbInfo/set_re_delim.html -share/doc/db2/api_java/DbInfo/set_re_len.html -share/doc/db2/api_java/DbInfo/set_re_pad.html -share/doc/db2/api_java/DbInfo/set_re_source.html -share/doc/db2/api_java/DbLock/class.html -share/doc/db2/api_java/DbLock/put.html -share/doc/db2/api_java/DbLockTab/class.html -share/doc/db2/api_java/DbLockTab/close.html -share/doc/db2/api_java/DbLockTab/detect.html -share/doc/db2/api_java/DbLockTab/get.html -share/doc/db2/api_java/DbLockTab/id.html -share/doc/db2/api_java/DbLockTab/open.html -share/doc/db2/api_java/DbLockTab/stat.html -share/doc/db2/api_java/DbLockTab/unlink.html -share/doc/db2/api_java/DbLockTab/vec.html -share/doc/db2/api_java/DbLog/archive.html -share/doc/db2/api_java/DbLog/class.html -share/doc/db2/api_java/DbLog/close.html -share/doc/db2/api_java/DbLog/compare.html -share/doc/db2/api_java/DbLog/db_register.html -share/doc/db2/api_java/DbLog/db_unregister.html -share/doc/db2/api_java/DbLog/file.html -share/doc/db2/api_java/DbLog/flush.html -share/doc/db2/api_java/DbLog/get.html -share/doc/db2/api_java/DbLog/open.html -share/doc/db2/api_java/DbLog/put.html -share/doc/db2/api_java/DbLog/stat.html -share/doc/db2/api_java/DbLog/unlink.html -share/doc/db2/api_java/DbLsn/class.html -share/doc/db2/api_java/DbMpool/class.html -share/doc/db2/api_java/DbMpool/close.html -share/doc/db2/api_java/DbMpool/db_register.html -share/doc/db2/api_java/DbMpool/open.html -share/doc/db2/api_java/DbMpool/stat.html -share/doc/db2/api_java/DbMpool/sync.html -share/doc/db2/api_java/DbMpool/trickle.html -share/doc/db2/api_java/DbMpool/unlink.html -share/doc/db2/api_java/DbMpoolFile/class.html -share/doc/db2/api_java/DbMpoolFile/close.html -share/doc/db2/api_java/DbMpoolFile/get.html -share/doc/db2/api_java/DbMpoolFile/open.html -share/doc/db2/api_java/DbMpoolFile/put.html -share/doc/db2/api_java/DbMpoolFile/set.html -share/doc/db2/api_java/DbMpoolFile/sync.html -share/doc/db2/api_java/DbRunRecoveryException/class.html -share/doc/db2/api_java/DbTxn/abort.html -share/doc/db2/api_java/DbTxn/class.html -share/doc/db2/api_java/DbTxn/commit.html -share/doc/db2/api_java/DbTxn/id.html -share/doc/db2/api_java/DbTxn/prepare.html -share/doc/db2/api_java/DbTxnMgr/begin.html -share/doc/db2/api_java/DbTxnMgr/checkpoint.html -share/doc/db2/api_java/DbTxnMgr/class.html -share/doc/db2/api_java/DbTxnMgr/close.html -share/doc/db2/api_java/DbTxnMgr/open.html -share/doc/db2/api_java/DbTxnMgr/stat.html -share/doc/db2/api_java/DbTxnMgr/unlink.html -share/doc/db2/api_java/Dbc/class.html -share/doc/db2/api_java/Dbc/close.html -share/doc/db2/api_java/Dbc/del.html -share/doc/db2/api_java/Dbc/get.html -share/doc/db2/api_java/Dbc/put.html -share/doc/db2/api_java/Dbt/class.html -share/doc/db2/api_java/index/class.html -share/doc/db2/build/java.html -share/doc/db2/build/shared.html -share/doc/db2/build/shared_gcc.html -share/doc/db2/build/shared_hp.html -share/doc/db2/build/unix.html -share/doc/db2/build/unix_faq.html -share/doc/db2/build/win16.html -share/doc/db2/build/win32.html -share/doc/db2/build/win_faq.html -share/doc/db2/distrib/layout.html -share/doc/db2/images/folder.gif -share/doc/db2/images/folder_open.gif -share/doc/db2/images/next.gif -share/doc/db2/images/prev.gif -share/doc/db2/images/ps.gif -share/doc/db2/images/sleepycat.gif -share/doc/db2/images/toc.gif -share/doc/db2/index.html -share/doc/db2/packages/hash_usenix.ps -share/doc/db2/packages/index.html -share/doc/db2/packages/libtp_usenix.ps -share/doc/db2/packages/witold.html -share/doc/db2/ref/am/bt_compare.html -share/doc/db2/ref/am/bt_dup.html -share/doc/db2/ref/am/bt_maxkey.html -share/doc/db2/ref/am/bt_minkey.html -share/doc/db2/ref/am/bt_prefix.html -share/doc/db2/ref/am/bt_recnum.html -share/doc/db2/ref/am/byteorder.html -share/doc/db2/ref/am/cachesize.html -share/doc/db2/ref/am/close.html -share/doc/db2/ref/am/compare.html -share/doc/db2/ref/am/curclose.html -share/doc/db2/ref/am/curdel.html -share/doc/db2/ref/am/curget.html -share/doc/db2/ref/am/curput.html -share/doc/db2/ref/am/cursor.html -share/doc/db2/ref/am/delete.html -share/doc/db2/ref/am/get.html -share/doc/db2/ref/am/h_dup.html -share/doc/db2/ref/am/h_ffactor.html -share/doc/db2/ref/am/h_hash.html -share/doc/db2/ref/am/h_nelem.html -share/doc/db2/ref/am/intro.html -share/doc/db2/ref/am/join.html -share/doc/db2/ref/am/logrec.html -share/doc/db2/ref/am/malloc.html -share/doc/db2/ref/am/ops.html -share/doc/db2/ref/am/pagesize.html -share/doc/db2/ref/am/partial.html -share/doc/db2/ref/am/put.html -share/doc/db2/ref/am/re_delim.html -share/doc/db2/ref/am/re_len.html -share/doc/db2/ref/am/re_pad.html -share/doc/db2/ref/am/re_source.html -share/doc/db2/ref/am/renumber.html -share/doc/db2/ref/am/select.html -share/doc/db2/ref/am/stat.html -share/doc/db2/ref/am/sync.html -share/doc/db2/ref/arch/apis.html -share/doc/db2/ref/arch/bigpic.gif -share/doc/db2/ref/arch/bigpic.html -share/doc/db2/ref/arch/env.html -share/doc/db2/ref/arch/extending.html -share/doc/db2/ref/arch/progmodel.html -share/doc/db2/ref/arch/script.html -share/doc/db2/ref/arch/smallpic.gif -share/doc/db2/ref/arch/subsystem.html -share/doc/db2/ref/arch/utilities.html -share/doc/db2/ref/cam/intro.html -share/doc/db2/ref/debug/runtime.html -share/doc/db2/ref/dumpload/format.html -share/doc/db2/ref/dumpload/text.html -share/doc/db2/ref/dumpload/utility.html -share/doc/db2/ref/env/create.html -share/doc/db2/ref/env/naming.html -share/doc/db2/ref/env/open.html -share/doc/db2/ref/env/region.html -share/doc/db2/ref/env/security.html -share/doc/db2/ref/install/file.html -share/doc/db2/ref/install/magic.s5.be.txt -share/doc/db2/ref/install/magic.s5.le.txt -share/doc/db2/ref/install/magic.txt -share/doc/db2/ref/intro/distrib.html -share/doc/db2/ref/intro/do.html -share/doc/db2/ref/intro/what.html -share/doc/db2/ref/intro/where.html -share/doc/db2/ref/lock/stdmode.html -share/doc/db2/ref/log/config.html -share/doc/db2/ref/log/intro.html -share/doc/db2/ref/log/limits.html -share/doc/db2/ref/mp/config.html -share/doc/db2/ref/mp/intro.html -share/doc/db2/ref/perl/intro.html -share/doc/db2/ref/program/appsignals.html -share/doc/db2/ref/program/byteorder.html -share/doc/db2/ref/program/compatible.html -share/doc/db2/ref/program/convert.html -share/doc/db2/ref/program/dbsizes.html -share/doc/db2/ref/program/environ.html -share/doc/db2/ref/program/errorret.html -share/doc/db2/ref/program/java.html -share/doc/db2/ref/program/runtime.html -share/doc/db2/ref/program/solaris.txt -share/doc/db2/ref/program/thread.html -share/doc/db2/ref/program/version.html -share/doc/db2/ref/sendmail/intro.html -share/doc/db2/ref/simple_tut/close.html -share/doc/db2/ref/simple_tut/del.html -share/doc/db2/ref/simple_tut/errors.html -share/doc/db2/ref/simple_tut/example.txt -share/doc/db2/ref/simple_tut/get.html -share/doc/db2/ref/simple_tut/intro.html -share/doc/db2/ref/simple_tut/keydata.html -share/doc/db2/ref/simple_tut/open.html -share/doc/db2/ref/simple_tut/put.html -share/doc/db2/ref/toc.html -share/doc/db2/ref/transapp/admin.html -share/doc/db2/ref/transapp/apps.html -share/doc/db2/ref/transapp/archival.html -share/doc/db2/ref/transapp/checkpoint.html -share/doc/db2/ref/transapp/deadlock.html -share/doc/db2/ref/transapp/filesys.html -share/doc/db2/ref/transapp/intro.html -share/doc/db2/ref/transapp/recovery.html -share/doc/db2/ref/transapp/throughput.html -share/doc/db2/ref/transapp/writetest.txt -share/doc/db2/ref/txn/config.html -share/doc/db2/ref/txn/limits.html -share/doc/db2/ref/txn/other.html -share/doc/db2/ref/txn/stability.html -share/doc/db2/sleepycat/contact.html -share/doc/db2/sleepycat/products.html -share/doc/db2/test/build.html -share/doc/db2/test/build_faq.html -share/doc/db2/test/debug.html -share/doc/db2/test/run.html -share/doc/db2/utility/db_archive.html -share/doc/db2/utility/db_checkpoint.html -share/doc/db2/utility/db_deadlock.html -share/doc/db2/utility/db_dump.html -share/doc/db2/utility/db_load.html -share/doc/db2/utility/db_recover.html -share/doc/db2/utility/db_stat.html -share/doc/db2/utility/index.html -share/examples/db2/examples/README -share/examples/db2/examples/ex_access.c -share/examples/db2/examples/ex_appinit.c -share/examples/db2/examples/ex_btrec.c -share/examples/db2/examples/ex_lock.c -share/examples/db2/examples/ex_mpool.c -share/examples/db2/examples/ex_thread.c -share/examples/db2/examples/ex_tpcb.c -share/examples/db2/examples/ex_tpcb.h -share/examples/db2/examples_cxx/AccessExample.cpp -share/examples/db2/examples_cxx/AppinitExample.cpp -share/examples/db2/examples_cxx/LockExample.cpp -share/examples/db2/examples_cxx/MpoolExample.cpp -share/examples/db2/examples_cxx/TpcbExample.cpp -share/examples/db2/examples_java/AccessExample.java -share/examples/db2/examples_java/AppinitExample.java -share/examples/db2/examples_java/LockExample.java -share/examples/db2/examples_java/TpcbExample.java diff --git a/databases/db44/Makefile b/databases/db44/Makefile deleted file mode 100644 index 5eca63ecfdc1..000000000000 --- a/databases/db44/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# ports collection makefile for: Berkeley DB -# Version required: v2.* -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= db-2.7.7 -CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ - -MAINTAINER= josh@ican.net - -Y2K= http://www.sleepycat.com/faq.html#A8 - -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -GNU_CONFIGURE= YES -CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx - -post-install: - ${MKDIR} ${PREFIX}/share/examples/db2 - cd ${WRKSRC}/..; \ - tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ - ( cd ${PREFIX}/share/examples/db2; tar xf - ) - @${ECHO_MSG} "" - @${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @${ECHO_MSG} "have a working copy of the JDK (v1.1) installed." - @${ECHO_MSG} "" - @${ECHO_MSG} "To build java support, please read:" - @${ECHO_MSG} "" - @${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README" - @${ECHO_MSG} "" - @${ECHO_MSG} "and follow the directions therein." - -.include <bsd.port.mk> diff --git a/databases/db44/distinfo b/databases/db44/distinfo deleted file mode 100644 index d761baf3bdff..000000000000 --- a/databases/db44/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (db-2.7.7.tar.gz) = 20256735091ee382c6601117d82d749a diff --git a/databases/db44/files/patch-aa b/databases/db44/files/patch-aa deleted file mode 100644 index f857dbec5c27..000000000000 --- a/databases/db44/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- ../dist/Makefile.in.orig Mon Dec 7 22:05:59 1998 -+++ ../dist/Makefile.in Mon Mar 29 00:59:52 1999 -@@ -43,7 +43,7 @@ - LOBJS= @LIBOBJS@ - POBJS= err.o getlong.o - --libdb= libdb.a -+libdb= libdb2.a - all: $(libdb) $(PROGS) - - $(libdb): db.h $(OBJS) $(LOBJS) -@@ -141,11 +141,11 @@ - $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl - - prefix= @prefix@ --bindir= $(prefix)/BerkeleyDB/bin --datadir=$(prefix)/BerkeleyDB/share --includedir=$(prefix)/BerkeleyDB/include --libdir= $(prefix)/BerkeleyDB/lib --mandir= $(prefix)/BerkeleyDB/docs -+bindir= $(prefix)/bin -+datadir=$(prefix)/share/db2 -+includedir=$(prefix)/include/db2 -+libdir= $(prefix)/lib -+mandir= $(prefix)/share/doc/db2 - - dmode= 755 - emode= 555 diff --git a/databases/db44/pkg-comment b/databases/db44/pkg-comment deleted file mode 100644 index 39a54a240320..000000000000 --- a/databases/db44/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley DB package, revision 2 diff --git a/databases/db44/pkg-descr b/databases/db44/pkg-descr deleted file mode 100644 index b9ed34ee6d81..000000000000 --- a/databases/db44/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v2 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -There are minor interface changes in this release which may require that DB -applications be modified and recompiled. For a complete discussion of -interface changes, see: - -http://www.sleepycat.com/update/ - -WWW: http://www.sleepycat.com diff --git a/databases/db44/pkg-plist b/databases/db44/pkg-plist deleted file mode 100644 index b4313abf6acf..000000000000 --- a/databases/db44/pkg-plist +++ /dev/null @@ -1,479 +0,0 @@ -include/db2/db.h -include/db2/db_cxx.h -include/db2/db_185.h -lib/libdb2.a -bin/db_archive -bin/db_checkpoint -bin/db_deadlock -bin/db_dump -bin/db_dump185 -bin/db_load -bin/db_printlog -bin/db_recover -bin/db_stat -share/doc/db2/api_c/Db/close.html -share/doc/db2/api_c/Db/cursor.html -share/doc/db2/api_c/Db/del.html -share/doc/db2/api_c/Db/fd.html -share/doc/db2/api_c/Db/get.html -share/doc/db2/api_c/Db/join.html -share/doc/db2/api_c/Db/open.html -share/doc/db2/api_c/Db/put.html -share/doc/db2/api_c/Db/stat.html -share/doc/db2/api_c/Db/sync.html -share/doc/db2/api_c/DbEnv/appexit.html -share/doc/db2/api_c/DbEnv/appinit.html -share/doc/db2/api_c/DbEnv/env.html -share/doc/db2/api_c/DbEnv/version.html -share/doc/db2/api_c/DbInfo/info.html -share/doc/db2/api_c/DbLock/put.html -share/doc/db2/api_c/DbLockTab/close.html -share/doc/db2/api_c/DbLockTab/detect.html -share/doc/db2/api_c/DbLockTab/get.html -share/doc/db2/api_c/DbLockTab/id.html -share/doc/db2/api_c/DbLockTab/open.html -share/doc/db2/api_c/DbLockTab/stat.html -share/doc/db2/api_c/DbLockTab/unlink.html -share/doc/db2/api_c/DbLockTab/vec.html -share/doc/db2/api_c/DbLog/archive.html -share/doc/db2/api_c/DbLog/close.html -share/doc/db2/api_c/DbLog/compare.html -share/doc/db2/api_c/DbLog/db_register.html -share/doc/db2/api_c/DbLog/db_unregister.html -share/doc/db2/api_c/DbLog/file.html -share/doc/db2/api_c/DbLog/flush.html -share/doc/db2/api_c/DbLog/get.html -share/doc/db2/api_c/DbLog/lsn.html -share/doc/db2/api_c/DbLog/open.html -share/doc/db2/api_c/DbLog/put.html -share/doc/db2/api_c/DbLog/stat.html -share/doc/db2/api_c/DbLog/unlink.html -share/doc/db2/api_c/DbMpool/close.html -share/doc/db2/api_c/DbMpool/db_register.html -share/doc/db2/api_c/DbMpool/open.html -share/doc/db2/api_c/DbMpool/stat.html -share/doc/db2/api_c/DbMpool/sync.html -share/doc/db2/api_c/DbMpool/trickle.html -share/doc/db2/api_c/DbMpool/unlink.html -share/doc/db2/api_c/DbMpoolFile/close.html -share/doc/db2/api_c/DbMpoolFile/get.html -share/doc/db2/api_c/DbMpoolFile/open.html -share/doc/db2/api_c/DbMpoolFile/put.html -share/doc/db2/api_c/DbMpoolFile/set.html -share/doc/db2/api_c/DbMpoolFile/sync.html -share/doc/db2/api_c/DbTxn/abort.html -share/doc/db2/api_c/DbTxn/commit.html -share/doc/db2/api_c/DbTxn/id.html -share/doc/db2/api_c/DbTxn/prepare.html -share/doc/db2/api_c/DbTxnMgr/begin.html -share/doc/db2/api_c/DbTxnMgr/checkpoint.html -share/doc/db2/api_c/DbTxnMgr/close.html -share/doc/db2/api_c/DbTxnMgr/open.html -share/doc/db2/api_c/DbTxnMgr/stat.html -share/doc/db2/api_c/DbTxnMgr/unlink.html -share/doc/db2/api_c/Dbc/close.html -share/doc/db2/api_c/Dbc/del.html -share/doc/db2/api_c/Dbc/get.html -share/doc/db2/api_c/Dbc/put.html -share/doc/db2/api_c/Dbt/dbt.html -share/doc/db2/api_c/historic/dbm.html -share/doc/db2/api_c/historic/hsearch.html -share/doc/db2/api_c/index/flags.html -share/doc/db2/api_c/index/function.html -share/doc/db2/api_c/index/structure.html -share/doc/db2/api_c/internal/db_jump_set.html -share/doc/db2/api_c/internal/db_value_set.html -share/doc/db2/api_cxx/Db/class.html -share/doc/db2/api_cxx/Db/close.html -share/doc/db2/api_cxx/Db/cursor.html -share/doc/db2/api_cxx/Db/del.html -share/doc/db2/api_cxx/Db/fd.html -share/doc/db2/api_cxx/Db/get.html -share/doc/db2/api_cxx/Db/get_byteswapped.html -share/doc/db2/api_cxx/Db/get_type.html -share/doc/db2/api_cxx/Db/join.html -share/doc/db2/api_cxx/Db/open.html -share/doc/db2/api_cxx/Db/put.html -share/doc/db2/api_cxx/Db/stat.html -share/doc/db2/api_cxx/Db/sync.html -share/doc/db2/api_cxx/DbEnv/appexit.html -share/doc/db2/api_cxx/DbEnv/appinit.html -share/doc/db2/api_cxx/DbEnv/class.html -share/doc/db2/api_cxx/DbEnv/get_lg_info.html -share/doc/db2/api_cxx/DbEnv/get_lk_info.html -share/doc/db2/api_cxx/DbEnv/get_mp_info.html -share/doc/db2/api_cxx/DbEnv/get_tx_info.html -share/doc/db2/api_cxx/DbEnv/set_errcall.html -share/doc/db2/api_cxx/DbEnv/set_errfile.html -share/doc/db2/api_cxx/DbEnv/set_error_model.html -share/doc/db2/api_cxx/DbEnv/set_error_stream.html -share/doc/db2/api_cxx/DbEnv/set_errpfx.html -share/doc/db2/api_cxx/DbEnv/set_lg_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/db2/api_cxx/DbEnv/set_lk_detect.html -share/doc/db2/api_cxx/DbEnv/set_lk_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_modes.html -share/doc/db2/api_cxx/DbEnv/set_lorder.html -share/doc/db2/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_cxx/DbEnv/set_mp_size.html -share/doc/db2/api_cxx/DbEnv/set_tx_max.html -share/doc/db2/api_cxx/DbEnv/set_tx_recover.html -share/doc/db2/api_cxx/DbEnv/set_verbose.html -share/doc/db2/api_cxx/DbEnv/version.html -share/doc/db2/api_cxx/DbException/class.html -share/doc/db2/api_cxx/DbException/get_errno.html -share/doc/db2/api_cxx/DbException/what.html -share/doc/db2/api_cxx/DbInfo/class.html -share/doc/db2/api_cxx/DbInfo/set_bt_compare.html -share/doc/db2/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_minkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_prefix.html -share/doc/db2/api_cxx/DbInfo/set_cachesize.html -share/doc/db2/api_cxx/DbInfo/set_compare.html -share/doc/db2/api_cxx/DbInfo/set_flags.html -share/doc/db2/api_cxx/DbInfo/set_h_ffactor.html -share/doc/db2/api_cxx/DbInfo/set_h_hash.html -share/doc/db2/api_cxx/DbInfo/set_h_nelem.html -share/doc/db2/api_cxx/DbInfo/set_lorder.html -share/doc/db2/api_cxx/DbInfo/set_malloc.html -share/doc/db2/api_cxx/DbInfo/set_pagesize.html -share/doc/db2/api_cxx/DbInfo/set_re_delim.html -share/doc/db2/api_cxx/DbInfo/set_re_len.html -share/doc/db2/api_cxx/DbInfo/set_re_pad.html -share/doc/db2/api_cxx/DbInfo/set_re_source.html -share/doc/db2/api_cxx/DbLock/class.html -share/doc/db2/api_cxx/DbLock/put.html -share/doc/db2/api_cxx/DbLockTab/class.html -share/doc/db2/api_cxx/DbLockTab/close.html -share/doc/db2/api_cxx/DbLockTab/detect.html -share/doc/db2/api_cxx/DbLockTab/get.html -share/doc/db2/api_cxx/DbLockTab/id.html -share/doc/db2/api_cxx/DbLockTab/open.html -share/doc/db2/api_cxx/DbLockTab/stat.html -share/doc/db2/api_cxx/DbLockTab/unlink.html -share/doc/db2/api_cxx/DbLockTab/vec.html -share/doc/db2/api_cxx/DbLog/archive.html -share/doc/db2/api_cxx/DbLog/class.html -share/doc/db2/api_cxx/DbLog/close.html -share/doc/db2/api_cxx/DbLog/compare.html -share/doc/db2/api_cxx/DbLog/db_register.html -share/doc/db2/api_cxx/DbLog/db_unregister.html -share/doc/db2/api_cxx/DbLog/file.html -share/doc/db2/api_cxx/DbLog/flush.html -share/doc/db2/api_cxx/DbLog/get.html -share/doc/db2/api_cxx/DbLog/open.html -share/doc/db2/api_cxx/DbLog/put.html -share/doc/db2/api_cxx/DbLog/stat.html -share/doc/db2/api_cxx/DbLog/unlink.html -share/doc/db2/api_cxx/DbLsn/class.html -share/doc/db2/api_cxx/DbMpool/class.html -share/doc/db2/api_cxx/DbMpool/close.html -share/doc/db2/api_cxx/DbMpool/db_register.html -share/doc/db2/api_cxx/DbMpool/open.html -share/doc/db2/api_cxx/DbMpool/stat.html -share/doc/db2/api_cxx/DbMpool/sync.html -share/doc/db2/api_cxx/DbMpool/trickle.html -share/doc/db2/api_cxx/DbMpool/unlink.html -share/doc/db2/api_cxx/DbMpoolFile/class.html -share/doc/db2/api_cxx/DbMpoolFile/close.html -share/doc/db2/api_cxx/DbMpoolFile/get.html -share/doc/db2/api_cxx/DbMpoolFile/open.html -share/doc/db2/api_cxx/DbMpoolFile/put.html -share/doc/db2/api_cxx/DbMpoolFile/set.html -share/doc/db2/api_cxx/DbMpoolFile/sync.html -share/doc/db2/api_cxx/DbTxn/abort.html -share/doc/db2/api_cxx/DbTxn/class.html -share/doc/db2/api_cxx/DbTxn/commit.html -share/doc/db2/api_cxx/DbTxn/id.html -share/doc/db2/api_cxx/DbTxn/prepare.html -share/doc/db2/api_cxx/DbTxnMgr/begin.html -share/doc/db2/api_cxx/DbTxnMgr/checkpoint.html -share/doc/db2/api_cxx/DbTxnMgr/class.html -share/doc/db2/api_cxx/DbTxnMgr/close.html -share/doc/db2/api_cxx/DbTxnMgr/open.html -share/doc/db2/api_cxx/DbTxnMgr/stat.html -share/doc/db2/api_cxx/DbTxnMgr/unlink.html -share/doc/db2/api_cxx/Dbc/class.html -share/doc/db2/api_cxx/Dbc/close.html -share/doc/db2/api_cxx/Dbc/del.html -share/doc/db2/api_cxx/Dbc/get.html -share/doc/db2/api_cxx/Dbc/put.html -share/doc/db2/api_cxx/Dbt/class.html -share/doc/db2/api_cxx/index/class.html -share/doc/db2/api_java/Db/class.html -share/doc/db2/api_java/Db/close.html -share/doc/db2/api_java/Db/cursor.html -share/doc/db2/api_java/Db/del.html -share/doc/db2/api_java/Db/fd.html -share/doc/db2/api_java/Db/get.html -share/doc/db2/api_java/Db/get_byteswapped.html -share/doc/db2/api_java/Db/get_type.html -share/doc/db2/api_java/Db/join.html -share/doc/db2/api_java/Db/open.html -share/doc/db2/api_java/Db/put.html -share/doc/db2/api_java/Db/stat.html -share/doc/db2/api_java/Db/sync.html -share/doc/db2/api_java/DbEnv/appexit.html -share/doc/db2/api_java/DbEnv/appinit.html -share/doc/db2/api_java/DbEnv/class.html -share/doc/db2/api_java/DbEnv/get_lg_info.html -share/doc/db2/api_java/DbEnv/get_lk_info.html -share/doc/db2/api_java/DbEnv/get_mp_info.html -share/doc/db2/api_java/DbEnv/get_tx_info.html -share/doc/db2/api_java/DbEnv/set_errcall.html -share/doc/db2/api_java/DbEnv/set_error_stream.html -share/doc/db2/api_java/DbEnv/set_errpfx.html -share/doc/db2/api_java/DbEnv/set_lg_max.html -share/doc/db2/api_java/DbEnv/set_lk_conflicts.html -share/doc/db2/api_java/DbEnv/set_lk_detect.html -share/doc/db2/api_java/DbEnv/set_lk_max.html -share/doc/db2/api_java/DbEnv/set_lk_modes.html -share/doc/db2/api_java/DbEnv/set_lorder.html -share/doc/db2/api_java/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_java/DbEnv/set_mp_size.html -share/doc/db2/api_java/DbEnv/set_tx_max.html -share/doc/db2/api_java/DbEnv/set_verbose.html -share/doc/db2/api_java/DbEnv/version.html -share/doc/db2/api_java/DbException/class.html -share/doc/db2/api_java/DbException/get_errno.html -share/doc/db2/api_java/DbInfo/class.html -share/doc/db2/api_java/DbInfo/set_bt_compare.html -share/doc/db2/api_java/DbInfo/set_bt_maxkey.html -share/doc/db2/api_java/DbInfo/set_bt_minkey.html -share/doc/db2/api_java/DbInfo/set_bt_prefix.html -share/doc/db2/api_java/DbInfo/set_cachesize.html -share/doc/db2/api_java/DbInfo/set_compare.html -share/doc/db2/api_java/DbInfo/set_flags.html -share/doc/db2/api_java/DbInfo/set_h_ffactor.html -share/doc/db2/api_java/DbInfo/set_h_hash.html -share/doc/db2/api_java/DbInfo/set_h_nelem.html -share/doc/db2/api_java/DbInfo/set_lorder.html -share/doc/db2/api_java/DbInfo/set_malloc.html -share/doc/db2/api_java/DbInfo/set_pagesize.html -share/doc/db2/api_java/DbInfo/set_re_delim.html -share/doc/db2/api_java/DbInfo/set_re_len.html -share/doc/db2/api_java/DbInfo/set_re_pad.html -share/doc/db2/api_java/DbInfo/set_re_source.html -share/doc/db2/api_java/DbLock/class.html -share/doc/db2/api_java/DbLock/put.html -share/doc/db2/api_java/DbLockTab/class.html -share/doc/db2/api_java/DbLockTab/close.html -share/doc/db2/api_java/DbLockTab/detect.html -share/doc/db2/api_java/DbLockTab/get.html -share/doc/db2/api_java/DbLockTab/id.html -share/doc/db2/api_java/DbLockTab/open.html -share/doc/db2/api_java/DbLockTab/stat.html -share/doc/db2/api_java/DbLockTab/unlink.html -share/doc/db2/api_java/DbLockTab/vec.html -share/doc/db2/api_java/DbLog/archive.html -share/doc/db2/api_java/DbLog/class.html -share/doc/db2/api_java/DbLog/close.html -share/doc/db2/api_java/DbLog/compare.html -share/doc/db2/api_java/DbLog/db_register.html -share/doc/db2/api_java/DbLog/db_unregister.html -share/doc/db2/api_java/DbLog/file.html -share/doc/db2/api_java/DbLog/flush.html -share/doc/db2/api_java/DbLog/get.html -share/doc/db2/api_java/DbLog/open.html -share/doc/db2/api_java/DbLog/put.html -share/doc/db2/api_java/DbLog/stat.html -share/doc/db2/api_java/DbLog/unlink.html -share/doc/db2/api_java/DbLsn/class.html -share/doc/db2/api_java/DbMpool/class.html -share/doc/db2/api_java/DbMpool/close.html -share/doc/db2/api_java/DbMpool/db_register.html -share/doc/db2/api_java/DbMpool/open.html -share/doc/db2/api_java/DbMpool/stat.html -share/doc/db2/api_java/DbMpool/sync.html -share/doc/db2/api_java/DbMpool/trickle.html -share/doc/db2/api_java/DbMpool/unlink.html -share/doc/db2/api_java/DbMpoolFile/class.html -share/doc/db2/api_java/DbMpoolFile/close.html -share/doc/db2/api_java/DbMpoolFile/get.html -share/doc/db2/api_java/DbMpoolFile/open.html -share/doc/db2/api_java/DbMpoolFile/put.html -share/doc/db2/api_java/DbMpoolFile/set.html -share/doc/db2/api_java/DbMpoolFile/sync.html -share/doc/db2/api_java/DbRunRecoveryException/class.html -share/doc/db2/api_java/DbTxn/abort.html -share/doc/db2/api_java/DbTxn/class.html -share/doc/db2/api_java/DbTxn/commit.html -share/doc/db2/api_java/DbTxn/id.html -share/doc/db2/api_java/DbTxn/prepare.html -share/doc/db2/api_java/DbTxnMgr/begin.html -share/doc/db2/api_java/DbTxnMgr/checkpoint.html -share/doc/db2/api_java/DbTxnMgr/class.html -share/doc/db2/api_java/DbTxnMgr/close.html -share/doc/db2/api_java/DbTxnMgr/open.html -share/doc/db2/api_java/DbTxnMgr/stat.html -share/doc/db2/api_java/DbTxnMgr/unlink.html -share/doc/db2/api_java/Dbc/class.html -share/doc/db2/api_java/Dbc/close.html -share/doc/db2/api_java/Dbc/del.html -share/doc/db2/api_java/Dbc/get.html -share/doc/db2/api_java/Dbc/put.html -share/doc/db2/api_java/Dbt/class.html -share/doc/db2/api_java/index/class.html -share/doc/db2/build/java.html -share/doc/db2/build/shared.html -share/doc/db2/build/shared_gcc.html -share/doc/db2/build/shared_hp.html -share/doc/db2/build/unix.html -share/doc/db2/build/unix_faq.html -share/doc/db2/build/win16.html -share/doc/db2/build/win32.html -share/doc/db2/build/win_faq.html -share/doc/db2/distrib/layout.html -share/doc/db2/images/folder.gif -share/doc/db2/images/folder_open.gif -share/doc/db2/images/next.gif -share/doc/db2/images/prev.gif -share/doc/db2/images/ps.gif -share/doc/db2/images/sleepycat.gif -share/doc/db2/images/toc.gif -share/doc/db2/index.html -share/doc/db2/packages/hash_usenix.ps -share/doc/db2/packages/index.html -share/doc/db2/packages/libtp_usenix.ps -share/doc/db2/packages/witold.html -share/doc/db2/ref/am/bt_compare.html -share/doc/db2/ref/am/bt_dup.html -share/doc/db2/ref/am/bt_maxkey.html -share/doc/db2/ref/am/bt_minkey.html -share/doc/db2/ref/am/bt_prefix.html -share/doc/db2/ref/am/bt_recnum.html -share/doc/db2/ref/am/byteorder.html -share/doc/db2/ref/am/cachesize.html -share/doc/db2/ref/am/close.html -share/doc/db2/ref/am/compare.html -share/doc/db2/ref/am/curclose.html -share/doc/db2/ref/am/curdel.html -share/doc/db2/ref/am/curget.html -share/doc/db2/ref/am/curput.html -share/doc/db2/ref/am/cursor.html -share/doc/db2/ref/am/delete.html -share/doc/db2/ref/am/get.html -share/doc/db2/ref/am/h_dup.html -share/doc/db2/ref/am/h_ffactor.html -share/doc/db2/ref/am/h_hash.html -share/doc/db2/ref/am/h_nelem.html -share/doc/db2/ref/am/intro.html -share/doc/db2/ref/am/join.html -share/doc/db2/ref/am/logrec.html -share/doc/db2/ref/am/malloc.html -share/doc/db2/ref/am/ops.html -share/doc/db2/ref/am/pagesize.html -share/doc/db2/ref/am/partial.html -share/doc/db2/ref/am/put.html -share/doc/db2/ref/am/re_delim.html -share/doc/db2/ref/am/re_len.html -share/doc/db2/ref/am/re_pad.html -share/doc/db2/ref/am/re_source.html -share/doc/db2/ref/am/renumber.html -share/doc/db2/ref/am/select.html -share/doc/db2/ref/am/stat.html -share/doc/db2/ref/am/sync.html -share/doc/db2/ref/arch/apis.html -share/doc/db2/ref/arch/bigpic.gif -share/doc/db2/ref/arch/bigpic.html -share/doc/db2/ref/arch/env.html -share/doc/db2/ref/arch/extending.html -share/doc/db2/ref/arch/progmodel.html -share/doc/db2/ref/arch/script.html -share/doc/db2/ref/arch/smallpic.gif -share/doc/db2/ref/arch/subsystem.html -share/doc/db2/ref/arch/utilities.html -share/doc/db2/ref/cam/intro.html -share/doc/db2/ref/debug/runtime.html -share/doc/db2/ref/dumpload/format.html -share/doc/db2/ref/dumpload/text.html -share/doc/db2/ref/dumpload/utility.html -share/doc/db2/ref/env/create.html -share/doc/db2/ref/env/naming.html -share/doc/db2/ref/env/open.html -share/doc/db2/ref/env/region.html -share/doc/db2/ref/env/security.html -share/doc/db2/ref/install/file.html -share/doc/db2/ref/install/magic.s5.be.txt -share/doc/db2/ref/install/magic.s5.le.txt -share/doc/db2/ref/install/magic.txt -share/doc/db2/ref/intro/distrib.html -share/doc/db2/ref/intro/do.html -share/doc/db2/ref/intro/what.html -share/doc/db2/ref/intro/where.html -share/doc/db2/ref/lock/stdmode.html -share/doc/db2/ref/log/config.html -share/doc/db2/ref/log/intro.html -share/doc/db2/ref/log/limits.html -share/doc/db2/ref/mp/config.html -share/doc/db2/ref/mp/intro.html -share/doc/db2/ref/perl/intro.html -share/doc/db2/ref/program/appsignals.html -share/doc/db2/ref/program/byteorder.html -share/doc/db2/ref/program/compatible.html -share/doc/db2/ref/program/convert.html -share/doc/db2/ref/program/dbsizes.html -share/doc/db2/ref/program/environ.html -share/doc/db2/ref/program/errorret.html -share/doc/db2/ref/program/java.html -share/doc/db2/ref/program/runtime.html -share/doc/db2/ref/program/solaris.txt -share/doc/db2/ref/program/thread.html -share/doc/db2/ref/program/version.html -share/doc/db2/ref/sendmail/intro.html -share/doc/db2/ref/simple_tut/close.html -share/doc/db2/ref/simple_tut/del.html -share/doc/db2/ref/simple_tut/errors.html -share/doc/db2/ref/simple_tut/example.txt -share/doc/db2/ref/simple_tut/get.html -share/doc/db2/ref/simple_tut/intro.html -share/doc/db2/ref/simple_tut/keydata.html -share/doc/db2/ref/simple_tut/open.html -share/doc/db2/ref/simple_tut/put.html -share/doc/db2/ref/toc.html -share/doc/db2/ref/transapp/admin.html -share/doc/db2/ref/transapp/apps.html -share/doc/db2/ref/transapp/archival.html -share/doc/db2/ref/transapp/checkpoint.html -share/doc/db2/ref/transapp/deadlock.html -share/doc/db2/ref/transapp/filesys.html -share/doc/db2/ref/transapp/intro.html -share/doc/db2/ref/transapp/recovery.html -share/doc/db2/ref/transapp/throughput.html -share/doc/db2/ref/transapp/writetest.txt -share/doc/db2/ref/txn/config.html -share/doc/db2/ref/txn/limits.html -share/doc/db2/ref/txn/other.html -share/doc/db2/ref/txn/stability.html -share/doc/db2/sleepycat/contact.html -share/doc/db2/sleepycat/products.html -share/doc/db2/test/build.html -share/doc/db2/test/build_faq.html -share/doc/db2/test/debug.html -share/doc/db2/test/run.html -share/doc/db2/utility/db_archive.html -share/doc/db2/utility/db_checkpoint.html -share/doc/db2/utility/db_deadlock.html -share/doc/db2/utility/db_dump.html -share/doc/db2/utility/db_load.html -share/doc/db2/utility/db_recover.html -share/doc/db2/utility/db_stat.html -share/doc/db2/utility/index.html -share/examples/db2/examples/README -share/examples/db2/examples/ex_access.c -share/examples/db2/examples/ex_appinit.c -share/examples/db2/examples/ex_btrec.c -share/examples/db2/examples/ex_lock.c -share/examples/db2/examples/ex_mpool.c -share/examples/db2/examples/ex_thread.c -share/examples/db2/examples/ex_tpcb.c -share/examples/db2/examples/ex_tpcb.h -share/examples/db2/examples_cxx/AccessExample.cpp -share/examples/db2/examples_cxx/AppinitExample.cpp -share/examples/db2/examples_cxx/LockExample.cpp -share/examples/db2/examples_cxx/MpoolExample.cpp -share/examples/db2/examples_cxx/TpcbExample.cpp -share/examples/db2/examples_java/AccessExample.java -share/examples/db2/examples_java/AppinitExample.java -share/examples/db2/examples_java/LockExample.java -share/examples/db2/examples_java/TpcbExample.java diff --git a/databases/db45/Makefile b/databases/db45/Makefile deleted file mode 100644 index 5eca63ecfdc1..000000000000 --- a/databases/db45/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# ports collection makefile for: Berkeley DB -# Version required: v2.* -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= db-2.7.7 -CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ - -MAINTAINER= josh@ican.net - -Y2K= http://www.sleepycat.com/faq.html#A8 - -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -GNU_CONFIGURE= YES -CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx - -post-install: - ${MKDIR} ${PREFIX}/share/examples/db2 - cd ${WRKSRC}/..; \ - tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ - ( cd ${PREFIX}/share/examples/db2; tar xf - ) - @${ECHO_MSG} "" - @${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @${ECHO_MSG} "have a working copy of the JDK (v1.1) installed." - @${ECHO_MSG} "" - @${ECHO_MSG} "To build java support, please read:" - @${ECHO_MSG} "" - @${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README" - @${ECHO_MSG} "" - @${ECHO_MSG} "and follow the directions therein." - -.include <bsd.port.mk> diff --git a/databases/db45/distinfo b/databases/db45/distinfo deleted file mode 100644 index d761baf3bdff..000000000000 --- a/databases/db45/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (db-2.7.7.tar.gz) = 20256735091ee382c6601117d82d749a diff --git a/databases/db45/files/patch-aa b/databases/db45/files/patch-aa deleted file mode 100644 index f857dbec5c27..000000000000 --- a/databases/db45/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- ../dist/Makefile.in.orig Mon Dec 7 22:05:59 1998 -+++ ../dist/Makefile.in Mon Mar 29 00:59:52 1999 -@@ -43,7 +43,7 @@ - LOBJS= @LIBOBJS@ - POBJS= err.o getlong.o - --libdb= libdb.a -+libdb= libdb2.a - all: $(libdb) $(PROGS) - - $(libdb): db.h $(OBJS) $(LOBJS) -@@ -141,11 +141,11 @@ - $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl - - prefix= @prefix@ --bindir= $(prefix)/BerkeleyDB/bin --datadir=$(prefix)/BerkeleyDB/share --includedir=$(prefix)/BerkeleyDB/include --libdir= $(prefix)/BerkeleyDB/lib --mandir= $(prefix)/BerkeleyDB/docs -+bindir= $(prefix)/bin -+datadir=$(prefix)/share/db2 -+includedir=$(prefix)/include/db2 -+libdir= $(prefix)/lib -+mandir= $(prefix)/share/doc/db2 - - dmode= 755 - emode= 555 diff --git a/databases/db45/pkg-comment b/databases/db45/pkg-comment deleted file mode 100644 index 39a54a240320..000000000000 --- a/databases/db45/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley DB package, revision 2 diff --git a/databases/db45/pkg-descr b/databases/db45/pkg-descr deleted file mode 100644 index b9ed34ee6d81..000000000000 --- a/databases/db45/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v2 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -There are minor interface changes in this release which may require that DB -applications be modified and recompiled. For a complete discussion of -interface changes, see: - -http://www.sleepycat.com/update/ - -WWW: http://www.sleepycat.com diff --git a/databases/db45/pkg-plist b/databases/db45/pkg-plist deleted file mode 100644 index b4313abf6acf..000000000000 --- a/databases/db45/pkg-plist +++ /dev/null @@ -1,479 +0,0 @@ -include/db2/db.h -include/db2/db_cxx.h -include/db2/db_185.h -lib/libdb2.a -bin/db_archive -bin/db_checkpoint -bin/db_deadlock -bin/db_dump -bin/db_dump185 -bin/db_load -bin/db_printlog -bin/db_recover -bin/db_stat -share/doc/db2/api_c/Db/close.html -share/doc/db2/api_c/Db/cursor.html -share/doc/db2/api_c/Db/del.html -share/doc/db2/api_c/Db/fd.html -share/doc/db2/api_c/Db/get.html -share/doc/db2/api_c/Db/join.html -share/doc/db2/api_c/Db/open.html -share/doc/db2/api_c/Db/put.html -share/doc/db2/api_c/Db/stat.html -share/doc/db2/api_c/Db/sync.html -share/doc/db2/api_c/DbEnv/appexit.html -share/doc/db2/api_c/DbEnv/appinit.html -share/doc/db2/api_c/DbEnv/env.html -share/doc/db2/api_c/DbEnv/version.html -share/doc/db2/api_c/DbInfo/info.html -share/doc/db2/api_c/DbLock/put.html -share/doc/db2/api_c/DbLockTab/close.html -share/doc/db2/api_c/DbLockTab/detect.html -share/doc/db2/api_c/DbLockTab/get.html -share/doc/db2/api_c/DbLockTab/id.html -share/doc/db2/api_c/DbLockTab/open.html -share/doc/db2/api_c/DbLockTab/stat.html -share/doc/db2/api_c/DbLockTab/unlink.html -share/doc/db2/api_c/DbLockTab/vec.html -share/doc/db2/api_c/DbLog/archive.html -share/doc/db2/api_c/DbLog/close.html -share/doc/db2/api_c/DbLog/compare.html -share/doc/db2/api_c/DbLog/db_register.html -share/doc/db2/api_c/DbLog/db_unregister.html -share/doc/db2/api_c/DbLog/file.html -share/doc/db2/api_c/DbLog/flush.html -share/doc/db2/api_c/DbLog/get.html -share/doc/db2/api_c/DbLog/lsn.html -share/doc/db2/api_c/DbLog/open.html -share/doc/db2/api_c/DbLog/put.html -share/doc/db2/api_c/DbLog/stat.html -share/doc/db2/api_c/DbLog/unlink.html -share/doc/db2/api_c/DbMpool/close.html -share/doc/db2/api_c/DbMpool/db_register.html -share/doc/db2/api_c/DbMpool/open.html -share/doc/db2/api_c/DbMpool/stat.html -share/doc/db2/api_c/DbMpool/sync.html -share/doc/db2/api_c/DbMpool/trickle.html -share/doc/db2/api_c/DbMpool/unlink.html -share/doc/db2/api_c/DbMpoolFile/close.html -share/doc/db2/api_c/DbMpoolFile/get.html -share/doc/db2/api_c/DbMpoolFile/open.html -share/doc/db2/api_c/DbMpoolFile/put.html -share/doc/db2/api_c/DbMpoolFile/set.html -share/doc/db2/api_c/DbMpoolFile/sync.html -share/doc/db2/api_c/DbTxn/abort.html -share/doc/db2/api_c/DbTxn/commit.html -share/doc/db2/api_c/DbTxn/id.html -share/doc/db2/api_c/DbTxn/prepare.html -share/doc/db2/api_c/DbTxnMgr/begin.html -share/doc/db2/api_c/DbTxnMgr/checkpoint.html -share/doc/db2/api_c/DbTxnMgr/close.html -share/doc/db2/api_c/DbTxnMgr/open.html -share/doc/db2/api_c/DbTxnMgr/stat.html -share/doc/db2/api_c/DbTxnMgr/unlink.html -share/doc/db2/api_c/Dbc/close.html -share/doc/db2/api_c/Dbc/del.html -share/doc/db2/api_c/Dbc/get.html -share/doc/db2/api_c/Dbc/put.html -share/doc/db2/api_c/Dbt/dbt.html -share/doc/db2/api_c/historic/dbm.html -share/doc/db2/api_c/historic/hsearch.html -share/doc/db2/api_c/index/flags.html -share/doc/db2/api_c/index/function.html -share/doc/db2/api_c/index/structure.html -share/doc/db2/api_c/internal/db_jump_set.html -share/doc/db2/api_c/internal/db_value_set.html -share/doc/db2/api_cxx/Db/class.html -share/doc/db2/api_cxx/Db/close.html -share/doc/db2/api_cxx/Db/cursor.html -share/doc/db2/api_cxx/Db/del.html -share/doc/db2/api_cxx/Db/fd.html -share/doc/db2/api_cxx/Db/get.html -share/doc/db2/api_cxx/Db/get_byteswapped.html -share/doc/db2/api_cxx/Db/get_type.html -share/doc/db2/api_cxx/Db/join.html -share/doc/db2/api_cxx/Db/open.html -share/doc/db2/api_cxx/Db/put.html -share/doc/db2/api_cxx/Db/stat.html -share/doc/db2/api_cxx/Db/sync.html -share/doc/db2/api_cxx/DbEnv/appexit.html -share/doc/db2/api_cxx/DbEnv/appinit.html -share/doc/db2/api_cxx/DbEnv/class.html -share/doc/db2/api_cxx/DbEnv/get_lg_info.html -share/doc/db2/api_cxx/DbEnv/get_lk_info.html -share/doc/db2/api_cxx/DbEnv/get_mp_info.html -share/doc/db2/api_cxx/DbEnv/get_tx_info.html -share/doc/db2/api_cxx/DbEnv/set_errcall.html -share/doc/db2/api_cxx/DbEnv/set_errfile.html -share/doc/db2/api_cxx/DbEnv/set_error_model.html -share/doc/db2/api_cxx/DbEnv/set_error_stream.html -share/doc/db2/api_cxx/DbEnv/set_errpfx.html -share/doc/db2/api_cxx/DbEnv/set_lg_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/db2/api_cxx/DbEnv/set_lk_detect.html -share/doc/db2/api_cxx/DbEnv/set_lk_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_modes.html -share/doc/db2/api_cxx/DbEnv/set_lorder.html -share/doc/db2/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_cxx/DbEnv/set_mp_size.html -share/doc/db2/api_cxx/DbEnv/set_tx_max.html -share/doc/db2/api_cxx/DbEnv/set_tx_recover.html -share/doc/db2/api_cxx/DbEnv/set_verbose.html -share/doc/db2/api_cxx/DbEnv/version.html -share/doc/db2/api_cxx/DbException/class.html -share/doc/db2/api_cxx/DbException/get_errno.html -share/doc/db2/api_cxx/DbException/what.html -share/doc/db2/api_cxx/DbInfo/class.html -share/doc/db2/api_cxx/DbInfo/set_bt_compare.html -share/doc/db2/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_minkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_prefix.html -share/doc/db2/api_cxx/DbInfo/set_cachesize.html -share/doc/db2/api_cxx/DbInfo/set_compare.html -share/doc/db2/api_cxx/DbInfo/set_flags.html -share/doc/db2/api_cxx/DbInfo/set_h_ffactor.html -share/doc/db2/api_cxx/DbInfo/set_h_hash.html -share/doc/db2/api_cxx/DbInfo/set_h_nelem.html -share/doc/db2/api_cxx/DbInfo/set_lorder.html -share/doc/db2/api_cxx/DbInfo/set_malloc.html -share/doc/db2/api_cxx/DbInfo/set_pagesize.html -share/doc/db2/api_cxx/DbInfo/set_re_delim.html -share/doc/db2/api_cxx/DbInfo/set_re_len.html -share/doc/db2/api_cxx/DbInfo/set_re_pad.html -share/doc/db2/api_cxx/DbInfo/set_re_source.html -share/doc/db2/api_cxx/DbLock/class.html -share/doc/db2/api_cxx/DbLock/put.html -share/doc/db2/api_cxx/DbLockTab/class.html -share/doc/db2/api_cxx/DbLockTab/close.html -share/doc/db2/api_cxx/DbLockTab/detect.html -share/doc/db2/api_cxx/DbLockTab/get.html -share/doc/db2/api_cxx/DbLockTab/id.html -share/doc/db2/api_cxx/DbLockTab/open.html -share/doc/db2/api_cxx/DbLockTab/stat.html -share/doc/db2/api_cxx/DbLockTab/unlink.html -share/doc/db2/api_cxx/DbLockTab/vec.html -share/doc/db2/api_cxx/DbLog/archive.html -share/doc/db2/api_cxx/DbLog/class.html -share/doc/db2/api_cxx/DbLog/close.html -share/doc/db2/api_cxx/DbLog/compare.html -share/doc/db2/api_cxx/DbLog/db_register.html -share/doc/db2/api_cxx/DbLog/db_unregister.html -share/doc/db2/api_cxx/DbLog/file.html -share/doc/db2/api_cxx/DbLog/flush.html -share/doc/db2/api_cxx/DbLog/get.html -share/doc/db2/api_cxx/DbLog/open.html -share/doc/db2/api_cxx/DbLog/put.html -share/doc/db2/api_cxx/DbLog/stat.html -share/doc/db2/api_cxx/DbLog/unlink.html -share/doc/db2/api_cxx/DbLsn/class.html -share/doc/db2/api_cxx/DbMpool/class.html -share/doc/db2/api_cxx/DbMpool/close.html -share/doc/db2/api_cxx/DbMpool/db_register.html -share/doc/db2/api_cxx/DbMpool/open.html -share/doc/db2/api_cxx/DbMpool/stat.html -share/doc/db2/api_cxx/DbMpool/sync.html -share/doc/db2/api_cxx/DbMpool/trickle.html -share/doc/db2/api_cxx/DbMpool/unlink.html -share/doc/db2/api_cxx/DbMpoolFile/class.html -share/doc/db2/api_cxx/DbMpoolFile/close.html -share/doc/db2/api_cxx/DbMpoolFile/get.html -share/doc/db2/api_cxx/DbMpoolFile/open.html -share/doc/db2/api_cxx/DbMpoolFile/put.html -share/doc/db2/api_cxx/DbMpoolFile/set.html -share/doc/db2/api_cxx/DbMpoolFile/sync.html -share/doc/db2/api_cxx/DbTxn/abort.html -share/doc/db2/api_cxx/DbTxn/class.html -share/doc/db2/api_cxx/DbTxn/commit.html -share/doc/db2/api_cxx/DbTxn/id.html -share/doc/db2/api_cxx/DbTxn/prepare.html -share/doc/db2/api_cxx/DbTxnMgr/begin.html -share/doc/db2/api_cxx/DbTxnMgr/checkpoint.html -share/doc/db2/api_cxx/DbTxnMgr/class.html -share/doc/db2/api_cxx/DbTxnMgr/close.html -share/doc/db2/api_cxx/DbTxnMgr/open.html -share/doc/db2/api_cxx/DbTxnMgr/stat.html -share/doc/db2/api_cxx/DbTxnMgr/unlink.html -share/doc/db2/api_cxx/Dbc/class.html -share/doc/db2/api_cxx/Dbc/close.html -share/doc/db2/api_cxx/Dbc/del.html -share/doc/db2/api_cxx/Dbc/get.html -share/doc/db2/api_cxx/Dbc/put.html -share/doc/db2/api_cxx/Dbt/class.html -share/doc/db2/api_cxx/index/class.html -share/doc/db2/api_java/Db/class.html -share/doc/db2/api_java/Db/close.html -share/doc/db2/api_java/Db/cursor.html -share/doc/db2/api_java/Db/del.html -share/doc/db2/api_java/Db/fd.html -share/doc/db2/api_java/Db/get.html -share/doc/db2/api_java/Db/get_byteswapped.html -share/doc/db2/api_java/Db/get_type.html -share/doc/db2/api_java/Db/join.html -share/doc/db2/api_java/Db/open.html -share/doc/db2/api_java/Db/put.html -share/doc/db2/api_java/Db/stat.html -share/doc/db2/api_java/Db/sync.html -share/doc/db2/api_java/DbEnv/appexit.html -share/doc/db2/api_java/DbEnv/appinit.html -share/doc/db2/api_java/DbEnv/class.html -share/doc/db2/api_java/DbEnv/get_lg_info.html -share/doc/db2/api_java/DbEnv/get_lk_info.html -share/doc/db2/api_java/DbEnv/get_mp_info.html -share/doc/db2/api_java/DbEnv/get_tx_info.html -share/doc/db2/api_java/DbEnv/set_errcall.html -share/doc/db2/api_java/DbEnv/set_error_stream.html -share/doc/db2/api_java/DbEnv/set_errpfx.html -share/doc/db2/api_java/DbEnv/set_lg_max.html -share/doc/db2/api_java/DbEnv/set_lk_conflicts.html -share/doc/db2/api_java/DbEnv/set_lk_detect.html -share/doc/db2/api_java/DbEnv/set_lk_max.html -share/doc/db2/api_java/DbEnv/set_lk_modes.html -share/doc/db2/api_java/DbEnv/set_lorder.html -share/doc/db2/api_java/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_java/DbEnv/set_mp_size.html -share/doc/db2/api_java/DbEnv/set_tx_max.html -share/doc/db2/api_java/DbEnv/set_verbose.html -share/doc/db2/api_java/DbEnv/version.html -share/doc/db2/api_java/DbException/class.html -share/doc/db2/api_java/DbException/get_errno.html -share/doc/db2/api_java/DbInfo/class.html -share/doc/db2/api_java/DbInfo/set_bt_compare.html -share/doc/db2/api_java/DbInfo/set_bt_maxkey.html -share/doc/db2/api_java/DbInfo/set_bt_minkey.html -share/doc/db2/api_java/DbInfo/set_bt_prefix.html -share/doc/db2/api_java/DbInfo/set_cachesize.html -share/doc/db2/api_java/DbInfo/set_compare.html -share/doc/db2/api_java/DbInfo/set_flags.html -share/doc/db2/api_java/DbInfo/set_h_ffactor.html -share/doc/db2/api_java/DbInfo/set_h_hash.html -share/doc/db2/api_java/DbInfo/set_h_nelem.html -share/doc/db2/api_java/DbInfo/set_lorder.html -share/doc/db2/api_java/DbInfo/set_malloc.html -share/doc/db2/api_java/DbInfo/set_pagesize.html -share/doc/db2/api_java/DbInfo/set_re_delim.html -share/doc/db2/api_java/DbInfo/set_re_len.html -share/doc/db2/api_java/DbInfo/set_re_pad.html -share/doc/db2/api_java/DbInfo/set_re_source.html -share/doc/db2/api_java/DbLock/class.html -share/doc/db2/api_java/DbLock/put.html -share/doc/db2/api_java/DbLockTab/class.html -share/doc/db2/api_java/DbLockTab/close.html -share/doc/db2/api_java/DbLockTab/detect.html -share/doc/db2/api_java/DbLockTab/get.html -share/doc/db2/api_java/DbLockTab/id.html -share/doc/db2/api_java/DbLockTab/open.html -share/doc/db2/api_java/DbLockTab/stat.html -share/doc/db2/api_java/DbLockTab/unlink.html -share/doc/db2/api_java/DbLockTab/vec.html -share/doc/db2/api_java/DbLog/archive.html -share/doc/db2/api_java/DbLog/class.html -share/doc/db2/api_java/DbLog/close.html -share/doc/db2/api_java/DbLog/compare.html -share/doc/db2/api_java/DbLog/db_register.html -share/doc/db2/api_java/DbLog/db_unregister.html -share/doc/db2/api_java/DbLog/file.html -share/doc/db2/api_java/DbLog/flush.html -share/doc/db2/api_java/DbLog/get.html -share/doc/db2/api_java/DbLog/open.html -share/doc/db2/api_java/DbLog/put.html -share/doc/db2/api_java/DbLog/stat.html -share/doc/db2/api_java/DbLog/unlink.html -share/doc/db2/api_java/DbLsn/class.html -share/doc/db2/api_java/DbMpool/class.html -share/doc/db2/api_java/DbMpool/close.html -share/doc/db2/api_java/DbMpool/db_register.html -share/doc/db2/api_java/DbMpool/open.html -share/doc/db2/api_java/DbMpool/stat.html -share/doc/db2/api_java/DbMpool/sync.html -share/doc/db2/api_java/DbMpool/trickle.html -share/doc/db2/api_java/DbMpool/unlink.html -share/doc/db2/api_java/DbMpoolFile/class.html -share/doc/db2/api_java/DbMpoolFile/close.html -share/doc/db2/api_java/DbMpoolFile/get.html -share/doc/db2/api_java/DbMpoolFile/open.html -share/doc/db2/api_java/DbMpoolFile/put.html -share/doc/db2/api_java/DbMpoolFile/set.html -share/doc/db2/api_java/DbMpoolFile/sync.html -share/doc/db2/api_java/DbRunRecoveryException/class.html -share/doc/db2/api_java/DbTxn/abort.html -share/doc/db2/api_java/DbTxn/class.html -share/doc/db2/api_java/DbTxn/commit.html -share/doc/db2/api_java/DbTxn/id.html -share/doc/db2/api_java/DbTxn/prepare.html -share/doc/db2/api_java/DbTxnMgr/begin.html -share/doc/db2/api_java/DbTxnMgr/checkpoint.html -share/doc/db2/api_java/DbTxnMgr/class.html -share/doc/db2/api_java/DbTxnMgr/close.html -share/doc/db2/api_java/DbTxnMgr/open.html -share/doc/db2/api_java/DbTxnMgr/stat.html -share/doc/db2/api_java/DbTxnMgr/unlink.html -share/doc/db2/api_java/Dbc/class.html -share/doc/db2/api_java/Dbc/close.html -share/doc/db2/api_java/Dbc/del.html -share/doc/db2/api_java/Dbc/get.html -share/doc/db2/api_java/Dbc/put.html -share/doc/db2/api_java/Dbt/class.html -share/doc/db2/api_java/index/class.html -share/doc/db2/build/java.html -share/doc/db2/build/shared.html -share/doc/db2/build/shared_gcc.html -share/doc/db2/build/shared_hp.html -share/doc/db2/build/unix.html -share/doc/db2/build/unix_faq.html -share/doc/db2/build/win16.html -share/doc/db2/build/win32.html -share/doc/db2/build/win_faq.html -share/doc/db2/distrib/layout.html -share/doc/db2/images/folder.gif -share/doc/db2/images/folder_open.gif -share/doc/db2/images/next.gif -share/doc/db2/images/prev.gif -share/doc/db2/images/ps.gif -share/doc/db2/images/sleepycat.gif -share/doc/db2/images/toc.gif -share/doc/db2/index.html -share/doc/db2/packages/hash_usenix.ps -share/doc/db2/packages/index.html -share/doc/db2/packages/libtp_usenix.ps -share/doc/db2/packages/witold.html -share/doc/db2/ref/am/bt_compare.html -share/doc/db2/ref/am/bt_dup.html -share/doc/db2/ref/am/bt_maxkey.html -share/doc/db2/ref/am/bt_minkey.html -share/doc/db2/ref/am/bt_prefix.html -share/doc/db2/ref/am/bt_recnum.html -share/doc/db2/ref/am/byteorder.html -share/doc/db2/ref/am/cachesize.html -share/doc/db2/ref/am/close.html -share/doc/db2/ref/am/compare.html -share/doc/db2/ref/am/curclose.html -share/doc/db2/ref/am/curdel.html -share/doc/db2/ref/am/curget.html -share/doc/db2/ref/am/curput.html -share/doc/db2/ref/am/cursor.html -share/doc/db2/ref/am/delete.html -share/doc/db2/ref/am/get.html -share/doc/db2/ref/am/h_dup.html -share/doc/db2/ref/am/h_ffactor.html -share/doc/db2/ref/am/h_hash.html -share/doc/db2/ref/am/h_nelem.html -share/doc/db2/ref/am/intro.html -share/doc/db2/ref/am/join.html -share/doc/db2/ref/am/logrec.html -share/doc/db2/ref/am/malloc.html -share/doc/db2/ref/am/ops.html -share/doc/db2/ref/am/pagesize.html -share/doc/db2/ref/am/partial.html -share/doc/db2/ref/am/put.html -share/doc/db2/ref/am/re_delim.html -share/doc/db2/ref/am/re_len.html -share/doc/db2/ref/am/re_pad.html -share/doc/db2/ref/am/re_source.html -share/doc/db2/ref/am/renumber.html -share/doc/db2/ref/am/select.html -share/doc/db2/ref/am/stat.html -share/doc/db2/ref/am/sync.html -share/doc/db2/ref/arch/apis.html -share/doc/db2/ref/arch/bigpic.gif -share/doc/db2/ref/arch/bigpic.html -share/doc/db2/ref/arch/env.html -share/doc/db2/ref/arch/extending.html -share/doc/db2/ref/arch/progmodel.html -share/doc/db2/ref/arch/script.html -share/doc/db2/ref/arch/smallpic.gif -share/doc/db2/ref/arch/subsystem.html -share/doc/db2/ref/arch/utilities.html -share/doc/db2/ref/cam/intro.html -share/doc/db2/ref/debug/runtime.html -share/doc/db2/ref/dumpload/format.html -share/doc/db2/ref/dumpload/text.html -share/doc/db2/ref/dumpload/utility.html -share/doc/db2/ref/env/create.html -share/doc/db2/ref/env/naming.html -share/doc/db2/ref/env/open.html -share/doc/db2/ref/env/region.html -share/doc/db2/ref/env/security.html -share/doc/db2/ref/install/file.html -share/doc/db2/ref/install/magic.s5.be.txt -share/doc/db2/ref/install/magic.s5.le.txt -share/doc/db2/ref/install/magic.txt -share/doc/db2/ref/intro/distrib.html -share/doc/db2/ref/intro/do.html -share/doc/db2/ref/intro/what.html -share/doc/db2/ref/intro/where.html -share/doc/db2/ref/lock/stdmode.html -share/doc/db2/ref/log/config.html -share/doc/db2/ref/log/intro.html -share/doc/db2/ref/log/limits.html -share/doc/db2/ref/mp/config.html -share/doc/db2/ref/mp/intro.html -share/doc/db2/ref/perl/intro.html -share/doc/db2/ref/program/appsignals.html -share/doc/db2/ref/program/byteorder.html -share/doc/db2/ref/program/compatible.html -share/doc/db2/ref/program/convert.html -share/doc/db2/ref/program/dbsizes.html -share/doc/db2/ref/program/environ.html -share/doc/db2/ref/program/errorret.html -share/doc/db2/ref/program/java.html -share/doc/db2/ref/program/runtime.html -share/doc/db2/ref/program/solaris.txt -share/doc/db2/ref/program/thread.html -share/doc/db2/ref/program/version.html -share/doc/db2/ref/sendmail/intro.html -share/doc/db2/ref/simple_tut/close.html -share/doc/db2/ref/simple_tut/del.html -share/doc/db2/ref/simple_tut/errors.html -share/doc/db2/ref/simple_tut/example.txt -share/doc/db2/ref/simple_tut/get.html -share/doc/db2/ref/simple_tut/intro.html -share/doc/db2/ref/simple_tut/keydata.html -share/doc/db2/ref/simple_tut/open.html -share/doc/db2/ref/simple_tut/put.html -share/doc/db2/ref/toc.html -share/doc/db2/ref/transapp/admin.html -share/doc/db2/ref/transapp/apps.html -share/doc/db2/ref/transapp/archival.html -share/doc/db2/ref/transapp/checkpoint.html -share/doc/db2/ref/transapp/deadlock.html -share/doc/db2/ref/transapp/filesys.html -share/doc/db2/ref/transapp/intro.html -share/doc/db2/ref/transapp/recovery.html -share/doc/db2/ref/transapp/throughput.html -share/doc/db2/ref/transapp/writetest.txt -share/doc/db2/ref/txn/config.html -share/doc/db2/ref/txn/limits.html -share/doc/db2/ref/txn/other.html -share/doc/db2/ref/txn/stability.html -share/doc/db2/sleepycat/contact.html -share/doc/db2/sleepycat/products.html -share/doc/db2/test/build.html -share/doc/db2/test/build_faq.html -share/doc/db2/test/debug.html -share/doc/db2/test/run.html -share/doc/db2/utility/db_archive.html -share/doc/db2/utility/db_checkpoint.html -share/doc/db2/utility/db_deadlock.html -share/doc/db2/utility/db_dump.html -share/doc/db2/utility/db_load.html -share/doc/db2/utility/db_recover.html -share/doc/db2/utility/db_stat.html -share/doc/db2/utility/index.html -share/examples/db2/examples/README -share/examples/db2/examples/ex_access.c -share/examples/db2/examples/ex_appinit.c -share/examples/db2/examples/ex_btrec.c -share/examples/db2/examples/ex_lock.c -share/examples/db2/examples/ex_mpool.c -share/examples/db2/examples/ex_thread.c -share/examples/db2/examples/ex_tpcb.c -share/examples/db2/examples/ex_tpcb.h -share/examples/db2/examples_cxx/AccessExample.cpp -share/examples/db2/examples_cxx/AppinitExample.cpp -share/examples/db2/examples_cxx/LockExample.cpp -share/examples/db2/examples_cxx/MpoolExample.cpp -share/examples/db2/examples_cxx/TpcbExample.cpp -share/examples/db2/examples_java/AccessExample.java -share/examples/db2/examples_java/AppinitExample.java -share/examples/db2/examples_java/LockExample.java -share/examples/db2/examples_java/TpcbExample.java diff --git a/databases/db46/Makefile b/databases/db46/Makefile deleted file mode 100644 index 5eca63ecfdc1..000000000000 --- a/databases/db46/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# ports collection makefile for: Berkeley DB -# Version required: v2.* -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= db-2.7.7 -CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ - -MAINTAINER= josh@ican.net - -Y2K= http://www.sleepycat.com/faq.html#A8 - -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -GNU_CONFIGURE= YES -CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx - -post-install: - ${MKDIR} ${PREFIX}/share/examples/db2 - cd ${WRKSRC}/..; \ - tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ - ( cd ${PREFIX}/share/examples/db2; tar xf - ) - @${ECHO_MSG} "" - @${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @${ECHO_MSG} "have a working copy of the JDK (v1.1) installed." - @${ECHO_MSG} "" - @${ECHO_MSG} "To build java support, please read:" - @${ECHO_MSG} "" - @${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README" - @${ECHO_MSG} "" - @${ECHO_MSG} "and follow the directions therein." - -.include <bsd.port.mk> diff --git a/databases/db46/distinfo b/databases/db46/distinfo deleted file mode 100644 index d761baf3bdff..000000000000 --- a/databases/db46/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (db-2.7.7.tar.gz) = 20256735091ee382c6601117d82d749a diff --git a/databases/db46/files/patch-aa b/databases/db46/files/patch-aa deleted file mode 100644 index f857dbec5c27..000000000000 --- a/databases/db46/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- ../dist/Makefile.in.orig Mon Dec 7 22:05:59 1998 -+++ ../dist/Makefile.in Mon Mar 29 00:59:52 1999 -@@ -43,7 +43,7 @@ - LOBJS= @LIBOBJS@ - POBJS= err.o getlong.o - --libdb= libdb.a -+libdb= libdb2.a - all: $(libdb) $(PROGS) - - $(libdb): db.h $(OBJS) $(LOBJS) -@@ -141,11 +141,11 @@ - $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl - - prefix= @prefix@ --bindir= $(prefix)/BerkeleyDB/bin --datadir=$(prefix)/BerkeleyDB/share --includedir=$(prefix)/BerkeleyDB/include --libdir= $(prefix)/BerkeleyDB/lib --mandir= $(prefix)/BerkeleyDB/docs -+bindir= $(prefix)/bin -+datadir=$(prefix)/share/db2 -+includedir=$(prefix)/include/db2 -+libdir= $(prefix)/lib -+mandir= $(prefix)/share/doc/db2 - - dmode= 755 - emode= 555 diff --git a/databases/db46/pkg-comment b/databases/db46/pkg-comment deleted file mode 100644 index 39a54a240320..000000000000 --- a/databases/db46/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley DB package, revision 2 diff --git a/databases/db46/pkg-descr b/databases/db46/pkg-descr deleted file mode 100644 index b9ed34ee6d81..000000000000 --- a/databases/db46/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v2 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -There are minor interface changes in this release which may require that DB -applications be modified and recompiled. For a complete discussion of -interface changes, see: - -http://www.sleepycat.com/update/ - -WWW: http://www.sleepycat.com diff --git a/databases/db46/pkg-plist b/databases/db46/pkg-plist deleted file mode 100644 index b4313abf6acf..000000000000 --- a/databases/db46/pkg-plist +++ /dev/null @@ -1,479 +0,0 @@ -include/db2/db.h -include/db2/db_cxx.h -include/db2/db_185.h -lib/libdb2.a -bin/db_archive -bin/db_checkpoint -bin/db_deadlock -bin/db_dump -bin/db_dump185 -bin/db_load -bin/db_printlog -bin/db_recover -bin/db_stat -share/doc/db2/api_c/Db/close.html -share/doc/db2/api_c/Db/cursor.html -share/doc/db2/api_c/Db/del.html -share/doc/db2/api_c/Db/fd.html -share/doc/db2/api_c/Db/get.html -share/doc/db2/api_c/Db/join.html -share/doc/db2/api_c/Db/open.html -share/doc/db2/api_c/Db/put.html -share/doc/db2/api_c/Db/stat.html -share/doc/db2/api_c/Db/sync.html -share/doc/db2/api_c/DbEnv/appexit.html -share/doc/db2/api_c/DbEnv/appinit.html -share/doc/db2/api_c/DbEnv/env.html -share/doc/db2/api_c/DbEnv/version.html -share/doc/db2/api_c/DbInfo/info.html -share/doc/db2/api_c/DbLock/put.html -share/doc/db2/api_c/DbLockTab/close.html -share/doc/db2/api_c/DbLockTab/detect.html -share/doc/db2/api_c/DbLockTab/get.html -share/doc/db2/api_c/DbLockTab/id.html -share/doc/db2/api_c/DbLockTab/open.html -share/doc/db2/api_c/DbLockTab/stat.html -share/doc/db2/api_c/DbLockTab/unlink.html -share/doc/db2/api_c/DbLockTab/vec.html -share/doc/db2/api_c/DbLog/archive.html -share/doc/db2/api_c/DbLog/close.html -share/doc/db2/api_c/DbLog/compare.html -share/doc/db2/api_c/DbLog/db_register.html -share/doc/db2/api_c/DbLog/db_unregister.html -share/doc/db2/api_c/DbLog/file.html -share/doc/db2/api_c/DbLog/flush.html -share/doc/db2/api_c/DbLog/get.html -share/doc/db2/api_c/DbLog/lsn.html -share/doc/db2/api_c/DbLog/open.html -share/doc/db2/api_c/DbLog/put.html -share/doc/db2/api_c/DbLog/stat.html -share/doc/db2/api_c/DbLog/unlink.html -share/doc/db2/api_c/DbMpool/close.html -share/doc/db2/api_c/DbMpool/db_register.html -share/doc/db2/api_c/DbMpool/open.html -share/doc/db2/api_c/DbMpool/stat.html -share/doc/db2/api_c/DbMpool/sync.html -share/doc/db2/api_c/DbMpool/trickle.html -share/doc/db2/api_c/DbMpool/unlink.html -share/doc/db2/api_c/DbMpoolFile/close.html -share/doc/db2/api_c/DbMpoolFile/get.html -share/doc/db2/api_c/DbMpoolFile/open.html -share/doc/db2/api_c/DbMpoolFile/put.html -share/doc/db2/api_c/DbMpoolFile/set.html -share/doc/db2/api_c/DbMpoolFile/sync.html -share/doc/db2/api_c/DbTxn/abort.html -share/doc/db2/api_c/DbTxn/commit.html -share/doc/db2/api_c/DbTxn/id.html -share/doc/db2/api_c/DbTxn/prepare.html -share/doc/db2/api_c/DbTxnMgr/begin.html -share/doc/db2/api_c/DbTxnMgr/checkpoint.html -share/doc/db2/api_c/DbTxnMgr/close.html -share/doc/db2/api_c/DbTxnMgr/open.html -share/doc/db2/api_c/DbTxnMgr/stat.html -share/doc/db2/api_c/DbTxnMgr/unlink.html -share/doc/db2/api_c/Dbc/close.html -share/doc/db2/api_c/Dbc/del.html -share/doc/db2/api_c/Dbc/get.html -share/doc/db2/api_c/Dbc/put.html -share/doc/db2/api_c/Dbt/dbt.html -share/doc/db2/api_c/historic/dbm.html -share/doc/db2/api_c/historic/hsearch.html -share/doc/db2/api_c/index/flags.html -share/doc/db2/api_c/index/function.html -share/doc/db2/api_c/index/structure.html -share/doc/db2/api_c/internal/db_jump_set.html -share/doc/db2/api_c/internal/db_value_set.html -share/doc/db2/api_cxx/Db/class.html -share/doc/db2/api_cxx/Db/close.html -share/doc/db2/api_cxx/Db/cursor.html -share/doc/db2/api_cxx/Db/del.html -share/doc/db2/api_cxx/Db/fd.html -share/doc/db2/api_cxx/Db/get.html -share/doc/db2/api_cxx/Db/get_byteswapped.html -share/doc/db2/api_cxx/Db/get_type.html -share/doc/db2/api_cxx/Db/join.html -share/doc/db2/api_cxx/Db/open.html -share/doc/db2/api_cxx/Db/put.html -share/doc/db2/api_cxx/Db/stat.html -share/doc/db2/api_cxx/Db/sync.html -share/doc/db2/api_cxx/DbEnv/appexit.html -share/doc/db2/api_cxx/DbEnv/appinit.html -share/doc/db2/api_cxx/DbEnv/class.html -share/doc/db2/api_cxx/DbEnv/get_lg_info.html -share/doc/db2/api_cxx/DbEnv/get_lk_info.html -share/doc/db2/api_cxx/DbEnv/get_mp_info.html -share/doc/db2/api_cxx/DbEnv/get_tx_info.html -share/doc/db2/api_cxx/DbEnv/set_errcall.html -share/doc/db2/api_cxx/DbEnv/set_errfile.html -share/doc/db2/api_cxx/DbEnv/set_error_model.html -share/doc/db2/api_cxx/DbEnv/set_error_stream.html -share/doc/db2/api_cxx/DbEnv/set_errpfx.html -share/doc/db2/api_cxx/DbEnv/set_lg_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/db2/api_cxx/DbEnv/set_lk_detect.html -share/doc/db2/api_cxx/DbEnv/set_lk_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_modes.html -share/doc/db2/api_cxx/DbEnv/set_lorder.html -share/doc/db2/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_cxx/DbEnv/set_mp_size.html -share/doc/db2/api_cxx/DbEnv/set_tx_max.html -share/doc/db2/api_cxx/DbEnv/set_tx_recover.html -share/doc/db2/api_cxx/DbEnv/set_verbose.html -share/doc/db2/api_cxx/DbEnv/version.html -share/doc/db2/api_cxx/DbException/class.html -share/doc/db2/api_cxx/DbException/get_errno.html -share/doc/db2/api_cxx/DbException/what.html -share/doc/db2/api_cxx/DbInfo/class.html -share/doc/db2/api_cxx/DbInfo/set_bt_compare.html -share/doc/db2/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_minkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_prefix.html -share/doc/db2/api_cxx/DbInfo/set_cachesize.html -share/doc/db2/api_cxx/DbInfo/set_compare.html -share/doc/db2/api_cxx/DbInfo/set_flags.html -share/doc/db2/api_cxx/DbInfo/set_h_ffactor.html -share/doc/db2/api_cxx/DbInfo/set_h_hash.html -share/doc/db2/api_cxx/DbInfo/set_h_nelem.html -share/doc/db2/api_cxx/DbInfo/set_lorder.html -share/doc/db2/api_cxx/DbInfo/set_malloc.html -share/doc/db2/api_cxx/DbInfo/set_pagesize.html -share/doc/db2/api_cxx/DbInfo/set_re_delim.html -share/doc/db2/api_cxx/DbInfo/set_re_len.html -share/doc/db2/api_cxx/DbInfo/set_re_pad.html -share/doc/db2/api_cxx/DbInfo/set_re_source.html -share/doc/db2/api_cxx/DbLock/class.html -share/doc/db2/api_cxx/DbLock/put.html -share/doc/db2/api_cxx/DbLockTab/class.html -share/doc/db2/api_cxx/DbLockTab/close.html -share/doc/db2/api_cxx/DbLockTab/detect.html -share/doc/db2/api_cxx/DbLockTab/get.html -share/doc/db2/api_cxx/DbLockTab/id.html -share/doc/db2/api_cxx/DbLockTab/open.html -share/doc/db2/api_cxx/DbLockTab/stat.html -share/doc/db2/api_cxx/DbLockTab/unlink.html -share/doc/db2/api_cxx/DbLockTab/vec.html -share/doc/db2/api_cxx/DbLog/archive.html -share/doc/db2/api_cxx/DbLog/class.html -share/doc/db2/api_cxx/DbLog/close.html -share/doc/db2/api_cxx/DbLog/compare.html -share/doc/db2/api_cxx/DbLog/db_register.html -share/doc/db2/api_cxx/DbLog/db_unregister.html -share/doc/db2/api_cxx/DbLog/file.html -share/doc/db2/api_cxx/DbLog/flush.html -share/doc/db2/api_cxx/DbLog/get.html -share/doc/db2/api_cxx/DbLog/open.html -share/doc/db2/api_cxx/DbLog/put.html -share/doc/db2/api_cxx/DbLog/stat.html -share/doc/db2/api_cxx/DbLog/unlink.html -share/doc/db2/api_cxx/DbLsn/class.html -share/doc/db2/api_cxx/DbMpool/class.html -share/doc/db2/api_cxx/DbMpool/close.html -share/doc/db2/api_cxx/DbMpool/db_register.html -share/doc/db2/api_cxx/DbMpool/open.html -share/doc/db2/api_cxx/DbMpool/stat.html -share/doc/db2/api_cxx/DbMpool/sync.html -share/doc/db2/api_cxx/DbMpool/trickle.html -share/doc/db2/api_cxx/DbMpool/unlink.html -share/doc/db2/api_cxx/DbMpoolFile/class.html -share/doc/db2/api_cxx/DbMpoolFile/close.html -share/doc/db2/api_cxx/DbMpoolFile/get.html -share/doc/db2/api_cxx/DbMpoolFile/open.html -share/doc/db2/api_cxx/DbMpoolFile/put.html -share/doc/db2/api_cxx/DbMpoolFile/set.html -share/doc/db2/api_cxx/DbMpoolFile/sync.html -share/doc/db2/api_cxx/DbTxn/abort.html -share/doc/db2/api_cxx/DbTxn/class.html -share/doc/db2/api_cxx/DbTxn/commit.html -share/doc/db2/api_cxx/DbTxn/id.html -share/doc/db2/api_cxx/DbTxn/prepare.html -share/doc/db2/api_cxx/DbTxnMgr/begin.html -share/doc/db2/api_cxx/DbTxnMgr/checkpoint.html -share/doc/db2/api_cxx/DbTxnMgr/class.html -share/doc/db2/api_cxx/DbTxnMgr/close.html -share/doc/db2/api_cxx/DbTxnMgr/open.html -share/doc/db2/api_cxx/DbTxnMgr/stat.html -share/doc/db2/api_cxx/DbTxnMgr/unlink.html -share/doc/db2/api_cxx/Dbc/class.html -share/doc/db2/api_cxx/Dbc/close.html -share/doc/db2/api_cxx/Dbc/del.html -share/doc/db2/api_cxx/Dbc/get.html -share/doc/db2/api_cxx/Dbc/put.html -share/doc/db2/api_cxx/Dbt/class.html -share/doc/db2/api_cxx/index/class.html -share/doc/db2/api_java/Db/class.html -share/doc/db2/api_java/Db/close.html -share/doc/db2/api_java/Db/cursor.html -share/doc/db2/api_java/Db/del.html -share/doc/db2/api_java/Db/fd.html -share/doc/db2/api_java/Db/get.html -share/doc/db2/api_java/Db/get_byteswapped.html -share/doc/db2/api_java/Db/get_type.html -share/doc/db2/api_java/Db/join.html -share/doc/db2/api_java/Db/open.html -share/doc/db2/api_java/Db/put.html -share/doc/db2/api_java/Db/stat.html -share/doc/db2/api_java/Db/sync.html -share/doc/db2/api_java/DbEnv/appexit.html -share/doc/db2/api_java/DbEnv/appinit.html -share/doc/db2/api_java/DbEnv/class.html -share/doc/db2/api_java/DbEnv/get_lg_info.html -share/doc/db2/api_java/DbEnv/get_lk_info.html -share/doc/db2/api_java/DbEnv/get_mp_info.html -share/doc/db2/api_java/DbEnv/get_tx_info.html -share/doc/db2/api_java/DbEnv/set_errcall.html -share/doc/db2/api_java/DbEnv/set_error_stream.html -share/doc/db2/api_java/DbEnv/set_errpfx.html -share/doc/db2/api_java/DbEnv/set_lg_max.html -share/doc/db2/api_java/DbEnv/set_lk_conflicts.html -share/doc/db2/api_java/DbEnv/set_lk_detect.html -share/doc/db2/api_java/DbEnv/set_lk_max.html -share/doc/db2/api_java/DbEnv/set_lk_modes.html -share/doc/db2/api_java/DbEnv/set_lorder.html -share/doc/db2/api_java/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_java/DbEnv/set_mp_size.html -share/doc/db2/api_java/DbEnv/set_tx_max.html -share/doc/db2/api_java/DbEnv/set_verbose.html -share/doc/db2/api_java/DbEnv/version.html -share/doc/db2/api_java/DbException/class.html -share/doc/db2/api_java/DbException/get_errno.html -share/doc/db2/api_java/DbInfo/class.html -share/doc/db2/api_java/DbInfo/set_bt_compare.html -share/doc/db2/api_java/DbInfo/set_bt_maxkey.html -share/doc/db2/api_java/DbInfo/set_bt_minkey.html -share/doc/db2/api_java/DbInfo/set_bt_prefix.html -share/doc/db2/api_java/DbInfo/set_cachesize.html -share/doc/db2/api_java/DbInfo/set_compare.html -share/doc/db2/api_java/DbInfo/set_flags.html -share/doc/db2/api_java/DbInfo/set_h_ffactor.html -share/doc/db2/api_java/DbInfo/set_h_hash.html -share/doc/db2/api_java/DbInfo/set_h_nelem.html -share/doc/db2/api_java/DbInfo/set_lorder.html -share/doc/db2/api_java/DbInfo/set_malloc.html -share/doc/db2/api_java/DbInfo/set_pagesize.html -share/doc/db2/api_java/DbInfo/set_re_delim.html -share/doc/db2/api_java/DbInfo/set_re_len.html -share/doc/db2/api_java/DbInfo/set_re_pad.html -share/doc/db2/api_java/DbInfo/set_re_source.html -share/doc/db2/api_java/DbLock/class.html -share/doc/db2/api_java/DbLock/put.html -share/doc/db2/api_java/DbLockTab/class.html -share/doc/db2/api_java/DbLockTab/close.html -share/doc/db2/api_java/DbLockTab/detect.html -share/doc/db2/api_java/DbLockTab/get.html -share/doc/db2/api_java/DbLockTab/id.html -share/doc/db2/api_java/DbLockTab/open.html -share/doc/db2/api_java/DbLockTab/stat.html -share/doc/db2/api_java/DbLockTab/unlink.html -share/doc/db2/api_java/DbLockTab/vec.html -share/doc/db2/api_java/DbLog/archive.html -share/doc/db2/api_java/DbLog/class.html -share/doc/db2/api_java/DbLog/close.html -share/doc/db2/api_java/DbLog/compare.html -share/doc/db2/api_java/DbLog/db_register.html -share/doc/db2/api_java/DbLog/db_unregister.html -share/doc/db2/api_java/DbLog/file.html -share/doc/db2/api_java/DbLog/flush.html -share/doc/db2/api_java/DbLog/get.html -share/doc/db2/api_java/DbLog/open.html -share/doc/db2/api_java/DbLog/put.html -share/doc/db2/api_java/DbLog/stat.html -share/doc/db2/api_java/DbLog/unlink.html -share/doc/db2/api_java/DbLsn/class.html -share/doc/db2/api_java/DbMpool/class.html -share/doc/db2/api_java/DbMpool/close.html -share/doc/db2/api_java/DbMpool/db_register.html -share/doc/db2/api_java/DbMpool/open.html -share/doc/db2/api_java/DbMpool/stat.html -share/doc/db2/api_java/DbMpool/sync.html -share/doc/db2/api_java/DbMpool/trickle.html -share/doc/db2/api_java/DbMpool/unlink.html -share/doc/db2/api_java/DbMpoolFile/class.html -share/doc/db2/api_java/DbMpoolFile/close.html -share/doc/db2/api_java/DbMpoolFile/get.html -share/doc/db2/api_java/DbMpoolFile/open.html -share/doc/db2/api_java/DbMpoolFile/put.html -share/doc/db2/api_java/DbMpoolFile/set.html -share/doc/db2/api_java/DbMpoolFile/sync.html -share/doc/db2/api_java/DbRunRecoveryException/class.html -share/doc/db2/api_java/DbTxn/abort.html -share/doc/db2/api_java/DbTxn/class.html -share/doc/db2/api_java/DbTxn/commit.html -share/doc/db2/api_java/DbTxn/id.html -share/doc/db2/api_java/DbTxn/prepare.html -share/doc/db2/api_java/DbTxnMgr/begin.html -share/doc/db2/api_java/DbTxnMgr/checkpoint.html -share/doc/db2/api_java/DbTxnMgr/class.html -share/doc/db2/api_java/DbTxnMgr/close.html -share/doc/db2/api_java/DbTxnMgr/open.html -share/doc/db2/api_java/DbTxnMgr/stat.html -share/doc/db2/api_java/DbTxnMgr/unlink.html -share/doc/db2/api_java/Dbc/class.html -share/doc/db2/api_java/Dbc/close.html -share/doc/db2/api_java/Dbc/del.html -share/doc/db2/api_java/Dbc/get.html -share/doc/db2/api_java/Dbc/put.html -share/doc/db2/api_java/Dbt/class.html -share/doc/db2/api_java/index/class.html -share/doc/db2/build/java.html -share/doc/db2/build/shared.html -share/doc/db2/build/shared_gcc.html -share/doc/db2/build/shared_hp.html -share/doc/db2/build/unix.html -share/doc/db2/build/unix_faq.html -share/doc/db2/build/win16.html -share/doc/db2/build/win32.html -share/doc/db2/build/win_faq.html -share/doc/db2/distrib/layout.html -share/doc/db2/images/folder.gif -share/doc/db2/images/folder_open.gif -share/doc/db2/images/next.gif -share/doc/db2/images/prev.gif -share/doc/db2/images/ps.gif -share/doc/db2/images/sleepycat.gif -share/doc/db2/images/toc.gif -share/doc/db2/index.html -share/doc/db2/packages/hash_usenix.ps -share/doc/db2/packages/index.html -share/doc/db2/packages/libtp_usenix.ps -share/doc/db2/packages/witold.html -share/doc/db2/ref/am/bt_compare.html -share/doc/db2/ref/am/bt_dup.html -share/doc/db2/ref/am/bt_maxkey.html -share/doc/db2/ref/am/bt_minkey.html -share/doc/db2/ref/am/bt_prefix.html -share/doc/db2/ref/am/bt_recnum.html -share/doc/db2/ref/am/byteorder.html -share/doc/db2/ref/am/cachesize.html -share/doc/db2/ref/am/close.html -share/doc/db2/ref/am/compare.html -share/doc/db2/ref/am/curclose.html -share/doc/db2/ref/am/curdel.html -share/doc/db2/ref/am/curget.html -share/doc/db2/ref/am/curput.html -share/doc/db2/ref/am/cursor.html -share/doc/db2/ref/am/delete.html -share/doc/db2/ref/am/get.html -share/doc/db2/ref/am/h_dup.html -share/doc/db2/ref/am/h_ffactor.html -share/doc/db2/ref/am/h_hash.html -share/doc/db2/ref/am/h_nelem.html -share/doc/db2/ref/am/intro.html -share/doc/db2/ref/am/join.html -share/doc/db2/ref/am/logrec.html -share/doc/db2/ref/am/malloc.html -share/doc/db2/ref/am/ops.html -share/doc/db2/ref/am/pagesize.html -share/doc/db2/ref/am/partial.html -share/doc/db2/ref/am/put.html -share/doc/db2/ref/am/re_delim.html -share/doc/db2/ref/am/re_len.html -share/doc/db2/ref/am/re_pad.html -share/doc/db2/ref/am/re_source.html -share/doc/db2/ref/am/renumber.html -share/doc/db2/ref/am/select.html -share/doc/db2/ref/am/stat.html -share/doc/db2/ref/am/sync.html -share/doc/db2/ref/arch/apis.html -share/doc/db2/ref/arch/bigpic.gif -share/doc/db2/ref/arch/bigpic.html -share/doc/db2/ref/arch/env.html -share/doc/db2/ref/arch/extending.html -share/doc/db2/ref/arch/progmodel.html -share/doc/db2/ref/arch/script.html -share/doc/db2/ref/arch/smallpic.gif -share/doc/db2/ref/arch/subsystem.html -share/doc/db2/ref/arch/utilities.html -share/doc/db2/ref/cam/intro.html -share/doc/db2/ref/debug/runtime.html -share/doc/db2/ref/dumpload/format.html -share/doc/db2/ref/dumpload/text.html -share/doc/db2/ref/dumpload/utility.html -share/doc/db2/ref/env/create.html -share/doc/db2/ref/env/naming.html -share/doc/db2/ref/env/open.html -share/doc/db2/ref/env/region.html -share/doc/db2/ref/env/security.html -share/doc/db2/ref/install/file.html -share/doc/db2/ref/install/magic.s5.be.txt -share/doc/db2/ref/install/magic.s5.le.txt -share/doc/db2/ref/install/magic.txt -share/doc/db2/ref/intro/distrib.html -share/doc/db2/ref/intro/do.html -share/doc/db2/ref/intro/what.html -share/doc/db2/ref/intro/where.html -share/doc/db2/ref/lock/stdmode.html -share/doc/db2/ref/log/config.html -share/doc/db2/ref/log/intro.html -share/doc/db2/ref/log/limits.html -share/doc/db2/ref/mp/config.html -share/doc/db2/ref/mp/intro.html -share/doc/db2/ref/perl/intro.html -share/doc/db2/ref/program/appsignals.html -share/doc/db2/ref/program/byteorder.html -share/doc/db2/ref/program/compatible.html -share/doc/db2/ref/program/convert.html -share/doc/db2/ref/program/dbsizes.html -share/doc/db2/ref/program/environ.html -share/doc/db2/ref/program/errorret.html -share/doc/db2/ref/program/java.html -share/doc/db2/ref/program/runtime.html -share/doc/db2/ref/program/solaris.txt -share/doc/db2/ref/program/thread.html -share/doc/db2/ref/program/version.html -share/doc/db2/ref/sendmail/intro.html -share/doc/db2/ref/simple_tut/close.html -share/doc/db2/ref/simple_tut/del.html -share/doc/db2/ref/simple_tut/errors.html -share/doc/db2/ref/simple_tut/example.txt -share/doc/db2/ref/simple_tut/get.html -share/doc/db2/ref/simple_tut/intro.html -share/doc/db2/ref/simple_tut/keydata.html -share/doc/db2/ref/simple_tut/open.html -share/doc/db2/ref/simple_tut/put.html -share/doc/db2/ref/toc.html -share/doc/db2/ref/transapp/admin.html -share/doc/db2/ref/transapp/apps.html -share/doc/db2/ref/transapp/archival.html -share/doc/db2/ref/transapp/checkpoint.html -share/doc/db2/ref/transapp/deadlock.html -share/doc/db2/ref/transapp/filesys.html -share/doc/db2/ref/transapp/intro.html -share/doc/db2/ref/transapp/recovery.html -share/doc/db2/ref/transapp/throughput.html -share/doc/db2/ref/transapp/writetest.txt -share/doc/db2/ref/txn/config.html -share/doc/db2/ref/txn/limits.html -share/doc/db2/ref/txn/other.html -share/doc/db2/ref/txn/stability.html -share/doc/db2/sleepycat/contact.html -share/doc/db2/sleepycat/products.html -share/doc/db2/test/build.html -share/doc/db2/test/build_faq.html -share/doc/db2/test/debug.html -share/doc/db2/test/run.html -share/doc/db2/utility/db_archive.html -share/doc/db2/utility/db_checkpoint.html -share/doc/db2/utility/db_deadlock.html -share/doc/db2/utility/db_dump.html -share/doc/db2/utility/db_load.html -share/doc/db2/utility/db_recover.html -share/doc/db2/utility/db_stat.html -share/doc/db2/utility/index.html -share/examples/db2/examples/README -share/examples/db2/examples/ex_access.c -share/examples/db2/examples/ex_appinit.c -share/examples/db2/examples/ex_btrec.c -share/examples/db2/examples/ex_lock.c -share/examples/db2/examples/ex_mpool.c -share/examples/db2/examples/ex_thread.c -share/examples/db2/examples/ex_tpcb.c -share/examples/db2/examples/ex_tpcb.h -share/examples/db2/examples_cxx/AccessExample.cpp -share/examples/db2/examples_cxx/AppinitExample.cpp -share/examples/db2/examples_cxx/LockExample.cpp -share/examples/db2/examples_cxx/MpoolExample.cpp -share/examples/db2/examples_cxx/TpcbExample.cpp -share/examples/db2/examples_java/AccessExample.java -share/examples/db2/examples_java/AppinitExample.java -share/examples/db2/examples_java/LockExample.java -share/examples/db2/examples_java/TpcbExample.java diff --git a/databases/db47/Makefile b/databases/db47/Makefile deleted file mode 100644 index 5eca63ecfdc1..000000000000 --- a/databases/db47/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# ports collection makefile for: Berkeley DB -# Version required: v2.* -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= db-2.7.7 -CATEGORIES= databases -MASTER_SITES= http://www.sleepycat.com/update/2.7.7/ - -MAINTAINER= josh@ican.net - -Y2K= http://www.sleepycat.com/faq.html#A8 - -MANUAL_PACKAGE_BUILD= incompatible with libc internal db calls -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -GNU_CONFIGURE= YES -CONFIGURE_SCRIPT= ../dist/configure -CONFIGURE_ARGS= --enable-compat185 \ - --enable-dump185 --enable-cxx - -post-install: - ${MKDIR} ${PREFIX}/share/examples/db2 - cd ${WRKSRC}/..; \ - tar -cf - --exclude tags examples/ examples_cxx/ examples_java/ | \ - ( cd ${PREFIX}/share/examples/db2; tar xf - ) - @${ECHO_MSG} "" - @${ECHO_MSG} "Java support for ${PKGNAME} is *not* built by default, and requires that you" - @${ECHO_MSG} "have a working copy of the JDK (v1.1) installed." - @${ECHO_MSG} "" - @${ECHO_MSG} "To build java support, please read:" - @${ECHO_MSG} "" - @${ECHO_MSG} "${WRKDIR}/${DISTNAME}/java/README" - @${ECHO_MSG} "" - @${ECHO_MSG} "and follow the directions therein." - -.include <bsd.port.mk> diff --git a/databases/db47/distinfo b/databases/db47/distinfo deleted file mode 100644 index d761baf3bdff..000000000000 --- a/databases/db47/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (db-2.7.7.tar.gz) = 20256735091ee382c6601117d82d749a diff --git a/databases/db47/files/patch-aa b/databases/db47/files/patch-aa deleted file mode 100644 index f857dbec5c27..000000000000 --- a/databases/db47/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- ../dist/Makefile.in.orig Mon Dec 7 22:05:59 1998 -+++ ../dist/Makefile.in Mon Mar 29 00:59:52 1999 -@@ -43,7 +43,7 @@ - LOBJS= @LIBOBJS@ - POBJS= err.o getlong.o - --libdb= libdb.a -+libdb= libdb2.a - all: $(libdb) $(PROGS) - - $(libdb): db.h $(OBJS) $(LOBJS) -@@ -141,11 +141,11 @@ - $(rm) -f confdefs.h db.h db_int.h db_185.h include.tcl - - prefix= @prefix@ --bindir= $(prefix)/BerkeleyDB/bin --datadir=$(prefix)/BerkeleyDB/share --includedir=$(prefix)/BerkeleyDB/include --libdir= $(prefix)/BerkeleyDB/lib --mandir= $(prefix)/BerkeleyDB/docs -+bindir= $(prefix)/bin -+datadir=$(prefix)/share/db2 -+includedir=$(prefix)/include/db2 -+libdir= $(prefix)/lib -+mandir= $(prefix)/share/doc/db2 - - dmode= 755 - emode= 555 diff --git a/databases/db47/pkg-comment b/databases/db47/pkg-comment deleted file mode 100644 index 39a54a240320..000000000000 --- a/databases/db47/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Berkeley DB package, revision 2 diff --git a/databases/db47/pkg-descr b/databases/db47/pkg-descr deleted file mode 100644 index b9ed34ee6d81..000000000000 --- a/databases/db47/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Revesion 2 of the Berkeley DB library. This version uses an incompatible -underlying database format than revision 1 and a different standard API. -Utilities are included in the distribution to convert v1.85 databases to v2 -databases, and a backwards compatible API is provided to maintain -compatibility with programs using the v1.85 interface. - -There are minor interface changes in this release which may require that DB -applications be modified and recompiled. For a complete discussion of -interface changes, see: - -http://www.sleepycat.com/update/ - -WWW: http://www.sleepycat.com diff --git a/databases/db47/pkg-plist b/databases/db47/pkg-plist deleted file mode 100644 index b4313abf6acf..000000000000 --- a/databases/db47/pkg-plist +++ /dev/null @@ -1,479 +0,0 @@ -include/db2/db.h -include/db2/db_cxx.h -include/db2/db_185.h -lib/libdb2.a -bin/db_archive -bin/db_checkpoint -bin/db_deadlock -bin/db_dump -bin/db_dump185 -bin/db_load -bin/db_printlog -bin/db_recover -bin/db_stat -share/doc/db2/api_c/Db/close.html -share/doc/db2/api_c/Db/cursor.html -share/doc/db2/api_c/Db/del.html -share/doc/db2/api_c/Db/fd.html -share/doc/db2/api_c/Db/get.html -share/doc/db2/api_c/Db/join.html -share/doc/db2/api_c/Db/open.html -share/doc/db2/api_c/Db/put.html -share/doc/db2/api_c/Db/stat.html -share/doc/db2/api_c/Db/sync.html -share/doc/db2/api_c/DbEnv/appexit.html -share/doc/db2/api_c/DbEnv/appinit.html -share/doc/db2/api_c/DbEnv/env.html -share/doc/db2/api_c/DbEnv/version.html -share/doc/db2/api_c/DbInfo/info.html -share/doc/db2/api_c/DbLock/put.html -share/doc/db2/api_c/DbLockTab/close.html -share/doc/db2/api_c/DbLockTab/detect.html -share/doc/db2/api_c/DbLockTab/get.html -share/doc/db2/api_c/DbLockTab/id.html -share/doc/db2/api_c/DbLockTab/open.html -share/doc/db2/api_c/DbLockTab/stat.html -share/doc/db2/api_c/DbLockTab/unlink.html -share/doc/db2/api_c/DbLockTab/vec.html -share/doc/db2/api_c/DbLog/archive.html -share/doc/db2/api_c/DbLog/close.html -share/doc/db2/api_c/DbLog/compare.html -share/doc/db2/api_c/DbLog/db_register.html -share/doc/db2/api_c/DbLog/db_unregister.html -share/doc/db2/api_c/DbLog/file.html -share/doc/db2/api_c/DbLog/flush.html -share/doc/db2/api_c/DbLog/get.html -share/doc/db2/api_c/DbLog/lsn.html -share/doc/db2/api_c/DbLog/open.html -share/doc/db2/api_c/DbLog/put.html -share/doc/db2/api_c/DbLog/stat.html -share/doc/db2/api_c/DbLog/unlink.html -share/doc/db2/api_c/DbMpool/close.html -share/doc/db2/api_c/DbMpool/db_register.html -share/doc/db2/api_c/DbMpool/open.html -share/doc/db2/api_c/DbMpool/stat.html -share/doc/db2/api_c/DbMpool/sync.html -share/doc/db2/api_c/DbMpool/trickle.html -share/doc/db2/api_c/DbMpool/unlink.html -share/doc/db2/api_c/DbMpoolFile/close.html -share/doc/db2/api_c/DbMpoolFile/get.html -share/doc/db2/api_c/DbMpoolFile/open.html -share/doc/db2/api_c/DbMpoolFile/put.html -share/doc/db2/api_c/DbMpoolFile/set.html -share/doc/db2/api_c/DbMpoolFile/sync.html -share/doc/db2/api_c/DbTxn/abort.html -share/doc/db2/api_c/DbTxn/commit.html -share/doc/db2/api_c/DbTxn/id.html -share/doc/db2/api_c/DbTxn/prepare.html -share/doc/db2/api_c/DbTxnMgr/begin.html -share/doc/db2/api_c/DbTxnMgr/checkpoint.html -share/doc/db2/api_c/DbTxnMgr/close.html -share/doc/db2/api_c/DbTxnMgr/open.html -share/doc/db2/api_c/DbTxnMgr/stat.html -share/doc/db2/api_c/DbTxnMgr/unlink.html -share/doc/db2/api_c/Dbc/close.html -share/doc/db2/api_c/Dbc/del.html -share/doc/db2/api_c/Dbc/get.html -share/doc/db2/api_c/Dbc/put.html -share/doc/db2/api_c/Dbt/dbt.html -share/doc/db2/api_c/historic/dbm.html -share/doc/db2/api_c/historic/hsearch.html -share/doc/db2/api_c/index/flags.html -share/doc/db2/api_c/index/function.html -share/doc/db2/api_c/index/structure.html -share/doc/db2/api_c/internal/db_jump_set.html -share/doc/db2/api_c/internal/db_value_set.html -share/doc/db2/api_cxx/Db/class.html -share/doc/db2/api_cxx/Db/close.html -share/doc/db2/api_cxx/Db/cursor.html -share/doc/db2/api_cxx/Db/del.html -share/doc/db2/api_cxx/Db/fd.html -share/doc/db2/api_cxx/Db/get.html -share/doc/db2/api_cxx/Db/get_byteswapped.html -share/doc/db2/api_cxx/Db/get_type.html -share/doc/db2/api_cxx/Db/join.html -share/doc/db2/api_cxx/Db/open.html -share/doc/db2/api_cxx/Db/put.html -share/doc/db2/api_cxx/Db/stat.html -share/doc/db2/api_cxx/Db/sync.html -share/doc/db2/api_cxx/DbEnv/appexit.html -share/doc/db2/api_cxx/DbEnv/appinit.html -share/doc/db2/api_cxx/DbEnv/class.html -share/doc/db2/api_cxx/DbEnv/get_lg_info.html -share/doc/db2/api_cxx/DbEnv/get_lk_info.html -share/doc/db2/api_cxx/DbEnv/get_mp_info.html -share/doc/db2/api_cxx/DbEnv/get_tx_info.html -share/doc/db2/api_cxx/DbEnv/set_errcall.html -share/doc/db2/api_cxx/DbEnv/set_errfile.html -share/doc/db2/api_cxx/DbEnv/set_error_model.html -share/doc/db2/api_cxx/DbEnv/set_error_stream.html -share/doc/db2/api_cxx/DbEnv/set_errpfx.html -share/doc/db2/api_cxx/DbEnv/set_lg_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_conflicts.html -share/doc/db2/api_cxx/DbEnv/set_lk_detect.html -share/doc/db2/api_cxx/DbEnv/set_lk_max.html -share/doc/db2/api_cxx/DbEnv/set_lk_modes.html -share/doc/db2/api_cxx/DbEnv/set_lorder.html -share/doc/db2/api_cxx/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_cxx/DbEnv/set_mp_size.html -share/doc/db2/api_cxx/DbEnv/set_tx_max.html -share/doc/db2/api_cxx/DbEnv/set_tx_recover.html -share/doc/db2/api_cxx/DbEnv/set_verbose.html -share/doc/db2/api_cxx/DbEnv/version.html -share/doc/db2/api_cxx/DbException/class.html -share/doc/db2/api_cxx/DbException/get_errno.html -share/doc/db2/api_cxx/DbException/what.html -share/doc/db2/api_cxx/DbInfo/class.html -share/doc/db2/api_cxx/DbInfo/set_bt_compare.html -share/doc/db2/api_cxx/DbInfo/set_bt_maxkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_minkey.html -share/doc/db2/api_cxx/DbInfo/set_bt_prefix.html -share/doc/db2/api_cxx/DbInfo/set_cachesize.html -share/doc/db2/api_cxx/DbInfo/set_compare.html -share/doc/db2/api_cxx/DbInfo/set_flags.html -share/doc/db2/api_cxx/DbInfo/set_h_ffactor.html -share/doc/db2/api_cxx/DbInfo/set_h_hash.html -share/doc/db2/api_cxx/DbInfo/set_h_nelem.html -share/doc/db2/api_cxx/DbInfo/set_lorder.html -share/doc/db2/api_cxx/DbInfo/set_malloc.html -share/doc/db2/api_cxx/DbInfo/set_pagesize.html -share/doc/db2/api_cxx/DbInfo/set_re_delim.html -share/doc/db2/api_cxx/DbInfo/set_re_len.html -share/doc/db2/api_cxx/DbInfo/set_re_pad.html -share/doc/db2/api_cxx/DbInfo/set_re_source.html -share/doc/db2/api_cxx/DbLock/class.html -share/doc/db2/api_cxx/DbLock/put.html -share/doc/db2/api_cxx/DbLockTab/class.html -share/doc/db2/api_cxx/DbLockTab/close.html -share/doc/db2/api_cxx/DbLockTab/detect.html -share/doc/db2/api_cxx/DbLockTab/get.html -share/doc/db2/api_cxx/DbLockTab/id.html -share/doc/db2/api_cxx/DbLockTab/open.html -share/doc/db2/api_cxx/DbLockTab/stat.html -share/doc/db2/api_cxx/DbLockTab/unlink.html -share/doc/db2/api_cxx/DbLockTab/vec.html -share/doc/db2/api_cxx/DbLog/archive.html -share/doc/db2/api_cxx/DbLog/class.html -share/doc/db2/api_cxx/DbLog/close.html -share/doc/db2/api_cxx/DbLog/compare.html -share/doc/db2/api_cxx/DbLog/db_register.html -share/doc/db2/api_cxx/DbLog/db_unregister.html -share/doc/db2/api_cxx/DbLog/file.html -share/doc/db2/api_cxx/DbLog/flush.html -share/doc/db2/api_cxx/DbLog/get.html -share/doc/db2/api_cxx/DbLog/open.html -share/doc/db2/api_cxx/DbLog/put.html -share/doc/db2/api_cxx/DbLog/stat.html -share/doc/db2/api_cxx/DbLog/unlink.html -share/doc/db2/api_cxx/DbLsn/class.html -share/doc/db2/api_cxx/DbMpool/class.html -share/doc/db2/api_cxx/DbMpool/close.html -share/doc/db2/api_cxx/DbMpool/db_register.html -share/doc/db2/api_cxx/DbMpool/open.html -share/doc/db2/api_cxx/DbMpool/stat.html -share/doc/db2/api_cxx/DbMpool/sync.html -share/doc/db2/api_cxx/DbMpool/trickle.html -share/doc/db2/api_cxx/DbMpool/unlink.html -share/doc/db2/api_cxx/DbMpoolFile/class.html -share/doc/db2/api_cxx/DbMpoolFile/close.html -share/doc/db2/api_cxx/DbMpoolFile/get.html -share/doc/db2/api_cxx/DbMpoolFile/open.html -share/doc/db2/api_cxx/DbMpoolFile/put.html -share/doc/db2/api_cxx/DbMpoolFile/set.html -share/doc/db2/api_cxx/DbMpoolFile/sync.html -share/doc/db2/api_cxx/DbTxn/abort.html -share/doc/db2/api_cxx/DbTxn/class.html -share/doc/db2/api_cxx/DbTxn/commit.html -share/doc/db2/api_cxx/DbTxn/id.html -share/doc/db2/api_cxx/DbTxn/prepare.html -share/doc/db2/api_cxx/DbTxnMgr/begin.html -share/doc/db2/api_cxx/DbTxnMgr/checkpoint.html -share/doc/db2/api_cxx/DbTxnMgr/class.html -share/doc/db2/api_cxx/DbTxnMgr/close.html -share/doc/db2/api_cxx/DbTxnMgr/open.html -share/doc/db2/api_cxx/DbTxnMgr/stat.html -share/doc/db2/api_cxx/DbTxnMgr/unlink.html -share/doc/db2/api_cxx/Dbc/class.html -share/doc/db2/api_cxx/Dbc/close.html -share/doc/db2/api_cxx/Dbc/del.html -share/doc/db2/api_cxx/Dbc/get.html -share/doc/db2/api_cxx/Dbc/put.html -share/doc/db2/api_cxx/Dbt/class.html -share/doc/db2/api_cxx/index/class.html -share/doc/db2/api_java/Db/class.html -share/doc/db2/api_java/Db/close.html -share/doc/db2/api_java/Db/cursor.html -share/doc/db2/api_java/Db/del.html -share/doc/db2/api_java/Db/fd.html -share/doc/db2/api_java/Db/get.html -share/doc/db2/api_java/Db/get_byteswapped.html -share/doc/db2/api_java/Db/get_type.html -share/doc/db2/api_java/Db/join.html -share/doc/db2/api_java/Db/open.html -share/doc/db2/api_java/Db/put.html -share/doc/db2/api_java/Db/stat.html -share/doc/db2/api_java/Db/sync.html -share/doc/db2/api_java/DbEnv/appexit.html -share/doc/db2/api_java/DbEnv/appinit.html -share/doc/db2/api_java/DbEnv/class.html -share/doc/db2/api_java/DbEnv/get_lg_info.html -share/doc/db2/api_java/DbEnv/get_lk_info.html -share/doc/db2/api_java/DbEnv/get_mp_info.html -share/doc/db2/api_java/DbEnv/get_tx_info.html -share/doc/db2/api_java/DbEnv/set_errcall.html -share/doc/db2/api_java/DbEnv/set_error_stream.html -share/doc/db2/api_java/DbEnv/set_errpfx.html -share/doc/db2/api_java/DbEnv/set_lg_max.html -share/doc/db2/api_java/DbEnv/set_lk_conflicts.html -share/doc/db2/api_java/DbEnv/set_lk_detect.html -share/doc/db2/api_java/DbEnv/set_lk_max.html -share/doc/db2/api_java/DbEnv/set_lk_modes.html -share/doc/db2/api_java/DbEnv/set_lorder.html -share/doc/db2/api_java/DbEnv/set_mp_mmapsize.html -share/doc/db2/api_java/DbEnv/set_mp_size.html -share/doc/db2/api_java/DbEnv/set_tx_max.html -share/doc/db2/api_java/DbEnv/set_verbose.html -share/doc/db2/api_java/DbEnv/version.html -share/doc/db2/api_java/DbException/class.html -share/doc/db2/api_java/DbException/get_errno.html -share/doc/db2/api_java/DbInfo/class.html -share/doc/db2/api_java/DbInfo/set_bt_compare.html -share/doc/db2/api_java/DbInfo/set_bt_maxkey.html -share/doc/db2/api_java/DbInfo/set_bt_minkey.html -share/doc/db2/api_java/DbInfo/set_bt_prefix.html -share/doc/db2/api_java/DbInfo/set_cachesize.html -share/doc/db2/api_java/DbInfo/set_compare.html -share/doc/db2/api_java/DbInfo/set_flags.html -share/doc/db2/api_java/DbInfo/set_h_ffactor.html -share/doc/db2/api_java/DbInfo/set_h_hash.html -share/doc/db2/api_java/DbInfo/set_h_nelem.html -share/doc/db2/api_java/DbInfo/set_lorder.html -share/doc/db2/api_java/DbInfo/set_malloc.html -share/doc/db2/api_java/DbInfo/set_pagesize.html -share/doc/db2/api_java/DbInfo/set_re_delim.html -share/doc/db2/api_java/DbInfo/set_re_len.html -share/doc/db2/api_java/DbInfo/set_re_pad.html -share/doc/db2/api_java/DbInfo/set_re_source.html -share/doc/db2/api_java/DbLock/class.html -share/doc/db2/api_java/DbLock/put.html -share/doc/db2/api_java/DbLockTab/class.html -share/doc/db2/api_java/DbLockTab/close.html -share/doc/db2/api_java/DbLockTab/detect.html -share/doc/db2/api_java/DbLockTab/get.html -share/doc/db2/api_java/DbLockTab/id.html -share/doc/db2/api_java/DbLockTab/open.html -share/doc/db2/api_java/DbLockTab/stat.html -share/doc/db2/api_java/DbLockTab/unlink.html -share/doc/db2/api_java/DbLockTab/vec.html -share/doc/db2/api_java/DbLog/archive.html -share/doc/db2/api_java/DbLog/class.html -share/doc/db2/api_java/DbLog/close.html -share/doc/db2/api_java/DbLog/compare.html -share/doc/db2/api_java/DbLog/db_register.html -share/doc/db2/api_java/DbLog/db_unregister.html -share/doc/db2/api_java/DbLog/file.html -share/doc/db2/api_java/DbLog/flush.html -share/doc/db2/api_java/DbLog/get.html -share/doc/db2/api_java/DbLog/open.html -share/doc/db2/api_java/DbLog/put.html -share/doc/db2/api_java/DbLog/stat.html -share/doc/db2/api_java/DbLog/unlink.html -share/doc/db2/api_java/DbLsn/class.html -share/doc/db2/api_java/DbMpool/class.html -share/doc/db2/api_java/DbMpool/close.html -share/doc/db2/api_java/DbMpool/db_register.html -share/doc/db2/api_java/DbMpool/open.html -share/doc/db2/api_java/DbMpool/stat.html -share/doc/db2/api_java/DbMpool/sync.html -share/doc/db2/api_java/DbMpool/trickle.html -share/doc/db2/api_java/DbMpool/unlink.html -share/doc/db2/api_java/DbMpoolFile/class.html -share/doc/db2/api_java/DbMpoolFile/close.html -share/doc/db2/api_java/DbMpoolFile/get.html -share/doc/db2/api_java/DbMpoolFile/open.html -share/doc/db2/api_java/DbMpoolFile/put.html -share/doc/db2/api_java/DbMpoolFile/set.html -share/doc/db2/api_java/DbMpoolFile/sync.html -share/doc/db2/api_java/DbRunRecoveryException/class.html -share/doc/db2/api_java/DbTxn/abort.html -share/doc/db2/api_java/DbTxn/class.html -share/doc/db2/api_java/DbTxn/commit.html -share/doc/db2/api_java/DbTxn/id.html -share/doc/db2/api_java/DbTxn/prepare.html -share/doc/db2/api_java/DbTxnMgr/begin.html -share/doc/db2/api_java/DbTxnMgr/checkpoint.html -share/doc/db2/api_java/DbTxnMgr/class.html -share/doc/db2/api_java/DbTxnMgr/close.html -share/doc/db2/api_java/DbTxnMgr/open.html -share/doc/db2/api_java/DbTxnMgr/stat.html -share/doc/db2/api_java/DbTxnMgr/unlink.html -share/doc/db2/api_java/Dbc/class.html -share/doc/db2/api_java/Dbc/close.html -share/doc/db2/api_java/Dbc/del.html -share/doc/db2/api_java/Dbc/get.html -share/doc/db2/api_java/Dbc/put.html -share/doc/db2/api_java/Dbt/class.html -share/doc/db2/api_java/index/class.html -share/doc/db2/build/java.html -share/doc/db2/build/shared.html -share/doc/db2/build/shared_gcc.html -share/doc/db2/build/shared_hp.html -share/doc/db2/build/unix.html -share/doc/db2/build/unix_faq.html -share/doc/db2/build/win16.html -share/doc/db2/build/win32.html -share/doc/db2/build/win_faq.html -share/doc/db2/distrib/layout.html -share/doc/db2/images/folder.gif -share/doc/db2/images/folder_open.gif -share/doc/db2/images/next.gif -share/doc/db2/images/prev.gif -share/doc/db2/images/ps.gif -share/doc/db2/images/sleepycat.gif -share/doc/db2/images/toc.gif -share/doc/db2/index.html -share/doc/db2/packages/hash_usenix.ps -share/doc/db2/packages/index.html -share/doc/db2/packages/libtp_usenix.ps -share/doc/db2/packages/witold.html -share/doc/db2/ref/am/bt_compare.html -share/doc/db2/ref/am/bt_dup.html -share/doc/db2/ref/am/bt_maxkey.html -share/doc/db2/ref/am/bt_minkey.html -share/doc/db2/ref/am/bt_prefix.html -share/doc/db2/ref/am/bt_recnum.html -share/doc/db2/ref/am/byteorder.html -share/doc/db2/ref/am/cachesize.html -share/doc/db2/ref/am/close.html -share/doc/db2/ref/am/compare.html -share/doc/db2/ref/am/curclose.html -share/doc/db2/ref/am/curdel.html -share/doc/db2/ref/am/curget.html -share/doc/db2/ref/am/curput.html -share/doc/db2/ref/am/cursor.html -share/doc/db2/ref/am/delete.html -share/doc/db2/ref/am/get.html -share/doc/db2/ref/am/h_dup.html -share/doc/db2/ref/am/h_ffactor.html -share/doc/db2/ref/am/h_hash.html -share/doc/db2/ref/am/h_nelem.html -share/doc/db2/ref/am/intro.html -share/doc/db2/ref/am/join.html -share/doc/db2/ref/am/logrec.html -share/doc/db2/ref/am/malloc.html -share/doc/db2/ref/am/ops.html -share/doc/db2/ref/am/pagesize.html -share/doc/db2/ref/am/partial.html -share/doc/db2/ref/am/put.html -share/doc/db2/ref/am/re_delim.html -share/doc/db2/ref/am/re_len.html -share/doc/db2/ref/am/re_pad.html -share/doc/db2/ref/am/re_source.html -share/doc/db2/ref/am/renumber.html -share/doc/db2/ref/am/select.html -share/doc/db2/ref/am/stat.html -share/doc/db2/ref/am/sync.html -share/doc/db2/ref/arch/apis.html -share/doc/db2/ref/arch/bigpic.gif -share/doc/db2/ref/arch/bigpic.html -share/doc/db2/ref/arch/env.html -share/doc/db2/ref/arch/extending.html -share/doc/db2/ref/arch/progmodel.html -share/doc/db2/ref/arch/script.html -share/doc/db2/ref/arch/smallpic.gif -share/doc/db2/ref/arch/subsystem.html -share/doc/db2/ref/arch/utilities.html -share/doc/db2/ref/cam/intro.html -share/doc/db2/ref/debug/runtime.html -share/doc/db2/ref/dumpload/format.html -share/doc/db2/ref/dumpload/text.html -share/doc/db2/ref/dumpload/utility.html -share/doc/db2/ref/env/create.html -share/doc/db2/ref/env/naming.html -share/doc/db2/ref/env/open.html -share/doc/db2/ref/env/region.html -share/doc/db2/ref/env/security.html -share/doc/db2/ref/install/file.html -share/doc/db2/ref/install/magic.s5.be.txt -share/doc/db2/ref/install/magic.s5.le.txt -share/doc/db2/ref/install/magic.txt -share/doc/db2/ref/intro/distrib.html -share/doc/db2/ref/intro/do.html -share/doc/db2/ref/intro/what.html -share/doc/db2/ref/intro/where.html -share/doc/db2/ref/lock/stdmode.html -share/doc/db2/ref/log/config.html -share/doc/db2/ref/log/intro.html -share/doc/db2/ref/log/limits.html -share/doc/db2/ref/mp/config.html -share/doc/db2/ref/mp/intro.html -share/doc/db2/ref/perl/intro.html -share/doc/db2/ref/program/appsignals.html -share/doc/db2/ref/program/byteorder.html -share/doc/db2/ref/program/compatible.html -share/doc/db2/ref/program/convert.html -share/doc/db2/ref/program/dbsizes.html -share/doc/db2/ref/program/environ.html -share/doc/db2/ref/program/errorret.html -share/doc/db2/ref/program/java.html -share/doc/db2/ref/program/runtime.html -share/doc/db2/ref/program/solaris.txt -share/doc/db2/ref/program/thread.html -share/doc/db2/ref/program/version.html -share/doc/db2/ref/sendmail/intro.html -share/doc/db2/ref/simple_tut/close.html -share/doc/db2/ref/simple_tut/del.html -share/doc/db2/ref/simple_tut/errors.html -share/doc/db2/ref/simple_tut/example.txt -share/doc/db2/ref/simple_tut/get.html -share/doc/db2/ref/simple_tut/intro.html -share/doc/db2/ref/simple_tut/keydata.html -share/doc/db2/ref/simple_tut/open.html -share/doc/db2/ref/simple_tut/put.html -share/doc/db2/ref/toc.html -share/doc/db2/ref/transapp/admin.html -share/doc/db2/ref/transapp/apps.html -share/doc/db2/ref/transapp/archival.html -share/doc/db2/ref/transapp/checkpoint.html -share/doc/db2/ref/transapp/deadlock.html -share/doc/db2/ref/transapp/filesys.html -share/doc/db2/ref/transapp/intro.html -share/doc/db2/ref/transapp/recovery.html -share/doc/db2/ref/transapp/throughput.html -share/doc/db2/ref/transapp/writetest.txt -share/doc/db2/ref/txn/config.html -share/doc/db2/ref/txn/limits.html -share/doc/db2/ref/txn/other.html -share/doc/db2/ref/txn/stability.html -share/doc/db2/sleepycat/contact.html -share/doc/db2/sleepycat/products.html -share/doc/db2/test/build.html -share/doc/db2/test/build_faq.html -share/doc/db2/test/debug.html -share/doc/db2/test/run.html -share/doc/db2/utility/db_archive.html -share/doc/db2/utility/db_checkpoint.html -share/doc/db2/utility/db_deadlock.html -share/doc/db2/utility/db_dump.html -share/doc/db2/utility/db_load.html -share/doc/db2/utility/db_recover.html -share/doc/db2/utility/db_stat.html -share/doc/db2/utility/index.html -share/examples/db2/examples/README -share/examples/db2/examples/ex_access.c -share/examples/db2/examples/ex_appinit.c -share/examples/db2/examples/ex_btrec.c -share/examples/db2/examples/ex_lock.c -share/examples/db2/examples/ex_mpool.c -share/examples/db2/examples/ex_thread.c -share/examples/db2/examples/ex_tpcb.c -share/examples/db2/examples/ex_tpcb.h -share/examples/db2/examples_cxx/AccessExample.cpp -share/examples/db2/examples_cxx/AppinitExample.cpp -share/examples/db2/examples_cxx/LockExample.cpp -share/examples/db2/examples_cxx/MpoolExample.cpp -share/examples/db2/examples_cxx/TpcbExample.cpp -share/examples/db2/examples_java/AccessExample.java -share/examples/db2/examples_java/AppinitExample.java -share/examples/db2/examples_java/LockExample.java -share/examples/db2/examples_java/TpcbExample.java diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile deleted file mode 100644 index 9a41288eb1bb..000000000000 --- a/databases/freetds-devel/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: freetds -# Version required: 0.47pre2 -# Date created: 02 Nov 1999 -# Whom: Domas Mituzas <midom@dammit.lt> -# -# $FreeBSD$ - -DISTNAME= freetds-0.47pre2 -PKGNAME= freetds-0.47p2 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= ALPHA/freetds -EXTRACT_SUFX= .tgz - -MAINTAINER= midom@dammit.lt - -WRKSRC= ${WRKDIR}/freetds - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/databases/freetds-devel/distinfo b/databases/freetds-devel/distinfo deleted file mode 100644 index c60391953a0d..000000000000 --- a/databases/freetds-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (freetds-0.47pre2.tgz) = b7e36074bf1f0e2dfbb53b1eebc9c6f0 diff --git a/databases/freetds-devel/pkg-comment b/databases/freetds-devel/pkg-comment deleted file mode 100644 index 93cb6f96b6d3..000000000000 --- a/databases/freetds-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Sybase/Microsoft TDS protocol library diff --git a/databases/freetds-devel/pkg-descr b/databases/freetds-devel/pkg-descr deleted file mode 100644 index d854c2a9e423..000000000000 --- a/databases/freetds-devel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is TDS protocol library (CTlib/DBlib) that is used to connect to -Microsoft and Sybase SQL servers. This can be used instead of native -libraries, that are shipped with commercial products. diff --git a/databases/freetds-devel/pkg-plist b/databases/freetds-devel/pkg-plist deleted file mode 100644 index b71231cec839..000000000000 --- a/databases/freetds-devel/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -include/bkpublic.h -include/cspublic.h -include/cstypes.h -include/ctpublic.h -include/dblib.h -include/sqldb.h -include/sqlfront.h -include/sybdb.h -include/syberror.h -include/sybfront.h -include/tds.h -include/tdsutil.h -include/tdsver.h -interfaces -lib/libct.a -lib/libct.la -lib/libct.so.0 -lib/libsybdb.a -lib/libsybdb.la -lib/libsybdb.so.0 -lib/libtds.a -lib/libtds.la -lib/libtds.so.0 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/databases/msql3/Makefile b/databases/msql3/Makefile deleted file mode 100644 index 6376f3482f22..000000000000 --- a/databases/msql3/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: msql2 -# Version required: 2.0.4.1 -# Date created: December 17th 1996 -# Whom: jfitz -# -# $FreeBSD$ -# - -DISTNAME= msql-2.0.4.1 -CATEGORIES= databases - -MAINTAINER= jfitz@FreeBSD.org - -# Not free for commercial use. Must create a user on the local system -NO_PACKAGE= YES -RESTRICTED= "restrictive copyright (no commercial use)" - -MAKE_ENV+= WRKSRC=${WRKSRC} - -# Uncomment this if you're upgrading from <= b4 to >= b5 and have already -# dumped your databases (or just build with -DOVERWRITE_DB) -#OVERWRITE_DB= YES - -do-configure: - cd ${WRKSRC}; make target - cd ${WRKSRC}/targets/freebsd; ${SETENV} ${MAKE_ENV} ./setup - @${SETENV} ${MAKE_ENV} /usr/bin/perl ${SCRIPTDIR}/customize_scripts - -pre-install: - @${SETENV} ${MAKE_ENV} /usr/bin/perl ${SCRIPTDIR}/check_old_version - @${SETENV} ${MAKE_ENV} /usr/bin/perl ${SCRIPTDIR}/createuser - -post-install: - @${INSTALL_SCRIPT} ${WRKSRC}/scripts/run_daemon ${PREFIX}/bin - @${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/msql - @for file in msql2d msqladmin msqlimport msqlexport; do\ - /usr/bin/chgrp msql ${PREFIX}/bin/$$file; \ - done - @for file in RELEASE_NOTES MSQL_BOOK INSTALL; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/msql; \ - done - @${CHMOD} 751 ${PREFIX}/etc/msql2/ - @${CHOWN} -R msql.msql ${PREFIX}/etc/msql2/ - @${MKDIR} ${PREFIX}/etc/rc.d - @if [ ! -f ${PREFIX}/etc/rc.d/msql2.sh ]; then \ - ${ECHO} "Installing ${PREFIX}/etc/rc.d/msql2.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/msql2.sh; \ - ${ECHO} "[ -x ${PREFIX}/bin/msql2d ] && su -l msql -c 'exec ${PREFIX}/bin/msql2d' > /dev/null 2>&1 & && ${ECHO} -n ' msql2'" >> ${PREFIX}/etc/rc.d/msql2.sh; \ - ${CHMOD} 751 ${PREFIX}/etc/rc.d/msql2.sh; \ - fi -.if !defined(BATCH) - @ /usr/bin/more -e ${FILESDIR}/post-install-notes -.endif - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au' and place it in ${DISTDIR}. The distribution requires registration prior to use" -.endif - -.include <bsd.port.post.mk> diff --git a/databases/msql3/distinfo b/databases/msql3/distinfo deleted file mode 100644 index 0b1c1e5cf67f..000000000000 --- a/databases/msql3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (msql-2.0.4.1.tar.gz) = d715775b36d3488432b7abb785090251 diff --git a/databases/msql3/files/patch-aa b/databases/msql3/files/patch-aa deleted file mode 100644 index d8250563197f..000000000000 --- a/databases/msql3/files/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.orig Tue Dec 17 11:12:16 1996 -+++ Makefile Tue Dec 17 11:13:26 1996 -@@ -18,14 +18,16 @@ - SHELL=/bin/sh - - all: -- @ echo ""; echo "You have not read the installation procedures.";\ -- echo "Please read the README file for build instructions.";\ -- echo -+ cd targets/freebsd ;\ -+ make all -+ -+install: -+ cd targets/freebsd ;\ -+ make install - - target: - @ scripts/make-target -- -- -+ @ ( ARCH=`scripts/sys-arch`; cd targets; ln -s $$ARCH freebsd) - - dist: - @ echo; echo -n "Full Distribution - Enter archive file name : " ;\ diff --git a/databases/msql3/files/patch-ab b/databases/msql3/files/patch-ab deleted file mode 100644 index d2604d398599..000000000000 --- a/databases/msql3/files/patch-ab +++ /dev/null @@ -1,43 +0,0 @@ ---- scripts/run_daemon.orig Mon Dec 16 03:44:22 1996 -+++ scripts/run_daemon Sun Dec 22 15:54:18 1996 -@@ -9,23 +9,25 @@ - # - # bambi@Bond.edu.au - --INST_DIR=/usr/local/Minerva --ADMIN="you@some.machine" -+umask 077 -+ -+INST_DIR=%%PREFIX%% -+ADMIN="root@%%HOSTNAME%%" - PROG=$1 - --if test ! -d "${INST_DIR}/debug" -+if test ! -d "/tmp/debug" - then -- mkdir ${INST_DIR}/debug -+ mkdir /tmp/debug - fi - --if test ! -d "${INST_DIR}/debug/${PROG}" -+if test ! -d "/tmp/debug/${PROG}" - then -- mkdir ${INST_DIR}/debug/${PROG} -+ mkdir /tmp/debug/${PROG} - fi - - while : - do -- cd ${INST_DIR}/debug/${PROG} -+ cd /tmp/debug/${PROG} - ${INST_DIR}/bin/${PROG} > output 2>&1 - echo "Program : ${PROG} - Time : `date` -@@ -34,6 +36,6 @@ - - " > mail.tmp - cat output >> mail.tmp -- /usr/ucb/mail -s "Minerva Daemon Crash Report" ${ADMIN} < mail.tmp -+ /usr/bin/mail -s "Minerva Daemon Crash Report" ${ADMIN} < mail.tmp - sleep 15 - done diff --git a/databases/msql3/files/patch-ac b/databases/msql3/files/patch-ac deleted file mode 100644 index 81b33b652da2..000000000000 --- a/databases/msql3/files/patch-ac +++ /dev/null @@ -1,26 +0,0 @@ ---- src/conf/site.mm.in.orig Fri May 29 19:21:51 1998 -+++ src/conf/site.mm.in Fri Aug 28 16:24:37 1998 -@@ -3,8 +3,8 @@ - # - - --COMPILER= @CC@ --INST_DIR= /usr/local/Hughes -+COMPILER:= $(CC) -+INST_DIR:= $(PREFIX) - HAVE_DYNAMIC= -DHAVE_DYNAMIC - CC_ONLY_FLAGS= - LINK_ONLY_FLAGS= -@@ -34,10 +34,10 @@ - EXTRA_LIB= @LIBS@ - - # Any other CFlags required --EXTRA_CFLAGS= @DEFS@ $(SSIZE_T) $(U_INT) $(BITTYPES) -+EXTRA_CFLAGS= @DEFS@ $(SSIZE_T) $(U_INT) $(BITTYPES) -fpic - - # Directory for pid file - PID_DIR= @PID_DIR@ - --CFLAGS= -O -I$(TOP)/ $(EXTRA_CFLAGS) -+CFLAGS+= -I$(TOP)/ $(EXTRA_CFLAGS) - LDLIBS= -L$(TOP)/lib $(EXTRA_LIB) diff --git a/databases/msql3/files/patch-ad b/databases/msql3/files/patch-ad deleted file mode 100644 index 3c3e6e2123cf..000000000000 --- a/databases/msql3/files/patch-ad +++ /dev/null @@ -1,28 +0,0 @@ ---- scripts/make-install.orig Sat Jan 18 08:53:09 1997 -+++ scripts/make-install Thu Jul 10 14:08:57 1997 -@@ -1,16 +1,15 @@ - #!/bin/sh - --INST_DIR=$1 -+INST_DIR=$PREFIX - --scripts/mkinstalldirs 0755 $INST_DIR/bin --scripts/mkinstalldirs 0755 $INST_DIR/include - scripts/mkinstalldirs 0755 $INST_DIR/include/common --scripts/mkinstalldirs 0755 $INST_DIR/lib --scripts/mkinstalldirs 0755 $INST_DIR/msqldb --scripts/mkinstalldirs 0755 $INST_DIR/msqldb/.tmp --scripts/mkinstalldirs 0755 $INST_DIR/doc --scripts/mkinstalldirs 0755 $INST_DIR/www --scripts/mkinstalldirs 0755 $INST_DIR/misc --scripts/mkinstalldirs 0755 $INST_DIR/makegen -+scripts/mkinstalldirs 0755 $INST_DIR/etc/msql2 -+scripts/mkinstalldirs 0700 /var/db/msqldb -+scripts/mkinstalldirs 0700 /var/db/msqldb/.tmp -+scripts/mkinstalldirs 0755 $INST_DIR/share/doc/msql -+scripts/mkinstalldirs 0755 $INST_DIR/share/msql/misc -+scripts/mkinstalldirs 0755 $INST_DIR/share/msql/www -+scripts/mkinstalldirs 0755 $INST_DIR/share/msql/makegen -+/usr/sbin/chown -R msql.msql /var/db/msqldb - scripts/mkinstalldirs 0755 $INST_DIR/modules - diff --git a/databases/msql3/files/patch-ae b/databases/msql3/files/patch-ae deleted file mode 100644 index 52771f4ca9d6..000000000000 --- a/databases/msql3/files/patch-ae +++ /dev/null @@ -1,33 +0,0 @@ ---- src/Makefile.tmpl.orig Tue Jul 8 03:06:49 1997 -+++ src/Makefile.tmpl Thu Jul 10 13:46:24 1997 -@@ -31,19 +31,19 @@ - echo - - install :: -- @cp -r ../../doc/* $(INST_DIR)/doc; \\ -- cp -r ../../demos/w3-msql/* $(INST_DIR)/www; \\ -- cp -r ../../misc/setup_* $(INST_DIR)/misc; \\ -- cp ../../README* $(INST_DIR);\\ -- cp makegen/* $(INST_DIR)/makegen;\\ -- chmod 755 $(INST_DIR)/makegen/*;\\ -- cp site.mm $(INST_DIR)/makegen;\\ -- if test -f $(INST_DIR)/msql.conf;\ -+ @cp -r ../../doc/* $(INST_DIR)/share/doc/msql; \\ -+ cp -r ../../demos/w3-msql/* $(INST_DIR)/share/msql/www; \\ -+ cp -r ../../misc/setup_* $(INST_DIR)/share/msql/misc; \\ -+ cp ../../README* $(INST_DIR)/share/doc/msql;\\ -+ cp makegen/* $(INST_DIR)/share/msql/makegen;\\ -+ chmod 755 $(INST_DIR)/share/msql/makegen/*;\\ -+ cp site.mm $(INST_DIR)/share/msql/makegen;\\ -+ if test -f $(INST_DIR)/etc/msql2/msql.conf;\ - then\ -- rm -f $(INST_DIR)/msql.conf.old;\ -- mv $(INST_DIR)/msql.conf $(INST_DIR)/msql.conf.old;\ -+ rm -f $(INST_DIR)/etc/msql2/msql.conf.old;\ -+ mv $(INST_DIR)/etc/msql2/msql.conf $(INST_DIR)/etc/msql2/msql.conf.old;\ - fi;\ -- sed "s,_INST_,$(INST_DIR),"< ../../misc/msql.conf >$(INST_DIR)/msql.conf;\\ -+ sed "s,_INST_,$(INST_DIR),"< ../../misc/msql.conf >$(INST_DIR)/etc/msql2/msql.conf;\\ - echo ;\\ - echo ;\\ - echo ;\\ diff --git a/databases/msql3/files/patch-af b/databases/msql3/files/patch-af deleted file mode 100644 index 0d247f5ce08e..000000000000 --- a/databases/msql3/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- src/msql/Makefile.tmpl.orig Mon Jan 13 10:15:48 1997 -+++ src/msql/Makefile.tmpl Sun Jan 19 14:47:28 1997 -@@ -78,7 +78,7 @@ - !install msqldump $(INST_DIR)/bin/msqldump 0755 $(ROOT) - !libinstall libmsql.a $(INST_DIR)/lib/libmsql.a 744 $(ROOT) - !install msql.h $(INST_DIR)/include/msql.h 744 $(ROOT) --!install sample.acl $(INST_DIR)/msql.acl.sample 700 $(ROOT) -+!install sample.acl $(INST_DIR)/etc/msql2/msql.acl.sample 700 $(ROOT) - - lextest :: msql_lex.c - $(CC) $(CC_FLAGS) -DDEBUG msql_lex.c -o lextest diff --git a/databases/msql3/files/patch-ag b/databases/msql3/files/patch-ag deleted file mode 100644 index 3ec810f95f4f..000000000000 --- a/databases/msql3/files/patch-ag +++ /dev/null @@ -1,25 +0,0 @@ ---- src/msql/config.c.orig Fri May 29 19:21:56 1998 -+++ src/msql/config.c Fri Aug 28 17:14:21 1998 -@@ -306,11 +306,11 @@ - msqlConfigLoaded = 1; - if (file) - { -- snprintf(buf,sizeof(buf),"%s/%s", INST_DIR, file); -+ snprintf(buf,sizeof(buf),"%s/etc/msql2/%s", INST_DIR, file); - fp = fopen(buf,"r"); - if (!fp) - { -- snprintf(buf,sizeof(buf),"%s/%s.conf",INST_DIR,file); -+ snprintf(buf,sizeof(buf),"%s/etc/msql2/%s.conf",INST_DIR,file); - fp = fopen(buf,"r"); - } - if (!fp) -@@ -325,7 +325,7 @@ - } - else - { -- snprintf(buf,sizeof(buf),"%s/msql.conf", INST_DIR); -+ snprintf(buf,sizeof(buf),"%s/etc/msql2/msql.conf", INST_DIR); - fp = fopen(buf,"r"); - } - if (!fp) diff --git a/databases/msql3/files/patch-ah b/databases/msql3/files/patch-ah deleted file mode 100644 index 252fb5fdec3a..000000000000 --- a/databases/msql3/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- src/msql/msqladmin.c.orig Mon Jan 13 10:16:02 1997 -+++ src/msql/msqladmin.c Sun Jan 19 14:05:53 1997 -@@ -257,7 +257,7 @@ - printf("\tTarget platform \t%s\n\n",TARGET); - - printf("Configuration Details :-\n\n"); -- printf("\tDefault config file\t%s/msql.conf\n",INST_DIR); -+ printf("\tDefault config file\t%s/etc/msql2/msql.conf\n",INST_DIR); - printf("\tTCP socket \t%d\n", - msqlGetIntConf("tcp_port")); - printf("\tUNIX socket \t%s\n", diff --git a/databases/msql3/files/patch-ai b/databases/msql3/files/patch-ai deleted file mode 100644 index dcf168a1f723..000000000000 --- a/databases/msql3/files/patch-ai +++ /dev/null @@ -1,21 +0,0 @@ ---- src/msql/msqld.c.orig Mon Jul 7 01:27:28 1997 -+++ src/msql/msqld.c Thu Jul 10 13:48:05 1997 -@@ -593,7 +593,7 @@ - - if (*confFile == 0) - { -- snprintf(confFile,sizeof(confFile),"%s/msql.conf", INST_DIR); -+ snprintf(confFile,sizeof(confFile),"%s/etc/msql2/msql.conf", INST_DIR); - } - printf("\tLoading configuration from '%s'.\n",confFile); - msqlLoadConfigFile(confFile); -@@ -687,8 +687,7 @@ - /* - ** Ensure that the correct user owns the database files - */ -- snprintf(path,MAXPATHLEN, "%s/msqldb", -- (char *)msqlGetCharConf("general","inst_dir")); -+ strcpy(path, "/var/db/msqldb"); - if (stat(path,&sbuf) < 0) - { - printf("\nError! Can't stat '%s'\n\n",path); diff --git a/databases/msql3/files/patch-aj b/databases/msql3/files/patch-aj deleted file mode 100644 index 9769dc5953e4..000000000000 --- a/databases/msql3/files/patch-aj +++ /dev/null @@ -1,14 +0,0 @@ ---- misc/msql.conf.orig Mon Jul 7 01:44:29 1997 -+++ misc/msql.conf Thu Jul 10 13:49:56 1997 -@@ -20,9 +20,9 @@ - Inst_Dir = _INST_ - mSQL_User = msql - Admin_User = root --Pid_File = %I/msql2d.pid -+Pid_File = %I/etc/msql2/msql2d.pid - TCP_Port = 1114 --UNIX_Port = %I/msql2.sock -+UNIX_Port = %I/etc/msql2/msql2.sock - - [system] - diff --git a/databases/msql3/files/patch-ak b/databases/msql3/files/patch-ak deleted file mode 100644 index ead616de559e..000000000000 --- a/databases/msql3/files/patch-ak +++ /dev/null @@ -1,22 +0,0 @@ ---- src/msql/index.c Fri Feb 7 10:06:42 1997 -+++ src/msql/index.c Fri Feb 7 10:17:04 1997 -@@ -105,8 +105,7 @@ - fd; - - msqlTrace(TRACE_IN,"loadIndices()"); -- (void)snprintf(path,MAXPATHLEN,"%s/msqldb/%s/%s.idx", -- msqlHomeDir,db,table); -+ (void)snprintf(path,MAXPATHLEN,"/var/db/msqldb/%s/%s.idx",db,table); - #ifdef OS2 - fd = _sopen(path ,O_RDONLY | O_BINARY, SH_DENYNO, S_IREAD | S_IWRITE); - #else -@@ -163,8 +163,8 @@ - curIndex->next = NULL; - } - } -- snprintf(path,MAXPATHLEN,"%s/msqldb/%s/%s.idx-%s", -- msqlHomeDir,db,table, curIndex->name); -+ snprintf(path,MAXPATHLEN,"/var/db/msqldb/%s/%s.idx-%s", -+ db,table, curIndex->name); - curIndex->tree = avlOpen(path); - curIndex->buf = (char *)malloc(curIndex->length + 1); diff --git a/databases/msql3/files/patch-al b/databases/msql3/files/patch-al deleted file mode 100644 index 6e64dbc12862..000000000000 --- a/databases/msql3/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ ---- src/msql/acl.c.orig Sat Jun 14 20:42:23 1997 -+++ src/msql/acl.c Thu Jul 10 13:51:07 1997 -@@ -114,7 +114,7 @@ - /* - ** Open the acl file - */ -- (void)snprintf(path,MAXPATHLEN,"%s/msql.acl", -+ (void)snprintf(path,MAXPATHLEN,"%s/etc/msql2/msql.acl", - (char *)msqlGetCharConf("general", "inst_dir")); - fp = fopen(path,"r"); - if (!fp) diff --git a/databases/msql3/files/patch-am b/databases/msql3/files/patch-am deleted file mode 100644 index a10e4099d0b1..000000000000 --- a/databases/msql3/files/patch-am +++ /dev/null @@ -1,171 +0,0 @@ ---- src/msql/msqldb.c.orig Fri Aug 28 14:57:51 1998 -+++ src/msql/msqldb.c Fri Aug 28 15:04:11 1998 -@@ -136,7 +136,7 @@ - #endif - - msqlTrace(TRACE_IN,"msqlListDBs()"); -- (void)snprintf(path, MAXPATHLEN, "%s/msqldb",msqlHomeDir); -+ (void)snprintf(path, MAXPATHLEN, "var/db/msqldb"); - dirp = opendir(path); - if (!dirp) - { -@@ -199,7 +199,7 @@ - #endif - - msqlTrace(TRACE_IN,"msqlListTables()"); -- (void)snprintf(path,MAXPATHLEN,"%s/msqldb/%s",msqlHomeDir,db); -+ (void)snprintf(path,MAXPATHLEN,"/var/db/msqldb/%s"); - dirp = opendir(path); - if (!dirp) - { -@@ -1441,7 +1441,7 @@ - struct stat buf; - - msqlTrace(TRACE_IN,"msqlInit()"); -- (void)snprintf(path, MAXPATHLEN, "%s/msqldb/%s",msqlHomeDir,db); -+ (void)snprintf(path, MAXPATHLEN, "/var/db/msqldb/%s",db); - if (stat(path,&buf) < 0) - { - snprintf(errMsg, MAX_ERR_MSG, BAD_DB_ERROR,db); -@@ -1479,8 +1479,8 @@ - /* - ** Write the catalog entry - */ -- (void)snprintf(defPath, MAXPATHLEN, "%s/msqldb/%s/%s.def", -- msqlHomeDir,db,table); -+ (void)snprintf(defPath, MAXPATHLEN, "/var/db/msqldb/%s/%s.def", -+ db,table); - if (stat(defPath, &sbuf) >= 0) - { - snprintf(errMsg,MAX_ERR_MSG,TABLE_EXISTS_ERROR,table); -@@ -1531,8 +1531,8 @@ - ** Create an empty table - */ - -- (void)snprintf(datPath,MAXPATHLEN, "%s/msqldb/%s/%s.dat", -- msqlHomeDir,db,table); -+ (void)snprintf(datPath,MAXPATHLEN, "/var/db/msqldb/%s/%s.dat", -+ db,table); - #ifdef OS2 - fd = _sopen(datPath,O_CREAT | O_WRONLY | O_BINARY, SH_DENYNO, - S_IREAD | S_IWRITE); -@@ -1577,8 +1577,8 @@ - ** - ** Create an empty overflow file - */ -- (void)snprintf(oflPath,MAXPATHLEN,"%s/msqldb/%s/%s.ofl", -- msqlHomeDir,db,table); -+ (void)snprintf(oflPath,MAXPATHLEN,"/var/db/msqldb/%s/%s.ofl", -+ db,table); - #ifdef OS2 - fd = _sopen(oflPath,O_CREAT | O_WRONLY | O_BINARY, SH_DENYNO, - S_IREAD | S_IWRITE); -@@ -1745,11 +1745,11 @@ - /* - ** Can't clash with another index either - */ -- (void)snprintf(defPath,MAXPATHLEN,"%s/msqldb/%s/%s.idx",msqlHomeDir, -+ (void)snprintf(defPath,MAXPATHLEN,"/var/db/msqldb/%s/%s.idx", - db, index->table); - -- (void)snprintf(idxPath,MAXPATHLEN,"%s/msqldb/%s/%s.idx-%s", -- msqlHomeDir,db, index->table, index->name); -+ (void)snprintf(idxPath,MAXPATHLEN,"/var/db/msqldb/%s/%s.idx-%s", -+ db, index->table, index->name); - - #ifdef OS2 - fd = _sopen(defPath,O_RDWR | O_CREAT | O_BINARY, SH_DENYNO, -@@ -1989,7 +1989,7 @@ - /* - ** Now blow away the table files - */ -- (void)snprintf(path,MAXPATHLEN,"%s/msqldb/%s/%s.def",msqlHomeDir, -+ (void)snprintf(path,MAXPATHLEN,"/var/db/msqldb/%s/%s.def", - db,table); - cp = (char *)rindex(path,'.'); - #ifdef OS2 -@@ -2072,7 +2072,7 @@ - return(-1); - } - -- (void)snprintf(defPath,MAXPATHLEN,"%s/msqldb/%s/%s.idx",msqlHomeDir, -+ (void)snprintf(defPath,MAXPATHLEN,"/var/db/msqldb/%s/%s.idx", - db, index->table); - #ifdef OS2 - in = _sopen(defPath,O_RDONLY | O_BINARY, SH_DENYNO, S_IREAD | S_IWRITE); -@@ -2086,8 +2086,8 @@ - msqlTrace(TRACE_OUT,"msqlDropIndex()"); - return(-1); - } -- (void)snprintf(tmpPath,MAXPATHLEN,"%s/msqldb/%s/%s.idx-tmp", -- msqlHomeDir,db, index->table); -+ (void)snprintf(tmpPath,MAXPATHLEN,"/var/db/msqldb/%s/%s.idx-tmp", -+ db, index->table); - #ifdef OS2 - out = _sopen(tmpPath,O_RDWR | O_CREAT | O_BINARY, SH_DENYNO, - S_IREAD | S_IWRITE); -@@ -2137,7 +2137,7 @@ - */ - unlink(defPath); - rename(tmpPath,defPath); -- snprintf(tmpPath,MAXPATHLEN,"%s/msqldb/%s/%s.idx-%s",msqlHomeDir,db, -+ snprintf(tmpPath,MAXPATHLEN,"/var/db/msqldb/%s/%s.idx-%s",db, - index->table, index->name); - unlink(tmpPath); - -@@ -2757,7 +2757,7 @@ - ** See if the directory exists - */ - -- (void)snprintf(path,MAXPATHLEN,"%s/msqldb/%s", msqlHomeDir, db); -+ (void)snprintf(path,MAXPATHLEN,"/var/db/msqldb/%s", db); - dirp = opendir(path); - if (dirp) - { -@@ -2807,7 +2807,7 @@ - ** See if the "to" directory exists - */ - -- (void)snprintf(toPath,MAXPATHLEN,"%s/msqldb/%s", msqlHomeDir, toDB); -+ (void)snprintf(toPath,MAXPATHLEN,"/var/db/msqldb/%s", toDB); - dirp = opendir(toPath); - if (dirp) - { -@@ -2822,8 +2822,7 @@ - ** See if the "from" directory exists - */ - -- (void)snprintf(fromPath,MAXPATHLEN, "%s/msqldb/%s", msqlHomeDir, -- fromDB); -+ (void)snprintf(fromPath,MAXPATHLEN, "/var/db/msqldb/%s", fromDB); - dirp = opendir(fromPath); - if (!dirp) - { -@@ -2886,7 +2885,7 @@ - ** See if the "to" directory exists - */ - -- (void)snprintf(toPath,MAXPATHLEN,"%s/msqldb/%s", msqlHomeDir, toDB); -+ (void)snprintf(toPath,MAXPATHLEN,"/var/db/msqldb/%s", toDB); - dirp = opendir(toPath); - if (dirp) - { -@@ -2901,8 +2900,7 @@ - ** See if the "from" directory exists - */ - -- (void)snprintf(fromPath,MAXPATHLEN,"%s/msqldb/%s", msqlHomeDir, -- fromDB); -+ (void)snprintf(fromPath,MAXPATHLEN,"/var/db/msqldb/%s", fromDB); - dirp = opendir(fromPath); - if (!dirp) - { -@@ -2948,7 +2946,7 @@ - ** See if the directory exists - */ - -- (void)snprintf(path,MAXPATHLEN,"%s/msqldb/%s", msqlHomeDir, db); -+ (void)snprintf(path,MAXPATHLEN,"/var/db/msqldb/%s", db); - dirp = opendir(path); - if (!dirp) - { diff --git a/databases/msql3/files/patch-an b/databases/msql3/files/patch-an deleted file mode 100644 index ce08707d13fb..000000000000 --- a/databases/msql3/files/patch-an +++ /dev/null @@ -1,71 +0,0 @@ ---- src/msql/table.c Fri Feb 7 10:06:42 1997 -+++ src/msql/table.c Fri Feb 7 10:16:35 1997 -@@ -100,8 +100,7 @@ - { - char path[MAXPATHLEN]; - -- (void)snprintf(path, MAXPATHLEN, "%s/msqldb/%s/%s.dat",msqlHomeDir,db, -- table); -+ (void)snprintf(path, MAXPATHLEN, "/var/db/msqldb/%s/%s.dat",db,table); - #ifdef OS2 - return(_sopen(path, MAXPATHLEN, O_RDWR | O_BINARY, SH_DENYNO, S_IREAD | S_IWRITE)); - #else -@@ -115,8 +115,7 @@ - { - char path[MAXPATHLEN]; - -- (void)snprintf(path, MAXPATHLEN,"%s/msqldb/%s/%s.ofl",msqlHomeDir,db, -- table); -+ (void)snprintf(path, MAXPATHLEN, "/var/db/msqldb/%s/%s.ofl",db,table); - #ifdef OS2 - return(_sopen(path, MAXPATHLEN, O_RDWR | O_BINARY, SH_DENYNO, S_IREAD | S_IWRITE)); - #else -@@ -300,8 +300,7 @@ - static char buf[MAX_FIELDS * sizeof(field_t)]; - - msqlTrace(TRACE_IN,"readTableDef()"); -- (void)snprintf(path, MAXPATHLEN, "%s/msqldb/%s/%s.def",msqlHomeDir, -- db,table); -+ (void)snprintf(path, MAXPATHLEN, "/var/db/msqldb/%s/%s.def",db,table); - #ifdef OS2 - fd = _sopen(path, MAXPATHLEN, O_RDONLY | O_BINARY, SH_DENYNO, S_IREAD | S_IWRITE); - #else -@@ -367,7 +367,7 @@ - DIR *dirp; - char path[MAXPATHLEN]; - -- (void)snprintf(path,MAXPATHLEN,"%s/msqldb/.tmp",msqlHomeDir); -+ (void)strcpy(path, "/var/db/msqldb/.tmp"); - dirp = opendir(path); - if (!dirp) - { -@@ -387,7 +387,7 @@ - cur = readdir(dirp); - continue; - } -- (void)snprintf(path,MAXPATHLEN,"%s/msqldb/.tmp/%s",msqlHomeDir, -+ (void)snprintf(path, MAXPATHLEN, "/var/db/msqldb/.tmp/%s", - cur->d_name); - unlink(path); - cur = readdir(dirp); -@@ -434,8 +434,7 @@ - { - tmpfile = cp+1; - } -- (void)snprintf(path,MAXPATHLEN,"%s/msqldb/.tmp/%s.dat",msqlHomeDir, -- tmpfile); -+ (void)snprintf(path, MAXPATHLEN, "/var/db/msqldb/.tmp/%s.dat",tmpfile); - - - /* -@@ -642,8 +642,8 @@ - char path[MAXPATHLEN]; - - msqlTrace(TRACE_IN,"freeTmpTable()"); -- (void)snprintf(path,MAXPATHLEN, "%s/msqldb/.tmp/%s.dat",msqlHomeDir, -- entry->table); -+ (void)snprintf(path, MAXPATHLEN, "/var/db/msqldb/.tmp/%s.dat", -+ entry->table); - freeTableDef(entry->def); - entry->def = NULL; - *(entry->db) = 0; diff --git a/databases/msql3/files/patch-ao b/databases/msql3/files/patch-ao deleted file mode 100644 index 5e8b8e9d683e..000000000000 --- a/databases/msql3/files/patch-ao +++ /dev/null @@ -1,20 +0,0 @@ ---- src/msql/sort.c.orig Fri Aug 28 17:20:10 1998 -+++ src/msql/sort.c Fri Aug 28 17:18:42 1998 -@@ -280,7 +280,7 @@ - /* - ** Create the dummy output table - */ -- snprintf(dataPath,MAXPATHLEN,"%s/msqldb/.tmp/%s.tmp",INST_DIR, -+ snprintf(dataPath,MAXPATHLEN,"/var/db/msqldb/.tmp/%s.tmp", - entry->table); - tmp.dataFD = open(dataPath, O_CREAT|O_RDWR, 0600); - bzero(&sblock, sizeof(sblock)); -@@ -328,7 +328,7 @@ - /* - ** Swap the new table into place - */ -- snprintf(oldPath,MAXPATHLEN,"%s/msqldb/.tmp/%s.dat",INST_DIR, -+ snprintf(oldPath,MAXPATHLEN,"/var/db/msqldb/.tmp/%s.dat", - entry->table); - munmap(entry->dataMap, entry->size); - close(entry->dataFD); diff --git a/databases/msql3/files/post-install-notes b/databases/msql3/files/post-install-notes deleted file mode 100644 index 71ae6e0c0e3a..000000000000 --- a/databases/msql3/files/post-install-notes +++ /dev/null @@ -1,55 +0,0 @@ - README for Mini SQL Version 2.0 -------------------------------------------------------------------------------- - -Welcome to the production release of Mini SQL 2.0! The 2.0 code has -been undergoing Beta testing for many months now and has proven to be -stable enough for a production release. Development and bug fixing will -continue as problems are identified so please check our web site -regularly for upates at http://www.Hughes.com.au/ - -As the software has now officially left the Beta test stage, it is being -released as a commercial package. The software may be evaluated for 14 -days before a license fee is due. If you continue to use the software -after 14 days you are required to pay a licnese fee. To license your -copy of mSQL 2.0, simply print out the invoice form located in the doc/ -directory of this distribution and return it with payment to us either -via postal mail or via fax. Our fax number and postal address has -changed since the 1.x release so please check the details before sending -your payment. - - -FreeBSD-specific port notes ---------------------------- - -The port of mSQL 1.x lived in it's own tree, /usr/local/Minerva. At the -time, mSQL was a part of a larger project called Minerva, to which other -tools would be added. These other tools would also live in -/usr/local/Minerva. - -As of the 2.x release of mSQL, the author of mSQL has put many of these -tools into the base mSQL distribution, and so it is no longer feasible to -have the program live in it's own directory. - -So, in keeping with the BSD directory tree structure, you will find the -following changes between the "official" mSQL 2.x distribution and the -FreeBSD port : - - -Documentation states: Port uses: -===================== ========================== -/usr/local/Hughes /usr/local -/usr/local/Hughes/msqldb /var/db/msqldb -/usr/local/Hughes/msql2.sock /usr/local/etc/msql2/msql2.sock -/usr/local/Hughes/msql2.pid /usr/local/etc/msql2/msql2.pid -/usr/local/Hughes/msql.conf /usr/local/etc/msql2/msql.conf -/usr/local/Hughes/msql.acl /usr/local/etc/msql2/msql.acl - -To start the daemon, run /usr/local/etc/rc.d/msql2.sh as root. This will -start the daemon as the 'msql' user to make sure that the access permissions -are correct. This script will be executed upon system startup. - -Remember that mSQL is not free for use. Please see -/usr/local/share/doc/msql/License for details. - --- -j. diff --git a/databases/msql3/pkg-comment b/databases/msql3/pkg-comment deleted file mode 100644 index 943abba03f75..000000000000 --- a/databases/msql3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Mini SQL server, version 2 diff --git a/databases/msql3/pkg-descr b/databases/msql3/pkg-descr deleted file mode 100644 index bd5dd7ef045a..000000000000 --- a/databases/msql3/pkg-descr +++ /dev/null @@ -1,46 +0,0 @@ - README for Mini SQL Version 2.0 Beta 1 -------------------------------------------------------------------------------- - -Welcome to Mini SQL 2! It's been a long time coming but we hope the -wait has been worth it. As the development of mSQL 2 continues, further -funtionality will be made available. This release concentrates on -adding the underlying performance and data handling features to mSQL. - -The software has changed quite a lot since the 1.x version of mSQL. -Some of the new features are greatly improved support for indexing your -data, much better performance for complex queries and large data sets, -the addition of variable length TEXT fields, support for server managed -numeric sequences, better regular expression handling, and easier -control over the configuration of the server. - - -FreeBSD-specific port notes ---------------------------- - -The ports of mSQL 1.x lived in it's own tree, /usr/local/Minerva. At the -time, mSQL was a part of a larger project called Minerva, to which other -tools would be added. These other tools would also live in -/usr/local/Minerva. - -As of the 2.x release of mSQL, the author of mSQL has put many of these -tools into the base mSQL distribution, and so it is no longer feasible to -have the program live in it's own directory. - -So, in keeping with the BSD directory tree structure, you will find the -following changes between the "official" mSQL 2.x distribution and the -FreeBSD port : - - -Documentation states: Port uses: -===================== ========================== -/usr/local/Hughes /usr/local -/usr/local/Hughes/msqldb /var/db/msqldb -/usr/local/Hughes/msql2.sock /usr/local/etc/msql2/msql2.sock -/usr/local/Hughes/msql2.pid /usr/local/etc/msql2/msql2.pid -/usr/local/Hughes/msql.conf /usr/local/etc/msql2/msql.conf -/usr/local/Hughes/msql.acl /usr/local/etc/msql2/msql.acl - --- -j. - -WWW: http://www.hughes.com.au diff --git a/databases/msql3/pkg-plist b/databases/msql3/pkg-plist deleted file mode 100644 index ce459cf0bea3..000000000000 --- a/databases/msql3/pkg-plist +++ /dev/null @@ -1,103 +0,0 @@ -bin/lite -bin/msql -bin/msql2d -bin/msqladmin -bin/msqldump -bin/msqlexport -bin/msqlimport -bin/relshow -bin/run_daemon -bin/w3-auth -bin/w3-msql -etc/msql2/msql.acl.sample -etc/msql2/msql.conf -etc/rc.d/msql2.sh -include/common/config.h -include/common/portability.h -include/lite.h -include/mod_msql.h -include/mod_std.h -include/msql.h -include/regexp.h -lib/liblite.a -lib/libmsql.a -lib/libregexp.a -lib/lite_lex.o -lib/mod_lite.o -lib/mod_msql.o -lib/mod_std.o -share/doc/msql/HISTORY -share/doc/msql/INSTALL -share/doc/msql/License -share/doc/msql/MSQL_BOOK -share/doc/msql/README -share/doc/msql/README.sco -share/doc/msql/RELEASE_NOTES -share/doc/msql/invoice.ps.gz -share/doc/msql/invoice.txt -share/doc/msql/manual-html/Image1.gif -share/doc/msql/manual-html/Image2.gif -share/doc/msql/manual-html/Image3.gif -share/doc/msql/manual-html/Image4.gif -share/doc/msql/manual-html/Image5.gif -share/doc/msql/manual-html/Image6.gif -share/doc/msql/manual-html/deer.gif -share/doc/msql/manual-html/manual.html -share/doc/msql/manual.ps.gz -share/doc/msql/post-install-notes -share/msql/makegen/directory.mm -share/msql/makegen/install.mm -share/msql/makegen/lex.mm -share/msql/makegen/libinstall.mm -share/msql/makegen/library.mm -share/msql/makegen/makegen -share/msql/makegen/makegen.cf -share/msql/makegen/makegen.cf.in -share/msql/makegen/object.mm -share/msql/makegen/program.mm -share/msql/makegen/site.mm -share/msql/makegen/touch.mm -share/msql/makegen/yacc.mm -share/msql/misc/setup_w3auth -share/msql/www/bookmarks/README -share/msql/www/bookmarks/Welcome.html -share/msql/www/bookmarks/add.html -share/msql/www/bookmarks/back.gif -share/msql/www/bookmarks/book.gif -share/msql/www/bookmarks/bookmarks.html -share/msql/www/bookmarks/create.gif -share/msql/www/bookmarks/create.html -share/msql/www/bookmarks/delete.gif -share/msql/www/bookmarks/delete.html -share/msql/www/bookmarks/dump.msql -share/msql/www/bookmarks/home.gif -share/msql/www/bookmarks/folder.gif -share/msql/www/bookmarks/mark-big.gif -share/msql/www/bookmarks/remove.html -share/msql/www/bookmarks/search.gif -share/msql/www/bookmarks/search.html -share/msql/www/bookmarks/search_result.html -share/msql/www/bookmarks/wood.gif -share/msql/www/bookmarks/setup_bookmark -share/msql/www/graphics/add.gif -share/msql/www/graphics/area.gif -share/msql/www/graphics/banner.gif -share/msql/www/graphics/blank.gif -share/msql/www/graphics/delete.gif -share/msql/www/graphics/edit.gif -share/msql/www/graphics/group.gif -share/msql/www/graphics/hughes.gif -share/msql/www/graphics/logout.gif -share/msql/www/graphics/priv.gif -share/msql/www/graphics/user.gif -share/msql/www/graphics/view.gif -@dirrm etc/msql2 -@dirrm include/common -@dirrm share/doc/msql/manual-html -@dirrm share/doc/msql -@dirrm share/msql/makegen -@dirrm share/msql/misc -@dirrm share/msql/www/bookmarks -@dirrm share/msql/www/graphics -@dirrm share/msql/www -@dirrm share/msql diff --git a/databases/msql3/scripts/check_old_version b/databases/msql3/scripts/check_old_version deleted file mode 100644 index a87d343af800..000000000000 --- a/databases/msql3/scripts/check_old_version +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/perl -# -# $FreeBSD$ -# - -if( -d "/var/db/msqldb" ) { - chdir( "/var/db/pkg" ); - opendir( DIR, "." ); - @oldmsql = grep( /^msql-2.0b[1234]$/, readdir( DIR ) ); - closedir( DIR ); - if( @oldmsql ) { - if( ! $ENV{OVERWRITE_DB} ) { - print <<END; - -mSQL v2.0 beta 5 and above make changes to the AVL index format of your -databases. In order to preserve your existing data, you must: - - use msqldump to dump all your databases - - install beta 5 or above - - use msqladmin to drop and then create each of your databases - - use msql to reload your data - -If you understand the consequences of this upgrade, please re-build this -port with the environment variable OVERWRITE_DB defined. - -END - exit 1; - } - } -} - -# -# EOF diff --git a/databases/msql3/scripts/createuser b/databases/msql3/scripts/createuser deleted file mode 100644 index 67928eedf9eb..000000000000 --- a/databases/msql3/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "msql" ) ) { - ( $null, $null, $msqlUID ) = getpwnam( "msql" ); -} else { - $msqlUID = 87; - while( getpwuid( $msqlUID ) ) { - $msqlUID++; - } -} - -if( getgrnam( "msql" ) ) { - ( $null, $null, $msqlGID ) = getgrnam( "msql" ); -} else { - $msqlGID = 87; - while( getgrgid( $msqlGID ) ) { - $msqlGID++; - } - &append_file( "/etc/group", "msql:*:$msqlGID:" ); -} - -print "msql user using uid $msqlUID\n"; -print "msql user using gid $msqlGID\n"; - -system( "/usr/bin/chpass -a \"msql:*:$msqlUID:$msqlGID\::0:0:mSQL-2 pseudo-user:/var/db/msqldb:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/msql3/scripts/customize_scripts b/databases/msql3/scripts/customize_scripts deleted file mode 100644 index 7b981a2b958f..000000000000 --- a/databases/msql3/scripts/customize_scripts +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/perl -# - -chop( $HOSTNAME=`hostname` ); - -system( "/usr/bin/perl -pi -e 's|%%PREFIX%%|$ENV{'PREFIX'}|' $ENV{'WRKSRC'}/scripts/run_daemon $ENV{'WRKSRC'}/misc/msql.conf" ); -system( "/usr/bin/perl -pi -e 's|%%HOSTNAME%%|$HOSTNAME|' $ENV{'WRKSRC'}/scripts/run_daemon" ); diff --git a/databases/mysql40-client/Makefile b/databases/mysql40-client/Makefile deleted file mode 100644 index 87474a82fbd0..000000000000 --- a/databases/mysql40-client/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# ports collection makefile for: MySQL-client -# Version required: v3.22.x -# Date created: Thu Jun 24 00:12:22 CEST 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAME= ${DISTNAME:S/-/-client-/g} - -MASTERDIR= ${.CURDIR}/../mysql322-server -COMMENT= ${PKGDIR}/COMMENT.client -PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/PLIST.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile deleted file mode 100644 index 6e4c0ebb7b13..000000000000 --- a/databases/mysql40-server/Makefile +++ /dev/null @@ -1,159 +0,0 @@ -# ports collection makefile for: MySQL-server -# Version required: v3.22.x -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= mysql-3.22.27 -PKGNAME?= ${DISTNAME:S/-/-server-/} -CATEGORIES= databases -MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.digex.net/pub/packages/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.plig.net/pub/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.22/ - -MAINTAINER= dirk@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance - -DB_DIR?= /var/db/mysql -USE_PERL5= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-perl \ - --without-debug \ - --without-readline \ - --without-bench -.if ${MACHINE_ARCH} == "i386" -CONFIGURE_ARGS+=--enable-assembler -.endif -CONFIGURE_ENV+= PERL=${PERL} \ - PERL5=${PERL} \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - CONFIGURE_ARGS="${CONFIGURE_ARGS}" - -.if !defined(CLIENT_ONLY) -RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 320000 -.if defined(MIT_PTHREADS) -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} - @${ECHO} "You may set MIT_PTHREADS (make MIT_PTHREADS=yes)" - @${ECHO} "to compile mysql with the supplied mit-pthreads." - @${ECHO} "(You don't want to set this unless you have a good reason)." - @${ECHO} -.endif -.elif ${OSVERSION} >= 300000 -.if defined(NATIVE_THREADS) -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} - @${ECHO} "You may set NATIVE_THREADS (make NATIVE_THREADS=yes)" - @${ECHO} "to compile mysql with the native FreeBSD threads (libc_r)." - @${ECHO} "Warning: There are some bugs in libc_r which prevent" - @${ECHO} " 'mysqladmin shutdown' from working properly and" - @${ECHO} " killing mysqld might not work." - @${ECHO} -.endif -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.endif - -post-patch: - ${MV} ${WRKSRC}/strings/strings.s ${WRKSRC}/strings/strings.S - ${MV} ${WRKSRC}/strings/longlong2str-x86.s ${WRKSRC}/strings/longlong2str-x86.S - -pre-install: -.if !defined(PACKAGE_BUILDING) && exists(${DB_DIR}) && !defined(OVERWRITE_DB) - @${ECHO} "You appear to already have a mysql database directory in ${DB_DIR}." - @${ECHO} "" - @${ECHO} "In order to preserve your existing data, you should:" - @${ECHO} " - dump all your databases" - @${ECHO} " - kill mysql if it is running" - @${ECHO} " - delete the ${DB_DIR} directory" - @${ECHO} " - run 'make install'" - @${ECHO} " - start up mysql" - @${ECHO} " - re-create all of your database" - @${ECHO} " - re-load your data" - @${ECHO} "" - @${ECHO} "If you understand the consequences of this upgrade, please re-build this" - @${ECHO} "port with the environment variable OVERWRITE_DB defined." - @${FALSE} -.endif - -post-install: -.if !defined(PACKAGE_BUILDING) - ${PREFIX}/bin/mysql_install_db - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "if [ -x ${PREFIX}/bin/safe_mysqld ]" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "then" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} " ${PREFIX}/bin/safe_mysqld --user=mysql > /dev/null & && ${ECHO} -n ' mysql'" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "fi" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mysql/Img -.for doc in manual.html manual.ps manual_toc.html manual.txt manual.texi include.texi - ${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${PREFIX}/share/doc/mysql -.endfor - ${INSTALL_DATA} ${WRKSRC}/Docs/Img/*.gif ${PREFIX}/share/doc/mysql/Img - ${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info - @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir -.endif - -.include <bsd.port.post.mk> -.else -MAN1= mysql.1 - -CONFIGURE_ARGS+=--without-server -MAKE_ENV= CLIENT_ONLY="${CLIENT_ONLY}" - -post-install: - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "${LDCONFIG} -m ${PREFIX}/lib/mysql" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-client.sh - - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/mysql - -.include <bsd.port.mk> -.endif diff --git a/databases/mysql40-server/distinfo b/databases/mysql40-server/distinfo deleted file mode 100644 index e06721973a08..000000000000 --- a/databases/mysql40-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql40-server/files/patch-Makefile.in b/databases/mysql40-server/files/patch-Makefile.in deleted file mode 100644 index ca3680549992..000000000000 --- a/databases/mysql40-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Sun Jun 6 04:51:50 1999 -+++ Makefile.in Sat Jun 26 08:53:51 1999 -@@ -141,8 +141,11 @@ - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS - --SUBDIRS = @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts include tests man @bench_dirs@ support-files -- -+.if defined(CLIENT_ONLY) -+SUBDIRS = @readline_dir@ client include tests man -+.else -+SUBDIRS = @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files -+.endif - - # Relink after clean - CLEANFILES = linked_client_sources diff --git a/databases/mysql40-server/files/patch-ab b/databases/mysql40-server/files/patch-ab deleted file mode 100644 index 04825c3dc4b1..000000000000 --- a/databases/mysql40-server/files/patch-ab +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/mysql_install_db.sh.orig Sat Aug 28 13:10:54 1999 -+++ scripts/mysql_install_db.sh Mon Sep 13 00:13:04 1999 -@@ -15,10 +15,6 @@ - force=0 - IN_RPM=0 - --# Are we doing an rpm install? --if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi --if test "$1" = "--force"; then force=1; shift; fi -- - # Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf - if test -w / - then -@@ -60,8 +56,6 @@ - fi - fi - --# On IRIX hostname is in /usr/bsd so add this to the path --PATH=$PATH:/usr/bsd - hostname=`hostname` # Install this too in the user table - - # Check if hostname is valid -@@ -255,12 +249,6 @@ - END_OF_DATA - then - echo "" -- if test "$IN_RPM" -eq 0 -- then -- echo "To start mysqld at boot time you have to copy support-files/mysql.server" -- echo "to the right place for your system" -- echo -- fi - echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" - echo "This is done with:" - echo "$bindir/mysqladmin -u root password 'new-password'" diff --git a/databases/mysql40-server/files/patch-af b/databases/mysql40-server/files/patch-af deleted file mode 100644 index 2593da4d1c64..000000000000 --- a/databases/mysql40-server/files/patch-af +++ /dev/null @@ -1,73 +0,0 @@ ---- scripts/safe_mysqld.sh.orig Fri May 14 11:11:46 1999 -+++ scripts/safe_mysqld.sh Tue Jun 8 11:14:02 1999 -@@ -12,33 +12,9 @@ - - trap '' 1 2 3 15 # we shouldn't let anyone kill us - --# Check if we are starting this relative (for the binary release) --if test -d ./data/mysql -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./bin/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where bin, share and data are -- DATADIR=$MY_BASEDIR_VERSION/data # Where the databases are -- ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is --# Check if this is a 'moved install directory' --elif test -f ./var/mysql/db.frm -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./libexec/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where libexec, share and var are -- DATADIR=$MY_BASEDIR_VERSION/var # Where the databases are -- ledir=$MY_BASEDIR_VERSION/libexec # Where mysqld is --else -- MY_BASEDIR_VERSION=@prefix@ -- DATADIR=@localstatedir@ -- ledir=@libexecdir@ -- if test ! -x $ledir/mysqld -- then -- echo "The file $ledir/mysqld doesn't exist or is not executable" -- echo "Please do a cd to the mysql installation directory and restart" -- echo "this script from there as follows:" -- echo "./bin/safe_mysqld". -- exit 1; -- fi --fi -+MY_BASEDIR_VERSION=@prefix@ -+DATADIR=@localstatedir@ -+ledir=@libexecdir@ - - pid_file=$DATADIR/`@HOSTNAME@`.pid - log=$DATADIR/`@HOSTNAME@`.log -@@ -114,33 +90,6 @@ - if test ! -f $pid_file # This is removed if normal shutdown - then - break; -- fi -- if @IS_LINUX@ -- then -- # Test if one process was hanging. -- # This is only a fix for Linux (running as base 3 mysqld processes) -- # but should work for the rest of the servers. -- # The only thing is ps x => redhat 5 gives warnings when using ps -x. -- # kill -9 is used or the process won't react on the kill. -- numofproces=`ps x | grep -v "grep" | grep -c $ledir/mysqld` -- echo -e "\nNumber of processes running now: $numofproces" | tee -a $err_log -- I=1 -- while test "$I" -le "$numofproces" -- do -- PROC=`ps x | grep $ledir/mysqld | grep -v "grep" | tail -1` -- for T in $PROC -- do -- break -- done -- # echo "TEST $I - $T **" -- if kill -9 $T -- then -- echo "mysqld process hanging, pid $T - killed" | tee -a $err_log -- else -- break -- fi -- I=`expr $I + 1` -- done - fi - echo "mysqld restarted on " `date` | tee -a $err_log - done diff --git a/databases/mysql40-server/files/patch-ap b/databases/mysql40-server/files/patch-ap deleted file mode 100644 index f42968f78ee6..000000000000 --- a/databases/mysql40-server/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ ---- strings/Makefile.in.orig Thu Sep 9 10:52:02 1999 -+++ strings/Makefile.in Sun Sep 12 23:56:25 1999 -@@ -143,7 +143,7 @@ - pkglib_LIBRARIES = libmystrings.a - # These file MUST all be on the same line!! Otherwise automake - # generats a very broken makefile --@ASSEMBLER_TRUE@ESRCS = strings.s longlong2str-x86.s -+@ASSEMBLER_TRUE@ESRCS = strings.S longlong2str-x86.S - @ASSEMBLER_FALSE@ESRCS = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c - - libmystrings_a_SOURCES = bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c ct_init.c atof.c ptr_cmp.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c @CHARSET_SRCS@ $(ESRCS) diff --git a/databases/mysql40-server/files/patch-configure b/databases/mysql40-server/files/patch-configure deleted file mode 100644 index 35b814b673b8..000000000000 --- a/databases/mysql40-server/files/patch-configure +++ /dev/null @@ -1,110 +0,0 @@ ---- configure.orig Wed Oct 6 00:10:05 1999 -+++ configure Thu Nov 25 21:00:43 1999 -@@ -2070,8 +2070,8 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2085,7 +2085,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -2737,7 +2737,7 @@ - ;; - esac - fi --HOSTNAME="$ac_cv_path_HOSTNAME" -+HOSTNAME="$ac_cv_path_HOSTNAME -s" - if test -n "$HOSTNAME"; then - echo "$ac_t""$HOSTNAME" 1>&6 - else -@@ -2865,30 +2865,7 @@ - echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:2867: checking "how to check if pid exists"" >&5 - PS=$ac_cv_path_PS --# Linux style --if $PS p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS p \$\$PID | grep mysqld > /dev/null" --# Solaris --elif $PS -p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -p \$\$PID | grep mysqld > /dev/null" --# BSD style --elif $PS -uaxww 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" --# SysV style --elif $PS -ef 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -ef | grep mysqld | grep \" \$\$PID \" > /dev/null" --# Do anybody use this? --elif $PS $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS \$\$PID | grep mysqld > /dev/null" --else -- { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } --fi -- -+FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - echo "$ac_t"""$FIND_PROC"" 1>&6 - - # Check if a pid is valid -@@ -4569,8 +4546,6 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lc_r $LIBS" -- - else - echo "$ac_t""no" 1>&6 - fi -@@ -4804,28 +4779,6 @@ - fi - - --# Build optimized or debug version ? --# First check for gcc and g++ --if test "$ac_cv_prog_gcc" = "yes" --then -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="-O" -- OPTIMIZE_CFLAGS="-O6" --else -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="" -- OPTIMIZE_CFLAGS="-O" --fi --if test "$ac_cv_prog_cxx_g" = "yes" --then -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="-O" -- OPTIMIZE_CXXFLAGS="-O3" --else -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="" -- OPTIMIZE_CXXFLAGS="-O" --fi - # Check whether --with-debug or --without-debug was given. - if test "${with_debug+set}" = set; then - withval="$with_debug" -@@ -8064,7 +8017,7 @@ - echo "" - echo "Configuring MIT Pthreads" - # We will never install so installation paths are not needed. -- (cd mit-pthreads; sh ./configure) -+ (cd mit-pthreads; sh ./configure ${CONFIGURE_ARGS}) - echo "End of MIT Pthreads configuration" - echo "" - fi diff --git a/databases/mysql40-server/pkg-comment b/databases/mysql40-server/pkg-comment deleted file mode 100644 index 2e29c8d2b15b..000000000000 --- a/databases/mysql40-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multithreaded SQL database (server) diff --git a/databases/mysql40-server/pkg-comment.client b/databases/mysql40-server/pkg-comment.client deleted file mode 100644 index 3af4339ad74d..000000000000 --- a/databases/mysql40-server/pkg-comment.client +++ /dev/null @@ -1 +0,0 @@ -a multithreaded SQL database (client) diff --git a/databases/mysql40-server/pkg-descr b/databases/mysql40-server/pkg-descr deleted file mode 100644 index f48f94577494..000000000000 --- a/databases/mysql40-server/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -mySQL is a multithreaded (using MIT pthreads) SQL database with a command -syntax very similar to mSQL. For more information see http://www.tcx.se - -Note: This port does *not* build the perl5 module. To do so, refer to the -file ${WRKSRC}/INSTALL-SOURCE, in particular, the notes on FreeBSD systems. - -josh -josh@ican.net - -WWW: http://www.tcx.se diff --git a/databases/mysql40-server/pkg-install b/databases/mysql40-server/pkg-install deleted file mode 100644 index 3e925021ede1..000000000000 --- a/databases/mysql40-server/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin -if [ -z "${DB_DIR}" ]; then - DB_DIR=/var/db/mysql -fi - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - 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} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}.${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/mysql40-server/pkg-plist b/databases/mysql40-server/pkg-plist deleted file mode 100644 index b25e97cd6c85..000000000000 --- a/databases/mysql40-server/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -bin/msql2mysql -bin/mysql_find_rows -bin/mysql_fix_privilege_tables -bin/mysql_install_db -bin/mysql_setpermission -bin/mysql_zap -bin/mysqlaccess -bin/mysqlbug -bin/perror -bin/replace -bin/resolveip -bin/safe_mysqld -etc/rc.d/mysql-server.sh -@unexec install-info --delete %D/info/mysql.info %D/info/dir -info/mysql.info -@exec install-info %D/info/mysql.info %D/info/dir -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.a -lib/mysql/libmystrings.a -lib/mysql/libmysys.a -lib/mysql/libnisam.a -libexec/mysqld -share/doc/mysql/Img/australia.gif -share/doc/mysql/Img/austria.gif -share/doc/mysql/Img/bulgaria.gif -share/doc/mysql/Img/canada.gif -share/doc/mysql/Img/chile.gif -share/doc/mysql/Img/china.gif -share/doc/mysql/Img/croatia.gif -share/doc/mysql/Img/czech-republic.gif -share/doc/mysql/Img/denmark.gif -share/doc/mysql/Img/estonia.gif -share/doc/mysql/Img/finland.gif -share/doc/mysql/Img/france.gif -share/doc/mysql/Img/germany.gif -share/doc/mysql/Img/great-britain.gif -share/doc/mysql/Img/greece.gif -share/doc/mysql/Img/html-fs.gif -share/doc/mysql/Img/hungary.gif -share/doc/mysql/Img/israel.gif -share/doc/mysql/Img/italy.gif -share/doc/mysql/Img/japan.gif -share/doc/mysql/Img/kroatia.gif -share/doc/mysql/Img/mysql5.gif -share/doc/mysql/Img/netherlands.gif -share/doc/mysql/Img/poland.gif -share/doc/mysql/Img/portugal.gif -share/doc/mysql/Img/romania.gif -share/doc/mysql/Img/russia.gif -share/doc/mysql/Img/singapore.gif -share/doc/mysql/Img/south-africa.gif -share/doc/mysql/Img/south-africa1.gif -share/doc/mysql/Img/south-korea.gif -share/doc/mysql/Img/sweden.gif -share/doc/mysql/Img/switzerland.gif -share/doc/mysql/Img/taiwan.gif -share/doc/mysql/Img/tcxlogo3.gif -share/doc/mysql/Img/ukraine.gif -share/doc/mysql/Img/usa.gif -share/doc/mysql/include.texi -share/doc/mysql/manual.html -share/doc/mysql/manual.ps -share/doc/mysql/manual.texi -share/doc/mysql/manual.txt -share/doc/mysql/manual_toc.html -share/mysql/binary-configure -share/mysql/czech/errmsg.sys -share/mysql/czech/errmsg.txt -share/mysql/danish/errmsg.sys -share/mysql/danish/errmsg.txt -share/mysql/dutch/errmsg.sys -share/mysql/dutch/errmsg.txt -share/mysql/english/errmsg.sys -share/mysql/english/errmsg.txt -share/mysql/estonia/errmsg.sys -share/mysql/estonia/errmsg.txt -share/mysql/french/errmsg.sys -share/mysql/french/errmsg.txt -share/mysql/german/errmsg.sys -share/mysql/german/errmsg.txt -share/mysql/greek/errmsg.sys -share/mysql/greek/errmsg.txt -share/mysql/hungarian/errmsg.sys -share/mysql/hungarian/errmsg.txt -share/mysql/italian/errmsg.sys -share/mysql/italian/errmsg.txt -share/mysql/japanese/errmsg.sys -share/mysql/japanese/errmsg.txt -share/mysql/korean/errmsg.sys -share/mysql/korean/errmsg.txt -share/mysql/make_binary_distribution -share/mysql/my-example.cnf -share/mysql/mysql-3.22.27.spec -share/mysql/mysql-log-rotate -share/mysql/mysql.server -share/mysql/norwegian-ny/errmsg.sys -share/mysql/norwegian-ny/errmsg.txt -share/mysql/norwegian/errmsg.sys -share/mysql/norwegian/errmsg.txt -share/mysql/polish/errmsg.sys -share/mysql/polish/errmsg.txt -share/mysql/portuguese/errmsg.sys -share/mysql/portuguese/errmsg.txt -share/mysql/russian/errmsg.sys -share/mysql/russian/errmsg.txt -share/mysql/slovak/errmsg.sys -share/mysql/slovak/errmsg.txt -share/mysql/spanish/errmsg.sys -share/mysql/spanish/errmsg.txt -share/mysql/swedish/errmsg.sys -share/mysql/swedish/errmsg.txt -@dirrm share/doc/mysql/Img -@dirrm share/doc/mysql -@dirrm share/mysql/czech -@dirrm share/mysql/dutch -@dirrm share/mysql/english -@dirrm share/mysql/french -@dirrm share/mysql/german -@dirrm share/mysql/hungarian -@dirrm share/mysql/italian -@dirrm share/mysql/japanese -@dirrm share/mysql/korean -@dirrm share/mysql/norwegian -@dirrm share/mysql/norwegian-ny -@dirrm share/mysql/polish -@dirrm share/mysql/portuguese -@dirrm share/mysql/russian -@dirrm share/mysql/slovak -@dirrm share/mysql/spanish -@dirrm share/mysql/swedish -@dirrm share/mysql -@exec %D/bin/mysql_install_db -@exec /usr/bin/killall mysqld diff --git a/databases/mysql40-server/pkg-plist.client b/databases/mysql40-server/pkg-plist.client deleted file mode 100644 index b293ad704aa8..000000000000 --- a/databases/mysql40-server/pkg-plist.client +++ /dev/null @@ -1,23 +0,0 @@ -bin/mysql -bin/mysqladmin -bin/mysqldump -bin/mysqlimport -bin/mysqlshow -etc/rc.d/mysql-client.sh -include/mysql/dbug.h -include/mysql/errmsg.h -include/mysql/m_ctype.h.in -include/mysql/m_string.h -include/mysql/my_list.h -include/mysql/my_sys.h -include/mysql/mysql.h -include/mysql/mysql_com.h -include/mysql/mysql_version.h -include/mysql/mysqld_error.h -lib/mysql/libmysqlclient.a -lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.6 -@dirrm include/mysql -@dirrm lib/mysql -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/mysql -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/databases/mysql41-client/Makefile b/databases/mysql41-client/Makefile deleted file mode 100644 index 87474a82fbd0..000000000000 --- a/databases/mysql41-client/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# ports collection makefile for: MySQL-client -# Version required: v3.22.x -# Date created: Thu Jun 24 00:12:22 CEST 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAME= ${DISTNAME:S/-/-client-/g} - -MASTERDIR= ${.CURDIR}/../mysql322-server -COMMENT= ${PKGDIR}/COMMENT.client -PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/PLIST.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile deleted file mode 100644 index 6e4c0ebb7b13..000000000000 --- a/databases/mysql41-server/Makefile +++ /dev/null @@ -1,159 +0,0 @@ -# ports collection makefile for: MySQL-server -# Version required: v3.22.x -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= mysql-3.22.27 -PKGNAME?= ${DISTNAME:S/-/-server-/} -CATEGORIES= databases -MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.digex.net/pub/packages/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.plig.net/pub/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.22/ - -MAINTAINER= dirk@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance - -DB_DIR?= /var/db/mysql -USE_PERL5= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-perl \ - --without-debug \ - --without-readline \ - --without-bench -.if ${MACHINE_ARCH} == "i386" -CONFIGURE_ARGS+=--enable-assembler -.endif -CONFIGURE_ENV+= PERL=${PERL} \ - PERL5=${PERL} \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - CONFIGURE_ARGS="${CONFIGURE_ARGS}" - -.if !defined(CLIENT_ONLY) -RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 320000 -.if defined(MIT_PTHREADS) -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} - @${ECHO} "You may set MIT_PTHREADS (make MIT_PTHREADS=yes)" - @${ECHO} "to compile mysql with the supplied mit-pthreads." - @${ECHO} "(You don't want to set this unless you have a good reason)." - @${ECHO} -.endif -.elif ${OSVERSION} >= 300000 -.if defined(NATIVE_THREADS) -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} - @${ECHO} "You may set NATIVE_THREADS (make NATIVE_THREADS=yes)" - @${ECHO} "to compile mysql with the native FreeBSD threads (libc_r)." - @${ECHO} "Warning: There are some bugs in libc_r which prevent" - @${ECHO} " 'mysqladmin shutdown' from working properly and" - @${ECHO} " killing mysqld might not work." - @${ECHO} -.endif -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.endif - -post-patch: - ${MV} ${WRKSRC}/strings/strings.s ${WRKSRC}/strings/strings.S - ${MV} ${WRKSRC}/strings/longlong2str-x86.s ${WRKSRC}/strings/longlong2str-x86.S - -pre-install: -.if !defined(PACKAGE_BUILDING) && exists(${DB_DIR}) && !defined(OVERWRITE_DB) - @${ECHO} "You appear to already have a mysql database directory in ${DB_DIR}." - @${ECHO} "" - @${ECHO} "In order to preserve your existing data, you should:" - @${ECHO} " - dump all your databases" - @${ECHO} " - kill mysql if it is running" - @${ECHO} " - delete the ${DB_DIR} directory" - @${ECHO} " - run 'make install'" - @${ECHO} " - start up mysql" - @${ECHO} " - re-create all of your database" - @${ECHO} " - re-load your data" - @${ECHO} "" - @${ECHO} "If you understand the consequences of this upgrade, please re-build this" - @${ECHO} "port with the environment variable OVERWRITE_DB defined." - @${FALSE} -.endif - -post-install: -.if !defined(PACKAGE_BUILDING) - ${PREFIX}/bin/mysql_install_db - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "if [ -x ${PREFIX}/bin/safe_mysqld ]" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "then" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} " ${PREFIX}/bin/safe_mysqld --user=mysql > /dev/null & && ${ECHO} -n ' mysql'" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "fi" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mysql/Img -.for doc in manual.html manual.ps manual_toc.html manual.txt manual.texi include.texi - ${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${PREFIX}/share/doc/mysql -.endfor - ${INSTALL_DATA} ${WRKSRC}/Docs/Img/*.gif ${PREFIX}/share/doc/mysql/Img - ${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info - @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir -.endif - -.include <bsd.port.post.mk> -.else -MAN1= mysql.1 - -CONFIGURE_ARGS+=--without-server -MAKE_ENV= CLIENT_ONLY="${CLIENT_ONLY}" - -post-install: - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "${LDCONFIG} -m ${PREFIX}/lib/mysql" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-client.sh - - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/mysql - -.include <bsd.port.mk> -.endif diff --git a/databases/mysql41-server/distinfo b/databases/mysql41-server/distinfo deleted file mode 100644 index e06721973a08..000000000000 --- a/databases/mysql41-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql41-server/files/patch-Makefile.in b/databases/mysql41-server/files/patch-Makefile.in deleted file mode 100644 index ca3680549992..000000000000 --- a/databases/mysql41-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Sun Jun 6 04:51:50 1999 -+++ Makefile.in Sat Jun 26 08:53:51 1999 -@@ -141,8 +141,11 @@ - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS - --SUBDIRS = @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts include tests man @bench_dirs@ support-files -- -+.if defined(CLIENT_ONLY) -+SUBDIRS = @readline_dir@ client include tests man -+.else -+SUBDIRS = @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files -+.endif - - # Relink after clean - CLEANFILES = linked_client_sources diff --git a/databases/mysql41-server/files/patch-ab b/databases/mysql41-server/files/patch-ab deleted file mode 100644 index 04825c3dc4b1..000000000000 --- a/databases/mysql41-server/files/patch-ab +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/mysql_install_db.sh.orig Sat Aug 28 13:10:54 1999 -+++ scripts/mysql_install_db.sh Mon Sep 13 00:13:04 1999 -@@ -15,10 +15,6 @@ - force=0 - IN_RPM=0 - --# Are we doing an rpm install? --if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi --if test "$1" = "--force"; then force=1; shift; fi -- - # Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf - if test -w / - then -@@ -60,8 +56,6 @@ - fi - fi - --# On IRIX hostname is in /usr/bsd so add this to the path --PATH=$PATH:/usr/bsd - hostname=`hostname` # Install this too in the user table - - # Check if hostname is valid -@@ -255,12 +249,6 @@ - END_OF_DATA - then - echo "" -- if test "$IN_RPM" -eq 0 -- then -- echo "To start mysqld at boot time you have to copy support-files/mysql.server" -- echo "to the right place for your system" -- echo -- fi - echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" - echo "This is done with:" - echo "$bindir/mysqladmin -u root password 'new-password'" diff --git a/databases/mysql41-server/files/patch-af b/databases/mysql41-server/files/patch-af deleted file mode 100644 index 2593da4d1c64..000000000000 --- a/databases/mysql41-server/files/patch-af +++ /dev/null @@ -1,73 +0,0 @@ ---- scripts/safe_mysqld.sh.orig Fri May 14 11:11:46 1999 -+++ scripts/safe_mysqld.sh Tue Jun 8 11:14:02 1999 -@@ -12,33 +12,9 @@ - - trap '' 1 2 3 15 # we shouldn't let anyone kill us - --# Check if we are starting this relative (for the binary release) --if test -d ./data/mysql -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./bin/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where bin, share and data are -- DATADIR=$MY_BASEDIR_VERSION/data # Where the databases are -- ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is --# Check if this is a 'moved install directory' --elif test -f ./var/mysql/db.frm -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./libexec/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where libexec, share and var are -- DATADIR=$MY_BASEDIR_VERSION/var # Where the databases are -- ledir=$MY_BASEDIR_VERSION/libexec # Where mysqld is --else -- MY_BASEDIR_VERSION=@prefix@ -- DATADIR=@localstatedir@ -- ledir=@libexecdir@ -- if test ! -x $ledir/mysqld -- then -- echo "The file $ledir/mysqld doesn't exist or is not executable" -- echo "Please do a cd to the mysql installation directory and restart" -- echo "this script from there as follows:" -- echo "./bin/safe_mysqld". -- exit 1; -- fi --fi -+MY_BASEDIR_VERSION=@prefix@ -+DATADIR=@localstatedir@ -+ledir=@libexecdir@ - - pid_file=$DATADIR/`@HOSTNAME@`.pid - log=$DATADIR/`@HOSTNAME@`.log -@@ -114,33 +90,6 @@ - if test ! -f $pid_file # This is removed if normal shutdown - then - break; -- fi -- if @IS_LINUX@ -- then -- # Test if one process was hanging. -- # This is only a fix for Linux (running as base 3 mysqld processes) -- # but should work for the rest of the servers. -- # The only thing is ps x => redhat 5 gives warnings when using ps -x. -- # kill -9 is used or the process won't react on the kill. -- numofproces=`ps x | grep -v "grep" | grep -c $ledir/mysqld` -- echo -e "\nNumber of processes running now: $numofproces" | tee -a $err_log -- I=1 -- while test "$I" -le "$numofproces" -- do -- PROC=`ps x | grep $ledir/mysqld | grep -v "grep" | tail -1` -- for T in $PROC -- do -- break -- done -- # echo "TEST $I - $T **" -- if kill -9 $T -- then -- echo "mysqld process hanging, pid $T - killed" | tee -a $err_log -- else -- break -- fi -- I=`expr $I + 1` -- done - fi - echo "mysqld restarted on " `date` | tee -a $err_log - done diff --git a/databases/mysql41-server/files/patch-ap b/databases/mysql41-server/files/patch-ap deleted file mode 100644 index f42968f78ee6..000000000000 --- a/databases/mysql41-server/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ ---- strings/Makefile.in.orig Thu Sep 9 10:52:02 1999 -+++ strings/Makefile.in Sun Sep 12 23:56:25 1999 -@@ -143,7 +143,7 @@ - pkglib_LIBRARIES = libmystrings.a - # These file MUST all be on the same line!! Otherwise automake - # generats a very broken makefile --@ASSEMBLER_TRUE@ESRCS = strings.s longlong2str-x86.s -+@ASSEMBLER_TRUE@ESRCS = strings.S longlong2str-x86.S - @ASSEMBLER_FALSE@ESRCS = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c - - libmystrings_a_SOURCES = bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c ct_init.c atof.c ptr_cmp.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c @CHARSET_SRCS@ $(ESRCS) diff --git a/databases/mysql41-server/files/patch-configure b/databases/mysql41-server/files/patch-configure deleted file mode 100644 index 35b814b673b8..000000000000 --- a/databases/mysql41-server/files/patch-configure +++ /dev/null @@ -1,110 +0,0 @@ ---- configure.orig Wed Oct 6 00:10:05 1999 -+++ configure Thu Nov 25 21:00:43 1999 -@@ -2070,8 +2070,8 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2085,7 +2085,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -2737,7 +2737,7 @@ - ;; - esac - fi --HOSTNAME="$ac_cv_path_HOSTNAME" -+HOSTNAME="$ac_cv_path_HOSTNAME -s" - if test -n "$HOSTNAME"; then - echo "$ac_t""$HOSTNAME" 1>&6 - else -@@ -2865,30 +2865,7 @@ - echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:2867: checking "how to check if pid exists"" >&5 - PS=$ac_cv_path_PS --# Linux style --if $PS p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS p \$\$PID | grep mysqld > /dev/null" --# Solaris --elif $PS -p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -p \$\$PID | grep mysqld > /dev/null" --# BSD style --elif $PS -uaxww 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" --# SysV style --elif $PS -ef 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -ef | grep mysqld | grep \" \$\$PID \" > /dev/null" --# Do anybody use this? --elif $PS $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS \$\$PID | grep mysqld > /dev/null" --else -- { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } --fi -- -+FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - echo "$ac_t"""$FIND_PROC"" 1>&6 - - # Check if a pid is valid -@@ -4569,8 +4546,6 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lc_r $LIBS" -- - else - echo "$ac_t""no" 1>&6 - fi -@@ -4804,28 +4779,6 @@ - fi - - --# Build optimized or debug version ? --# First check for gcc and g++ --if test "$ac_cv_prog_gcc" = "yes" --then -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="-O" -- OPTIMIZE_CFLAGS="-O6" --else -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="" -- OPTIMIZE_CFLAGS="-O" --fi --if test "$ac_cv_prog_cxx_g" = "yes" --then -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="-O" -- OPTIMIZE_CXXFLAGS="-O3" --else -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="" -- OPTIMIZE_CXXFLAGS="-O" --fi - # Check whether --with-debug or --without-debug was given. - if test "${with_debug+set}" = set; then - withval="$with_debug" -@@ -8064,7 +8017,7 @@ - echo "" - echo "Configuring MIT Pthreads" - # We will never install so installation paths are not needed. -- (cd mit-pthreads; sh ./configure) -+ (cd mit-pthreads; sh ./configure ${CONFIGURE_ARGS}) - echo "End of MIT Pthreads configuration" - echo "" - fi diff --git a/databases/mysql41-server/pkg-comment b/databases/mysql41-server/pkg-comment deleted file mode 100644 index 2e29c8d2b15b..000000000000 --- a/databases/mysql41-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multithreaded SQL database (server) diff --git a/databases/mysql41-server/pkg-comment.client b/databases/mysql41-server/pkg-comment.client deleted file mode 100644 index 3af4339ad74d..000000000000 --- a/databases/mysql41-server/pkg-comment.client +++ /dev/null @@ -1 +0,0 @@ -a multithreaded SQL database (client) diff --git a/databases/mysql41-server/pkg-descr b/databases/mysql41-server/pkg-descr deleted file mode 100644 index f48f94577494..000000000000 --- a/databases/mysql41-server/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -mySQL is a multithreaded (using MIT pthreads) SQL database with a command -syntax very similar to mSQL. For more information see http://www.tcx.se - -Note: This port does *not* build the perl5 module. To do so, refer to the -file ${WRKSRC}/INSTALL-SOURCE, in particular, the notes on FreeBSD systems. - -josh -josh@ican.net - -WWW: http://www.tcx.se diff --git a/databases/mysql41-server/pkg-install b/databases/mysql41-server/pkg-install deleted file mode 100644 index 3e925021ede1..000000000000 --- a/databases/mysql41-server/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin -if [ -z "${DB_DIR}" ]; then - DB_DIR=/var/db/mysql -fi - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - 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} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}.${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/mysql41-server/pkg-plist b/databases/mysql41-server/pkg-plist deleted file mode 100644 index b25e97cd6c85..000000000000 --- a/databases/mysql41-server/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -bin/msql2mysql -bin/mysql_find_rows -bin/mysql_fix_privilege_tables -bin/mysql_install_db -bin/mysql_setpermission -bin/mysql_zap -bin/mysqlaccess -bin/mysqlbug -bin/perror -bin/replace -bin/resolveip -bin/safe_mysqld -etc/rc.d/mysql-server.sh -@unexec install-info --delete %D/info/mysql.info %D/info/dir -info/mysql.info -@exec install-info %D/info/mysql.info %D/info/dir -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.a -lib/mysql/libmystrings.a -lib/mysql/libmysys.a -lib/mysql/libnisam.a -libexec/mysqld -share/doc/mysql/Img/australia.gif -share/doc/mysql/Img/austria.gif -share/doc/mysql/Img/bulgaria.gif -share/doc/mysql/Img/canada.gif -share/doc/mysql/Img/chile.gif -share/doc/mysql/Img/china.gif -share/doc/mysql/Img/croatia.gif -share/doc/mysql/Img/czech-republic.gif -share/doc/mysql/Img/denmark.gif -share/doc/mysql/Img/estonia.gif -share/doc/mysql/Img/finland.gif -share/doc/mysql/Img/france.gif -share/doc/mysql/Img/germany.gif -share/doc/mysql/Img/great-britain.gif -share/doc/mysql/Img/greece.gif -share/doc/mysql/Img/html-fs.gif -share/doc/mysql/Img/hungary.gif -share/doc/mysql/Img/israel.gif -share/doc/mysql/Img/italy.gif -share/doc/mysql/Img/japan.gif -share/doc/mysql/Img/kroatia.gif -share/doc/mysql/Img/mysql5.gif -share/doc/mysql/Img/netherlands.gif -share/doc/mysql/Img/poland.gif -share/doc/mysql/Img/portugal.gif -share/doc/mysql/Img/romania.gif -share/doc/mysql/Img/russia.gif -share/doc/mysql/Img/singapore.gif -share/doc/mysql/Img/south-africa.gif -share/doc/mysql/Img/south-africa1.gif -share/doc/mysql/Img/south-korea.gif -share/doc/mysql/Img/sweden.gif -share/doc/mysql/Img/switzerland.gif -share/doc/mysql/Img/taiwan.gif -share/doc/mysql/Img/tcxlogo3.gif -share/doc/mysql/Img/ukraine.gif -share/doc/mysql/Img/usa.gif -share/doc/mysql/include.texi -share/doc/mysql/manual.html -share/doc/mysql/manual.ps -share/doc/mysql/manual.texi -share/doc/mysql/manual.txt -share/doc/mysql/manual_toc.html -share/mysql/binary-configure -share/mysql/czech/errmsg.sys -share/mysql/czech/errmsg.txt -share/mysql/danish/errmsg.sys -share/mysql/danish/errmsg.txt -share/mysql/dutch/errmsg.sys -share/mysql/dutch/errmsg.txt -share/mysql/english/errmsg.sys -share/mysql/english/errmsg.txt -share/mysql/estonia/errmsg.sys -share/mysql/estonia/errmsg.txt -share/mysql/french/errmsg.sys -share/mysql/french/errmsg.txt -share/mysql/german/errmsg.sys -share/mysql/german/errmsg.txt -share/mysql/greek/errmsg.sys -share/mysql/greek/errmsg.txt -share/mysql/hungarian/errmsg.sys -share/mysql/hungarian/errmsg.txt -share/mysql/italian/errmsg.sys -share/mysql/italian/errmsg.txt -share/mysql/japanese/errmsg.sys -share/mysql/japanese/errmsg.txt -share/mysql/korean/errmsg.sys -share/mysql/korean/errmsg.txt -share/mysql/make_binary_distribution -share/mysql/my-example.cnf -share/mysql/mysql-3.22.27.spec -share/mysql/mysql-log-rotate -share/mysql/mysql.server -share/mysql/norwegian-ny/errmsg.sys -share/mysql/norwegian-ny/errmsg.txt -share/mysql/norwegian/errmsg.sys -share/mysql/norwegian/errmsg.txt -share/mysql/polish/errmsg.sys -share/mysql/polish/errmsg.txt -share/mysql/portuguese/errmsg.sys -share/mysql/portuguese/errmsg.txt -share/mysql/russian/errmsg.sys -share/mysql/russian/errmsg.txt -share/mysql/slovak/errmsg.sys -share/mysql/slovak/errmsg.txt -share/mysql/spanish/errmsg.sys -share/mysql/spanish/errmsg.txt -share/mysql/swedish/errmsg.sys -share/mysql/swedish/errmsg.txt -@dirrm share/doc/mysql/Img -@dirrm share/doc/mysql -@dirrm share/mysql/czech -@dirrm share/mysql/dutch -@dirrm share/mysql/english -@dirrm share/mysql/french -@dirrm share/mysql/german -@dirrm share/mysql/hungarian -@dirrm share/mysql/italian -@dirrm share/mysql/japanese -@dirrm share/mysql/korean -@dirrm share/mysql/norwegian -@dirrm share/mysql/norwegian-ny -@dirrm share/mysql/polish -@dirrm share/mysql/portuguese -@dirrm share/mysql/russian -@dirrm share/mysql/slovak -@dirrm share/mysql/spanish -@dirrm share/mysql/swedish -@dirrm share/mysql -@exec %D/bin/mysql_install_db -@exec /usr/bin/killall mysqld diff --git a/databases/mysql41-server/pkg-plist.client b/databases/mysql41-server/pkg-plist.client deleted file mode 100644 index b293ad704aa8..000000000000 --- a/databases/mysql41-server/pkg-plist.client +++ /dev/null @@ -1,23 +0,0 @@ -bin/mysql -bin/mysqladmin -bin/mysqldump -bin/mysqlimport -bin/mysqlshow -etc/rc.d/mysql-client.sh -include/mysql/dbug.h -include/mysql/errmsg.h -include/mysql/m_ctype.h.in -include/mysql/m_string.h -include/mysql/my_list.h -include/mysql/my_sys.h -include/mysql/mysql.h -include/mysql/mysql_com.h -include/mysql/mysql_version.h -include/mysql/mysqld_error.h -lib/mysql/libmysqlclient.a -lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.6 -@dirrm include/mysql -@dirrm lib/mysql -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/mysql -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/databases/mysql50-client/Makefile b/databases/mysql50-client/Makefile deleted file mode 100644 index 87474a82fbd0..000000000000 --- a/databases/mysql50-client/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# ports collection makefile for: MySQL-client -# Version required: v3.22.x -# Date created: Thu Jun 24 00:12:22 CEST 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAME= ${DISTNAME:S/-/-client-/g} - -MASTERDIR= ${.CURDIR}/../mysql322-server -COMMENT= ${PKGDIR}/COMMENT.client -PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/PLIST.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql50-server/Makefile b/databases/mysql50-server/Makefile deleted file mode 100644 index 6e4c0ebb7b13..000000000000 --- a/databases/mysql50-server/Makefile +++ /dev/null @@ -1,159 +0,0 @@ -# ports collection makefile for: MySQL-server -# Version required: v3.22.x -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= mysql-3.22.27 -PKGNAME?= ${DISTNAME:S/-/-server-/} -CATEGORIES= databases -MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.digex.net/pub/packages/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.plig.net/pub/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.22/ - -MAINTAINER= dirk@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance - -DB_DIR?= /var/db/mysql -USE_PERL5= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-perl \ - --without-debug \ - --without-readline \ - --without-bench -.if ${MACHINE_ARCH} == "i386" -CONFIGURE_ARGS+=--enable-assembler -.endif -CONFIGURE_ENV+= PERL=${PERL} \ - PERL5=${PERL} \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - CONFIGURE_ARGS="${CONFIGURE_ARGS}" - -.if !defined(CLIENT_ONLY) -RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 320000 -.if defined(MIT_PTHREADS) -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} - @${ECHO} "You may set MIT_PTHREADS (make MIT_PTHREADS=yes)" - @${ECHO} "to compile mysql with the supplied mit-pthreads." - @${ECHO} "(You don't want to set this unless you have a good reason)." - @${ECHO} -.endif -.elif ${OSVERSION} >= 300000 -.if defined(NATIVE_THREADS) -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} - @${ECHO} "You may set NATIVE_THREADS (make NATIVE_THREADS=yes)" - @${ECHO} "to compile mysql with the native FreeBSD threads (libc_r)." - @${ECHO} "Warning: There are some bugs in libc_r which prevent" - @${ECHO} " 'mysqladmin shutdown' from working properly and" - @${ECHO} " killing mysqld might not work." - @${ECHO} -.endif -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.endif - -post-patch: - ${MV} ${WRKSRC}/strings/strings.s ${WRKSRC}/strings/strings.S - ${MV} ${WRKSRC}/strings/longlong2str-x86.s ${WRKSRC}/strings/longlong2str-x86.S - -pre-install: -.if !defined(PACKAGE_BUILDING) && exists(${DB_DIR}) && !defined(OVERWRITE_DB) - @${ECHO} "You appear to already have a mysql database directory in ${DB_DIR}." - @${ECHO} "" - @${ECHO} "In order to preserve your existing data, you should:" - @${ECHO} " - dump all your databases" - @${ECHO} " - kill mysql if it is running" - @${ECHO} " - delete the ${DB_DIR} directory" - @${ECHO} " - run 'make install'" - @${ECHO} " - start up mysql" - @${ECHO} " - re-create all of your database" - @${ECHO} " - re-load your data" - @${ECHO} "" - @${ECHO} "If you understand the consequences of this upgrade, please re-build this" - @${ECHO} "port with the environment variable OVERWRITE_DB defined." - @${FALSE} -.endif - -post-install: -.if !defined(PACKAGE_BUILDING) - ${PREFIX}/bin/mysql_install_db - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "if [ -x ${PREFIX}/bin/safe_mysqld ]" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "then" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} " ${PREFIX}/bin/safe_mysqld --user=mysql > /dev/null & && ${ECHO} -n ' mysql'" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "fi" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mysql/Img -.for doc in manual.html manual.ps manual_toc.html manual.txt manual.texi include.texi - ${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${PREFIX}/share/doc/mysql -.endfor - ${INSTALL_DATA} ${WRKSRC}/Docs/Img/*.gif ${PREFIX}/share/doc/mysql/Img - ${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info - @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir -.endif - -.include <bsd.port.post.mk> -.else -MAN1= mysql.1 - -CONFIGURE_ARGS+=--without-server -MAKE_ENV= CLIENT_ONLY="${CLIENT_ONLY}" - -post-install: - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "${LDCONFIG} -m ${PREFIX}/lib/mysql" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-client.sh - - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/mysql - -.include <bsd.port.mk> -.endif diff --git a/databases/mysql50-server/distinfo b/databases/mysql50-server/distinfo deleted file mode 100644 index e06721973a08..000000000000 --- a/databases/mysql50-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql50-server/files/patch-Makefile.in b/databases/mysql50-server/files/patch-Makefile.in deleted file mode 100644 index ca3680549992..000000000000 --- a/databases/mysql50-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Sun Jun 6 04:51:50 1999 -+++ Makefile.in Sat Jun 26 08:53:51 1999 -@@ -141,8 +141,11 @@ - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS - --SUBDIRS = @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts include tests man @bench_dirs@ support-files -- -+.if defined(CLIENT_ONLY) -+SUBDIRS = @readline_dir@ client include tests man -+.else -+SUBDIRS = @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files -+.endif - - # Relink after clean - CLEANFILES = linked_client_sources diff --git a/databases/mysql50-server/files/patch-ab b/databases/mysql50-server/files/patch-ab deleted file mode 100644 index 04825c3dc4b1..000000000000 --- a/databases/mysql50-server/files/patch-ab +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/mysql_install_db.sh.orig Sat Aug 28 13:10:54 1999 -+++ scripts/mysql_install_db.sh Mon Sep 13 00:13:04 1999 -@@ -15,10 +15,6 @@ - force=0 - IN_RPM=0 - --# Are we doing an rpm install? --if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi --if test "$1" = "--force"; then force=1; shift; fi -- - # Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf - if test -w / - then -@@ -60,8 +56,6 @@ - fi - fi - --# On IRIX hostname is in /usr/bsd so add this to the path --PATH=$PATH:/usr/bsd - hostname=`hostname` # Install this too in the user table - - # Check if hostname is valid -@@ -255,12 +249,6 @@ - END_OF_DATA - then - echo "" -- if test "$IN_RPM" -eq 0 -- then -- echo "To start mysqld at boot time you have to copy support-files/mysql.server" -- echo "to the right place for your system" -- echo -- fi - echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" - echo "This is done with:" - echo "$bindir/mysqladmin -u root password 'new-password'" diff --git a/databases/mysql50-server/files/patch-af b/databases/mysql50-server/files/patch-af deleted file mode 100644 index 2593da4d1c64..000000000000 --- a/databases/mysql50-server/files/patch-af +++ /dev/null @@ -1,73 +0,0 @@ ---- scripts/safe_mysqld.sh.orig Fri May 14 11:11:46 1999 -+++ scripts/safe_mysqld.sh Tue Jun 8 11:14:02 1999 -@@ -12,33 +12,9 @@ - - trap '' 1 2 3 15 # we shouldn't let anyone kill us - --# Check if we are starting this relative (for the binary release) --if test -d ./data/mysql -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./bin/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where bin, share and data are -- DATADIR=$MY_BASEDIR_VERSION/data # Where the databases are -- ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is --# Check if this is a 'moved install directory' --elif test -f ./var/mysql/db.frm -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./libexec/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where libexec, share and var are -- DATADIR=$MY_BASEDIR_VERSION/var # Where the databases are -- ledir=$MY_BASEDIR_VERSION/libexec # Where mysqld is --else -- MY_BASEDIR_VERSION=@prefix@ -- DATADIR=@localstatedir@ -- ledir=@libexecdir@ -- if test ! -x $ledir/mysqld -- then -- echo "The file $ledir/mysqld doesn't exist or is not executable" -- echo "Please do a cd to the mysql installation directory and restart" -- echo "this script from there as follows:" -- echo "./bin/safe_mysqld". -- exit 1; -- fi --fi -+MY_BASEDIR_VERSION=@prefix@ -+DATADIR=@localstatedir@ -+ledir=@libexecdir@ - - pid_file=$DATADIR/`@HOSTNAME@`.pid - log=$DATADIR/`@HOSTNAME@`.log -@@ -114,33 +90,6 @@ - if test ! -f $pid_file # This is removed if normal shutdown - then - break; -- fi -- if @IS_LINUX@ -- then -- # Test if one process was hanging. -- # This is only a fix for Linux (running as base 3 mysqld processes) -- # but should work for the rest of the servers. -- # The only thing is ps x => redhat 5 gives warnings when using ps -x. -- # kill -9 is used or the process won't react on the kill. -- numofproces=`ps x | grep -v "grep" | grep -c $ledir/mysqld` -- echo -e "\nNumber of processes running now: $numofproces" | tee -a $err_log -- I=1 -- while test "$I" -le "$numofproces" -- do -- PROC=`ps x | grep $ledir/mysqld | grep -v "grep" | tail -1` -- for T in $PROC -- do -- break -- done -- # echo "TEST $I - $T **" -- if kill -9 $T -- then -- echo "mysqld process hanging, pid $T - killed" | tee -a $err_log -- else -- break -- fi -- I=`expr $I + 1` -- done - fi - echo "mysqld restarted on " `date` | tee -a $err_log - done diff --git a/databases/mysql50-server/files/patch-ap b/databases/mysql50-server/files/patch-ap deleted file mode 100644 index f42968f78ee6..000000000000 --- a/databases/mysql50-server/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ ---- strings/Makefile.in.orig Thu Sep 9 10:52:02 1999 -+++ strings/Makefile.in Sun Sep 12 23:56:25 1999 -@@ -143,7 +143,7 @@ - pkglib_LIBRARIES = libmystrings.a - # These file MUST all be on the same line!! Otherwise automake - # generats a very broken makefile --@ASSEMBLER_TRUE@ESRCS = strings.s longlong2str-x86.s -+@ASSEMBLER_TRUE@ESRCS = strings.S longlong2str-x86.S - @ASSEMBLER_FALSE@ESRCS = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c - - libmystrings_a_SOURCES = bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c ct_init.c atof.c ptr_cmp.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c @CHARSET_SRCS@ $(ESRCS) diff --git a/databases/mysql50-server/files/patch-configure b/databases/mysql50-server/files/patch-configure deleted file mode 100644 index 35b814b673b8..000000000000 --- a/databases/mysql50-server/files/patch-configure +++ /dev/null @@ -1,110 +0,0 @@ ---- configure.orig Wed Oct 6 00:10:05 1999 -+++ configure Thu Nov 25 21:00:43 1999 -@@ -2070,8 +2070,8 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2085,7 +2085,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -2737,7 +2737,7 @@ - ;; - esac - fi --HOSTNAME="$ac_cv_path_HOSTNAME" -+HOSTNAME="$ac_cv_path_HOSTNAME -s" - if test -n "$HOSTNAME"; then - echo "$ac_t""$HOSTNAME" 1>&6 - else -@@ -2865,30 +2865,7 @@ - echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:2867: checking "how to check if pid exists"" >&5 - PS=$ac_cv_path_PS --# Linux style --if $PS p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS p \$\$PID | grep mysqld > /dev/null" --# Solaris --elif $PS -p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -p \$\$PID | grep mysqld > /dev/null" --# BSD style --elif $PS -uaxww 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" --# SysV style --elif $PS -ef 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -ef | grep mysqld | grep \" \$\$PID \" > /dev/null" --# Do anybody use this? --elif $PS $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS \$\$PID | grep mysqld > /dev/null" --else -- { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } --fi -- -+FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - echo "$ac_t"""$FIND_PROC"" 1>&6 - - # Check if a pid is valid -@@ -4569,8 +4546,6 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lc_r $LIBS" -- - else - echo "$ac_t""no" 1>&6 - fi -@@ -4804,28 +4779,6 @@ - fi - - --# Build optimized or debug version ? --# First check for gcc and g++ --if test "$ac_cv_prog_gcc" = "yes" --then -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="-O" -- OPTIMIZE_CFLAGS="-O6" --else -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="" -- OPTIMIZE_CFLAGS="-O" --fi --if test "$ac_cv_prog_cxx_g" = "yes" --then -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="-O" -- OPTIMIZE_CXXFLAGS="-O3" --else -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="" -- OPTIMIZE_CXXFLAGS="-O" --fi - # Check whether --with-debug or --without-debug was given. - if test "${with_debug+set}" = set; then - withval="$with_debug" -@@ -8064,7 +8017,7 @@ - echo "" - echo "Configuring MIT Pthreads" - # We will never install so installation paths are not needed. -- (cd mit-pthreads; sh ./configure) -+ (cd mit-pthreads; sh ./configure ${CONFIGURE_ARGS}) - echo "End of MIT Pthreads configuration" - echo "" - fi diff --git a/databases/mysql50-server/pkg-comment b/databases/mysql50-server/pkg-comment deleted file mode 100644 index 2e29c8d2b15b..000000000000 --- a/databases/mysql50-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multithreaded SQL database (server) diff --git a/databases/mysql50-server/pkg-comment.client b/databases/mysql50-server/pkg-comment.client deleted file mode 100644 index 3af4339ad74d..000000000000 --- a/databases/mysql50-server/pkg-comment.client +++ /dev/null @@ -1 +0,0 @@ -a multithreaded SQL database (client) diff --git a/databases/mysql50-server/pkg-descr b/databases/mysql50-server/pkg-descr deleted file mode 100644 index f48f94577494..000000000000 --- a/databases/mysql50-server/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -mySQL is a multithreaded (using MIT pthreads) SQL database with a command -syntax very similar to mSQL. For more information see http://www.tcx.se - -Note: This port does *not* build the perl5 module. To do so, refer to the -file ${WRKSRC}/INSTALL-SOURCE, in particular, the notes on FreeBSD systems. - -josh -josh@ican.net - -WWW: http://www.tcx.se diff --git a/databases/mysql50-server/pkg-install b/databases/mysql50-server/pkg-install deleted file mode 100644 index 3e925021ede1..000000000000 --- a/databases/mysql50-server/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin -if [ -z "${DB_DIR}" ]; then - DB_DIR=/var/db/mysql -fi - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - 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} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}.${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/mysql50-server/pkg-plist b/databases/mysql50-server/pkg-plist deleted file mode 100644 index b25e97cd6c85..000000000000 --- a/databases/mysql50-server/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -bin/msql2mysql -bin/mysql_find_rows -bin/mysql_fix_privilege_tables -bin/mysql_install_db -bin/mysql_setpermission -bin/mysql_zap -bin/mysqlaccess -bin/mysqlbug -bin/perror -bin/replace -bin/resolveip -bin/safe_mysqld -etc/rc.d/mysql-server.sh -@unexec install-info --delete %D/info/mysql.info %D/info/dir -info/mysql.info -@exec install-info %D/info/mysql.info %D/info/dir -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.a -lib/mysql/libmystrings.a -lib/mysql/libmysys.a -lib/mysql/libnisam.a -libexec/mysqld -share/doc/mysql/Img/australia.gif -share/doc/mysql/Img/austria.gif -share/doc/mysql/Img/bulgaria.gif -share/doc/mysql/Img/canada.gif -share/doc/mysql/Img/chile.gif -share/doc/mysql/Img/china.gif -share/doc/mysql/Img/croatia.gif -share/doc/mysql/Img/czech-republic.gif -share/doc/mysql/Img/denmark.gif -share/doc/mysql/Img/estonia.gif -share/doc/mysql/Img/finland.gif -share/doc/mysql/Img/france.gif -share/doc/mysql/Img/germany.gif -share/doc/mysql/Img/great-britain.gif -share/doc/mysql/Img/greece.gif -share/doc/mysql/Img/html-fs.gif -share/doc/mysql/Img/hungary.gif -share/doc/mysql/Img/israel.gif -share/doc/mysql/Img/italy.gif -share/doc/mysql/Img/japan.gif -share/doc/mysql/Img/kroatia.gif -share/doc/mysql/Img/mysql5.gif -share/doc/mysql/Img/netherlands.gif -share/doc/mysql/Img/poland.gif -share/doc/mysql/Img/portugal.gif -share/doc/mysql/Img/romania.gif -share/doc/mysql/Img/russia.gif -share/doc/mysql/Img/singapore.gif -share/doc/mysql/Img/south-africa.gif -share/doc/mysql/Img/south-africa1.gif -share/doc/mysql/Img/south-korea.gif -share/doc/mysql/Img/sweden.gif -share/doc/mysql/Img/switzerland.gif -share/doc/mysql/Img/taiwan.gif -share/doc/mysql/Img/tcxlogo3.gif -share/doc/mysql/Img/ukraine.gif -share/doc/mysql/Img/usa.gif -share/doc/mysql/include.texi -share/doc/mysql/manual.html -share/doc/mysql/manual.ps -share/doc/mysql/manual.texi -share/doc/mysql/manual.txt -share/doc/mysql/manual_toc.html -share/mysql/binary-configure -share/mysql/czech/errmsg.sys -share/mysql/czech/errmsg.txt -share/mysql/danish/errmsg.sys -share/mysql/danish/errmsg.txt -share/mysql/dutch/errmsg.sys -share/mysql/dutch/errmsg.txt -share/mysql/english/errmsg.sys -share/mysql/english/errmsg.txt -share/mysql/estonia/errmsg.sys -share/mysql/estonia/errmsg.txt -share/mysql/french/errmsg.sys -share/mysql/french/errmsg.txt -share/mysql/german/errmsg.sys -share/mysql/german/errmsg.txt -share/mysql/greek/errmsg.sys -share/mysql/greek/errmsg.txt -share/mysql/hungarian/errmsg.sys -share/mysql/hungarian/errmsg.txt -share/mysql/italian/errmsg.sys -share/mysql/italian/errmsg.txt -share/mysql/japanese/errmsg.sys -share/mysql/japanese/errmsg.txt -share/mysql/korean/errmsg.sys -share/mysql/korean/errmsg.txt -share/mysql/make_binary_distribution -share/mysql/my-example.cnf -share/mysql/mysql-3.22.27.spec -share/mysql/mysql-log-rotate -share/mysql/mysql.server -share/mysql/norwegian-ny/errmsg.sys -share/mysql/norwegian-ny/errmsg.txt -share/mysql/norwegian/errmsg.sys -share/mysql/norwegian/errmsg.txt -share/mysql/polish/errmsg.sys -share/mysql/polish/errmsg.txt -share/mysql/portuguese/errmsg.sys -share/mysql/portuguese/errmsg.txt -share/mysql/russian/errmsg.sys -share/mysql/russian/errmsg.txt -share/mysql/slovak/errmsg.sys -share/mysql/slovak/errmsg.txt -share/mysql/spanish/errmsg.sys -share/mysql/spanish/errmsg.txt -share/mysql/swedish/errmsg.sys -share/mysql/swedish/errmsg.txt -@dirrm share/doc/mysql/Img -@dirrm share/doc/mysql -@dirrm share/mysql/czech -@dirrm share/mysql/dutch -@dirrm share/mysql/english -@dirrm share/mysql/french -@dirrm share/mysql/german -@dirrm share/mysql/hungarian -@dirrm share/mysql/italian -@dirrm share/mysql/japanese -@dirrm share/mysql/korean -@dirrm share/mysql/norwegian -@dirrm share/mysql/norwegian-ny -@dirrm share/mysql/polish -@dirrm share/mysql/portuguese -@dirrm share/mysql/russian -@dirrm share/mysql/slovak -@dirrm share/mysql/spanish -@dirrm share/mysql/swedish -@dirrm share/mysql -@exec %D/bin/mysql_install_db -@exec /usr/bin/killall mysqld diff --git a/databases/mysql50-server/pkg-plist.client b/databases/mysql50-server/pkg-plist.client deleted file mode 100644 index b293ad704aa8..000000000000 --- a/databases/mysql50-server/pkg-plist.client +++ /dev/null @@ -1,23 +0,0 @@ -bin/mysql -bin/mysqladmin -bin/mysqldump -bin/mysqlimport -bin/mysqlshow -etc/rc.d/mysql-client.sh -include/mysql/dbug.h -include/mysql/errmsg.h -include/mysql/m_ctype.h.in -include/mysql/m_string.h -include/mysql/my_list.h -include/mysql/my_sys.h -include/mysql/mysql.h -include/mysql/mysql_com.h -include/mysql/mysql_version.h -include/mysql/mysqld_error.h -lib/mysql/libmysqlclient.a -lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.6 -@dirrm include/mysql -@dirrm lib/mysql -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/mysql -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/databases/mysql51-client/Makefile b/databases/mysql51-client/Makefile deleted file mode 100644 index 87474a82fbd0..000000000000 --- a/databases/mysql51-client/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# ports collection makefile for: MySQL-client -# Version required: v3.22.x -# Date created: Thu Jun 24 00:12:22 CEST 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAME= ${DISTNAME:S/-/-client-/g} - -MASTERDIR= ${.CURDIR}/../mysql322-server -COMMENT= ${PKGDIR}/COMMENT.client -PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/PLIST.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile deleted file mode 100644 index 6e4c0ebb7b13..000000000000 --- a/databases/mysql51-server/Makefile +++ /dev/null @@ -1,159 +0,0 @@ -# ports collection makefile for: MySQL-server -# Version required: v3.22.x -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= mysql-3.22.27 -PKGNAME?= ${DISTNAME:S/-/-server-/} -CATEGORIES= databases -MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.digex.net/pub/packages/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.plig.net/pub/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.22/ - -MAINTAINER= dirk@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance - -DB_DIR?= /var/db/mysql -USE_PERL5= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-perl \ - --without-debug \ - --without-readline \ - --without-bench -.if ${MACHINE_ARCH} == "i386" -CONFIGURE_ARGS+=--enable-assembler -.endif -CONFIGURE_ENV+= PERL=${PERL} \ - PERL5=${PERL} \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - CONFIGURE_ARGS="${CONFIGURE_ARGS}" - -.if !defined(CLIENT_ONLY) -RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 320000 -.if defined(MIT_PTHREADS) -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} - @${ECHO} "You may set MIT_PTHREADS (make MIT_PTHREADS=yes)" - @${ECHO} "to compile mysql with the supplied mit-pthreads." - @${ECHO} "(You don't want to set this unless you have a good reason)." - @${ECHO} -.endif -.elif ${OSVERSION} >= 300000 -.if defined(NATIVE_THREADS) -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} - @${ECHO} "You may set NATIVE_THREADS (make NATIVE_THREADS=yes)" - @${ECHO} "to compile mysql with the native FreeBSD threads (libc_r)." - @${ECHO} "Warning: There are some bugs in libc_r which prevent" - @${ECHO} " 'mysqladmin shutdown' from working properly and" - @${ECHO} " killing mysqld might not work." - @${ECHO} -.endif -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.endif - -post-patch: - ${MV} ${WRKSRC}/strings/strings.s ${WRKSRC}/strings/strings.S - ${MV} ${WRKSRC}/strings/longlong2str-x86.s ${WRKSRC}/strings/longlong2str-x86.S - -pre-install: -.if !defined(PACKAGE_BUILDING) && exists(${DB_DIR}) && !defined(OVERWRITE_DB) - @${ECHO} "You appear to already have a mysql database directory in ${DB_DIR}." - @${ECHO} "" - @${ECHO} "In order to preserve your existing data, you should:" - @${ECHO} " - dump all your databases" - @${ECHO} " - kill mysql if it is running" - @${ECHO} " - delete the ${DB_DIR} directory" - @${ECHO} " - run 'make install'" - @${ECHO} " - start up mysql" - @${ECHO} " - re-create all of your database" - @${ECHO} " - re-load your data" - @${ECHO} "" - @${ECHO} "If you understand the consequences of this upgrade, please re-build this" - @${ECHO} "port with the environment variable OVERWRITE_DB defined." - @${FALSE} -.endif - -post-install: -.if !defined(PACKAGE_BUILDING) - ${PREFIX}/bin/mysql_install_db - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "if [ -x ${PREFIX}/bin/safe_mysqld ]" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "then" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} " ${PREFIX}/bin/safe_mysqld --user=mysql > /dev/null & && ${ECHO} -n ' mysql'" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "fi" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mysql/Img -.for doc in manual.html manual.ps manual_toc.html manual.txt manual.texi include.texi - ${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${PREFIX}/share/doc/mysql -.endfor - ${INSTALL_DATA} ${WRKSRC}/Docs/Img/*.gif ${PREFIX}/share/doc/mysql/Img - ${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info - @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir -.endif - -.include <bsd.port.post.mk> -.else -MAN1= mysql.1 - -CONFIGURE_ARGS+=--without-server -MAKE_ENV= CLIENT_ONLY="${CLIENT_ONLY}" - -post-install: - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "${LDCONFIG} -m ${PREFIX}/lib/mysql" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-client.sh - - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/mysql - -.include <bsd.port.mk> -.endif diff --git a/databases/mysql51-server/distinfo b/databases/mysql51-server/distinfo deleted file mode 100644 index e06721973a08..000000000000 --- a/databases/mysql51-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql51-server/files/patch-Makefile.in b/databases/mysql51-server/files/patch-Makefile.in deleted file mode 100644 index ca3680549992..000000000000 --- a/databases/mysql51-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Sun Jun 6 04:51:50 1999 -+++ Makefile.in Sat Jun 26 08:53:51 1999 -@@ -141,8 +141,11 @@ - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS - --SUBDIRS = @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts include tests man @bench_dirs@ support-files -- -+.if defined(CLIENT_ONLY) -+SUBDIRS = @readline_dir@ client include tests man -+.else -+SUBDIRS = @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files -+.endif - - # Relink after clean - CLEANFILES = linked_client_sources diff --git a/databases/mysql51-server/files/patch-ab b/databases/mysql51-server/files/patch-ab deleted file mode 100644 index 04825c3dc4b1..000000000000 --- a/databases/mysql51-server/files/patch-ab +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/mysql_install_db.sh.orig Sat Aug 28 13:10:54 1999 -+++ scripts/mysql_install_db.sh Mon Sep 13 00:13:04 1999 -@@ -15,10 +15,6 @@ - force=0 - IN_RPM=0 - --# Are we doing an rpm install? --if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi --if test "$1" = "--force"; then force=1; shift; fi -- - # Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf - if test -w / - then -@@ -60,8 +56,6 @@ - fi - fi - --# On IRIX hostname is in /usr/bsd so add this to the path --PATH=$PATH:/usr/bsd - hostname=`hostname` # Install this too in the user table - - # Check if hostname is valid -@@ -255,12 +249,6 @@ - END_OF_DATA - then - echo "" -- if test "$IN_RPM" -eq 0 -- then -- echo "To start mysqld at boot time you have to copy support-files/mysql.server" -- echo "to the right place for your system" -- echo -- fi - echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" - echo "This is done with:" - echo "$bindir/mysqladmin -u root password 'new-password'" diff --git a/databases/mysql51-server/files/patch-af b/databases/mysql51-server/files/patch-af deleted file mode 100644 index 2593da4d1c64..000000000000 --- a/databases/mysql51-server/files/patch-af +++ /dev/null @@ -1,73 +0,0 @@ ---- scripts/safe_mysqld.sh.orig Fri May 14 11:11:46 1999 -+++ scripts/safe_mysqld.sh Tue Jun 8 11:14:02 1999 -@@ -12,33 +12,9 @@ - - trap '' 1 2 3 15 # we shouldn't let anyone kill us - --# Check if we are starting this relative (for the binary release) --if test -d ./data/mysql -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./bin/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where bin, share and data are -- DATADIR=$MY_BASEDIR_VERSION/data # Where the databases are -- ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is --# Check if this is a 'moved install directory' --elif test -f ./var/mysql/db.frm -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./libexec/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where libexec, share and var are -- DATADIR=$MY_BASEDIR_VERSION/var # Where the databases are -- ledir=$MY_BASEDIR_VERSION/libexec # Where mysqld is --else -- MY_BASEDIR_VERSION=@prefix@ -- DATADIR=@localstatedir@ -- ledir=@libexecdir@ -- if test ! -x $ledir/mysqld -- then -- echo "The file $ledir/mysqld doesn't exist or is not executable" -- echo "Please do a cd to the mysql installation directory and restart" -- echo "this script from there as follows:" -- echo "./bin/safe_mysqld". -- exit 1; -- fi --fi -+MY_BASEDIR_VERSION=@prefix@ -+DATADIR=@localstatedir@ -+ledir=@libexecdir@ - - pid_file=$DATADIR/`@HOSTNAME@`.pid - log=$DATADIR/`@HOSTNAME@`.log -@@ -114,33 +90,6 @@ - if test ! -f $pid_file # This is removed if normal shutdown - then - break; -- fi -- if @IS_LINUX@ -- then -- # Test if one process was hanging. -- # This is only a fix for Linux (running as base 3 mysqld processes) -- # but should work for the rest of the servers. -- # The only thing is ps x => redhat 5 gives warnings when using ps -x. -- # kill -9 is used or the process won't react on the kill. -- numofproces=`ps x | grep -v "grep" | grep -c $ledir/mysqld` -- echo -e "\nNumber of processes running now: $numofproces" | tee -a $err_log -- I=1 -- while test "$I" -le "$numofproces" -- do -- PROC=`ps x | grep $ledir/mysqld | grep -v "grep" | tail -1` -- for T in $PROC -- do -- break -- done -- # echo "TEST $I - $T **" -- if kill -9 $T -- then -- echo "mysqld process hanging, pid $T - killed" | tee -a $err_log -- else -- break -- fi -- I=`expr $I + 1` -- done - fi - echo "mysqld restarted on " `date` | tee -a $err_log - done diff --git a/databases/mysql51-server/files/patch-ap b/databases/mysql51-server/files/patch-ap deleted file mode 100644 index f42968f78ee6..000000000000 --- a/databases/mysql51-server/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ ---- strings/Makefile.in.orig Thu Sep 9 10:52:02 1999 -+++ strings/Makefile.in Sun Sep 12 23:56:25 1999 -@@ -143,7 +143,7 @@ - pkglib_LIBRARIES = libmystrings.a - # These file MUST all be on the same line!! Otherwise automake - # generats a very broken makefile --@ASSEMBLER_TRUE@ESRCS = strings.s longlong2str-x86.s -+@ASSEMBLER_TRUE@ESRCS = strings.S longlong2str-x86.S - @ASSEMBLER_FALSE@ESRCS = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c - - libmystrings_a_SOURCES = bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c ct_init.c atof.c ptr_cmp.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c @CHARSET_SRCS@ $(ESRCS) diff --git a/databases/mysql51-server/files/patch-configure b/databases/mysql51-server/files/patch-configure deleted file mode 100644 index 35b814b673b8..000000000000 --- a/databases/mysql51-server/files/patch-configure +++ /dev/null @@ -1,110 +0,0 @@ ---- configure.orig Wed Oct 6 00:10:05 1999 -+++ configure Thu Nov 25 21:00:43 1999 -@@ -2070,8 +2070,8 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2085,7 +2085,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -2737,7 +2737,7 @@ - ;; - esac - fi --HOSTNAME="$ac_cv_path_HOSTNAME" -+HOSTNAME="$ac_cv_path_HOSTNAME -s" - if test -n "$HOSTNAME"; then - echo "$ac_t""$HOSTNAME" 1>&6 - else -@@ -2865,30 +2865,7 @@ - echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:2867: checking "how to check if pid exists"" >&5 - PS=$ac_cv_path_PS --# Linux style --if $PS p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS p \$\$PID | grep mysqld > /dev/null" --# Solaris --elif $PS -p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -p \$\$PID | grep mysqld > /dev/null" --# BSD style --elif $PS -uaxww 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" --# SysV style --elif $PS -ef 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -ef | grep mysqld | grep \" \$\$PID \" > /dev/null" --# Do anybody use this? --elif $PS $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS \$\$PID | grep mysqld > /dev/null" --else -- { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } --fi -- -+FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - echo "$ac_t"""$FIND_PROC"" 1>&6 - - # Check if a pid is valid -@@ -4569,8 +4546,6 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lc_r $LIBS" -- - else - echo "$ac_t""no" 1>&6 - fi -@@ -4804,28 +4779,6 @@ - fi - - --# Build optimized or debug version ? --# First check for gcc and g++ --if test "$ac_cv_prog_gcc" = "yes" --then -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="-O" -- OPTIMIZE_CFLAGS="-O6" --else -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="" -- OPTIMIZE_CFLAGS="-O" --fi --if test "$ac_cv_prog_cxx_g" = "yes" --then -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="-O" -- OPTIMIZE_CXXFLAGS="-O3" --else -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="" -- OPTIMIZE_CXXFLAGS="-O" --fi - # Check whether --with-debug or --without-debug was given. - if test "${with_debug+set}" = set; then - withval="$with_debug" -@@ -8064,7 +8017,7 @@ - echo "" - echo "Configuring MIT Pthreads" - # We will never install so installation paths are not needed. -- (cd mit-pthreads; sh ./configure) -+ (cd mit-pthreads; sh ./configure ${CONFIGURE_ARGS}) - echo "End of MIT Pthreads configuration" - echo "" - fi diff --git a/databases/mysql51-server/pkg-comment b/databases/mysql51-server/pkg-comment deleted file mode 100644 index 2e29c8d2b15b..000000000000 --- a/databases/mysql51-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multithreaded SQL database (server) diff --git a/databases/mysql51-server/pkg-comment.client b/databases/mysql51-server/pkg-comment.client deleted file mode 100644 index 3af4339ad74d..000000000000 --- a/databases/mysql51-server/pkg-comment.client +++ /dev/null @@ -1 +0,0 @@ -a multithreaded SQL database (client) diff --git a/databases/mysql51-server/pkg-descr b/databases/mysql51-server/pkg-descr deleted file mode 100644 index f48f94577494..000000000000 --- a/databases/mysql51-server/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -mySQL is a multithreaded (using MIT pthreads) SQL database with a command -syntax very similar to mSQL. For more information see http://www.tcx.se - -Note: This port does *not* build the perl5 module. To do so, refer to the -file ${WRKSRC}/INSTALL-SOURCE, in particular, the notes on FreeBSD systems. - -josh -josh@ican.net - -WWW: http://www.tcx.se diff --git a/databases/mysql51-server/pkg-install b/databases/mysql51-server/pkg-install deleted file mode 100644 index 3e925021ede1..000000000000 --- a/databases/mysql51-server/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin -if [ -z "${DB_DIR}" ]; then - DB_DIR=/var/db/mysql -fi - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - 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} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}.${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/mysql51-server/pkg-plist b/databases/mysql51-server/pkg-plist deleted file mode 100644 index b25e97cd6c85..000000000000 --- a/databases/mysql51-server/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -bin/msql2mysql -bin/mysql_find_rows -bin/mysql_fix_privilege_tables -bin/mysql_install_db -bin/mysql_setpermission -bin/mysql_zap -bin/mysqlaccess -bin/mysqlbug -bin/perror -bin/replace -bin/resolveip -bin/safe_mysqld -etc/rc.d/mysql-server.sh -@unexec install-info --delete %D/info/mysql.info %D/info/dir -info/mysql.info -@exec install-info %D/info/mysql.info %D/info/dir -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.a -lib/mysql/libmystrings.a -lib/mysql/libmysys.a -lib/mysql/libnisam.a -libexec/mysqld -share/doc/mysql/Img/australia.gif -share/doc/mysql/Img/austria.gif -share/doc/mysql/Img/bulgaria.gif -share/doc/mysql/Img/canada.gif -share/doc/mysql/Img/chile.gif -share/doc/mysql/Img/china.gif -share/doc/mysql/Img/croatia.gif -share/doc/mysql/Img/czech-republic.gif -share/doc/mysql/Img/denmark.gif -share/doc/mysql/Img/estonia.gif -share/doc/mysql/Img/finland.gif -share/doc/mysql/Img/france.gif -share/doc/mysql/Img/germany.gif -share/doc/mysql/Img/great-britain.gif -share/doc/mysql/Img/greece.gif -share/doc/mysql/Img/html-fs.gif -share/doc/mysql/Img/hungary.gif -share/doc/mysql/Img/israel.gif -share/doc/mysql/Img/italy.gif -share/doc/mysql/Img/japan.gif -share/doc/mysql/Img/kroatia.gif -share/doc/mysql/Img/mysql5.gif -share/doc/mysql/Img/netherlands.gif -share/doc/mysql/Img/poland.gif -share/doc/mysql/Img/portugal.gif -share/doc/mysql/Img/romania.gif -share/doc/mysql/Img/russia.gif -share/doc/mysql/Img/singapore.gif -share/doc/mysql/Img/south-africa.gif -share/doc/mysql/Img/south-africa1.gif -share/doc/mysql/Img/south-korea.gif -share/doc/mysql/Img/sweden.gif -share/doc/mysql/Img/switzerland.gif -share/doc/mysql/Img/taiwan.gif -share/doc/mysql/Img/tcxlogo3.gif -share/doc/mysql/Img/ukraine.gif -share/doc/mysql/Img/usa.gif -share/doc/mysql/include.texi -share/doc/mysql/manual.html -share/doc/mysql/manual.ps -share/doc/mysql/manual.texi -share/doc/mysql/manual.txt -share/doc/mysql/manual_toc.html -share/mysql/binary-configure -share/mysql/czech/errmsg.sys -share/mysql/czech/errmsg.txt -share/mysql/danish/errmsg.sys -share/mysql/danish/errmsg.txt -share/mysql/dutch/errmsg.sys -share/mysql/dutch/errmsg.txt -share/mysql/english/errmsg.sys -share/mysql/english/errmsg.txt -share/mysql/estonia/errmsg.sys -share/mysql/estonia/errmsg.txt -share/mysql/french/errmsg.sys -share/mysql/french/errmsg.txt -share/mysql/german/errmsg.sys -share/mysql/german/errmsg.txt -share/mysql/greek/errmsg.sys -share/mysql/greek/errmsg.txt -share/mysql/hungarian/errmsg.sys -share/mysql/hungarian/errmsg.txt -share/mysql/italian/errmsg.sys -share/mysql/italian/errmsg.txt -share/mysql/japanese/errmsg.sys -share/mysql/japanese/errmsg.txt -share/mysql/korean/errmsg.sys -share/mysql/korean/errmsg.txt -share/mysql/make_binary_distribution -share/mysql/my-example.cnf -share/mysql/mysql-3.22.27.spec -share/mysql/mysql-log-rotate -share/mysql/mysql.server -share/mysql/norwegian-ny/errmsg.sys -share/mysql/norwegian-ny/errmsg.txt -share/mysql/norwegian/errmsg.sys -share/mysql/norwegian/errmsg.txt -share/mysql/polish/errmsg.sys -share/mysql/polish/errmsg.txt -share/mysql/portuguese/errmsg.sys -share/mysql/portuguese/errmsg.txt -share/mysql/russian/errmsg.sys -share/mysql/russian/errmsg.txt -share/mysql/slovak/errmsg.sys -share/mysql/slovak/errmsg.txt -share/mysql/spanish/errmsg.sys -share/mysql/spanish/errmsg.txt -share/mysql/swedish/errmsg.sys -share/mysql/swedish/errmsg.txt -@dirrm share/doc/mysql/Img -@dirrm share/doc/mysql -@dirrm share/mysql/czech -@dirrm share/mysql/dutch -@dirrm share/mysql/english -@dirrm share/mysql/french -@dirrm share/mysql/german -@dirrm share/mysql/hungarian -@dirrm share/mysql/italian -@dirrm share/mysql/japanese -@dirrm share/mysql/korean -@dirrm share/mysql/norwegian -@dirrm share/mysql/norwegian-ny -@dirrm share/mysql/polish -@dirrm share/mysql/portuguese -@dirrm share/mysql/russian -@dirrm share/mysql/slovak -@dirrm share/mysql/spanish -@dirrm share/mysql/swedish -@dirrm share/mysql -@exec %D/bin/mysql_install_db -@exec /usr/bin/killall mysqld diff --git a/databases/mysql51-server/pkg-plist.client b/databases/mysql51-server/pkg-plist.client deleted file mode 100644 index b293ad704aa8..000000000000 --- a/databases/mysql51-server/pkg-plist.client +++ /dev/null @@ -1,23 +0,0 @@ -bin/mysql -bin/mysqladmin -bin/mysqldump -bin/mysqlimport -bin/mysqlshow -etc/rc.d/mysql-client.sh -include/mysql/dbug.h -include/mysql/errmsg.h -include/mysql/m_ctype.h.in -include/mysql/m_string.h -include/mysql/my_list.h -include/mysql/my_sys.h -include/mysql/mysql.h -include/mysql/mysql_com.h -include/mysql/mysql_version.h -include/mysql/mysqld_error.h -lib/mysql/libmysqlclient.a -lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.6 -@dirrm include/mysql -@dirrm lib/mysql -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/mysql -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/databases/mysql54-client/Makefile b/databases/mysql54-client/Makefile deleted file mode 100644 index 87474a82fbd0..000000000000 --- a/databases/mysql54-client/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# ports collection makefile for: MySQL-client -# Version required: v3.22.x -# Date created: Thu Jun 24 00:12:22 CEST 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAME= ${DISTNAME:S/-/-client-/g} - -MASTERDIR= ${.CURDIR}/../mysql322-server -COMMENT= ${PKGDIR}/COMMENT.client -PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/PLIST.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile deleted file mode 100644 index 6e4c0ebb7b13..000000000000 --- a/databases/mysql54-server/Makefile +++ /dev/null @@ -1,159 +0,0 @@ -# ports collection makefile for: MySQL-server -# Version required: v3.22.x -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= mysql-3.22.27 -PKGNAME?= ${DISTNAME:S/-/-server-/} -CATEGORIES= databases -MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.digex.net/pub/packages/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.plig.net/pub/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.22/ - -MAINTAINER= dirk@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance - -DB_DIR?= /var/db/mysql -USE_PERL5= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-perl \ - --without-debug \ - --without-readline \ - --without-bench -.if ${MACHINE_ARCH} == "i386" -CONFIGURE_ARGS+=--enable-assembler -.endif -CONFIGURE_ENV+= PERL=${PERL} \ - PERL5=${PERL} \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - CONFIGURE_ARGS="${CONFIGURE_ARGS}" - -.if !defined(CLIENT_ONLY) -RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 320000 -.if defined(MIT_PTHREADS) -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} - @${ECHO} "You may set MIT_PTHREADS (make MIT_PTHREADS=yes)" - @${ECHO} "to compile mysql with the supplied mit-pthreads." - @${ECHO} "(You don't want to set this unless you have a good reason)." - @${ECHO} -.endif -.elif ${OSVERSION} >= 300000 -.if defined(NATIVE_THREADS) -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} - @${ECHO} "You may set NATIVE_THREADS (make NATIVE_THREADS=yes)" - @${ECHO} "to compile mysql with the native FreeBSD threads (libc_r)." - @${ECHO} "Warning: There are some bugs in libc_r which prevent" - @${ECHO} " 'mysqladmin shutdown' from working properly and" - @${ECHO} " killing mysqld might not work." - @${ECHO} -.endif -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.endif - -post-patch: - ${MV} ${WRKSRC}/strings/strings.s ${WRKSRC}/strings/strings.S - ${MV} ${WRKSRC}/strings/longlong2str-x86.s ${WRKSRC}/strings/longlong2str-x86.S - -pre-install: -.if !defined(PACKAGE_BUILDING) && exists(${DB_DIR}) && !defined(OVERWRITE_DB) - @${ECHO} "You appear to already have a mysql database directory in ${DB_DIR}." - @${ECHO} "" - @${ECHO} "In order to preserve your existing data, you should:" - @${ECHO} " - dump all your databases" - @${ECHO} " - kill mysql if it is running" - @${ECHO} " - delete the ${DB_DIR} directory" - @${ECHO} " - run 'make install'" - @${ECHO} " - start up mysql" - @${ECHO} " - re-create all of your database" - @${ECHO} " - re-load your data" - @${ECHO} "" - @${ECHO} "If you understand the consequences of this upgrade, please re-build this" - @${ECHO} "port with the environment variable OVERWRITE_DB defined." - @${FALSE} -.endif - -post-install: -.if !defined(PACKAGE_BUILDING) - ${PREFIX}/bin/mysql_install_db - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "if [ -x ${PREFIX}/bin/safe_mysqld ]" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "then" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} " ${PREFIX}/bin/safe_mysqld --user=mysql > /dev/null & && ${ECHO} -n ' mysql'" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "fi" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mysql/Img -.for doc in manual.html manual.ps manual_toc.html manual.txt manual.texi include.texi - ${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${PREFIX}/share/doc/mysql -.endfor - ${INSTALL_DATA} ${WRKSRC}/Docs/Img/*.gif ${PREFIX}/share/doc/mysql/Img - ${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info - @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir -.endif - -.include <bsd.port.post.mk> -.else -MAN1= mysql.1 - -CONFIGURE_ARGS+=--without-server -MAKE_ENV= CLIENT_ONLY="${CLIENT_ONLY}" - -post-install: - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "${LDCONFIG} -m ${PREFIX}/lib/mysql" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-client.sh - - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/mysql - -.include <bsd.port.mk> -.endif diff --git a/databases/mysql54-server/distinfo b/databases/mysql54-server/distinfo deleted file mode 100644 index e06721973a08..000000000000 --- a/databases/mysql54-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql54-server/files/patch-Makefile.in b/databases/mysql54-server/files/patch-Makefile.in deleted file mode 100644 index ca3680549992..000000000000 --- a/databases/mysql54-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Sun Jun 6 04:51:50 1999 -+++ Makefile.in Sat Jun 26 08:53:51 1999 -@@ -141,8 +141,11 @@ - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS - --SUBDIRS = @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts include tests man @bench_dirs@ support-files -- -+.if defined(CLIENT_ONLY) -+SUBDIRS = @readline_dir@ client include tests man -+.else -+SUBDIRS = @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files -+.endif - - # Relink after clean - CLEANFILES = linked_client_sources diff --git a/databases/mysql54-server/files/patch-ab b/databases/mysql54-server/files/patch-ab deleted file mode 100644 index 04825c3dc4b1..000000000000 --- a/databases/mysql54-server/files/patch-ab +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/mysql_install_db.sh.orig Sat Aug 28 13:10:54 1999 -+++ scripts/mysql_install_db.sh Mon Sep 13 00:13:04 1999 -@@ -15,10 +15,6 @@ - force=0 - IN_RPM=0 - --# Are we doing an rpm install? --if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi --if test "$1" = "--force"; then force=1; shift; fi -- - # Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf - if test -w / - then -@@ -60,8 +56,6 @@ - fi - fi - --# On IRIX hostname is in /usr/bsd so add this to the path --PATH=$PATH:/usr/bsd - hostname=`hostname` # Install this too in the user table - - # Check if hostname is valid -@@ -255,12 +249,6 @@ - END_OF_DATA - then - echo "" -- if test "$IN_RPM" -eq 0 -- then -- echo "To start mysqld at boot time you have to copy support-files/mysql.server" -- echo "to the right place for your system" -- echo -- fi - echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" - echo "This is done with:" - echo "$bindir/mysqladmin -u root password 'new-password'" diff --git a/databases/mysql54-server/files/patch-af b/databases/mysql54-server/files/patch-af deleted file mode 100644 index 2593da4d1c64..000000000000 --- a/databases/mysql54-server/files/patch-af +++ /dev/null @@ -1,73 +0,0 @@ ---- scripts/safe_mysqld.sh.orig Fri May 14 11:11:46 1999 -+++ scripts/safe_mysqld.sh Tue Jun 8 11:14:02 1999 -@@ -12,33 +12,9 @@ - - trap '' 1 2 3 15 # we shouldn't let anyone kill us - --# Check if we are starting this relative (for the binary release) --if test -d ./data/mysql -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./bin/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where bin, share and data are -- DATADIR=$MY_BASEDIR_VERSION/data # Where the databases are -- ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is --# Check if this is a 'moved install directory' --elif test -f ./var/mysql/db.frm -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./libexec/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where libexec, share and var are -- DATADIR=$MY_BASEDIR_VERSION/var # Where the databases are -- ledir=$MY_BASEDIR_VERSION/libexec # Where mysqld is --else -- MY_BASEDIR_VERSION=@prefix@ -- DATADIR=@localstatedir@ -- ledir=@libexecdir@ -- if test ! -x $ledir/mysqld -- then -- echo "The file $ledir/mysqld doesn't exist or is not executable" -- echo "Please do a cd to the mysql installation directory and restart" -- echo "this script from there as follows:" -- echo "./bin/safe_mysqld". -- exit 1; -- fi --fi -+MY_BASEDIR_VERSION=@prefix@ -+DATADIR=@localstatedir@ -+ledir=@libexecdir@ - - pid_file=$DATADIR/`@HOSTNAME@`.pid - log=$DATADIR/`@HOSTNAME@`.log -@@ -114,33 +90,6 @@ - if test ! -f $pid_file # This is removed if normal shutdown - then - break; -- fi -- if @IS_LINUX@ -- then -- # Test if one process was hanging. -- # This is only a fix for Linux (running as base 3 mysqld processes) -- # but should work for the rest of the servers. -- # The only thing is ps x => redhat 5 gives warnings when using ps -x. -- # kill -9 is used or the process won't react on the kill. -- numofproces=`ps x | grep -v "grep" | grep -c $ledir/mysqld` -- echo -e "\nNumber of processes running now: $numofproces" | tee -a $err_log -- I=1 -- while test "$I" -le "$numofproces" -- do -- PROC=`ps x | grep $ledir/mysqld | grep -v "grep" | tail -1` -- for T in $PROC -- do -- break -- done -- # echo "TEST $I - $T **" -- if kill -9 $T -- then -- echo "mysqld process hanging, pid $T - killed" | tee -a $err_log -- else -- break -- fi -- I=`expr $I + 1` -- done - fi - echo "mysqld restarted on " `date` | tee -a $err_log - done diff --git a/databases/mysql54-server/files/patch-ap b/databases/mysql54-server/files/patch-ap deleted file mode 100644 index f42968f78ee6..000000000000 --- a/databases/mysql54-server/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ ---- strings/Makefile.in.orig Thu Sep 9 10:52:02 1999 -+++ strings/Makefile.in Sun Sep 12 23:56:25 1999 -@@ -143,7 +143,7 @@ - pkglib_LIBRARIES = libmystrings.a - # These file MUST all be on the same line!! Otherwise automake - # generats a very broken makefile --@ASSEMBLER_TRUE@ESRCS = strings.s longlong2str-x86.s -+@ASSEMBLER_TRUE@ESRCS = strings.S longlong2str-x86.S - @ASSEMBLER_FALSE@ESRCS = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c - - libmystrings_a_SOURCES = bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c ct_init.c atof.c ptr_cmp.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c @CHARSET_SRCS@ $(ESRCS) diff --git a/databases/mysql54-server/files/patch-configure b/databases/mysql54-server/files/patch-configure deleted file mode 100644 index 35b814b673b8..000000000000 --- a/databases/mysql54-server/files/patch-configure +++ /dev/null @@ -1,110 +0,0 @@ ---- configure.orig Wed Oct 6 00:10:05 1999 -+++ configure Thu Nov 25 21:00:43 1999 -@@ -2070,8 +2070,8 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2085,7 +2085,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -2737,7 +2737,7 @@ - ;; - esac - fi --HOSTNAME="$ac_cv_path_HOSTNAME" -+HOSTNAME="$ac_cv_path_HOSTNAME -s" - if test -n "$HOSTNAME"; then - echo "$ac_t""$HOSTNAME" 1>&6 - else -@@ -2865,30 +2865,7 @@ - echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:2867: checking "how to check if pid exists"" >&5 - PS=$ac_cv_path_PS --# Linux style --if $PS p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS p \$\$PID | grep mysqld > /dev/null" --# Solaris --elif $PS -p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -p \$\$PID | grep mysqld > /dev/null" --# BSD style --elif $PS -uaxww 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" --# SysV style --elif $PS -ef 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -ef | grep mysqld | grep \" \$\$PID \" > /dev/null" --# Do anybody use this? --elif $PS $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS \$\$PID | grep mysqld > /dev/null" --else -- { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } --fi -- -+FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - echo "$ac_t"""$FIND_PROC"" 1>&6 - - # Check if a pid is valid -@@ -4569,8 +4546,6 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lc_r $LIBS" -- - else - echo "$ac_t""no" 1>&6 - fi -@@ -4804,28 +4779,6 @@ - fi - - --# Build optimized or debug version ? --# First check for gcc and g++ --if test "$ac_cv_prog_gcc" = "yes" --then -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="-O" -- OPTIMIZE_CFLAGS="-O6" --else -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="" -- OPTIMIZE_CFLAGS="-O" --fi --if test "$ac_cv_prog_cxx_g" = "yes" --then -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="-O" -- OPTIMIZE_CXXFLAGS="-O3" --else -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="" -- OPTIMIZE_CXXFLAGS="-O" --fi - # Check whether --with-debug or --without-debug was given. - if test "${with_debug+set}" = set; then - withval="$with_debug" -@@ -8064,7 +8017,7 @@ - echo "" - echo "Configuring MIT Pthreads" - # We will never install so installation paths are not needed. -- (cd mit-pthreads; sh ./configure) -+ (cd mit-pthreads; sh ./configure ${CONFIGURE_ARGS}) - echo "End of MIT Pthreads configuration" - echo "" - fi diff --git a/databases/mysql54-server/pkg-comment b/databases/mysql54-server/pkg-comment deleted file mode 100644 index 2e29c8d2b15b..000000000000 --- a/databases/mysql54-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multithreaded SQL database (server) diff --git a/databases/mysql54-server/pkg-comment.client b/databases/mysql54-server/pkg-comment.client deleted file mode 100644 index 3af4339ad74d..000000000000 --- a/databases/mysql54-server/pkg-comment.client +++ /dev/null @@ -1 +0,0 @@ -a multithreaded SQL database (client) diff --git a/databases/mysql54-server/pkg-descr b/databases/mysql54-server/pkg-descr deleted file mode 100644 index f48f94577494..000000000000 --- a/databases/mysql54-server/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -mySQL is a multithreaded (using MIT pthreads) SQL database with a command -syntax very similar to mSQL. For more information see http://www.tcx.se - -Note: This port does *not* build the perl5 module. To do so, refer to the -file ${WRKSRC}/INSTALL-SOURCE, in particular, the notes on FreeBSD systems. - -josh -josh@ican.net - -WWW: http://www.tcx.se diff --git a/databases/mysql54-server/pkg-install b/databases/mysql54-server/pkg-install deleted file mode 100644 index 3e925021ede1..000000000000 --- a/databases/mysql54-server/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin -if [ -z "${DB_DIR}" ]; then - DB_DIR=/var/db/mysql -fi - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - 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} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}.${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/mysql54-server/pkg-plist b/databases/mysql54-server/pkg-plist deleted file mode 100644 index b25e97cd6c85..000000000000 --- a/databases/mysql54-server/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -bin/msql2mysql -bin/mysql_find_rows -bin/mysql_fix_privilege_tables -bin/mysql_install_db -bin/mysql_setpermission -bin/mysql_zap -bin/mysqlaccess -bin/mysqlbug -bin/perror -bin/replace -bin/resolveip -bin/safe_mysqld -etc/rc.d/mysql-server.sh -@unexec install-info --delete %D/info/mysql.info %D/info/dir -info/mysql.info -@exec install-info %D/info/mysql.info %D/info/dir -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.a -lib/mysql/libmystrings.a -lib/mysql/libmysys.a -lib/mysql/libnisam.a -libexec/mysqld -share/doc/mysql/Img/australia.gif -share/doc/mysql/Img/austria.gif -share/doc/mysql/Img/bulgaria.gif -share/doc/mysql/Img/canada.gif -share/doc/mysql/Img/chile.gif -share/doc/mysql/Img/china.gif -share/doc/mysql/Img/croatia.gif -share/doc/mysql/Img/czech-republic.gif -share/doc/mysql/Img/denmark.gif -share/doc/mysql/Img/estonia.gif -share/doc/mysql/Img/finland.gif -share/doc/mysql/Img/france.gif -share/doc/mysql/Img/germany.gif -share/doc/mysql/Img/great-britain.gif -share/doc/mysql/Img/greece.gif -share/doc/mysql/Img/html-fs.gif -share/doc/mysql/Img/hungary.gif -share/doc/mysql/Img/israel.gif -share/doc/mysql/Img/italy.gif -share/doc/mysql/Img/japan.gif -share/doc/mysql/Img/kroatia.gif -share/doc/mysql/Img/mysql5.gif -share/doc/mysql/Img/netherlands.gif -share/doc/mysql/Img/poland.gif -share/doc/mysql/Img/portugal.gif -share/doc/mysql/Img/romania.gif -share/doc/mysql/Img/russia.gif -share/doc/mysql/Img/singapore.gif -share/doc/mysql/Img/south-africa.gif -share/doc/mysql/Img/south-africa1.gif -share/doc/mysql/Img/south-korea.gif -share/doc/mysql/Img/sweden.gif -share/doc/mysql/Img/switzerland.gif -share/doc/mysql/Img/taiwan.gif -share/doc/mysql/Img/tcxlogo3.gif -share/doc/mysql/Img/ukraine.gif -share/doc/mysql/Img/usa.gif -share/doc/mysql/include.texi -share/doc/mysql/manual.html -share/doc/mysql/manual.ps -share/doc/mysql/manual.texi -share/doc/mysql/manual.txt -share/doc/mysql/manual_toc.html -share/mysql/binary-configure -share/mysql/czech/errmsg.sys -share/mysql/czech/errmsg.txt -share/mysql/danish/errmsg.sys -share/mysql/danish/errmsg.txt -share/mysql/dutch/errmsg.sys -share/mysql/dutch/errmsg.txt -share/mysql/english/errmsg.sys -share/mysql/english/errmsg.txt -share/mysql/estonia/errmsg.sys -share/mysql/estonia/errmsg.txt -share/mysql/french/errmsg.sys -share/mysql/french/errmsg.txt -share/mysql/german/errmsg.sys -share/mysql/german/errmsg.txt -share/mysql/greek/errmsg.sys -share/mysql/greek/errmsg.txt -share/mysql/hungarian/errmsg.sys -share/mysql/hungarian/errmsg.txt -share/mysql/italian/errmsg.sys -share/mysql/italian/errmsg.txt -share/mysql/japanese/errmsg.sys -share/mysql/japanese/errmsg.txt -share/mysql/korean/errmsg.sys -share/mysql/korean/errmsg.txt -share/mysql/make_binary_distribution -share/mysql/my-example.cnf -share/mysql/mysql-3.22.27.spec -share/mysql/mysql-log-rotate -share/mysql/mysql.server -share/mysql/norwegian-ny/errmsg.sys -share/mysql/norwegian-ny/errmsg.txt -share/mysql/norwegian/errmsg.sys -share/mysql/norwegian/errmsg.txt -share/mysql/polish/errmsg.sys -share/mysql/polish/errmsg.txt -share/mysql/portuguese/errmsg.sys -share/mysql/portuguese/errmsg.txt -share/mysql/russian/errmsg.sys -share/mysql/russian/errmsg.txt -share/mysql/slovak/errmsg.sys -share/mysql/slovak/errmsg.txt -share/mysql/spanish/errmsg.sys -share/mysql/spanish/errmsg.txt -share/mysql/swedish/errmsg.sys -share/mysql/swedish/errmsg.txt -@dirrm share/doc/mysql/Img -@dirrm share/doc/mysql -@dirrm share/mysql/czech -@dirrm share/mysql/dutch -@dirrm share/mysql/english -@dirrm share/mysql/french -@dirrm share/mysql/german -@dirrm share/mysql/hungarian -@dirrm share/mysql/italian -@dirrm share/mysql/japanese -@dirrm share/mysql/korean -@dirrm share/mysql/norwegian -@dirrm share/mysql/norwegian-ny -@dirrm share/mysql/polish -@dirrm share/mysql/portuguese -@dirrm share/mysql/russian -@dirrm share/mysql/slovak -@dirrm share/mysql/spanish -@dirrm share/mysql/swedish -@dirrm share/mysql -@exec %D/bin/mysql_install_db -@exec /usr/bin/killall mysqld diff --git a/databases/mysql54-server/pkg-plist.client b/databases/mysql54-server/pkg-plist.client deleted file mode 100644 index b293ad704aa8..000000000000 --- a/databases/mysql54-server/pkg-plist.client +++ /dev/null @@ -1,23 +0,0 @@ -bin/mysql -bin/mysqladmin -bin/mysqldump -bin/mysqlimport -bin/mysqlshow -etc/rc.d/mysql-client.sh -include/mysql/dbug.h -include/mysql/errmsg.h -include/mysql/m_ctype.h.in -include/mysql/m_string.h -include/mysql/my_list.h -include/mysql/my_sys.h -include/mysql/mysql.h -include/mysql/mysql_com.h -include/mysql/mysql_version.h -include/mysql/mysqld_error.h -lib/mysql/libmysqlclient.a -lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.6 -@dirrm include/mysql -@dirrm lib/mysql -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/mysql -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/databases/mysql55-client/Makefile b/databases/mysql55-client/Makefile deleted file mode 100644 index 87474a82fbd0..000000000000 --- a/databases/mysql55-client/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# ports collection makefile for: MySQL-client -# Version required: v3.22.x -# Date created: Thu Jun 24 00:12:22 CEST 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAME= ${DISTNAME:S/-/-client-/g} - -MASTERDIR= ${.CURDIR}/../mysql322-server -COMMENT= ${PKGDIR}/COMMENT.client -PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/PLIST.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile deleted file mode 100644 index 6e4c0ebb7b13..000000000000 --- a/databases/mysql55-server/Makefile +++ /dev/null @@ -1,159 +0,0 @@ -# ports collection makefile for: MySQL-server -# Version required: v3.22.x -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= mysql-3.22.27 -PKGNAME?= ${DISTNAME:S/-/-server-/} -CATEGORIES= databases -MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.digex.net/pub/packages/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.plig.net/pub/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.22/ - -MAINTAINER= dirk@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance - -DB_DIR?= /var/db/mysql -USE_PERL5= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-perl \ - --without-debug \ - --without-readline \ - --without-bench -.if ${MACHINE_ARCH} == "i386" -CONFIGURE_ARGS+=--enable-assembler -.endif -CONFIGURE_ENV+= PERL=${PERL} \ - PERL5=${PERL} \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - CONFIGURE_ARGS="${CONFIGURE_ARGS}" - -.if !defined(CLIENT_ONLY) -RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 320000 -.if defined(MIT_PTHREADS) -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} - @${ECHO} "You may set MIT_PTHREADS (make MIT_PTHREADS=yes)" - @${ECHO} "to compile mysql with the supplied mit-pthreads." - @${ECHO} "(You don't want to set this unless you have a good reason)." - @${ECHO} -.endif -.elif ${OSVERSION} >= 300000 -.if defined(NATIVE_THREADS) -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} - @${ECHO} "You may set NATIVE_THREADS (make NATIVE_THREADS=yes)" - @${ECHO} "to compile mysql with the native FreeBSD threads (libc_r)." - @${ECHO} "Warning: There are some bugs in libc_r which prevent" - @${ECHO} " 'mysqladmin shutdown' from working properly and" - @${ECHO} " killing mysqld might not work." - @${ECHO} -.endif -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.endif - -post-patch: - ${MV} ${WRKSRC}/strings/strings.s ${WRKSRC}/strings/strings.S - ${MV} ${WRKSRC}/strings/longlong2str-x86.s ${WRKSRC}/strings/longlong2str-x86.S - -pre-install: -.if !defined(PACKAGE_BUILDING) && exists(${DB_DIR}) && !defined(OVERWRITE_DB) - @${ECHO} "You appear to already have a mysql database directory in ${DB_DIR}." - @${ECHO} "" - @${ECHO} "In order to preserve your existing data, you should:" - @${ECHO} " - dump all your databases" - @${ECHO} " - kill mysql if it is running" - @${ECHO} " - delete the ${DB_DIR} directory" - @${ECHO} " - run 'make install'" - @${ECHO} " - start up mysql" - @${ECHO} " - re-create all of your database" - @${ECHO} " - re-load your data" - @${ECHO} "" - @${ECHO} "If you understand the consequences of this upgrade, please re-build this" - @${ECHO} "port with the environment variable OVERWRITE_DB defined." - @${FALSE} -.endif - -post-install: -.if !defined(PACKAGE_BUILDING) - ${PREFIX}/bin/mysql_install_db - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "if [ -x ${PREFIX}/bin/safe_mysqld ]" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "then" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} " ${PREFIX}/bin/safe_mysqld --user=mysql > /dev/null & && ${ECHO} -n ' mysql'" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "fi" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mysql/Img -.for doc in manual.html manual.ps manual_toc.html manual.txt manual.texi include.texi - ${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${PREFIX}/share/doc/mysql -.endfor - ${INSTALL_DATA} ${WRKSRC}/Docs/Img/*.gif ${PREFIX}/share/doc/mysql/Img - ${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info - @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir -.endif - -.include <bsd.port.post.mk> -.else -MAN1= mysql.1 - -CONFIGURE_ARGS+=--without-server -MAKE_ENV= CLIENT_ONLY="${CLIENT_ONLY}" - -post-install: - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "${LDCONFIG} -m ${PREFIX}/lib/mysql" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-client.sh - - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/mysql - -.include <bsd.port.mk> -.endif diff --git a/databases/mysql55-server/distinfo b/databases/mysql55-server/distinfo deleted file mode 100644 index e06721973a08..000000000000 --- a/databases/mysql55-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql55-server/files/patch-Makefile.in b/databases/mysql55-server/files/patch-Makefile.in deleted file mode 100644 index ca3680549992..000000000000 --- a/databases/mysql55-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Sun Jun 6 04:51:50 1999 -+++ Makefile.in Sat Jun 26 08:53:51 1999 -@@ -141,8 +141,11 @@ - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS - --SUBDIRS = @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts include tests man @bench_dirs@ support-files -- -+.if defined(CLIENT_ONLY) -+SUBDIRS = @readline_dir@ client include tests man -+.else -+SUBDIRS = @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files -+.endif - - # Relink after clean - CLEANFILES = linked_client_sources diff --git a/databases/mysql55-server/files/patch-ab b/databases/mysql55-server/files/patch-ab deleted file mode 100644 index 04825c3dc4b1..000000000000 --- a/databases/mysql55-server/files/patch-ab +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/mysql_install_db.sh.orig Sat Aug 28 13:10:54 1999 -+++ scripts/mysql_install_db.sh Mon Sep 13 00:13:04 1999 -@@ -15,10 +15,6 @@ - force=0 - IN_RPM=0 - --# Are we doing an rpm install? --if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi --if test "$1" = "--force"; then force=1; shift; fi -- - # Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf - if test -w / - then -@@ -60,8 +56,6 @@ - fi - fi - --# On IRIX hostname is in /usr/bsd so add this to the path --PATH=$PATH:/usr/bsd - hostname=`hostname` # Install this too in the user table - - # Check if hostname is valid -@@ -255,12 +249,6 @@ - END_OF_DATA - then - echo "" -- if test "$IN_RPM" -eq 0 -- then -- echo "To start mysqld at boot time you have to copy support-files/mysql.server" -- echo "to the right place for your system" -- echo -- fi - echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" - echo "This is done with:" - echo "$bindir/mysqladmin -u root password 'new-password'" diff --git a/databases/mysql55-server/files/patch-af b/databases/mysql55-server/files/patch-af deleted file mode 100644 index 2593da4d1c64..000000000000 --- a/databases/mysql55-server/files/patch-af +++ /dev/null @@ -1,73 +0,0 @@ ---- scripts/safe_mysqld.sh.orig Fri May 14 11:11:46 1999 -+++ scripts/safe_mysqld.sh Tue Jun 8 11:14:02 1999 -@@ -12,33 +12,9 @@ - - trap '' 1 2 3 15 # we shouldn't let anyone kill us - --# Check if we are starting this relative (for the binary release) --if test -d ./data/mysql -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./bin/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where bin, share and data are -- DATADIR=$MY_BASEDIR_VERSION/data # Where the databases are -- ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is --# Check if this is a 'moved install directory' --elif test -f ./var/mysql/db.frm -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./libexec/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where libexec, share and var are -- DATADIR=$MY_BASEDIR_VERSION/var # Where the databases are -- ledir=$MY_BASEDIR_VERSION/libexec # Where mysqld is --else -- MY_BASEDIR_VERSION=@prefix@ -- DATADIR=@localstatedir@ -- ledir=@libexecdir@ -- if test ! -x $ledir/mysqld -- then -- echo "The file $ledir/mysqld doesn't exist or is not executable" -- echo "Please do a cd to the mysql installation directory and restart" -- echo "this script from there as follows:" -- echo "./bin/safe_mysqld". -- exit 1; -- fi --fi -+MY_BASEDIR_VERSION=@prefix@ -+DATADIR=@localstatedir@ -+ledir=@libexecdir@ - - pid_file=$DATADIR/`@HOSTNAME@`.pid - log=$DATADIR/`@HOSTNAME@`.log -@@ -114,33 +90,6 @@ - if test ! -f $pid_file # This is removed if normal shutdown - then - break; -- fi -- if @IS_LINUX@ -- then -- # Test if one process was hanging. -- # This is only a fix for Linux (running as base 3 mysqld processes) -- # but should work for the rest of the servers. -- # The only thing is ps x => redhat 5 gives warnings when using ps -x. -- # kill -9 is used or the process won't react on the kill. -- numofproces=`ps x | grep -v "grep" | grep -c $ledir/mysqld` -- echo -e "\nNumber of processes running now: $numofproces" | tee -a $err_log -- I=1 -- while test "$I" -le "$numofproces" -- do -- PROC=`ps x | grep $ledir/mysqld | grep -v "grep" | tail -1` -- for T in $PROC -- do -- break -- done -- # echo "TEST $I - $T **" -- if kill -9 $T -- then -- echo "mysqld process hanging, pid $T - killed" | tee -a $err_log -- else -- break -- fi -- I=`expr $I + 1` -- done - fi - echo "mysqld restarted on " `date` | tee -a $err_log - done diff --git a/databases/mysql55-server/files/patch-ap b/databases/mysql55-server/files/patch-ap deleted file mode 100644 index f42968f78ee6..000000000000 --- a/databases/mysql55-server/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ ---- strings/Makefile.in.orig Thu Sep 9 10:52:02 1999 -+++ strings/Makefile.in Sun Sep 12 23:56:25 1999 -@@ -143,7 +143,7 @@ - pkglib_LIBRARIES = libmystrings.a - # These file MUST all be on the same line!! Otherwise automake - # generats a very broken makefile --@ASSEMBLER_TRUE@ESRCS = strings.s longlong2str-x86.s -+@ASSEMBLER_TRUE@ESRCS = strings.S longlong2str-x86.S - @ASSEMBLER_FALSE@ESRCS = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c - - libmystrings_a_SOURCES = bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c ct_init.c atof.c ptr_cmp.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c @CHARSET_SRCS@ $(ESRCS) diff --git a/databases/mysql55-server/files/patch-configure b/databases/mysql55-server/files/patch-configure deleted file mode 100644 index 35b814b673b8..000000000000 --- a/databases/mysql55-server/files/patch-configure +++ /dev/null @@ -1,110 +0,0 @@ ---- configure.orig Wed Oct 6 00:10:05 1999 -+++ configure Thu Nov 25 21:00:43 1999 -@@ -2070,8 +2070,8 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2085,7 +2085,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -2737,7 +2737,7 @@ - ;; - esac - fi --HOSTNAME="$ac_cv_path_HOSTNAME" -+HOSTNAME="$ac_cv_path_HOSTNAME -s" - if test -n "$HOSTNAME"; then - echo "$ac_t""$HOSTNAME" 1>&6 - else -@@ -2865,30 +2865,7 @@ - echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:2867: checking "how to check if pid exists"" >&5 - PS=$ac_cv_path_PS --# Linux style --if $PS p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS p \$\$PID | grep mysqld > /dev/null" --# Solaris --elif $PS -p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -p \$\$PID | grep mysqld > /dev/null" --# BSD style --elif $PS -uaxww 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" --# SysV style --elif $PS -ef 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -ef | grep mysqld | grep \" \$\$PID \" > /dev/null" --# Do anybody use this? --elif $PS $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS \$\$PID | grep mysqld > /dev/null" --else -- { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } --fi -- -+FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - echo "$ac_t"""$FIND_PROC"" 1>&6 - - # Check if a pid is valid -@@ -4569,8 +4546,6 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lc_r $LIBS" -- - else - echo "$ac_t""no" 1>&6 - fi -@@ -4804,28 +4779,6 @@ - fi - - --# Build optimized or debug version ? --# First check for gcc and g++ --if test "$ac_cv_prog_gcc" = "yes" --then -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="-O" -- OPTIMIZE_CFLAGS="-O6" --else -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="" -- OPTIMIZE_CFLAGS="-O" --fi --if test "$ac_cv_prog_cxx_g" = "yes" --then -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="-O" -- OPTIMIZE_CXXFLAGS="-O3" --else -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="" -- OPTIMIZE_CXXFLAGS="-O" --fi - # Check whether --with-debug or --without-debug was given. - if test "${with_debug+set}" = set; then - withval="$with_debug" -@@ -8064,7 +8017,7 @@ - echo "" - echo "Configuring MIT Pthreads" - # We will never install so installation paths are not needed. -- (cd mit-pthreads; sh ./configure) -+ (cd mit-pthreads; sh ./configure ${CONFIGURE_ARGS}) - echo "End of MIT Pthreads configuration" - echo "" - fi diff --git a/databases/mysql55-server/pkg-comment b/databases/mysql55-server/pkg-comment deleted file mode 100644 index 2e29c8d2b15b..000000000000 --- a/databases/mysql55-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multithreaded SQL database (server) diff --git a/databases/mysql55-server/pkg-comment.client b/databases/mysql55-server/pkg-comment.client deleted file mode 100644 index 3af4339ad74d..000000000000 --- a/databases/mysql55-server/pkg-comment.client +++ /dev/null @@ -1 +0,0 @@ -a multithreaded SQL database (client) diff --git a/databases/mysql55-server/pkg-descr b/databases/mysql55-server/pkg-descr deleted file mode 100644 index f48f94577494..000000000000 --- a/databases/mysql55-server/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -mySQL is a multithreaded (using MIT pthreads) SQL database with a command -syntax very similar to mSQL. For more information see http://www.tcx.se - -Note: This port does *not* build the perl5 module. To do so, refer to the -file ${WRKSRC}/INSTALL-SOURCE, in particular, the notes on FreeBSD systems. - -josh -josh@ican.net - -WWW: http://www.tcx.se diff --git a/databases/mysql55-server/pkg-install b/databases/mysql55-server/pkg-install deleted file mode 100644 index 3e925021ede1..000000000000 --- a/databases/mysql55-server/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin -if [ -z "${DB_DIR}" ]; then - DB_DIR=/var/db/mysql -fi - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - 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} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}.${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/mysql55-server/pkg-plist b/databases/mysql55-server/pkg-plist deleted file mode 100644 index b25e97cd6c85..000000000000 --- a/databases/mysql55-server/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -bin/msql2mysql -bin/mysql_find_rows -bin/mysql_fix_privilege_tables -bin/mysql_install_db -bin/mysql_setpermission -bin/mysql_zap -bin/mysqlaccess -bin/mysqlbug -bin/perror -bin/replace -bin/resolveip -bin/safe_mysqld -etc/rc.d/mysql-server.sh -@unexec install-info --delete %D/info/mysql.info %D/info/dir -info/mysql.info -@exec install-info %D/info/mysql.info %D/info/dir -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.a -lib/mysql/libmystrings.a -lib/mysql/libmysys.a -lib/mysql/libnisam.a -libexec/mysqld -share/doc/mysql/Img/australia.gif -share/doc/mysql/Img/austria.gif -share/doc/mysql/Img/bulgaria.gif -share/doc/mysql/Img/canada.gif -share/doc/mysql/Img/chile.gif -share/doc/mysql/Img/china.gif -share/doc/mysql/Img/croatia.gif -share/doc/mysql/Img/czech-republic.gif -share/doc/mysql/Img/denmark.gif -share/doc/mysql/Img/estonia.gif -share/doc/mysql/Img/finland.gif -share/doc/mysql/Img/france.gif -share/doc/mysql/Img/germany.gif -share/doc/mysql/Img/great-britain.gif -share/doc/mysql/Img/greece.gif -share/doc/mysql/Img/html-fs.gif -share/doc/mysql/Img/hungary.gif -share/doc/mysql/Img/israel.gif -share/doc/mysql/Img/italy.gif -share/doc/mysql/Img/japan.gif -share/doc/mysql/Img/kroatia.gif -share/doc/mysql/Img/mysql5.gif -share/doc/mysql/Img/netherlands.gif -share/doc/mysql/Img/poland.gif -share/doc/mysql/Img/portugal.gif -share/doc/mysql/Img/romania.gif -share/doc/mysql/Img/russia.gif -share/doc/mysql/Img/singapore.gif -share/doc/mysql/Img/south-africa.gif -share/doc/mysql/Img/south-africa1.gif -share/doc/mysql/Img/south-korea.gif -share/doc/mysql/Img/sweden.gif -share/doc/mysql/Img/switzerland.gif -share/doc/mysql/Img/taiwan.gif -share/doc/mysql/Img/tcxlogo3.gif -share/doc/mysql/Img/ukraine.gif -share/doc/mysql/Img/usa.gif -share/doc/mysql/include.texi -share/doc/mysql/manual.html -share/doc/mysql/manual.ps -share/doc/mysql/manual.texi -share/doc/mysql/manual.txt -share/doc/mysql/manual_toc.html -share/mysql/binary-configure -share/mysql/czech/errmsg.sys -share/mysql/czech/errmsg.txt -share/mysql/danish/errmsg.sys -share/mysql/danish/errmsg.txt -share/mysql/dutch/errmsg.sys -share/mysql/dutch/errmsg.txt -share/mysql/english/errmsg.sys -share/mysql/english/errmsg.txt -share/mysql/estonia/errmsg.sys -share/mysql/estonia/errmsg.txt -share/mysql/french/errmsg.sys -share/mysql/french/errmsg.txt -share/mysql/german/errmsg.sys -share/mysql/german/errmsg.txt -share/mysql/greek/errmsg.sys -share/mysql/greek/errmsg.txt -share/mysql/hungarian/errmsg.sys -share/mysql/hungarian/errmsg.txt -share/mysql/italian/errmsg.sys -share/mysql/italian/errmsg.txt -share/mysql/japanese/errmsg.sys -share/mysql/japanese/errmsg.txt -share/mysql/korean/errmsg.sys -share/mysql/korean/errmsg.txt -share/mysql/make_binary_distribution -share/mysql/my-example.cnf -share/mysql/mysql-3.22.27.spec -share/mysql/mysql-log-rotate -share/mysql/mysql.server -share/mysql/norwegian-ny/errmsg.sys -share/mysql/norwegian-ny/errmsg.txt -share/mysql/norwegian/errmsg.sys -share/mysql/norwegian/errmsg.txt -share/mysql/polish/errmsg.sys -share/mysql/polish/errmsg.txt -share/mysql/portuguese/errmsg.sys -share/mysql/portuguese/errmsg.txt -share/mysql/russian/errmsg.sys -share/mysql/russian/errmsg.txt -share/mysql/slovak/errmsg.sys -share/mysql/slovak/errmsg.txt -share/mysql/spanish/errmsg.sys -share/mysql/spanish/errmsg.txt -share/mysql/swedish/errmsg.sys -share/mysql/swedish/errmsg.txt -@dirrm share/doc/mysql/Img -@dirrm share/doc/mysql -@dirrm share/mysql/czech -@dirrm share/mysql/dutch -@dirrm share/mysql/english -@dirrm share/mysql/french -@dirrm share/mysql/german -@dirrm share/mysql/hungarian -@dirrm share/mysql/italian -@dirrm share/mysql/japanese -@dirrm share/mysql/korean -@dirrm share/mysql/norwegian -@dirrm share/mysql/norwegian-ny -@dirrm share/mysql/polish -@dirrm share/mysql/portuguese -@dirrm share/mysql/russian -@dirrm share/mysql/slovak -@dirrm share/mysql/spanish -@dirrm share/mysql/swedish -@dirrm share/mysql -@exec %D/bin/mysql_install_db -@exec /usr/bin/killall mysqld diff --git a/databases/mysql55-server/pkg-plist.client b/databases/mysql55-server/pkg-plist.client deleted file mode 100644 index b293ad704aa8..000000000000 --- a/databases/mysql55-server/pkg-plist.client +++ /dev/null @@ -1,23 +0,0 @@ -bin/mysql -bin/mysqladmin -bin/mysqldump -bin/mysqlimport -bin/mysqlshow -etc/rc.d/mysql-client.sh -include/mysql/dbug.h -include/mysql/errmsg.h -include/mysql/m_ctype.h.in -include/mysql/m_string.h -include/mysql/my_list.h -include/mysql/my_sys.h -include/mysql/mysql.h -include/mysql/mysql_com.h -include/mysql/mysql_version.h -include/mysql/mysqld_error.h -lib/mysql/libmysqlclient.a -lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.6 -@dirrm include/mysql -@dirrm lib/mysql -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/mysql -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/databases/mysql60-client/Makefile b/databases/mysql60-client/Makefile deleted file mode 100644 index 87474a82fbd0..000000000000 --- a/databases/mysql60-client/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# ports collection makefile for: MySQL-client -# Version required: v3.22.x -# Date created: Thu Jun 24 00:12:22 CEST 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAME= ${DISTNAME:S/-/-client-/g} - -MASTERDIR= ${.CURDIR}/../mysql322-server -COMMENT= ${PKGDIR}/COMMENT.client -PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/PLIST.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile deleted file mode 100644 index 6e4c0ebb7b13..000000000000 --- a/databases/mysql60-server/Makefile +++ /dev/null @@ -1,159 +0,0 @@ -# ports collection makefile for: MySQL-server -# Version required: v3.22.x -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= mysql-3.22.27 -PKGNAME?= ${DISTNAME:S/-/-server-/} -CATEGORIES= databases -MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.digex.net/pub/packages/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.plig.net/pub/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.22/ - -MAINTAINER= dirk@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance - -DB_DIR?= /var/db/mysql -USE_PERL5= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-perl \ - --without-debug \ - --without-readline \ - --without-bench -.if ${MACHINE_ARCH} == "i386" -CONFIGURE_ARGS+=--enable-assembler -.endif -CONFIGURE_ENV+= PERL=${PERL} \ - PERL5=${PERL} \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - CONFIGURE_ARGS="${CONFIGURE_ARGS}" - -.if !defined(CLIENT_ONLY) -RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 320000 -.if defined(MIT_PTHREADS) -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} - @${ECHO} "You may set MIT_PTHREADS (make MIT_PTHREADS=yes)" - @${ECHO} "to compile mysql with the supplied mit-pthreads." - @${ECHO} "(You don't want to set this unless you have a good reason)." - @${ECHO} -.endif -.elif ${OSVERSION} >= 300000 -.if defined(NATIVE_THREADS) -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} - @${ECHO} "You may set NATIVE_THREADS (make NATIVE_THREADS=yes)" - @${ECHO} "to compile mysql with the native FreeBSD threads (libc_r)." - @${ECHO} "Warning: There are some bugs in libc_r which prevent" - @${ECHO} " 'mysqladmin shutdown' from working properly and" - @${ECHO} " killing mysqld might not work." - @${ECHO} -.endif -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.endif - -post-patch: - ${MV} ${WRKSRC}/strings/strings.s ${WRKSRC}/strings/strings.S - ${MV} ${WRKSRC}/strings/longlong2str-x86.s ${WRKSRC}/strings/longlong2str-x86.S - -pre-install: -.if !defined(PACKAGE_BUILDING) && exists(${DB_DIR}) && !defined(OVERWRITE_DB) - @${ECHO} "You appear to already have a mysql database directory in ${DB_DIR}." - @${ECHO} "" - @${ECHO} "In order to preserve your existing data, you should:" - @${ECHO} " - dump all your databases" - @${ECHO} " - kill mysql if it is running" - @${ECHO} " - delete the ${DB_DIR} directory" - @${ECHO} " - run 'make install'" - @${ECHO} " - start up mysql" - @${ECHO} " - re-create all of your database" - @${ECHO} " - re-load your data" - @${ECHO} "" - @${ECHO} "If you understand the consequences of this upgrade, please re-build this" - @${ECHO} "port with the environment variable OVERWRITE_DB defined." - @${FALSE} -.endif - -post-install: -.if !defined(PACKAGE_BUILDING) - ${PREFIX}/bin/mysql_install_db - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "if [ -x ${PREFIX}/bin/safe_mysqld ]" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "then" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} " ${PREFIX}/bin/safe_mysqld --user=mysql > /dev/null & && ${ECHO} -n ' mysql'" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "fi" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mysql/Img -.for doc in manual.html manual.ps manual_toc.html manual.txt manual.texi include.texi - ${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${PREFIX}/share/doc/mysql -.endfor - ${INSTALL_DATA} ${WRKSRC}/Docs/Img/*.gif ${PREFIX}/share/doc/mysql/Img - ${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info - @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir -.endif - -.include <bsd.port.post.mk> -.else -MAN1= mysql.1 - -CONFIGURE_ARGS+=--without-server -MAKE_ENV= CLIENT_ONLY="${CLIENT_ONLY}" - -post-install: - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "${LDCONFIG} -m ${PREFIX}/lib/mysql" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-client.sh - - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/mysql - -.include <bsd.port.mk> -.endif diff --git a/databases/mysql60-server/distinfo b/databases/mysql60-server/distinfo deleted file mode 100644 index e06721973a08..000000000000 --- a/databases/mysql60-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql60-server/files/patch-Makefile.in b/databases/mysql60-server/files/patch-Makefile.in deleted file mode 100644 index ca3680549992..000000000000 --- a/databases/mysql60-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Sun Jun 6 04:51:50 1999 -+++ Makefile.in Sat Jun 26 08:53:51 1999 -@@ -141,8 +141,11 @@ - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS - --SUBDIRS = @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts include tests man @bench_dirs@ support-files -- -+.if defined(CLIENT_ONLY) -+SUBDIRS = @readline_dir@ client include tests man -+.else -+SUBDIRS = @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files -+.endif - - # Relink after clean - CLEANFILES = linked_client_sources diff --git a/databases/mysql60-server/files/patch-ab b/databases/mysql60-server/files/patch-ab deleted file mode 100644 index 04825c3dc4b1..000000000000 --- a/databases/mysql60-server/files/patch-ab +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/mysql_install_db.sh.orig Sat Aug 28 13:10:54 1999 -+++ scripts/mysql_install_db.sh Mon Sep 13 00:13:04 1999 -@@ -15,10 +15,6 @@ - force=0 - IN_RPM=0 - --# Are we doing an rpm install? --if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi --if test "$1" = "--force"; then force=1; shift; fi -- - # Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf - if test -w / - then -@@ -60,8 +56,6 @@ - fi - fi - --# On IRIX hostname is in /usr/bsd so add this to the path --PATH=$PATH:/usr/bsd - hostname=`hostname` # Install this too in the user table - - # Check if hostname is valid -@@ -255,12 +249,6 @@ - END_OF_DATA - then - echo "" -- if test "$IN_RPM" -eq 0 -- then -- echo "To start mysqld at boot time you have to copy support-files/mysql.server" -- echo "to the right place for your system" -- echo -- fi - echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" - echo "This is done with:" - echo "$bindir/mysqladmin -u root password 'new-password'" diff --git a/databases/mysql60-server/files/patch-af b/databases/mysql60-server/files/patch-af deleted file mode 100644 index 2593da4d1c64..000000000000 --- a/databases/mysql60-server/files/patch-af +++ /dev/null @@ -1,73 +0,0 @@ ---- scripts/safe_mysqld.sh.orig Fri May 14 11:11:46 1999 -+++ scripts/safe_mysqld.sh Tue Jun 8 11:14:02 1999 -@@ -12,33 +12,9 @@ - - trap '' 1 2 3 15 # we shouldn't let anyone kill us - --# Check if we are starting this relative (for the binary release) --if test -d ./data/mysql -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./bin/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where bin, share and data are -- DATADIR=$MY_BASEDIR_VERSION/data # Where the databases are -- ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is --# Check if this is a 'moved install directory' --elif test -f ./var/mysql/db.frm -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./libexec/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where libexec, share and var are -- DATADIR=$MY_BASEDIR_VERSION/var # Where the databases are -- ledir=$MY_BASEDIR_VERSION/libexec # Where mysqld is --else -- MY_BASEDIR_VERSION=@prefix@ -- DATADIR=@localstatedir@ -- ledir=@libexecdir@ -- if test ! -x $ledir/mysqld -- then -- echo "The file $ledir/mysqld doesn't exist or is not executable" -- echo "Please do a cd to the mysql installation directory and restart" -- echo "this script from there as follows:" -- echo "./bin/safe_mysqld". -- exit 1; -- fi --fi -+MY_BASEDIR_VERSION=@prefix@ -+DATADIR=@localstatedir@ -+ledir=@libexecdir@ - - pid_file=$DATADIR/`@HOSTNAME@`.pid - log=$DATADIR/`@HOSTNAME@`.log -@@ -114,33 +90,6 @@ - if test ! -f $pid_file # This is removed if normal shutdown - then - break; -- fi -- if @IS_LINUX@ -- then -- # Test if one process was hanging. -- # This is only a fix for Linux (running as base 3 mysqld processes) -- # but should work for the rest of the servers. -- # The only thing is ps x => redhat 5 gives warnings when using ps -x. -- # kill -9 is used or the process won't react on the kill. -- numofproces=`ps x | grep -v "grep" | grep -c $ledir/mysqld` -- echo -e "\nNumber of processes running now: $numofproces" | tee -a $err_log -- I=1 -- while test "$I" -le "$numofproces" -- do -- PROC=`ps x | grep $ledir/mysqld | grep -v "grep" | tail -1` -- for T in $PROC -- do -- break -- done -- # echo "TEST $I - $T **" -- if kill -9 $T -- then -- echo "mysqld process hanging, pid $T - killed" | tee -a $err_log -- else -- break -- fi -- I=`expr $I + 1` -- done - fi - echo "mysqld restarted on " `date` | tee -a $err_log - done diff --git a/databases/mysql60-server/files/patch-ap b/databases/mysql60-server/files/patch-ap deleted file mode 100644 index f42968f78ee6..000000000000 --- a/databases/mysql60-server/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ ---- strings/Makefile.in.orig Thu Sep 9 10:52:02 1999 -+++ strings/Makefile.in Sun Sep 12 23:56:25 1999 -@@ -143,7 +143,7 @@ - pkglib_LIBRARIES = libmystrings.a - # These file MUST all be on the same line!! Otherwise automake - # generats a very broken makefile --@ASSEMBLER_TRUE@ESRCS = strings.s longlong2str-x86.s -+@ASSEMBLER_TRUE@ESRCS = strings.S longlong2str-x86.S - @ASSEMBLER_FALSE@ESRCS = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c - - libmystrings_a_SOURCES = bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c ct_init.c atof.c ptr_cmp.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c @CHARSET_SRCS@ $(ESRCS) diff --git a/databases/mysql60-server/files/patch-configure b/databases/mysql60-server/files/patch-configure deleted file mode 100644 index 35b814b673b8..000000000000 --- a/databases/mysql60-server/files/patch-configure +++ /dev/null @@ -1,110 +0,0 @@ ---- configure.orig Wed Oct 6 00:10:05 1999 -+++ configure Thu Nov 25 21:00:43 1999 -@@ -2070,8 +2070,8 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2085,7 +2085,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -2737,7 +2737,7 @@ - ;; - esac - fi --HOSTNAME="$ac_cv_path_HOSTNAME" -+HOSTNAME="$ac_cv_path_HOSTNAME -s" - if test -n "$HOSTNAME"; then - echo "$ac_t""$HOSTNAME" 1>&6 - else -@@ -2865,30 +2865,7 @@ - echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:2867: checking "how to check if pid exists"" >&5 - PS=$ac_cv_path_PS --# Linux style --if $PS p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS p \$\$PID | grep mysqld > /dev/null" --# Solaris --elif $PS -p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -p \$\$PID | grep mysqld > /dev/null" --# BSD style --elif $PS -uaxww 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" --# SysV style --elif $PS -ef 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -ef | grep mysqld | grep \" \$\$PID \" > /dev/null" --# Do anybody use this? --elif $PS $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS \$\$PID | grep mysqld > /dev/null" --else -- { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } --fi -- -+FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - echo "$ac_t"""$FIND_PROC"" 1>&6 - - # Check if a pid is valid -@@ -4569,8 +4546,6 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lc_r $LIBS" -- - else - echo "$ac_t""no" 1>&6 - fi -@@ -4804,28 +4779,6 @@ - fi - - --# Build optimized or debug version ? --# First check for gcc and g++ --if test "$ac_cv_prog_gcc" = "yes" --then -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="-O" -- OPTIMIZE_CFLAGS="-O6" --else -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="" -- OPTIMIZE_CFLAGS="-O" --fi --if test "$ac_cv_prog_cxx_g" = "yes" --then -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="-O" -- OPTIMIZE_CXXFLAGS="-O3" --else -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="" -- OPTIMIZE_CXXFLAGS="-O" --fi - # Check whether --with-debug or --without-debug was given. - if test "${with_debug+set}" = set; then - withval="$with_debug" -@@ -8064,7 +8017,7 @@ - echo "" - echo "Configuring MIT Pthreads" - # We will never install so installation paths are not needed. -- (cd mit-pthreads; sh ./configure) -+ (cd mit-pthreads; sh ./configure ${CONFIGURE_ARGS}) - echo "End of MIT Pthreads configuration" - echo "" - fi diff --git a/databases/mysql60-server/pkg-comment b/databases/mysql60-server/pkg-comment deleted file mode 100644 index 2e29c8d2b15b..000000000000 --- a/databases/mysql60-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multithreaded SQL database (server) diff --git a/databases/mysql60-server/pkg-comment.client b/databases/mysql60-server/pkg-comment.client deleted file mode 100644 index 3af4339ad74d..000000000000 --- a/databases/mysql60-server/pkg-comment.client +++ /dev/null @@ -1 +0,0 @@ -a multithreaded SQL database (client) diff --git a/databases/mysql60-server/pkg-descr b/databases/mysql60-server/pkg-descr deleted file mode 100644 index f48f94577494..000000000000 --- a/databases/mysql60-server/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -mySQL is a multithreaded (using MIT pthreads) SQL database with a command -syntax very similar to mSQL. For more information see http://www.tcx.se - -Note: This port does *not* build the perl5 module. To do so, refer to the -file ${WRKSRC}/INSTALL-SOURCE, in particular, the notes on FreeBSD systems. - -josh -josh@ican.net - -WWW: http://www.tcx.se diff --git a/databases/mysql60-server/pkg-install b/databases/mysql60-server/pkg-install deleted file mode 100644 index 3e925021ede1..000000000000 --- a/databases/mysql60-server/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin -if [ -z "${DB_DIR}" ]; then - DB_DIR=/var/db/mysql -fi - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - 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} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}.${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/mysql60-server/pkg-plist b/databases/mysql60-server/pkg-plist deleted file mode 100644 index b25e97cd6c85..000000000000 --- a/databases/mysql60-server/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -bin/msql2mysql -bin/mysql_find_rows -bin/mysql_fix_privilege_tables -bin/mysql_install_db -bin/mysql_setpermission -bin/mysql_zap -bin/mysqlaccess -bin/mysqlbug -bin/perror -bin/replace -bin/resolveip -bin/safe_mysqld -etc/rc.d/mysql-server.sh -@unexec install-info --delete %D/info/mysql.info %D/info/dir -info/mysql.info -@exec install-info %D/info/mysql.info %D/info/dir -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.a -lib/mysql/libmystrings.a -lib/mysql/libmysys.a -lib/mysql/libnisam.a -libexec/mysqld -share/doc/mysql/Img/australia.gif -share/doc/mysql/Img/austria.gif -share/doc/mysql/Img/bulgaria.gif -share/doc/mysql/Img/canada.gif -share/doc/mysql/Img/chile.gif -share/doc/mysql/Img/china.gif -share/doc/mysql/Img/croatia.gif -share/doc/mysql/Img/czech-republic.gif -share/doc/mysql/Img/denmark.gif -share/doc/mysql/Img/estonia.gif -share/doc/mysql/Img/finland.gif -share/doc/mysql/Img/france.gif -share/doc/mysql/Img/germany.gif -share/doc/mysql/Img/great-britain.gif -share/doc/mysql/Img/greece.gif -share/doc/mysql/Img/html-fs.gif -share/doc/mysql/Img/hungary.gif -share/doc/mysql/Img/israel.gif -share/doc/mysql/Img/italy.gif -share/doc/mysql/Img/japan.gif -share/doc/mysql/Img/kroatia.gif -share/doc/mysql/Img/mysql5.gif -share/doc/mysql/Img/netherlands.gif -share/doc/mysql/Img/poland.gif -share/doc/mysql/Img/portugal.gif -share/doc/mysql/Img/romania.gif -share/doc/mysql/Img/russia.gif -share/doc/mysql/Img/singapore.gif -share/doc/mysql/Img/south-africa.gif -share/doc/mysql/Img/south-africa1.gif -share/doc/mysql/Img/south-korea.gif -share/doc/mysql/Img/sweden.gif -share/doc/mysql/Img/switzerland.gif -share/doc/mysql/Img/taiwan.gif -share/doc/mysql/Img/tcxlogo3.gif -share/doc/mysql/Img/ukraine.gif -share/doc/mysql/Img/usa.gif -share/doc/mysql/include.texi -share/doc/mysql/manual.html -share/doc/mysql/manual.ps -share/doc/mysql/manual.texi -share/doc/mysql/manual.txt -share/doc/mysql/manual_toc.html -share/mysql/binary-configure -share/mysql/czech/errmsg.sys -share/mysql/czech/errmsg.txt -share/mysql/danish/errmsg.sys -share/mysql/danish/errmsg.txt -share/mysql/dutch/errmsg.sys -share/mysql/dutch/errmsg.txt -share/mysql/english/errmsg.sys -share/mysql/english/errmsg.txt -share/mysql/estonia/errmsg.sys -share/mysql/estonia/errmsg.txt -share/mysql/french/errmsg.sys -share/mysql/french/errmsg.txt -share/mysql/german/errmsg.sys -share/mysql/german/errmsg.txt -share/mysql/greek/errmsg.sys -share/mysql/greek/errmsg.txt -share/mysql/hungarian/errmsg.sys -share/mysql/hungarian/errmsg.txt -share/mysql/italian/errmsg.sys -share/mysql/italian/errmsg.txt -share/mysql/japanese/errmsg.sys -share/mysql/japanese/errmsg.txt -share/mysql/korean/errmsg.sys -share/mysql/korean/errmsg.txt -share/mysql/make_binary_distribution -share/mysql/my-example.cnf -share/mysql/mysql-3.22.27.spec -share/mysql/mysql-log-rotate -share/mysql/mysql.server -share/mysql/norwegian-ny/errmsg.sys -share/mysql/norwegian-ny/errmsg.txt -share/mysql/norwegian/errmsg.sys -share/mysql/norwegian/errmsg.txt -share/mysql/polish/errmsg.sys -share/mysql/polish/errmsg.txt -share/mysql/portuguese/errmsg.sys -share/mysql/portuguese/errmsg.txt -share/mysql/russian/errmsg.sys -share/mysql/russian/errmsg.txt -share/mysql/slovak/errmsg.sys -share/mysql/slovak/errmsg.txt -share/mysql/spanish/errmsg.sys -share/mysql/spanish/errmsg.txt -share/mysql/swedish/errmsg.sys -share/mysql/swedish/errmsg.txt -@dirrm share/doc/mysql/Img -@dirrm share/doc/mysql -@dirrm share/mysql/czech -@dirrm share/mysql/dutch -@dirrm share/mysql/english -@dirrm share/mysql/french -@dirrm share/mysql/german -@dirrm share/mysql/hungarian -@dirrm share/mysql/italian -@dirrm share/mysql/japanese -@dirrm share/mysql/korean -@dirrm share/mysql/norwegian -@dirrm share/mysql/norwegian-ny -@dirrm share/mysql/polish -@dirrm share/mysql/portuguese -@dirrm share/mysql/russian -@dirrm share/mysql/slovak -@dirrm share/mysql/spanish -@dirrm share/mysql/swedish -@dirrm share/mysql -@exec %D/bin/mysql_install_db -@exec /usr/bin/killall mysqld diff --git a/databases/mysql60-server/pkg-plist.client b/databases/mysql60-server/pkg-plist.client deleted file mode 100644 index b293ad704aa8..000000000000 --- a/databases/mysql60-server/pkg-plist.client +++ /dev/null @@ -1,23 +0,0 @@ -bin/mysql -bin/mysqladmin -bin/mysqldump -bin/mysqlimport -bin/mysqlshow -etc/rc.d/mysql-client.sh -include/mysql/dbug.h -include/mysql/errmsg.h -include/mysql/m_ctype.h.in -include/mysql/m_string.h -include/mysql/my_list.h -include/mysql/my_sys.h -include/mysql/mysql.h -include/mysql/mysql_com.h -include/mysql/mysql_version.h -include/mysql/mysqld_error.h -lib/mysql/libmysqlclient.a -lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.6 -@dirrm include/mysql -@dirrm lib/mysql -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/mysql -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/databases/namazu2/Makefile b/databases/namazu2/Makefile deleted file mode 100644 index d2db2de7882c..000000000000 --- a/databases/namazu2/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: namazu -# Version required: 1.3.0.6 -# Date created: 17 March 1998 -# Whom: Seiichirou Hiraoka -# -# $FreeBSD$ -# - -DISTNAME= namazu-1.3.0.8 -PKGNAME= ja-namazu-1.3.0.8 -CATEGORIES= japanese textproc -MASTER_SITES= http://openlab.ring.gr.jp/namazu/release/ - -MAINTAINER= flathill@FreeBSD.org - -BUILD_DEPENDS= kakasi:${PORTSDIR}/japanese/kakasi \ - nkf:${PORTSDIR}/japanese/nkf -RUN_DEPENDS= kakasi:${PORTSDIR}/japanese/kakasi \ - nkf:${PORTSDIR}/japanese/nkf - -USE_PERL5= yes -GNU_CONFIGURE= yes - -WRKSRC= ${WRKDIR}/namazu-1.3.0.8/src - -.include <bsd.port.mk> diff --git a/databases/namazu2/distinfo b/databases/namazu2/distinfo deleted file mode 100644 index e5a77564eb28..000000000000 --- a/databases/namazu2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (namazu-1.3.0.8.tar.gz) = 5f1d95366ec046e51727d0bc20d39946 diff --git a/databases/namazu2/pkg-comment b/databases/namazu2/pkg-comment deleted file mode 100644 index 3fac7a7b4beb..000000000000 --- a/databases/namazu2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Search engine software intended for easy use diff --git a/databases/namazu2/pkg-descr b/databases/namazu2/pkg-descr deleted file mode 100644 index 3789741b1ed4..000000000000 --- a/databases/namazu2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Namazu is a search engine software intended for easy use. Not only it -works as a CGI program for the small or medium scale WWW search -engine, but also works as a personal use such as search system for local -HDDs. Currently, search clients for Mule, Tcl/Tk, JAVA and Win32 are -available. - -(The Japanese word `Namazu' means `catfish' in English) - -WWW: http://openlab.ring.gr.jp/namazu/ - -- Seiichirou Hiraoka -flathill@FreeBSD.ORG diff --git a/databases/namazu2/pkg-plist b/databases/namazu2/pkg-plist deleted file mode 100644 index d737f5a6fffc..000000000000 --- a/databases/namazu2/pkg-plist +++ /dev/null @@ -1,46 +0,0 @@ -bin/mknmz -bin/namazu -namazu/bin/clnmz -namazu/bin/gcnmz -namazu/bin/gtnmz -namazu/bin/mailutime -namazu/bin/mknmz -namazu/bin/namazu -namazu/bin/rvnmz -namazu/bin/vfnmz -namazu/bin/wdnmz -namazu/contrib/MHonArc-Japanize-patch-1.6.gz -namazu/contrib/NamazuJAVA.030.tar.gz -namazu/contrib/bnamazu -namazu/contrib/namazu.el-1999.05.10.gz -namazu/contrib/pnamazu-98.12.16.tgz -namazu/contrib/tknamazu-1.11.tar.gz -namazu/doc/en/README.en -namazu/doc/en/intro.html -namazu/doc/en/manual.html -namazu/doc/ja/FAQ.html -namazu/doc/ja/README.ja -namazu/doc/ja/history.html -namazu/doc/ja/intro.html -namazu/doc/ja/lynxcgi.html -namazu/doc/ja/manual.html -namazu/doc/ja/nmz_files.txt -namazu/doc/ja/security.html -namazu/doc/COPYING -namazu/doc/ChangeLog -namazu/doc/ToDo -namazu/lib/NMZ.body.en -namazu/lib/NMZ.body.ja -namazu/lib/NMZ.foot.en -namazu/lib/NMZ.foot.ja -namazu/lib/NMZ.head.en -namazu/lib/NMZ.head.ja -namazu/lib/namazu.conf-dist -@dirrm namazu/bin -@dirrm namazu/contrib -@dirrm namazu/doc/en -@dirrm namazu/doc/ja -@dirrm namazu/doc -@dirrm namazu/index -@dirrm namazu/lib -@dirrm namazu diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile deleted file mode 100644 index 10ff80be22c3..000000000000 --- a/databases/p5-DBD-Pg-13/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: p5-DBD-Pg -# Version required: 0.91 -# Date created: June 17th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= DBD-Pg-0.91 -PKGNAME= p5-DBD-Pg-0.91 -CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBD - -MAINTAINER= jfitz@FreeBSD.org - -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${PREFIX}/pgsql/lib/libpq.so.2:${PORTSDIR}/databases/postgresql - -USE_PERL5= YES - -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= DBD::Pg.3 - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> diff --git a/databases/p5-DBD-Pg-13/distinfo b/databases/p5-DBD-Pg-13/distinfo deleted file mode 100644 index 4135df48e7ca..000000000000 --- a/databases/p5-DBD-Pg-13/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (DBD-Pg-0.91.tar.gz) = ad4067d49a7806f9905195a4e9d781fc diff --git a/databases/p5-DBD-Pg-13/pkg-comment b/databases/p5-DBD-Pg-13/pkg-comment deleted file mode 100644 index cd10dc28f2eb..000000000000 --- a/databases/p5-DBD-Pg-13/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Provides access to PostgreSQL databases through the DBI diff --git a/databases/p5-DBD-Pg-13/pkg-descr b/databases/p5-DBD-Pg-13/pkg-descr deleted file mode 100644 index 3e8efc710401..000000000000 --- a/databases/p5-DBD-Pg-13/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ - DBD::Pg is an extension to Perl which allows access to - PostgreSQL databases. It is built on top of the standard - DBI extension and implements some of the methods that DBI - defines. diff --git a/databases/p5-DBD-Pg-13/pkg-plist b/databases/p5-DBD-Pg-13/pkg-plist deleted file mode 100644 index 7606095b422d..000000000000 --- a/databases/p5-DBD-Pg-13/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Pg.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg/Pg.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg/Pg.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/Pg diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile deleted file mode 100644 index 9becadcb95c9..000000000000 --- a/databases/p5-DBD-mysql/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: p5-Mysql-modules -# Version required: 1.2016 -# Date created: September 29th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= Msql-Mysql-modules-1.2209 -PKGNAME= p5-Mysql-modules-1.2209 -CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBD - -MAINTAINER= jedgar@fxp.org - -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client - -CONFIGURE_ARGS= PREFIX=${PREFIX} --noprompt --mysql-install --nomsql-install -CONFIGURE_ENV= MYSQL_HOME=${PREFIX} IN_MYSQL_DISTRIBUTION=1 -USE_PERL5= YES - -MAN1= dbimon.1 -MAN3= Bundle::DBD::mysql.3 \ - DBD::mysql.3 \ - Mysql.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS} - -.include <bsd.port.mk> diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo deleted file mode 100644 index b1f596fbe392..000000000000 --- a/databases/p5-DBD-mysql/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Msql-Mysql-modules-1.2209.tar.gz) = eef412c768c2fbb01d0881b467846755 diff --git a/databases/p5-DBD-mysql/pkg-comment b/databases/p5-DBD-mysql/pkg-comment deleted file mode 100644 index a2e381f8ae1a..000000000000 --- a/databases/p5-DBD-mysql/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 modules for accessing MySQL databases diff --git a/databases/p5-DBD-mysql/pkg-descr b/databases/p5-DBD-mysql/pkg-descr deleted file mode 100644 index 97d8a690551c..000000000000 --- a/databases/p5-DBD-mysql/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Mysql.pm and DBD::mysql implement two different approaches to -communicate with an MySQL server. DBD::mysql is built upon the DBI, the -generic Perl Database Interface. It brings you an identical interface -to a broad variety of databases and is in this regard comparable to -ODBC. The advantage of the DBI approach is portability and -interoperability. Msql.pm is the elder species. It was written before -DBI was available but it was inspired by an early draft of the DBI -specification. As it has been circulating longer it is more mature and -pretty stable. It's also more complete than DBD::mysql. - -Some day in the future DBD::mysql will probably be the clearly superior -competitor in this package. Today you have to decide on your own about -the trade-offs. diff --git a/databases/p5-DBD-mysql/pkg-plist b/databases/p5-DBD-mysql/pkg-plist deleted file mode 100644 index a2ad361b48dc..000000000000 --- a/databases/p5-DBD-mysql/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/dbimon -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD/mysql.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/mysql.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql/Statement.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql/mysql.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Msql-Mysql-modules/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/mysql -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Msql-Mysql-modules -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Mysql -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBD diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile deleted file mode 100644 index a353acabb623..000000000000 --- a/databases/p5-DBI-137/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: p5-DBI -# Version required: 1.13 -# Date created: October 17th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= DBI-1.13 -PKGNAME= p5-DBI-1.13 -CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBI - -MAINTAINER= vanilla@FreeBSD.org - -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/RPC/pServer.pm:${PORTSDIR}/net/p5-pRPC - -USE_PERL5= YES -CONFIGURE_ARGS= PREFIX=${PREFIX} - -MAN1= dbiproxy.1 \ - dbish.1 -MAN3= Bundle::DBI.3 \ - DBD::ADO.3 \ - DBD::Proxy.3 \ - DBI.3 \ - DBI::DBD.3 \ - DBI::FAQ.3 \ - DBI::Format.3 \ - DBI::ProxyServer.3 \ - DBI::Shell.3 \ - DBI::W32ODBC.3 \ - Win32::DBIODBC.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL ${CONFIGURE_ARGS} - -.include <bsd.port.mk> diff --git a/databases/p5-DBI-137/distinfo b/databases/p5-DBI-137/distinfo deleted file mode 100644 index 1c33bef4540c..000000000000 --- a/databases/p5-DBI-137/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (DBI-1.13.tar.gz) = cef6c295a31b90deaff412346d33e021 diff --git a/databases/p5-DBI-137/pkg-comment b/databases/p5-DBI-137/pkg-comment deleted file mode 100644 index 0539ef8747be..000000000000 --- a/databases/p5-DBI-137/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The perl5 Database Interface. Required for DBD::* modules diff --git a/databases/p5-DBI-137/pkg-descr b/databases/p5-DBI-137/pkg-descr deleted file mode 100644 index 3d38e39450bd..000000000000 --- a/databases/p5-DBI-137/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -The DBI interface allows perl programs to use DBD (Database Definition) -drivers with a common set of routines. A program can then (theoretically) -change from using mSQL to Oracle (for example) without changing the entire -program around. - -This DBI interface is not yet fully specified. The current development -work is focused on writing drivers, such as DBD::Oracle, which also -implement emulations of old perl4 database interfaces, e.g., oraperl. -This strategy enables the DBI and drivers to serve a useful purpose -whilst allowing the real interface to evolve with experience behind the -emulation interface. diff --git a/databases/p5-DBI-137/pkg-plist b/databases/p5-DBI-137/pkg-plist deleted file mode 100644 index 941854ea55c2..000000000000 --- a/databases/p5-DBI-137/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -bin/dbiproxy -bin/dbish -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Bundle/DBI.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/ADO.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/ExampleP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/NullP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Proxy.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/Sponge.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/DBD.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/FAQ.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Format.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/ProxyServer.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/Shell.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI/W32ODBC.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Win32/DBIODBC.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBI.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBI.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/DBIXS.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/Driver.xst -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/dbd_xsh.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/dbi_sql.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBI -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBI diff --git a/databases/percona55-client/Makefile b/databases/percona55-client/Makefile deleted file mode 100644 index 87474a82fbd0..000000000000 --- a/databases/percona55-client/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# ports collection makefile for: MySQL-client -# Version required: v3.22.x -# Date created: Thu Jun 24 00:12:22 CEST 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAME= ${DISTNAME:S/-/-client-/g} - -MASTERDIR= ${.CURDIR}/../mysql322-server -COMMENT= ${PKGDIR}/COMMENT.client -PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/PLIST.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile deleted file mode 100644 index 6e4c0ebb7b13..000000000000 --- a/databases/percona55-server/Makefile +++ /dev/null @@ -1,159 +0,0 @@ -# ports collection makefile for: MySQL-server -# Version required: v3.22.x -# Date created: 26 Jan 1998 -# Whom: Josh Tiefenbach <josh@ican.net> -# -# $FreeBSD$ -# - -DISTNAME= mysql-3.22.27 -PKGNAME?= ${DISTNAME:S/-/-server-/} -CATEGORIES= databases -MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.digex.net/pub/packages/database/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.plig.net/pub/mysql/Downloads/MySQL-3.22/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-3.22/ - -MAINTAINER= dirk@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.tcx.se/Manual_chapter/manual_Introduction.html#Year_2000_compliance - -DB_DIR?= /var/db/mysql -USE_PERL5= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-perl \ - --without-debug \ - --without-readline \ - --without-bench -.if ${MACHINE_ARCH} == "i386" -CONFIGURE_ARGS+=--enable-assembler -.endif -CONFIGURE_ENV+= PERL=${PERL} \ - PERL5=${PERL} \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - CONFIGURE_ARGS="${CONFIGURE_ARGS}" - -.if !defined(CLIENT_ONLY) -RUN_DEPENDS= mysql:${PORTSDIR}/databases/mysql322-client - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 320000 -.if defined(MIT_PTHREADS) -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} - @${ECHO} "You may set MIT_PTHREADS (make MIT_PTHREADS=yes)" - @${ECHO} "to compile mysql with the supplied mit-pthreads." - @${ECHO} "(You don't want to set this unless you have a good reason)." - @${ECHO} -.endif -.elif ${OSVERSION} >= 300000 -.if defined(NATIVE_THREADS) -CONFIGURE_ARGS+= --with-mit-threads=no - -pre-fetch: - @${ECHO} - @${ECHO} "Using native FreeBSD threads (libc_r)." - @${ECHO} -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} - @${ECHO} "You may set NATIVE_THREADS (make NATIVE_THREADS=yes)" - @${ECHO} "to compile mysql with the native FreeBSD threads (libc_r)." - @${ECHO} "Warning: There are some bugs in libc_r which prevent" - @${ECHO} " 'mysqladmin shutdown' from working properly and" - @${ECHO} " killing mysqld might not work." - @${ECHO} -.endif -.else -CONFIGURE_ARGS+= --with-mit-threads=yes - -pre-fetch: - @${ECHO} - @${ECHO} "Using supplied mit-pthreads." - @${ECHO} -.endif - -post-patch: - ${MV} ${WRKSRC}/strings/strings.s ${WRKSRC}/strings/strings.S - ${MV} ${WRKSRC}/strings/longlong2str-x86.s ${WRKSRC}/strings/longlong2str-x86.S - -pre-install: -.if !defined(PACKAGE_BUILDING) && exists(${DB_DIR}) && !defined(OVERWRITE_DB) - @${ECHO} "You appear to already have a mysql database directory in ${DB_DIR}." - @${ECHO} "" - @${ECHO} "In order to preserve your existing data, you should:" - @${ECHO} " - dump all your databases" - @${ECHO} " - kill mysql if it is running" - @${ECHO} " - delete the ${DB_DIR} directory" - @${ECHO} " - run 'make install'" - @${ECHO} " - start up mysql" - @${ECHO} " - re-create all of your database" - @${ECHO} " - re-load your data" - @${ECHO} "" - @${ECHO} "If you understand the consequences of this upgrade, please re-build this" - @${ECHO} "port with the environment variable OVERWRITE_DB defined." - @${FALSE} -.endif - -post-install: -.if !defined(PACKAGE_BUILDING) - ${PREFIX}/bin/mysql_install_db - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "if [ -x ${PREFIX}/bin/safe_mysqld ]" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "then" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} " ${PREFIX}/bin/safe_mysqld --user=mysql > /dev/null & && ${ECHO} -n ' mysql'" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${ECHO} "fi" >> ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/mysql/Img -.for doc in manual.html manual.ps manual_toc.html manual.txt manual.texi include.texi - ${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${PREFIX}/share/doc/mysql -.endfor - ${INSTALL_DATA} ${WRKSRC}/Docs/Img/*.gif ${PREFIX}/share/doc/mysql/Img - ${INSTALL_DATA} ${WRKSRC}/Docs/mysql.info ${PREFIX}/info - @install-info ${PREFIX}/info/mysql.info ${PREFIX}/info/dir -.endif - -.include <bsd.port.post.mk> -.else -MAN1= mysql.1 - -CONFIGURE_ARGS+=--without-server -MAKE_ENV= CLIENT_ONLY="${CLIENT_ONLY}" - -post-install: - @${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "#" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${ECHO} "${LDCONFIG} -m ${PREFIX}/lib/mysql" >> ${PREFIX}/etc/rc.d/mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-client.sh - - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/mysql - -.include <bsd.port.mk> -.endif diff --git a/databases/percona55-server/distinfo b/databases/percona55-server/distinfo deleted file mode 100644 index e06721973a08..000000000000 --- a/databases/percona55-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/percona55-server/files/patch-Makefile.in b/databases/percona55-server/files/patch-Makefile.in deleted file mode 100644 index ca3680549992..000000000000 --- a/databases/percona55-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Sun Jun 6 04:51:50 1999 -+++ Makefile.in Sat Jun 26 08:53:51 1999 -@@ -141,8 +141,11 @@ - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE-GENERIC README PUBLIC INSTALL-SOURCE MIRRORS - --SUBDIRS = @docs_dirs@ @readline_dir@ client @sql_server_dirs@ scripts include tests man @bench_dirs@ support-files -- -+.if defined(CLIENT_ONLY) -+SUBDIRS = @readline_dir@ client include tests man -+.else -+SUBDIRS = @docs_dirs@ @sql_server_dirs@ scripts @bench_dirs@ support-files -+.endif - - # Relink after clean - CLEANFILES = linked_client_sources diff --git a/databases/percona55-server/files/patch-ab b/databases/percona55-server/files/patch-ab deleted file mode 100644 index 04825c3dc4b1..000000000000 --- a/databases/percona55-server/files/patch-ab +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/mysql_install_db.sh.orig Sat Aug 28 13:10:54 1999 -+++ scripts/mysql_install_db.sh Mon Sep 13 00:13:04 1999 -@@ -15,10 +15,6 @@ - force=0 - IN_RPM=0 - --# Are we doing an rpm install? --if test "$1" = "-IN-RPM"; then IN_RPM=1; shift; fi --if test "$1" = "--force"; then force=1; shift; fi -- - # Get mysqld/safe_mysqld options from /etc/my.cnf or ~/.my.cnf - if test -w / - then -@@ -60,8 +56,6 @@ - fi - fi - --# On IRIX hostname is in /usr/bsd so add this to the path --PATH=$PATH:/usr/bsd - hostname=`hostname` # Install this too in the user table - - # Check if hostname is valid -@@ -255,12 +249,6 @@ - END_OF_DATA - then - echo "" -- if test "$IN_RPM" -eq 0 -- then -- echo "To start mysqld at boot time you have to copy support-files/mysql.server" -- echo "to the right place for your system" -- echo -- fi - echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !" - echo "This is done with:" - echo "$bindir/mysqladmin -u root password 'new-password'" diff --git a/databases/percona55-server/files/patch-af b/databases/percona55-server/files/patch-af deleted file mode 100644 index 2593da4d1c64..000000000000 --- a/databases/percona55-server/files/patch-af +++ /dev/null @@ -1,73 +0,0 @@ ---- scripts/safe_mysqld.sh.orig Fri May 14 11:11:46 1999 -+++ scripts/safe_mysqld.sh Tue Jun 8 11:14:02 1999 -@@ -12,33 +12,9 @@ - - trap '' 1 2 3 15 # we shouldn't let anyone kill us - --# Check if we are starting this relative (for the binary release) --if test -d ./data/mysql -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./bin/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where bin, share and data are -- DATADIR=$MY_BASEDIR_VERSION/data # Where the databases are -- ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is --# Check if this is a 'moved install directory' --elif test -f ./var/mysql/db.frm -a -f ./share/mysql/english/errmsg.sys -a \ -- -x ./libexec/mysqld --then -- MY_BASEDIR_VERSION=`pwd` # Where libexec, share and var are -- DATADIR=$MY_BASEDIR_VERSION/var # Where the databases are -- ledir=$MY_BASEDIR_VERSION/libexec # Where mysqld is --else -- MY_BASEDIR_VERSION=@prefix@ -- DATADIR=@localstatedir@ -- ledir=@libexecdir@ -- if test ! -x $ledir/mysqld -- then -- echo "The file $ledir/mysqld doesn't exist or is not executable" -- echo "Please do a cd to the mysql installation directory and restart" -- echo "this script from there as follows:" -- echo "./bin/safe_mysqld". -- exit 1; -- fi --fi -+MY_BASEDIR_VERSION=@prefix@ -+DATADIR=@localstatedir@ -+ledir=@libexecdir@ - - pid_file=$DATADIR/`@HOSTNAME@`.pid - log=$DATADIR/`@HOSTNAME@`.log -@@ -114,33 +90,6 @@ - if test ! -f $pid_file # This is removed if normal shutdown - then - break; -- fi -- if @IS_LINUX@ -- then -- # Test if one process was hanging. -- # This is only a fix for Linux (running as base 3 mysqld processes) -- # but should work for the rest of the servers. -- # The only thing is ps x => redhat 5 gives warnings when using ps -x. -- # kill -9 is used or the process won't react on the kill. -- numofproces=`ps x | grep -v "grep" | grep -c $ledir/mysqld` -- echo -e "\nNumber of processes running now: $numofproces" | tee -a $err_log -- I=1 -- while test "$I" -le "$numofproces" -- do -- PROC=`ps x | grep $ledir/mysqld | grep -v "grep" | tail -1` -- for T in $PROC -- do -- break -- done -- # echo "TEST $I - $T **" -- if kill -9 $T -- then -- echo "mysqld process hanging, pid $T - killed" | tee -a $err_log -- else -- break -- fi -- I=`expr $I + 1` -- done - fi - echo "mysqld restarted on " `date` | tee -a $err_log - done diff --git a/databases/percona55-server/files/patch-ap b/databases/percona55-server/files/patch-ap deleted file mode 100644 index f42968f78ee6..000000000000 --- a/databases/percona55-server/files/patch-ap +++ /dev/null @@ -1,11 +0,0 @@ ---- strings/Makefile.in.orig Thu Sep 9 10:52:02 1999 -+++ strings/Makefile.in Sun Sep 12 23:56:25 1999 -@@ -143,7 +143,7 @@ - pkglib_LIBRARIES = libmystrings.a - # These file MUST all be on the same line!! Otherwise automake - # generats a very broken makefile --@ASSEMBLER_TRUE@ESRCS = strings.s longlong2str-x86.s -+@ASSEMBLER_TRUE@ESRCS = strings.S longlong2str-x86.S - @ASSEMBLER_FALSE@ESRCS = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c - - libmystrings_a_SOURCES = bfill.c bmove.c bmove512.c bchange.c strxnmov.c int2str.c str2int.c r_strinstr.c ct_init.c atof.c ptr_cmp.c bcmp.c strtol.c strtoul.c strtoll.c strtoull.c @CHARSET_SRCS@ $(ESRCS) diff --git a/databases/percona55-server/files/patch-configure b/databases/percona55-server/files/patch-configure deleted file mode 100644 index 35b814b673b8..000000000000 --- a/databases/percona55-server/files/patch-configure +++ /dev/null @@ -1,110 +0,0 @@ ---- configure.orig Wed Oct 6 00:10:05 1999 -+++ configure Thu Nov 25 21:00:43 1999 -@@ -2070,8 +2070,8 @@ - LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2085,7 +2085,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -2737,7 +2737,7 @@ - ;; - esac - fi --HOSTNAME="$ac_cv_path_HOSTNAME" -+HOSTNAME="$ac_cv_path_HOSTNAME -s" - if test -n "$HOSTNAME"; then - echo "$ac_t""$HOSTNAME" 1>&6 - else -@@ -2865,30 +2865,7 @@ - echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:2867: checking "how to check if pid exists"" >&5 - PS=$ac_cv_path_PS --# Linux style --if $PS p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS p \$\$PID | grep mysqld > /dev/null" --# Solaris --elif $PS -p $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -p \$\$PID | grep mysqld > /dev/null" --# BSD style --elif $PS -uaxww 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" --# SysV style --elif $PS -ef 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS -ef | grep mysqld | grep \" \$\$PID \" > /dev/null" --# Do anybody use this? --elif $PS $$ 2> /dev/null | grep $0 > /dev/null --then -- FIND_PROC="$PS \$\$PID | grep mysqld > /dev/null" --else -- { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } --fi -- -+FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - echo "$ac_t"""$FIND_PROC"" 1>&6 - - # Check if a pid is valid -@@ -4569,8 +4546,6 @@ - #define $ac_tr_lib 1 - EOF - -- LIBS="-lc_r $LIBS" -- - else - echo "$ac_t""no" 1>&6 - fi -@@ -4804,28 +4779,6 @@ - fi - - --# Build optimized or debug version ? --# First check for gcc and g++ --if test "$ac_cv_prog_gcc" = "yes" --then -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="-O" -- OPTIMIZE_CFLAGS="-O6" --else -- DEBUG_CFLAGS="-g" -- DEBUG_OPTIMIZE_CC="" -- OPTIMIZE_CFLAGS="-O" --fi --if test "$ac_cv_prog_cxx_g" = "yes" --then -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="-O" -- OPTIMIZE_CXXFLAGS="-O3" --else -- DEBUG_CXXFLAGS="-g" -- DEBUG_OPTIMIZE_CXX="" -- OPTIMIZE_CXXFLAGS="-O" --fi - # Check whether --with-debug or --without-debug was given. - if test "${with_debug+set}" = set; then - withval="$with_debug" -@@ -8064,7 +8017,7 @@ - echo "" - echo "Configuring MIT Pthreads" - # We will never install so installation paths are not needed. -- (cd mit-pthreads; sh ./configure) -+ (cd mit-pthreads; sh ./configure ${CONFIGURE_ARGS}) - echo "End of MIT Pthreads configuration" - echo "" - fi diff --git a/databases/percona55-server/pkg-comment b/databases/percona55-server/pkg-comment deleted file mode 100644 index 2e29c8d2b15b..000000000000 --- a/databases/percona55-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multithreaded SQL database (server) diff --git a/databases/percona55-server/pkg-comment.client b/databases/percona55-server/pkg-comment.client deleted file mode 100644 index 3af4339ad74d..000000000000 --- a/databases/percona55-server/pkg-comment.client +++ /dev/null @@ -1 +0,0 @@ -a multithreaded SQL database (client) diff --git a/databases/percona55-server/pkg-descr b/databases/percona55-server/pkg-descr deleted file mode 100644 index f48f94577494..000000000000 --- a/databases/percona55-server/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -mySQL is a multithreaded (using MIT pthreads) SQL database with a command -syntax very similar to mSQL. For more information see http://www.tcx.se - -Note: This port does *not* build the perl5 module. To do so, refer to the -file ${WRKSRC}/INSTALL-SOURCE, in particular, the notes on FreeBSD systems. - -josh -josh@ican.net - -WWW: http://www.tcx.se diff --git a/databases/percona55-server/pkg-install b/databases/percona55-server/pkg-install deleted file mode 100644 index 3e925021ede1..000000000000 --- a/databases/percona55-server/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin -if [ -z "${DB_DIR}" ]; then - DB_DIR=/var/db/mysql -fi - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - 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} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}.${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/percona55-server/pkg-plist b/databases/percona55-server/pkg-plist deleted file mode 100644 index b25e97cd6c85..000000000000 --- a/databases/percona55-server/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -bin/msql2mysql -bin/mysql_find_rows -bin/mysql_fix_privilege_tables -bin/mysql_install_db -bin/mysql_setpermission -bin/mysql_zap -bin/mysqlaccess -bin/mysqlbug -bin/perror -bin/replace -bin/resolveip -bin/safe_mysqld -etc/rc.d/mysql-server.sh -@unexec install-info --delete %D/info/mysql.info %D/info/dir -info/mysql.info -@exec install-info %D/info/mysql.info %D/info/dir -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.a -lib/mysql/libmystrings.a -lib/mysql/libmysys.a -lib/mysql/libnisam.a -libexec/mysqld -share/doc/mysql/Img/australia.gif -share/doc/mysql/Img/austria.gif -share/doc/mysql/Img/bulgaria.gif -share/doc/mysql/Img/canada.gif -share/doc/mysql/Img/chile.gif -share/doc/mysql/Img/china.gif -share/doc/mysql/Img/croatia.gif -share/doc/mysql/Img/czech-republic.gif -share/doc/mysql/Img/denmark.gif -share/doc/mysql/Img/estonia.gif -share/doc/mysql/Img/finland.gif -share/doc/mysql/Img/france.gif -share/doc/mysql/Img/germany.gif -share/doc/mysql/Img/great-britain.gif -share/doc/mysql/Img/greece.gif -share/doc/mysql/Img/html-fs.gif -share/doc/mysql/Img/hungary.gif -share/doc/mysql/Img/israel.gif -share/doc/mysql/Img/italy.gif -share/doc/mysql/Img/japan.gif -share/doc/mysql/Img/kroatia.gif -share/doc/mysql/Img/mysql5.gif -share/doc/mysql/Img/netherlands.gif -share/doc/mysql/Img/poland.gif -share/doc/mysql/Img/portugal.gif -share/doc/mysql/Img/romania.gif -share/doc/mysql/Img/russia.gif -share/doc/mysql/Img/singapore.gif -share/doc/mysql/Img/south-africa.gif -share/doc/mysql/Img/south-africa1.gif -share/doc/mysql/Img/south-korea.gif -share/doc/mysql/Img/sweden.gif -share/doc/mysql/Img/switzerland.gif -share/doc/mysql/Img/taiwan.gif -share/doc/mysql/Img/tcxlogo3.gif -share/doc/mysql/Img/ukraine.gif -share/doc/mysql/Img/usa.gif -share/doc/mysql/include.texi -share/doc/mysql/manual.html -share/doc/mysql/manual.ps -share/doc/mysql/manual.texi -share/doc/mysql/manual.txt -share/doc/mysql/manual_toc.html -share/mysql/binary-configure -share/mysql/czech/errmsg.sys -share/mysql/czech/errmsg.txt -share/mysql/danish/errmsg.sys -share/mysql/danish/errmsg.txt -share/mysql/dutch/errmsg.sys -share/mysql/dutch/errmsg.txt -share/mysql/english/errmsg.sys -share/mysql/english/errmsg.txt -share/mysql/estonia/errmsg.sys -share/mysql/estonia/errmsg.txt -share/mysql/french/errmsg.sys -share/mysql/french/errmsg.txt -share/mysql/german/errmsg.sys -share/mysql/german/errmsg.txt -share/mysql/greek/errmsg.sys -share/mysql/greek/errmsg.txt -share/mysql/hungarian/errmsg.sys -share/mysql/hungarian/errmsg.txt -share/mysql/italian/errmsg.sys -share/mysql/italian/errmsg.txt -share/mysql/japanese/errmsg.sys -share/mysql/japanese/errmsg.txt -share/mysql/korean/errmsg.sys -share/mysql/korean/errmsg.txt -share/mysql/make_binary_distribution -share/mysql/my-example.cnf -share/mysql/mysql-3.22.27.spec -share/mysql/mysql-log-rotate -share/mysql/mysql.server -share/mysql/norwegian-ny/errmsg.sys -share/mysql/norwegian-ny/errmsg.txt -share/mysql/norwegian/errmsg.sys -share/mysql/norwegian/errmsg.txt -share/mysql/polish/errmsg.sys -share/mysql/polish/errmsg.txt -share/mysql/portuguese/errmsg.sys -share/mysql/portuguese/errmsg.txt -share/mysql/russian/errmsg.sys -share/mysql/russian/errmsg.txt -share/mysql/slovak/errmsg.sys -share/mysql/slovak/errmsg.txt -share/mysql/spanish/errmsg.sys -share/mysql/spanish/errmsg.txt -share/mysql/swedish/errmsg.sys -share/mysql/swedish/errmsg.txt -@dirrm share/doc/mysql/Img -@dirrm share/doc/mysql -@dirrm share/mysql/czech -@dirrm share/mysql/dutch -@dirrm share/mysql/english -@dirrm share/mysql/french -@dirrm share/mysql/german -@dirrm share/mysql/hungarian -@dirrm share/mysql/italian -@dirrm share/mysql/japanese -@dirrm share/mysql/korean -@dirrm share/mysql/norwegian -@dirrm share/mysql/norwegian-ny -@dirrm share/mysql/polish -@dirrm share/mysql/portuguese -@dirrm share/mysql/russian -@dirrm share/mysql/slovak -@dirrm share/mysql/spanish -@dirrm share/mysql/swedish -@dirrm share/mysql -@exec %D/bin/mysql_install_db -@exec /usr/bin/killall mysqld diff --git a/databases/percona55-server/pkg-plist.client b/databases/percona55-server/pkg-plist.client deleted file mode 100644 index b293ad704aa8..000000000000 --- a/databases/percona55-server/pkg-plist.client +++ /dev/null @@ -1,23 +0,0 @@ -bin/mysql -bin/mysqladmin -bin/mysqldump -bin/mysqlimport -bin/mysqlshow -etc/rc.d/mysql-client.sh -include/mysql/dbug.h -include/mysql/errmsg.h -include/mysql/m_ctype.h.in -include/mysql/m_string.h -include/mysql/my_list.h -include/mysql/my_sys.h -include/mysql/mysql.h -include/mysql/mysql_com.h -include/mysql/mysql_version.h -include/mysql/mysqld_error.h -lib/mysql/libmysqlclient.a -lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.6 -@dirrm include/mysql -@dirrm lib/mysql -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib/mysql -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/databases/postgresql-devel-server/Makefile b/databases/postgresql-devel-server/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql-devel-server/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql-devel-server/distinfo b/databases/postgresql-devel-server/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql-devel-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql-devel-server/files/patch-aj b/databases/postgresql-devel-server/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql-devel-server/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql-devel-server/files/patch-ar b/databases/postgresql-devel-server/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql-devel-server/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql-devel-server/files/patch-as b/databases/postgresql-devel-server/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql-devel-server/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql-devel-server/files/patch-at b/databases/postgresql-devel-server/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql-devel-server/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql-devel-server/files/patch-ba b/databases/postgresql-devel-server/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql-devel-server/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql-devel-server/files/pgsql.sh.tmpl b/databases/postgresql-devel-server/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql-devel-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql-devel-server/files/post-install-notes b/databases/postgresql-devel-server/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql-devel-server/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql-devel-server/pkg-comment b/databases/postgresql-devel-server/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql-devel-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql-devel-server/pkg-descr b/databases/postgresql-devel-server/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql-devel-server/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql-devel-server/pkg-plist b/databases/postgresql-devel-server/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql-devel-server/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql-devel-server/pkg-plist.jdbc b/databases/postgresql-devel-server/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql-devel-server/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql-devel-server/pkg-plist.tcl b/databases/postgresql-devel-server/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql-devel-server/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql-devel-server/scripts/configure b/databases/postgresql-devel-server/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql-devel-server/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql-devel-server/scripts/createuser b/databases/postgresql-devel-server/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql-devel-server/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql-devel/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql-devel/distinfo b/databases/postgresql-devel/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql-devel/files/patch-aj b/databases/postgresql-devel/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql-devel/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql-devel/files/patch-ar b/databases/postgresql-devel/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql-devel/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql-devel/files/patch-as b/databases/postgresql-devel/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql-devel/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql-devel/files/patch-at b/databases/postgresql-devel/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql-devel/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql-devel/files/patch-ba b/databases/postgresql-devel/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql-devel/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql-devel/files/pgsql.sh.tmpl b/databases/postgresql-devel/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql-devel/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql-devel/files/post-install-notes b/databases/postgresql-devel/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql-devel/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql-devel/pkg-comment b/databases/postgresql-devel/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql-devel/pkg-descr b/databases/postgresql-devel/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql-devel/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql-devel/pkg-plist b/databases/postgresql-devel/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql-devel/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql-devel/pkg-plist.jdbc b/databases/postgresql-devel/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql-devel/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql-devel/pkg-plist.tcl b/databases/postgresql-devel/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql-devel/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql-devel/scripts/configure b/databases/postgresql-devel/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql-devel/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql-devel/scripts/createuser b/databases/postgresql-devel/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql-devel/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql73-server/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql73-server/distinfo b/databases/postgresql73-server/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql73-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql73-server/files/patch-aj b/databases/postgresql73-server/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql73-server/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql73-server/files/patch-ar b/databases/postgresql73-server/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql73-server/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql73-server/files/patch-as b/databases/postgresql73-server/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql73-server/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql73-server/files/patch-at b/databases/postgresql73-server/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql73-server/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql73-server/files/patch-ba b/databases/postgresql73-server/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql73-server/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql73-server/files/pgsql.sh.tmpl b/databases/postgresql73-server/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql73-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql73-server/files/post-install-notes b/databases/postgresql73-server/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql73-server/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql73-server/pkg-comment b/databases/postgresql73-server/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql73-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql73-server/pkg-descr b/databases/postgresql73-server/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql73-server/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql73-server/pkg-plist b/databases/postgresql73-server/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql73-server/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql73-server/pkg-plist.jdbc b/databases/postgresql73-server/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql73-server/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql73-server/pkg-plist.tcl b/databases/postgresql73-server/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql73-server/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql73-server/scripts/configure b/databases/postgresql73-server/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql73-server/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql73-server/scripts/createuser b/databases/postgresql73-server/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql73-server/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql73/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql73/distinfo b/databases/postgresql73/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql73/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql73/files/patch-aj b/databases/postgresql73/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql73/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql73/files/patch-ar b/databases/postgresql73/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql73/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql73/files/patch-as b/databases/postgresql73/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql73/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql73/files/patch-at b/databases/postgresql73/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql73/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql73/files/patch-ba b/databases/postgresql73/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql73/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql73/files/pgsql.sh.tmpl b/databases/postgresql73/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql73/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql73/files/post-install-notes b/databases/postgresql73/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql73/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql73/pkg-comment b/databases/postgresql73/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql73/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql73/pkg-descr b/databases/postgresql73/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql73/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql73/pkg-plist b/databases/postgresql73/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql73/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql73/pkg-plist.jdbc b/databases/postgresql73/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql73/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql73/pkg-plist.tcl b/databases/postgresql73/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql73/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql73/scripts/configure b/databases/postgresql73/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql73/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql73/scripts/createuser b/databases/postgresql73/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql73/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql74-server/Makefile b/databases/postgresql74-server/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql74-server/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql74-server/distinfo b/databases/postgresql74-server/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql74-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql74-server/files/patch-aj b/databases/postgresql74-server/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql74-server/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql74-server/files/patch-ar b/databases/postgresql74-server/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql74-server/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql74-server/files/patch-as b/databases/postgresql74-server/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql74-server/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql74-server/files/patch-at b/databases/postgresql74-server/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql74-server/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql74-server/files/patch-ba b/databases/postgresql74-server/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql74-server/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql74-server/files/pgsql.sh.tmpl b/databases/postgresql74-server/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql74-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql74-server/files/post-install-notes b/databases/postgresql74-server/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql74-server/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql74-server/pkg-comment b/databases/postgresql74-server/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql74-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql74-server/pkg-descr b/databases/postgresql74-server/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql74-server/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql74-server/pkg-plist b/databases/postgresql74-server/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql74-server/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql74-server/pkg-plist.jdbc b/databases/postgresql74-server/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql74-server/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql74-server/pkg-plist.tcl b/databases/postgresql74-server/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql74-server/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql74-server/scripts/configure b/databases/postgresql74-server/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql74-server/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql74-server/scripts/createuser b/databases/postgresql74-server/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql74-server/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql80-server/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql80-server/distinfo b/databases/postgresql80-server/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql80-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql80-server/files/patch-aj b/databases/postgresql80-server/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql80-server/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql80-server/files/patch-ar b/databases/postgresql80-server/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql80-server/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql80-server/files/patch-as b/databases/postgresql80-server/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql80-server/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql80-server/files/patch-at b/databases/postgresql80-server/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql80-server/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql80-server/files/patch-ba b/databases/postgresql80-server/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql80-server/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql80-server/files/pgsql.sh.tmpl b/databases/postgresql80-server/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql80-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql80-server/files/post-install-notes b/databases/postgresql80-server/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql80-server/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql80-server/pkg-comment b/databases/postgresql80-server/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql80-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql80-server/pkg-descr b/databases/postgresql80-server/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql80-server/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql80-server/pkg-plist b/databases/postgresql80-server/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql80-server/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql80-server/pkg-plist.jdbc b/databases/postgresql80-server/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql80-server/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql80-server/pkg-plist.tcl b/databases/postgresql80-server/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql80-server/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql80-server/scripts/configure b/databases/postgresql80-server/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql80-server/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql80-server/scripts/createuser b/databases/postgresql80-server/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql80-server/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql81-server/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql81-server/distinfo b/databases/postgresql81-server/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql81-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql81-server/files/patch-aj b/databases/postgresql81-server/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql81-server/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql81-server/files/patch-ar b/databases/postgresql81-server/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql81-server/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql81-server/files/patch-as b/databases/postgresql81-server/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql81-server/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql81-server/files/patch-at b/databases/postgresql81-server/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql81-server/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql81-server/files/patch-ba b/databases/postgresql81-server/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql81-server/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql81-server/files/pgsql.sh.tmpl b/databases/postgresql81-server/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql81-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql81-server/files/post-install-notes b/databases/postgresql81-server/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql81-server/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql81-server/pkg-comment b/databases/postgresql81-server/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql81-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql81-server/pkg-descr b/databases/postgresql81-server/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql81-server/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql81-server/pkg-plist b/databases/postgresql81-server/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql81-server/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql81-server/pkg-plist.jdbc b/databases/postgresql81-server/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql81-server/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql81-server/pkg-plist.tcl b/databases/postgresql81-server/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql81-server/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql81-server/scripts/configure b/databases/postgresql81-server/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql81-server/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql81-server/scripts/createuser b/databases/postgresql81-server/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql81-server/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql82-server/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql82-server/distinfo b/databases/postgresql82-server/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql82-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql82-server/files/patch-aj b/databases/postgresql82-server/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql82-server/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql82-server/files/patch-ar b/databases/postgresql82-server/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql82-server/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql82-server/files/patch-as b/databases/postgresql82-server/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql82-server/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql82-server/files/patch-at b/databases/postgresql82-server/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql82-server/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql82-server/files/patch-ba b/databases/postgresql82-server/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql82-server/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql82-server/files/pgsql.sh.tmpl b/databases/postgresql82-server/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql82-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql82-server/files/post-install-notes b/databases/postgresql82-server/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql82-server/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql82-server/pkg-comment b/databases/postgresql82-server/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql82-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql82-server/pkg-descr b/databases/postgresql82-server/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql82-server/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql82-server/pkg-plist b/databases/postgresql82-server/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql82-server/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql82-server/pkg-plist.jdbc b/databases/postgresql82-server/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql82-server/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql82-server/pkg-plist.tcl b/databases/postgresql82-server/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql82-server/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql82-server/scripts/configure b/databases/postgresql82-server/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql82-server/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql82-server/scripts/createuser b/databases/postgresql82-server/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql82-server/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql83-server/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql83-server/distinfo b/databases/postgresql83-server/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql83-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql83-server/files/patch-aj b/databases/postgresql83-server/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql83-server/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql83-server/files/patch-ar b/databases/postgresql83-server/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql83-server/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql83-server/files/patch-as b/databases/postgresql83-server/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql83-server/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql83-server/files/patch-at b/databases/postgresql83-server/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql83-server/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql83-server/files/patch-ba b/databases/postgresql83-server/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql83-server/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql83-server/files/pgsql.sh.tmpl b/databases/postgresql83-server/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql83-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql83-server/files/post-install-notes b/databases/postgresql83-server/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql83-server/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql83-server/pkg-comment b/databases/postgresql83-server/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql83-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql83-server/pkg-descr b/databases/postgresql83-server/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql83-server/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql83-server/pkg-plist b/databases/postgresql83-server/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql83-server/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql83-server/pkg-plist.jdbc b/databases/postgresql83-server/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql83-server/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql83-server/pkg-plist.tcl b/databases/postgresql83-server/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql83-server/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql83-server/scripts/configure b/databases/postgresql83-server/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql83-server/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql83-server/scripts/createuser b/databases/postgresql83-server/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql83-server/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql84-server/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql84-server/distinfo b/databases/postgresql84-server/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql84-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql84-server/files/patch-aj b/databases/postgresql84-server/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql84-server/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql84-server/files/patch-ar b/databases/postgresql84-server/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql84-server/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql84-server/files/patch-as b/databases/postgresql84-server/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql84-server/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql84-server/files/patch-at b/databases/postgresql84-server/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql84-server/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql84-server/files/patch-ba b/databases/postgresql84-server/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql84-server/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql84-server/files/pgsql.sh.tmpl b/databases/postgresql84-server/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql84-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql84-server/files/post-install-notes b/databases/postgresql84-server/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql84-server/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql84-server/pkg-comment b/databases/postgresql84-server/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql84-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql84-server/pkg-descr b/databases/postgresql84-server/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql84-server/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql84-server/pkg-plist b/databases/postgresql84-server/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql84-server/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql84-server/pkg-plist.jdbc b/databases/postgresql84-server/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql84-server/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql84-server/pkg-plist.tcl b/databases/postgresql84-server/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql84-server/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql84-server/scripts/configure b/databases/postgresql84-server/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql84-server/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql84-server/scripts/createuser b/databases/postgresql84-server/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql84-server/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql90-server/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql90-server/distinfo b/databases/postgresql90-server/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql90-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql90-server/files/patch-aj b/databases/postgresql90-server/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql90-server/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql90-server/files/patch-ar b/databases/postgresql90-server/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql90-server/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql90-server/files/patch-as b/databases/postgresql90-server/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql90-server/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql90-server/files/patch-at b/databases/postgresql90-server/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql90-server/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql90-server/files/patch-ba b/databases/postgresql90-server/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql90-server/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql90-server/files/pgsql.sh.tmpl b/databases/postgresql90-server/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql90-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql90-server/files/post-install-notes b/databases/postgresql90-server/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql90-server/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql90-server/pkg-comment b/databases/postgresql90-server/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql90-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql90-server/pkg-descr b/databases/postgresql90-server/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql90-server/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql90-server/pkg-plist b/databases/postgresql90-server/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql90-server/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql90-server/pkg-plist.jdbc b/databases/postgresql90-server/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql90-server/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql90-server/pkg-plist.tcl b/databases/postgresql90-server/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql90-server/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql90-server/scripts/configure b/databases/postgresql90-server/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql90-server/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql90-server/scripts/createuser b/databases/postgresql90-server/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql90-server/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql91-server/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql91-server/distinfo b/databases/postgresql91-server/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql91-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql91-server/files/patch-aj b/databases/postgresql91-server/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql91-server/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql91-server/files/patch-ar b/databases/postgresql91-server/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql91-server/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql91-server/files/patch-as b/databases/postgresql91-server/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql91-server/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql91-server/files/patch-at b/databases/postgresql91-server/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql91-server/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql91-server/files/patch-ba b/databases/postgresql91-server/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql91-server/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql91-server/files/pgsql.sh.tmpl b/databases/postgresql91-server/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql91-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql91-server/files/post-install-notes b/databases/postgresql91-server/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql91-server/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql91-server/pkg-comment b/databases/postgresql91-server/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql91-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql91-server/pkg-descr b/databases/postgresql91-server/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql91-server/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql91-server/pkg-plist b/databases/postgresql91-server/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql91-server/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql91-server/pkg-plist.jdbc b/databases/postgresql91-server/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql91-server/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql91-server/pkg-plist.tcl b/databases/postgresql91-server/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql91-server/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql91-server/scripts/configure b/databases/postgresql91-server/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql91-server/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql91-server/scripts/createuser b/databases/postgresql91-server/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql91-server/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile deleted file mode 100644 index 2ba104031a95..000000000000 --- a/databases/postgresql92-server/Makefile +++ /dev/null @@ -1,216 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Version required: 6.4.2 -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= postgresql-6.5.2 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ - ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ - ftp://ftp.de.postgresql.org/ \ - ftp://ftp.digex.net/pub/packages/database/postgresql/ \ - ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/ - -MAINTAINER= andreas@FreeBSD.org - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= doesn\'t build on the alpha yet -.endif - -Y2K= http://www.postgresql.org/y2k.html - -# if you want to use the tcl/tk frontend pgaccess, then you need to build -# postgresql with tcl support by typing: make USE_TCL=yes -.if defined(USE_TCL) -TCL_INCDIR= ${LOCALBASE}/include/tcl8.0 -TK_INCDIR= ${LOCALBASE}/include/tk8.0 -MAKE_ENV= USE_TCL=true TCL_INCDIR=${TCL_INCDIR} -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 tk80.1:${PORTSDIR}/x11-toolkits/tk80 -WITH_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.0 ${LOCALBASE}/lib/tk8.0" -.endif - -# if you want jdbc, type make USE_JDBC=yes -# Honors JAVA_HOME if you have it set, and don't want the dependency. -.if defined(USE_JDBC) -JAVA_HOME?= ${LOCALBASE}/jdk1.1.8 -BUILD_DEPENDS= ${JAVA_HOME}/bin/javac:${PORTSDIR}/java/jdk -#MAKE_ENV+= JAVA_HOME=${JAVA_HOME} -#CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} -SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} -.endif - -NO_PACKAGE= "Requires pgsql uid" -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_GMAKE= YES -MAKEFILE= GNUmakefile -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \ - --enable-locale \ - --with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \ - --with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \ - --with-libraries=${PREFIX}/lib - -INSTALL_TARGET= install install-man - -MAN1= cleardbdir.1 createdb.1 createuser.1 destroydb.1 \ - destroyuser.1 ecpg.1 initdb.1 initlocation.1 \ - ipcclean.1 pg_dump.1 pg_dumpall.1 pg_passwd.1 \ - pg_upgrade.1 postgres.1 postmaster.1 psql.1 -MAN3= catalogs.3 libpq.3 -MAN5= pg_hba.conf.5 -MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ - commit.l copy.l create_aggregate.l create_database.l \ - create_function.l create_index.l create_language.l \ - create_operator.l create_rule.l create_sequence.l \ - create_table.l create_trigger.l create_type.l create_user.l \ - create_version.l create_view.l declare.l delete.l drop.l \ - drop_aggregate.l drop_database.l drop_function.l drop_index.l \ - drop_language.l drop_operator.l drop_rule.l drop_sequence.l \ - drop_table.l drop_trigger.l drop_type.l drop_user.l \ - drop_view.l end.l explain.l fetch.l grant.l insert.l listen.l \ - load.l lock.l move.l notify.l reset.l revoke.l rollback.l \ - select.l set.l show.l sql.l update.l vacuum.l - -MANPREFIX= ${PREFIX}/pgsql - -pre-fetch: - @${ECHO_MSG} "To install and run postgresql you need to compile kernel with:" - @${ECHO_MSG} " options \"SYSVSHM, SYSVSEM, SYSVMSG\"" -.if !defined(USE_TCL) - @${ECHO_MSG} "To build the \"PostgreSQL to Tcl interface library\", libpgtcl, type:" - @${ECHO_MSG} " make USE_TCL=yes" -.else - @${ECHO_MSG} "Building PostgreSQL with \"libpgtcl\"." -.endif - -.if !defined(USE_JDBC) - @ ${ECHO_MSG} "To build Java (JDBC) support, type:" - @ ${ECHO_MSG} " make USE_JDBC=yes" -.else - @ ${ECHO_MSG} "Building PostgreSQL with \"postgresql.jar\"." -.endif - -post-patch: - - @ ${MV} ${WRKSRC}/template/freebsd ${WRKSRC}/template/freebsd.orig - @ ${SED} -e 's#CFLAGS:-O2 -m486 -pipe#CFLAGS:${CFLAGS}#' \ - -e 's#USE_LOCALE:no#USE_LOCALE:yes#' \ - ${WRKSRC}/template/freebsd.orig >> ${WRKSRC}/template/freebsd - @ ${MV} ${WRKSRC}/Makefile.global.in ${WRKSRC}/Makefile.global.in.old - @ ${SED} -e 's=!!PREFIX!!=${PREFIX}=g' \ - ${WRKSRC}/Makefile.global.in.old \ - >> ${WRKSRC}/Makefile.global.in - -# pgaccess (accidentally?) removed from distribution, so leave it for now -#.if defined(USE_TCL) -# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig -# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ -# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ -# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl -#.endif - -post-build: - -.if defined(USE_JDBC) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/interfaces/jdbc && ${GMAKE} examples -.endif -.endif - - @ ${ECHO} "------------------------------------------------------------" - @ ${ECHO} "Dump existing databases, before installing new db version !!" - @ ${ECHO} "Detailed instructions, see" - @ ${ECHO} "${WRKDIR}/${DISTNAME}/INSTALL" - @ ${ECHO} "------------------------------------------------------------" - -pre-install: -.if defined(PACKAGE_BUILDING) - ${RM} -rf ${PREFIX}/pgsql -.endif - @ ${MKDIR} ${PREFIX}/pgsql - @ ${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser - -post-install: - @ if [ ! -f ${PREFIX}/pgsql/.profile ]; then \ - ${ECHO} "PATH=${PATH}:${PREFIX}/pgsql/bin" \ - > ${PREFIX}/pgsql/.profile; \ - ${ECHO} "MANPATH=${MANPATH}:${PREFIX}/pgsql/man" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# note: PGDATA overwrites the -D startup option" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "PGDATA=${PREFIX}/pgsql/data" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "DISPLAY=:0" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "# if you want to make regression tests use this TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#TZ=PST8PDT" \ - >> ${PREFIX}/pgsql/.profile; \ - ${ECHO} "#export TZ" \ - >> ${PREFIX}/pgsql/.profile; \ - fi - @ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql - @ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib - @ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' - @ ${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ - > ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHMOD} 554 ${PREFIX}/etc/rc.d/pgsql.sh - @ ${CHOWN} root.pgsql ${PREFIX}/etc/rc.d/pgsql.sh - @ ${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/pgsql - -.if defined(USE_TCL) - ${CP} ${TMPPLIST} ${TMPPLIST}.notcl - ${CAT} ${PKGDIR}/PLIST.tcl ${TMPPLIST}.notcl > ${TMPPLIST} - ${RM} ${TMPPLIST}.notcl -.endif - -.if defined(USE_JDBC) - @ ${MKDIR} -m 0555 ${PREFIX}/share/java - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/postgresql.jar \ - ${PREFIX}/share/java/postgresql.jar - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting postgresql.jar in ${PREFIX}/share/java" - @ ${ECHO_MSG} "Add this to your CLASSPATH!" - @ ${ECHO_MSG} "---------------------------------------------------------" - ${CAT} ${PKGDIR}/PLIST.jdbc >> ${TMPPLIST} -.if !defined(NOPORTDOCS) - @ ${MKDIR} -m 0555 ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/example/*java \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${INSTALL_DATA} ${WRKSRC}/interfaces/jdbc/README* \ - ${PREFIX}/share/examples/pgsql/jdbc - @ ${ECHO_MSG} "---------------------------------------------------------" - @ ${ECHO_MSG} "Putting jdbc examples into ${PREFIX}/share/examples/pgsql" - @ ${ECHO_MSG} "---------------------------------------------------------" -.endif -.endif - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pgsql - @ ${GMAKE} -C ${WRKDIR}/${DISTNAME}/doc install - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/FAQ* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/README* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/TODO* ${PREFIX}/share/doc/pgsql - ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/doc/*ps.gz ${PREFIX}/share/doc/pgsql -.endif -.if !defined(BATCH) - @ more -e ${FILESDIR}/post-install-notes -.endif -.if !defined(DEBUG_FLAGS) -.for file in ecpg pg_dump pg_id pg_passwd pg_version postgres psql - @ strip ${PREFIX}/pgsql/bin/${file} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/postgresql92-server/distinfo b/databases/postgresql92-server/distinfo deleted file mode 100644 index b4f12d5fb3cb..000000000000 --- a/databases/postgresql92-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgresql-6.5.2.tar.gz) = 36546d54b2ec7da1eec967522089e4ab diff --git a/databases/postgresql92-server/files/patch-aj b/databases/postgresql92-server/files/patch-aj deleted file mode 100644 index 480ecc4f5d64..000000000000 --- a/databases/postgresql92-server/files/patch-aj +++ /dev/null @@ -1,67 +0,0 @@ ---- bin/pg_passwd/pg_passwd.c.orig Thu May 27 09:00:40 1999 -+++ bin/pg_passwd/pg_passwd.c Mon Jun 21 16:34:27 1999 -@@ -26,11 +26,15 @@ - - #endif - -+#ifndef _POSIX_SOURCE -+# define _PASSWORD_LEN 128 /* max length, not containing NULL */ -+#endif -+ - char *comname; - static void usage(FILE *stream); - static void read_pwd_file(char *filename); - static void write_pwd_file(char *filename, char *bkname); --static void encrypt_pwd(char key[9], char salt[3], char passwd[14]); -+static void encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]); - static void prompt_for_username(char *username); - static void prompt_for_password(char *prompt, char *password); - -@@ -158,7 +162,7 @@ - - if (q != NULL) - *(q++) = '\0'; -- if (strlen(p) != 13) -+ if (strlen(p) > _PASSWORD_LEN) - { - fprintf(stderr, "WARNING: %s: line %d: illegal password length.\n", - filename, npwds + 1); -@@ -222,7 +226,7 @@ - } - - static void --encrypt_pwd(char key[9], char salt[3], char passwd[14]) -+encrypt_pwd(char key[9], char salt[3], char passwd[_PASSWORD_LEN+1]) - { - int n; - -@@ -254,9 +258,9 @@ - - #ifdef NOT_USED - static int --check_pwd(char key[9], char passwd[14]) -+check_pwd(char key[9], char passwd[_PASSWORD_LEN+1]) - { -- char shouldbe[14]; -+ char shouldbe[_PASSWORD_LEN+1]; - char salt[3]; - - salt[0] = passwd[0]; -@@ -264,7 +268,7 @@ - salt[2] = '\0'; - encrypt_pwd(key, salt, shouldbe); - -- return strncmp(shouldbe, passwd, 13) == 0 ? 1 : 0; -+ return strncmp(shouldbe, passwd, _PASSWORD_LEN) == 0 ? 1 : 0; - } - #endif - -@@ -339,7 +343,7 @@ - char salt[3]; - char key[9], - key2[9]; -- char e_passwd[14]; -+ char e_passwd[_PASSWORD_LEN+1]; - int i; - - comname = argv[0]; diff --git a/databases/postgresql92-server/files/patch-ar b/databases/postgresql92-server/files/patch-ar deleted file mode 100644 index c5c8096fc141..000000000000 --- a/databases/postgresql92-server/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Oct 10 14:37:07 1999 -+++ configure Sun Oct 10 14:37:29 1999 -@@ -1429,7 +1429,7 @@ - ELF_SYS=true - else - rm -rf conftest* -- if test "X$elf" = "Xyes" -+ if test "X$PORTOBJFORMAT" = "Xelf" - then - ELF_SYS=true - else diff --git a/databases/postgresql92-server/files/patch-as b/databases/postgresql92-server/files/patch-as deleted file mode 100644 index 3282168c4aed..000000000000 --- a/databases/postgresql92-server/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.global.in.orig Sun Dec 6 00:08:56 1998 -+++ Makefile.global.in Sat Feb 27 04:23:12 1999 -@@ -79,7 +79,7 @@ - POSTMANDIR= $(POSTGRESDIR)/man - - # Where the formatted documents (e.g., the reference manual) get installed. --POSTDOCDIR= $(POSTGRESDIR)/doc -+POSTDOCDIR= !!PREFIX!!/share/doc/pgsql - - # Where the header files necessary to build frontend programs get installed. - HEADERDIR= $(POSTGRESDIR)/include diff --git a/databases/postgresql92-server/files/patch-at b/databases/postgresql92-server/files/patch-at deleted file mode 100644 index 93e68a708211..000000000000 --- a/databases/postgresql92-server/files/patch-at +++ /dev/null @@ -1,11 +0,0 @@ ---- ../doc/Makefile.orig Sun Nov 29 06:30:13 1998 -+++ ../doc/Makefile Mon Jun 21 17:00:13 1999 -@@ -12,7 +12,7 @@ - # - #---------------------------------------------------------------------------- - --PGDOCS= $(POSTGRESDIR)/doc -+PGDOCS= $(POSTDOCDIR) - SRCDIR= ../src - - TAR= tar diff --git a/databases/postgresql92-server/files/patch-ba b/databases/postgresql92-server/files/patch-ba deleted file mode 100644 index 129a60c3d2f3..000000000000 --- a/databases/postgresql92-server/files/patch-ba +++ /dev/null @@ -1,32 +0,0 @@ ---- interfaces/jdbc/Makefile.orig Tue May 18 09:01:41 1999 -+++ interfaces/jdbc/Makefile Mon Jun 28 19:16:12 1999 -@@ -10,10 +10,10 @@ - - FIND = find - IDL2JAVA = idltojava -fno-cpp -fno-tie --JAR = jar --JAVA = java --JAVAC = javac --JAVADOC = javadoc -+JAR = !!JAVA_HOME!!/bin/jar -+JAVA = !!JAVA_HOME!!/bin/java -+JAVAC = !!JAVA_HOME!!/bin/javac -+JAVADOC = !!JAVA_HOME!!/bin/javadoc - RM = rm -f - TOUCH = touch - -@@ -27,11 +27,11 @@ - # In 6.5, the all rule builds the makeVersion class which then calls make using - # the jdbc1 or jdbc2 rules - all: makeVersion.class -- make $$($(JAVA) makeVersion) -+ ${MAKE} $$($(JAVA) makeVersion) - @echo ------------------------------------------------------------ - @echo The JDBC driver has now been built. To make it available to -- @echo other applications, copy the postgresql.jar file to a public -- @echo "place (under unix this could be /usr/local/lib) and add it" -+ @echo other applications, add the path -+ @echo !!PREFIX!!/share/java/postgresql.jar - @echo to the class path. - @echo - @echo Then either add -Djdbc.drivers=postgresql.Driver to the diff --git a/databases/postgresql92-server/files/pgsql.sh.tmpl b/databases/postgresql92-server/files/pgsql.sh.tmpl deleted file mode 100644 index f3c673b6aded..000000000000 --- a/databases/postgresql92-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -# pgsql.sh - postgresql startup file for FreeBSD and possibly *BSD (untested) - -# Changes: -# - renamed startup script to be in sync with INSTALL file -# - merged ldconfig start sequence from former postgrsql.sh script (andreas) -# - modified the postmaster startup sequence as suggested in the -# INSTALL file which was given as example for FreeBSD 2.2 (andreas) -# - removed the commandline option -# -D!!PREFIX!!/pgsql/data \ -# because the postmaster process, which starts up under the -# environment of the pgsql user, sets this with the PGDATA -# environment variable in !!PREFIX!!/pgsql/.profile -# - -[ -d !!PREFIX!!/pgsql/lib ] && /sbin/ldconfig -m !!PREFIX!!/pgsql/lib - -[ -x !!PREFIX!!/pgsql/bin/postmaster ] && { - su -l pgsql -c 'exec !!PREFIX!!/pgsql/bin/postmaster -i -S -o -F \ - 2>&1 > !!PREFIX!!/pgsql/errlog' - echo -n ' pgsql' -} diff --git a/databases/postgresql92-server/files/post-install-notes b/databases/postgresql92-server/files/post-install-notes deleted file mode 100644 index d99f47615730..000000000000 --- a/databases/postgresql92-server/files/post-install-notes +++ /dev/null @@ -1,14 +0,0 @@ - -Now that PostgreSQL is installed, you should read the documentation and -implementation guides. These can be found at: - - http://www.PostgreSQL.org/docs - -You may wish to subscribe to the PostgreSQL user-support mailing list. -Send an e-mail to pgsql-questions-request@postgresql.org with the -text "subscribe" in the message body. - -If you built PostgreSQL with TCL support, you can install the port -"pgaccess" to get a TCL/TK based database frontend for database -operations. - diff --git a/databases/postgresql92-server/pkg-comment b/databases/postgresql92-server/pkg-comment deleted file mode 100644 index 2125016b133c..000000000000 --- a/databases/postgresql92-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A robust, next generation, object-relational DBMS diff --git a/databases/postgresql92-server/pkg-descr b/databases/postgresql92-server/pkg-descr deleted file mode 100644 index 024b212bc319..000000000000 --- a/databases/postgresql92-server/pkg-descr +++ /dev/null @@ -1,26 +0,0 @@ -PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), -derived from the Berkeley Postgres database management system. While -PostgreSQL retains the powerful object-relational data model, rich data types -and easy extensibility of Postgres, it replaces the PostQuel query language -with an extended subset of SQL. - -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. - -More information and documentation, visit: http://www.PostgreSQL.ORG/ - -WWW: http://www.postgresql.org diff --git a/databases/postgresql92-server/pkg-plist b/databases/postgresql92-server/pkg-plist deleted file mode 100644 index d58a27f31eb5..000000000000 --- a/databases/postgresql92-server/pkg-plist +++ /dev/null @@ -1,945 +0,0 @@ -etc/rc.d/pgsql.sh -pgsql/.profile -pgsql/bin/cleardbdir -pgsql/bin/createdb -pgsql/bin/createlang -pgsql/bin/createuser -pgsql/bin/destroydb -pgsql/bin/destroylang -pgsql/bin/destroyuser -pgsql/bin/ecpg -pgsql/bin/initdb -pgsql/bin/initlocation -pgsql/bin/ipcclean -pgsql/bin/pg_dump -pgsql/bin/pg_dumpall -pgsql/bin/pg_id -pgsql/bin/pg_passwd -pgsql/bin/pg_upgrade -pgsql/bin/pg_version -pgsql/bin/postgres -pgsql/bin/postmaster -pgsql/bin/psql -pgsql/bin/vacuumdb -pgsql/data/PG_VERSION -pgsql/data/base/template1/PG_VERSION -pgsql/data/base/template1/pg_aggregate -pgsql/data/base/template1/pg_am -pgsql/data/base/template1/pg_amop -pgsql/data/base/template1/pg_amproc -pgsql/data/base/template1/pg_attrdef -pgsql/data/base/template1/pg_attrdef_adrelid_index -pgsql/data/base/template1/pg_attribute -pgsql/data/base/template1/pg_attribute_attrelid_index -pgsql/data/base/template1/pg_attribute_relid_attnam_index -pgsql/data/base/template1/pg_attribute_relid_attnum_index -pgsql/data/base/template1/pg_class -pgsql/data/base/template1/pg_class_oid_index -pgsql/data/base/template1/pg_class_relname_index -pgsql/data/base/template1/pg_description -pgsql/data/base/template1/pg_description_objoid_index -pgsql/data/base/template1/pg_index -pgsql/data/base/template1/pg_indexes -pgsql/data/base/template1/pg_inheritproc -pgsql/data/base/template1/pg_inherits -pgsql/data/base/template1/pg_ipl -pgsql/data/base/template1/pg_language -pgsql/data/base/template1/pg_listener -pgsql/data/base/template1/pg_opclass -pgsql/data/base/template1/pg_operator -pgsql/data/base/template1/pg_proc -pgsql/data/base/template1/pg_proc_oid_index -pgsql/data/base/template1/pg_proc_proname_narg_type_index -pgsql/data/base/template1/pg_proc_prosrc_index -pgsql/data/base/template1/pg_relcheck -pgsql/data/base/template1/pg_relcheck_rcrelid_index -pgsql/data/base/template1/pg_rewrite -pgsql/data/base/template1/pg_rules -pgsql/data/base/template1/pg_statistic -pgsql/data/base/template1/pg_tables -pgsql/data/base/template1/pg_trigger -pgsql/data/base/template1/pg_trigger_tgrelid_index -pgsql/data/base/template1/pg_type -pgsql/data/base/template1/pg_type_oid_index -pgsql/data/base/template1/pg_type_typname_index -pgsql/data/base/template1/pg_user -pgsql/data/base/template1/pg_views -pgsql/data/pg_database -pgsql/data/pg_geqo.sample -pgsql/data/pg_group -pgsql/data/pg_hba.conf -pgsql/data/pg_log -pgsql/data/pg_pwd -pgsql/data/pg_shadow -pgsql/data/pg_variable -pgsql/include/access/attnum.h -pgsql/include/c.h -pgsql/include/commands/trigger.h -pgsql/include/config.h -pgsql/include/ecpgerrno.h -pgsql/include/ecpglib.h -pgsql/include/ecpgtype.h -pgsql/include/executor/spi.h -pgsql/include/fmgr.h -pgsql/include/lib/dllist.h -pgsql/include/libpq++.H -pgsql/include/libpq++/pgconnection.h -pgsql/include/libpq++/pgcursordb.h -pgsql/include/libpq++/pgdatabase.h -pgsql/include/libpq++/pglobject.h -pgsql/include/libpq++/pgtransdb.h -pgsql/include/libpq-fe.h -pgsql/include/libpq-int.h -pgsql/include/libpq/libpq-fs.h -pgsql/include/libpq/pqcomm.h -pgsql/include/os.h -pgsql/include/postgres.h -pgsql/include/postgres_ext.h -pgsql/include/sqlca.h -pgsql/include/utils/elog.h -pgsql/include/utils/geo_decls.h -pgsql/include/utils/mcxt.h -pgsql/include/utils/palloc.h -pgsql/lib/global1.bki.source -pgsql/lib/global1.description -pgsql/lib/libecpg.a -pgsql/lib/libecpg.so -pgsql/lib/libecpg.so.3 -pgsql/lib/libpq++.a -pgsql/lib/libpq++.so -pgsql/lib/libpq++.so.3 -pgsql/lib/libpq.a -pgsql/lib/libpq.so -pgsql/lib/libpq.so.2 -pgsql/lib/local1_template1.bki.source -pgsql/lib/local1_template1.description -pgsql/lib/pg_geqo.sample -pgsql/lib/pg_hba.conf.sample -pgsql/lib/plpgsql.so -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -pgsql/post-install-notes -share/doc/pgsql/FAQ -share/doc/pgsql/FAQ_AIX -share/doc/pgsql/FAQ_DEV -share/doc/pgsql/FAQ_DigitalUnix -share/doc/pgsql/FAQ_FreeBSD -share/doc/pgsql/FAQ_HPUX -share/doc/pgsql/FAQ_Irix -share/doc/pgsql/FAQ_Linux -share/doc/pgsql/FAQ_Solaris -share/doc/pgsql/FAQ_SCO -share/doc/pgsql/README.Charsets -share/doc/pgsql/README.NT -share/doc/pgsql/README.fsync -share/doc/pgsql/README.inet -share/doc/pgsql/README.locale -share/doc/pgsql/README.mb -share/doc/pgsql/README.mb.jp -share/doc/pgsql/TODO -share/doc/pgsql/admin.ps.gz -share/doc/pgsql/admin/admin.htm -share/doc/pgsql/admin/admin.html -share/doc/pgsql/admin/biblio.htm -share/doc/pgsql/admin/config.htm -share/doc/pgsql/admin/config495.htm -share/doc/pgsql/admin/config570.htm -share/doc/pgsql/admin/config607.htm -share/doc/pgsql/admin/copyright.htm -share/doc/pgsql/admin/disk.htm -share/doc/pgsql/admin/index.html -share/doc/pgsql/admin/install-win32.htm -share/doc/pgsql/admin/install-win321181.htm -share/doc/pgsql/admin/install-win321190.htm -share/doc/pgsql/admin/install.htm -share/doc/pgsql/admin/install1119.htm -share/doc/pgsql/admin/install1139.htm -share/doc/pgsql/admin/install1148.htm -share/doc/pgsql/admin/install761.htm -share/doc/pgsql/admin/intro-ag.htm -share/doc/pgsql/admin/layout.gif -share/doc/pgsql/admin/layout.htm -share/doc/pgsql/admin/manage-ag.htm -share/doc/pgsql/admin/manage-ag1578.htm -share/doc/pgsql/admin/manage-ag1621.htm -share/doc/pgsql/admin/manage-ag1630.htm -share/doc/pgsql/admin/newuser.htm -share/doc/pgsql/admin/notation.htm -share/doc/pgsql/admin/pg-options.htm -share/doc/pgsql/admin/ports.htm -share/doc/pgsql/admin/ports428.htm -share/doc/pgsql/admin/postmaster.htm -share/doc/pgsql/admin/preface.htm -share/doc/pgsql/admin/recovery.htm -share/doc/pgsql/admin/regress.htm -share/doc/pgsql/admin/regress1794.htm -share/doc/pgsql/admin/regress1801.htm -share/doc/pgsql/admin/regress1838.htm -share/doc/pgsql/admin/release.htm -share/doc/pgsql/admin/release1893.htm -share/doc/pgsql/admin/release1975.htm -share/doc/pgsql/admin/release1986.htm -share/doc/pgsql/admin/release1997.htm -share/doc/pgsql/admin/release2038.htm -share/doc/pgsql/admin/release2054.htm -share/doc/pgsql/admin/release2073.htm -share/doc/pgsql/admin/release2117.htm -share/doc/pgsql/admin/release2139.htm -share/doc/pgsql/admin/release2154.htm -share/doc/pgsql/admin/release2163.htm -share/doc/pgsql/admin/release2186.htm -share/doc/pgsql/admin/release2200.htm -share/doc/pgsql/admin/release2203.htm -share/doc/pgsql/admin/release2228.htm -share/doc/pgsql/admin/release2265.htm -share/doc/pgsql/admin/release2272.htm -share/doc/pgsql/admin/release2279.htm -share/doc/pgsql/admin/release2286.htm -share/doc/pgsql/admin/release2290.htm -share/doc/pgsql/admin/runtime.htm -share/doc/pgsql/admin/security.htm -share/doc/pgsql/admin/security1467.htm -share/doc/pgsql/admin/security1486.htm -share/doc/pgsql/admin/security1510.htm -share/doc/pgsql/admin/terminology.htm -share/doc/pgsql/admin/trouble.htm -share/doc/pgsql/admin/trouble1696.htm -share/doc/pgsql/admin/trouble1711.htm -share/doc/pgsql/admin/y2k.htm -share/doc/pgsql/postgres/about.htm -share/doc/pgsql/postgres/advanced.htm -share/doc/pgsql/postgres/advanced23214.htm -share/doc/pgsql/postgres/advanced23236.htm -share/doc/pgsql/postgres/advanced23256.htm -share/doc/pgsql/postgres/app-createdb.htm -share/doc/pgsql/postgres/app-createuser.htm -share/doc/pgsql/postgres/app-destroydb.htm -share/doc/pgsql/postgres/app-destroyuser.htm -share/doc/pgsql/postgres/app-initdb.htm -share/doc/pgsql/postgres/app-initlocation.htm -share/doc/pgsql/postgres/app-pg-dump.htm -share/doc/pgsql/postgres/app-pg-dumpall.htm -share/doc/pgsql/postgres/app-pgaccess.htm -share/doc/pgsql/postgres/app-pgadmin.htm -share/doc/pgsql/postgres/app-postgres.htm -share/doc/pgsql/postgres/app-postmaster.htm -share/doc/pgsql/postgres/app-psql.htm -share/doc/pgsql/postgres/app-vacuumdb.htm -share/doc/pgsql/postgres/arch-pg.htm -share/doc/pgsql/postgres/arch.htm -share/doc/pgsql/postgres/arrays.htm -share/doc/pgsql/postgres/biblio.htm -share/doc/pgsql/postgres/bki.htm -share/doc/pgsql/postgres/bki21904.htm -share/doc/pgsql/postgres/bki21989.htm -share/doc/pgsql/postgres/bki22013.htm -share/doc/pgsql/postgres/bki22074.htm -share/doc/pgsql/postgres/catalogs.gif -share/doc/pgsql/postgres/clientserver.gif -share/doc/pgsql/postgres/compiler.htm -share/doc/pgsql/postgres/config.htm -share/doc/pgsql/postgres/config12627.htm -share/doc/pgsql/postgres/config12702.htm -share/doc/pgsql/postgres/config12739.htm -share/doc/pgsql/postgres/connections.gif -share/doc/pgsql/postgres/copyright.htm -share/doc/pgsql/postgres/createtableas.htm -share/doc/pgsql/postgres/cvs.htm -share/doc/pgsql/postgres/cvs23724.htm -share/doc/pgsql/postgres/cvs23780.htm -share/doc/pgsql/postgres/datatype.htm -share/doc/pgsql/postgres/datatype1380.htm -share/doc/pgsql/postgres/datatype1412.htm -share/doc/pgsql/postgres/datatype1511.htm -share/doc/pgsql/postgres/datatype703.htm -share/doc/pgsql/postgres/datatype729.htm -share/doc/pgsql/postgres/datatype793.htm -share/doc/pgsql/postgres/datetime-appendix.htm -share/doc/pgsql/postgres/datetime-appendix23641.htm -share/doc/pgsql/postgres/dfunc.htm -share/doc/pgsql/postgres/dfunc15567.htm -share/doc/pgsql/postgres/dfunc15577.htm -share/doc/pgsql/postgres/disk.htm -share/doc/pgsql/postgres/docguide.htm -share/doc/pgsql/postgres/docguide24006.htm -share/doc/pgsql/postgres/docguide24037.htm -share/doc/pgsql/postgres/docguide25253.htm -share/doc/pgsql/postgres/docguide25274.htm -share/doc/pgsql/postgres/docguide25300.htm -share/doc/pgsql/postgres/docguide25388.htm -share/doc/pgsql/postgres/docguide25668.htm -share/doc/pgsql/postgres/ecpg.htm -share/doc/pgsql/postgres/ecpg17490.htm -share/doc/pgsql/postgres/ecpg17508.htm -share/doc/pgsql/postgres/ecpg17650.htm -share/doc/pgsql/postgres/ecpg17660.htm -share/doc/pgsql/postgres/ecpg17680.htm -share/doc/pgsql/postgres/ecpg17685.htm -share/doc/pgsql/postgres/environ.htm -share/doc/pgsql/postgres/extend.htm -share/doc/pgsql/postgres/extend14525.htm -share/doc/pgsql/postgres/extend14537.htm -share/doc/pgsql/postgres/func-ref.htm -share/doc/pgsql/postgres/functions.htm -share/doc/pgsql/postgres/functions2183.htm -share/doc/pgsql/postgres/functions2221.htm -share/doc/pgsql/postgres/functions2364.htm -share/doc/pgsql/postgres/functions2449.htm -share/doc/pgsql/postgres/functions2667.htm -share/doc/pgsql/postgres/geqo-biblio.htm -share/doc/pgsql/postgres/geqo.htm -share/doc/pgsql/postgres/geqo20921.htm -share/doc/pgsql/postgres/geqo20944.htm -share/doc/pgsql/postgres/geqo20982.htm -share/doc/pgsql/postgres/gist.htm -share/doc/pgsql/postgres/index.html -share/doc/pgsql/postgres/inherit.htm -share/doc/pgsql/postgres/install-win32.htm -share/doc/pgsql/postgres/install-win3213313.htm -share/doc/pgsql/postgres/install-win3213322.htm -share/doc/pgsql/postgres/install.htm -share/doc/pgsql/postgres/install12893.htm -share/doc/pgsql/postgres/install13251.htm -share/doc/pgsql/postgres/install13271.htm -share/doc/pgsql/postgres/install13280.htm -share/doc/pgsql/postgres/intro.htm -share/doc/pgsql/postgres/intro177.htm -share/doc/pgsql/postgres/intro60.htm -share/doc/pgsql/postgres/jdbc.htm -share/doc/pgsql/postgres/jdbc20288.htm -share/doc/pgsql/postgres/jdbc20301.htm -share/doc/pgsql/postgres/jdbc20308.htm -share/doc/pgsql/postgres/jdbc20316.htm -share/doc/pgsql/postgres/jdbc20334.htm -share/doc/pgsql/postgres/jdbc20371.htm -share/doc/pgsql/postgres/jdbc20402.htm -share/doc/pgsql/postgres/jdbc20406.htm -share/doc/pgsql/postgres/jdbc20410.htm -share/doc/pgsql/postgres/jdbc20429.htm -share/doc/pgsql/postgres/jdbc20459.htm -share/doc/pgsql/postgres/keys.htm -share/doc/pgsql/postgres/largeobjects.htm -share/doc/pgsql/postgres/largeobjects17378.htm -share/doc/pgsql/postgres/largeobjects17381.htm -share/doc/pgsql/postgres/largeobjects17433.htm -share/doc/pgsql/postgres/largeobjects17440.htm -share/doc/pgsql/postgres/largeobjects17444.htm -share/doc/pgsql/postgres/layout.gif -share/doc/pgsql/postgres/layout.htm -share/doc/pgsql/postgres/libpq-chapter.htm -share/doc/pgsql/postgres/libpq-chapter18058.htm -share/doc/pgsql/postgres/libpq-chapter18164.htm -share/doc/pgsql/postgres/libpq-chapter18210.htm -share/doc/pgsql/postgres/libpq-chapter18220.htm -share/doc/pgsql/postgres/libpq-chapter18236.htm -share/doc/pgsql/postgres/libpq-chapter18268.htm -share/doc/pgsql/postgres/libpq-chapter18281.htm -share/doc/pgsql/postgres/libpq-chapter18296.htm -share/doc/pgsql/postgres/libpq-chapter18372.htm -share/doc/pgsql/postgres/libpq-chapter18375.htm -share/doc/pgsql/postgres/libpq-envars.htm -share/doc/pgsql/postgres/libpqplusplus.htm -share/doc/pgsql/postgres/libpqplusplus18476.htm -share/doc/pgsql/postgres/libpqplusplus18486.htm -share/doc/pgsql/postgres/libpqplusplus18516.htm -share/doc/pgsql/postgres/libpqplusplus18617.htm -share/doc/pgsql/postgres/libpqplusplus18640.htm -share/doc/pgsql/postgres/libpqplusplus18683.htm -share/doc/pgsql/postgres/manage-ag.htm -share/doc/pgsql/postgres/manage-ag13710.htm -share/doc/pgsql/postgres/manage-ag13753.htm -share/doc/pgsql/postgres/manage-ag13762.htm -share/doc/pgsql/postgres/manage.htm -share/doc/pgsql/postgres/manage3306.htm -share/doc/pgsql/postgres/manage3330.htm -share/doc/pgsql/postgres/manage3371.htm -share/doc/pgsql/postgres/mvcc.htm -share/doc/pgsql/postgres/mvcc3058.htm -share/doc/pgsql/postgres/mvcc3111.htm -share/doc/pgsql/postgres/mvcc3123.htm -share/doc/pgsql/postgres/mvcc3136.htm -share/doc/pgsql/postgres/mvcc3213.htm -share/doc/pgsql/postgres/mvcc3234.htm -share/doc/pgsql/postgres/newuser.htm -share/doc/pgsql/postgres/notation.htm -share/doc/pgsql/postgres/odbc.htm -share/doc/pgsql/postgres/odbc19825.htm -share/doc/pgsql/postgres/odbc19863.htm -share/doc/pgsql/postgres/odbc20031.htm -share/doc/pgsql/postgres/odbc20053.htm -share/doc/pgsql/postgres/operators.htm -share/doc/pgsql/postgres/operators1716.htm -share/doc/pgsql/postgres/operators1787.htm -share/doc/pgsql/postgres/operators1857.htm -share/doc/pgsql/postgres/operators1967.htm -share/doc/pgsql/postgres/operators2026.htm -share/doc/pgsql/postgres/operators2080.htm -share/doc/pgsql/postgres/overview.htm -share/doc/pgsql/postgres/overview20521.htm -share/doc/pgsql/postgres/overview20546.htm -share/doc/pgsql/postgres/overview20674.htm -share/doc/pgsql/postgres/overview20730.htm -share/doc/pgsql/postgres/overview20784.htm -share/doc/pgsql/postgres/page.htm -share/doc/pgsql/postgres/page22137.htm -share/doc/pgsql/postgres/page22151.htm -share/doc/pgsql/postgres/part-admin.htm -share/doc/pgsql/postgres/part-appendix.htm -share/doc/pgsql/postgres/part-developer.htm -share/doc/pgsql/postgres/part-interfaces.htm -share/doc/pgsql/postgres/part-programmer.htm -share/doc/pgsql/postgres/part-tutorial.htm -share/doc/pgsql/postgres/part-user.htm -share/doc/pgsql/postgres/pg-options-dev.htm -share/doc/pgsql/postgres/pg-options.htm -share/doc/pgsql/postgres/pgtcl-pgconndefaults.htm -share/doc/pgsql/postgres/pgtcl-pgconnect.htm -share/doc/pgsql/postgres/pgtcl-pgdisconnect.htm -share/doc/pgsql/postgres/pgtcl-pgexec.htm -share/doc/pgsql/postgres/pgtcl-pglisten.htm -share/doc/pgsql/postgres/pgtcl-pgloclose.htm -share/doc/pgsql/postgres/pgtcl-pglocreat.htm -share/doc/pgsql/postgres/pgtcl-pgloexport.htm -share/doc/pgsql/postgres/pgtcl-pgloimport.htm -share/doc/pgsql/postgres/pgtcl-pglolseek.htm -share/doc/pgsql/postgres/pgtcl-pgloopen.htm -share/doc/pgsql/postgres/pgtcl-pgloread.htm -share/doc/pgsql/postgres/pgtcl-pglotell.htm -share/doc/pgsql/postgres/pgtcl-pglounlink.htm -share/doc/pgsql/postgres/pgtcl-pglowrite.htm -share/doc/pgsql/postgres/pgtcl-pgresult.htm -share/doc/pgsql/postgres/pgtcl-pgselect.htm -share/doc/pgsql/postgres/pgtcl.htm -share/doc/pgsql/postgres/pgtcl18759.htm -share/doc/pgsql/postgres/pgtcl18763.htm -share/doc/pgsql/postgres/ports.htm -share/doc/pgsql/postgres/ports12560.htm -share/doc/pgsql/postgres/postgres.htm -share/doc/pgsql/postgres/postgres.html -share/doc/pgsql/postgres/postmaster.htm -share/doc/pgsql/postgres/preface.htm -share/doc/pgsql/postgres/protocol.htm -share/doc/pgsql/postgres/protocol21097.htm -share/doc/pgsql/postgres/protocol21252.htm -share/doc/pgsql/postgres/protocol21288.htm -share/doc/pgsql/postgres/query.htm -share/doc/pgsql/postgres/query23068.htm -share/doc/pgsql/postgres/query23084.htm -share/doc/pgsql/postgres/query23105.htm -share/doc/pgsql/postgres/query23114.htm -share/doc/pgsql/postgres/query23132.htm -share/doc/pgsql/postgres/query23139.htm -share/doc/pgsql/postgres/query23154.htm -share/doc/pgsql/postgres/query23158.htm -share/doc/pgsql/postgres/query23165.htm -share/doc/pgsql/postgres/recovery.htm -share/doc/pgsql/postgres/regress.htm -share/doc/pgsql/postgres/regress13926.htm -share/doc/pgsql/postgres/regress13933.htm -share/doc/pgsql/postgres/regress13970.htm -share/doc/pgsql/postgres/release.htm -share/doc/pgsql/postgres/release14025.htm -share/doc/pgsql/postgres/release14107.htm -share/doc/pgsql/postgres/release14118.htm -share/doc/pgsql/postgres/release14129.htm -share/doc/pgsql/postgres/release14170.htm -share/doc/pgsql/postgres/release14186.htm -share/doc/pgsql/postgres/release14205.htm -share/doc/pgsql/postgres/release14249.htm -share/doc/pgsql/postgres/release14271.htm -share/doc/pgsql/postgres/release14286.htm -share/doc/pgsql/postgres/release14295.htm -share/doc/pgsql/postgres/release14318.htm -share/doc/pgsql/postgres/release14332.htm -share/doc/pgsql/postgres/release14335.htm -share/doc/pgsql/postgres/release14360.htm -share/doc/pgsql/postgres/release14397.htm -share/doc/pgsql/postgres/release14404.htm -share/doc/pgsql/postgres/release14411.htm -share/doc/pgsql/postgres/release14418.htm -share/doc/pgsql/postgres/release14422.htm -share/doc/pgsql/postgres/rules.htm -share/doc/pgsql/postgres/rules14948.htm -share/doc/pgsql/postgres/rules15109.htm -share/doc/pgsql/postgres/rules15240.htm -share/doc/pgsql/postgres/rules15254.htm -share/doc/pgsql/postgres/runtime.htm -share/doc/pgsql/postgres/security.htm -share/doc/pgsql/postgres/security13599.htm -share/doc/pgsql/postgres/security13618.htm -share/doc/pgsql/postgres/security13642.htm -share/doc/pgsql/postgres/signals.htm -share/doc/pgsql/postgres/spi-spiconnect.htm -share/doc/pgsql/postgres/spi-spicopytuple.htm -share/doc/pgsql/postgres/spi-spiexec.htm -share/doc/pgsql/postgres/spi-spiexecp.htm -share/doc/pgsql/postgres/spi-spifinish.htm -share/doc/pgsql/postgres/spi-spifname.htm -share/doc/pgsql/postgres/spi-spifnumber.htm -share/doc/pgsql/postgres/spi-spigetbinval.htm -share/doc/pgsql/postgres/spi-spigetrelname.htm -share/doc/pgsql/postgres/spi-spigettype.htm -share/doc/pgsql/postgres/spi-spigettypeid.htm -share/doc/pgsql/postgres/spi-spigetvalue.htm -share/doc/pgsql/postgres/spi-spimodifytuple.htm -share/doc/pgsql/postgres/spi-spipalloc.htm -share/doc/pgsql/postgres/spi-spipfree.htm -share/doc/pgsql/postgres/spi-spiprepare.htm -share/doc/pgsql/postgres/spi-spirepalloc.htm -share/doc/pgsql/postgres/spi-spisaveplan.htm -share/doc/pgsql/postgres/spi.htm -share/doc/pgsql/postgres/spi16142.htm -share/doc/pgsql/postgres/spi16855.htm -share/doc/pgsql/postgres/spi16877.htm -share/doc/pgsql/postgres/spi16882.htm -share/doc/pgsql/postgres/sql-abort.htm -share/doc/pgsql/postgres/sql-altertable.htm -share/doc/pgsql/postgres/sql-alteruser.htm -share/doc/pgsql/postgres/sql-beginwork.htm -share/doc/pgsql/postgres/sql-close.htm -share/doc/pgsql/postgres/sql-cluster.htm -share/doc/pgsql/postgres/sql-commands.htm -share/doc/pgsql/postgres/sql-commit.htm -share/doc/pgsql/postgres/sql-copy.htm -share/doc/pgsql/postgres/sql-createaggregate.htm -share/doc/pgsql/postgres/sql-createdatabase.htm -share/doc/pgsql/postgres/sql-createfunction.htm -share/doc/pgsql/postgres/sql-createindex.htm -share/doc/pgsql/postgres/sql-createlanguage.htm -share/doc/pgsql/postgres/sql-createoperator.htm -share/doc/pgsql/postgres/sql-createrule.htm -share/doc/pgsql/postgres/sql-createsequence.htm -share/doc/pgsql/postgres/sql-createtable.htm -share/doc/pgsql/postgres/sql-createtrigger.htm -share/doc/pgsql/postgres/sql-createtype.htm -share/doc/pgsql/postgres/sql-createuser.htm -share/doc/pgsql/postgres/sql-createview.htm -share/doc/pgsql/postgres/sql-declare.htm -share/doc/pgsql/postgres/sql-delete.htm -share/doc/pgsql/postgres/sql-dropaggregate.htm -share/doc/pgsql/postgres/sql-dropdatabase.htm -share/doc/pgsql/postgres/sql-dropfunction.htm -share/doc/pgsql/postgres/sql-dropindex.htm -share/doc/pgsql/postgres/sql-droplanguage.htm -share/doc/pgsql/postgres/sql-dropoperator.htm -share/doc/pgsql/postgres/sql-droprule.htm -share/doc/pgsql/postgres/sql-dropsequence.htm -share/doc/pgsql/postgres/sql-droptable.htm -share/doc/pgsql/postgres/sql-droptrigger.htm -share/doc/pgsql/postgres/sql-droptype.htm -share/doc/pgsql/postgres/sql-dropuser.htm -share/doc/pgsql/postgres/sql-dropview.htm -share/doc/pgsql/postgres/sql-explain.htm -share/doc/pgsql/postgres/sql-fetch.htm -share/doc/pgsql/postgres/sql-grant.htm -share/doc/pgsql/postgres/sql-insert.htm -share/doc/pgsql/postgres/sql-language.htm -share/doc/pgsql/postgres/sql-listen.htm -share/doc/pgsql/postgres/sql-load.htm -share/doc/pgsql/postgres/sql-lock.htm -share/doc/pgsql/postgres/sql-move.htm -share/doc/pgsql/postgres/sql-notify.htm -share/doc/pgsql/postgres/sql-reset.htm -share/doc/pgsql/postgres/sql-revoke.htm -share/doc/pgsql/postgres/sql-rollback.htm -share/doc/pgsql/postgres/sql-select.htm -share/doc/pgsql/postgres/sql-selectinto.htm -share/doc/pgsql/postgres/sql-set.htm -share/doc/pgsql/postgres/sql-show.htm -share/doc/pgsql/postgres/sql-unlisten.htm -share/doc/pgsql/postgres/sql-update.htm -share/doc/pgsql/postgres/sql-vacuum-1.htm -share/doc/pgsql/postgres/sql.htm -share/doc/pgsql/postgres/sql22234.htm -share/doc/pgsql/postgres/sql22352.htm -share/doc/pgsql/postgres/start.htm -share/doc/pgsql/postgres/start22962.htm -share/doc/pgsql/postgres/start22979.htm -share/doc/pgsql/postgres/storage.htm -share/doc/pgsql/postgres/syntax.htm -share/doc/pgsql/postgres/syntax439.htm -share/doc/pgsql/postgres/terminology.htm -share/doc/pgsql/postgres/triggers.htm -share/doc/pgsql/postgres/triggers15613.htm -share/doc/pgsql/postgres/triggers15619.htm -share/doc/pgsql/postgres/triggers15627.htm -share/doc/pgsql/postgres/trouble.htm -share/doc/pgsql/postgres/trouble13828.htm -share/doc/pgsql/postgres/trouble13843.htm -share/doc/pgsql/postgres/typeconv.htm -share/doc/pgsql/postgres/typeconv2785.htm -share/doc/pgsql/postgres/typeconv2848.htm -share/doc/pgsql/postgres/typeconv2901.htm -share/doc/pgsql/postgres/typeconv2921.htm -share/doc/pgsql/postgres/utilities.htm -share/doc/pgsql/postgres/xaggr.htm -share/doc/pgsql/postgres/xfunc.htm -share/doc/pgsql/postgres/xfunc14663.htm -share/doc/pgsql/postgres/xindex.htm -share/doc/pgsql/postgres/xoper.htm -share/doc/pgsql/postgres/xplang.htm -share/doc/pgsql/postgres/xplang16930.htm -share/doc/pgsql/postgres/xplang17200.htm -share/doc/pgsql/postgres/xtypes.htm -share/doc/pgsql/postgres/y2k.htm -share/doc/pgsql/programmer.ps.gz -share/doc/pgsql/programmer/arch-pg.htm -share/doc/pgsql/programmer/biblio.htm -share/doc/pgsql/programmer/bki.htm -share/doc/pgsql/programmer/catalogs.gif -share/doc/pgsql/programmer/compiler.htm -share/doc/pgsql/programmer/connections.gif -share/doc/pgsql/programmer/copyright.htm -share/doc/pgsql/programmer/cvs.htm -share/doc/pgsql/programmer/dfunc.htm -share/doc/pgsql/programmer/docguide.htm -share/doc/pgsql/programmer/ecpg.htm -share/doc/pgsql/programmer/extend.htm -share/doc/pgsql/programmer/geqo.htm -share/doc/pgsql/programmer/gist.htm -share/doc/pgsql/programmer/index.html -share/doc/pgsql/programmer/intro-pg.htm -share/doc/pgsql/programmer/jdbc.htm -share/doc/pgsql/programmer/largeobjects.htm -share/doc/pgsql/programmer/libpq-chapter.htm -share/doc/pgsql/programmer/libpq-envars.htm -share/doc/pgsql/programmer/libpqplusplus.htm -share/doc/pgsql/programmer/notation.htm -share/doc/pgsql/programmer/odbc.htm -share/doc/pgsql/programmer/overview.htm -share/doc/pgsql/programmer/page.htm -share/doc/pgsql/programmer/pg-options-dev.htm -share/doc/pgsql/programmer/pgtcl-pgconndefaults.htm -share/doc/pgsql/programmer/pgtcl-pgconnect.htm -share/doc/pgsql/programmer/pgtcl-pgdisconnect.htm -share/doc/pgsql/programmer/pgtcl-pgexec.htm -share/doc/pgsql/programmer/pgtcl-pglisten.htm -share/doc/pgsql/programmer/pgtcl-pgloclose.htm -share/doc/pgsql/programmer/pgtcl-pglocreat.htm -share/doc/pgsql/programmer/pgtcl-pgloexport.htm -share/doc/pgsql/programmer/pgtcl-pgloimport.htm -share/doc/pgsql/programmer/pgtcl-pglolseek.htm -share/doc/pgsql/programmer/pgtcl-pgloopen.htm -share/doc/pgsql/programmer/pgtcl-pgloread.htm -share/doc/pgsql/programmer/pgtcl-pglotell.htm -share/doc/pgsql/programmer/pgtcl-pglounlink.htm -share/doc/pgsql/programmer/pgtcl-pglowrite.htm -share/doc/pgsql/programmer/pgtcl-pgresult.htm -share/doc/pgsql/programmer/pgtcl-pgselect.htm -share/doc/pgsql/programmer/pgtcl.htm -share/doc/pgsql/programmer/preface.htm -share/doc/pgsql/programmer/programmer.htm -share/doc/pgsql/programmer/programmer.html -share/doc/pgsql/programmer/protocol.htm -share/doc/pgsql/programmer/rules.htm -share/doc/pgsql/programmer/signals.htm -share/doc/pgsql/programmer/spi-spiconnect.htm -share/doc/pgsql/programmer/spi-spicopytuple.htm -share/doc/pgsql/programmer/spi-spiexec.htm -share/doc/pgsql/programmer/spi-spiexecp.htm -share/doc/pgsql/programmer/spi-spifinish.htm -share/doc/pgsql/programmer/spi-spifname.htm -share/doc/pgsql/programmer/spi-spifnumber.htm -share/doc/pgsql/programmer/spi-spigetbinval.htm -share/doc/pgsql/programmer/spi-spigetrelname.htm -share/doc/pgsql/programmer/spi-spigettype.htm -share/doc/pgsql/programmer/spi-spigettypeid.htm -share/doc/pgsql/programmer/spi-spigetvalue.htm -share/doc/pgsql/programmer/spi-spimodifytuple.htm -share/doc/pgsql/programmer/spi-spipalloc.htm -share/doc/pgsql/programmer/spi-spipfree.htm -share/doc/pgsql/programmer/spi-spiprepare.htm -share/doc/pgsql/programmer/spi-spirepalloc.htm -share/doc/pgsql/programmer/spi-spisaveplan.htm -share/doc/pgsql/programmer/spi.htm -share/doc/pgsql/programmer/terminology.htm -share/doc/pgsql/programmer/triggers.htm -share/doc/pgsql/programmer/x1005.htm -share/doc/pgsql/programmer/x1310.htm -share/doc/pgsql/programmer/x1580.htm -share/doc/pgsql/programmer/x1779.htm -share/doc/pgsql/programmer/x1789.htm -share/doc/pgsql/programmer/x1825.htm -share/doc/pgsql/programmer/x1831.htm -share/doc/pgsql/programmer/x1839.htm -share/doc/pgsql/programmer/x2354.htm -share/doc/pgsql/programmer/x276.htm -share/doc/pgsql/programmer/x288.htm -share/doc/pgsql/programmer/x3067.htm -share/doc/pgsql/programmer/x3089.htm -share/doc/pgsql/programmer/x3094.htm -share/doc/pgsql/programmer/x3118.htm -share/doc/pgsql/programmer/x3121.htm -share/doc/pgsql/programmer/x3173.htm -share/doc/pgsql/programmer/x3180.htm -share/doc/pgsql/programmer/x3184.htm -share/doc/pgsql/programmer/x3308.htm -share/doc/pgsql/programmer/x3414.htm -share/doc/pgsql/programmer/x3460.htm -share/doc/pgsql/programmer/x3470.htm -share/doc/pgsql/programmer/x3486.htm -share/doc/pgsql/programmer/x3518.htm -share/doc/pgsql/programmer/x3531.htm -share/doc/pgsql/programmer/x3546.htm -share/doc/pgsql/programmer/x3625.htm -share/doc/pgsql/programmer/x3628.htm -share/doc/pgsql/programmer/x3732.htm -share/doc/pgsql/programmer/x3742.htm -share/doc/pgsql/programmer/x3772.htm -share/doc/pgsql/programmer/x3873.htm -share/doc/pgsql/programmer/x3896.htm -share/doc/pgsql/programmer/x3939.htm -share/doc/pgsql/programmer/x4015.htm -share/doc/pgsql/programmer/x4019.htm -share/doc/pgsql/programmer/x414.htm -share/doc/pgsql/programmer/x5078.htm -share/doc/pgsql/programmer/x5096.htm -share/doc/pgsql/programmer/x5238.htm -share/doc/pgsql/programmer/x5248.htm -share/doc/pgsql/programmer/x5268.htm -share/doc/pgsql/programmer/x5273.htm -share/doc/pgsql/programmer/x5571.htm -share/doc/pgsql/programmer/x5609.htm -share/doc/pgsql/programmer/x5777.htm -share/doc/pgsql/programmer/x5799.htm -share/doc/pgsql/programmer/x6034.htm -share/doc/pgsql/programmer/x6047.htm -share/doc/pgsql/programmer/x6054.htm -share/doc/pgsql/programmer/x6062.htm -share/doc/pgsql/programmer/x6080.htm -share/doc/pgsql/programmer/x6117.htm -share/doc/pgsql/programmer/x6148.htm -share/doc/pgsql/programmer/x6152.htm -share/doc/pgsql/programmer/x6156.htm -share/doc/pgsql/programmer/x6175.htm -share/doc/pgsql/programmer/x6205.htm -share/doc/pgsql/programmer/x6263.htm -share/doc/pgsql/programmer/x6288.htm -share/doc/pgsql/programmer/x6416.htm -share/doc/pgsql/programmer/x6472.htm -share/doc/pgsql/programmer/x6526.htm -share/doc/pgsql/programmer/x6663.htm -share/doc/pgsql/programmer/x6686.htm -share/doc/pgsql/programmer/x6724.htm -share/doc/pgsql/programmer/x6839.htm -share/doc/pgsql/programmer/x699.htm -share/doc/pgsql/programmer/x6994.htm -share/doc/pgsql/programmer/x7030.htm -share/doc/pgsql/programmer/x7646.htm -share/doc/pgsql/programmer/x7731.htm -share/doc/pgsql/programmer/x7755.htm -share/doc/pgsql/programmer/x7816.htm -share/doc/pgsql/programmer/x7879.htm -share/doc/pgsql/programmer/x7893.htm -share/doc/pgsql/programmer/x7955.htm -share/doc/pgsql/programmer/x8011.htm -share/doc/pgsql/programmer/x8237.htm -share/doc/pgsql/programmer/x8268.htm -share/doc/pgsql/programmer/x860.htm -share/doc/pgsql/programmer/x9484.htm -share/doc/pgsql/programmer/x9504.htm -share/doc/pgsql/programmer/x9551.htm -share/doc/pgsql/programmer/x9831.htm -share/doc/pgsql/programmer/x991.htm -share/doc/pgsql/programmer/xaggr.htm -share/doc/pgsql/programmer/xfunc.htm -share/doc/pgsql/programmer/xindex.htm -share/doc/pgsql/programmer/xoper.htm -share/doc/pgsql/programmer/xplang.htm -share/doc/pgsql/programmer/xtypes.htm -share/doc/pgsql/programmer/y2k.htm -share/doc/pgsql/tutorial.ps.gz -share/doc/pgsql/tutorial/about.htm -share/doc/pgsql/tutorial/advanced.htm -share/doc/pgsql/tutorial/arch.htm -share/doc/pgsql/tutorial/biblio.htm -share/doc/pgsql/tutorial/clientserver.gif -share/doc/pgsql/tutorial/copyright.htm -share/doc/pgsql/tutorial/f17.htm -share/doc/pgsql/tutorial/index.html -share/doc/pgsql/tutorial/intro.htm -share/doc/pgsql/tutorial/notation.htm -share/doc/pgsql/tutorial/query.htm -share/doc/pgsql/tutorial/sql-language.htm -share/doc/pgsql/tutorial/sql.htm -share/doc/pgsql/tutorial/start.htm -share/doc/pgsql/tutorial/terminology.htm -share/doc/pgsql/tutorial/tutorial.htm -share/doc/pgsql/tutorial/tutorial.html -share/doc/pgsql/tutorial/x1129.htm -share/doc/pgsql/tutorial/x1146.htm -share/doc/pgsql/tutorial/x1235.htm -share/doc/pgsql/tutorial/x1251.htm -share/doc/pgsql/tutorial/x1272.htm -share/doc/pgsql/tutorial/x1281.htm -share/doc/pgsql/tutorial/x1299.htm -share/doc/pgsql/tutorial/x1306.htm -share/doc/pgsql/tutorial/x1321.htm -share/doc/pgsql/tutorial/x1325.htm -share/doc/pgsql/tutorial/x1332.htm -share/doc/pgsql/tutorial/x1381.htm -share/doc/pgsql/tutorial/x1403.htm -share/doc/pgsql/tutorial/x1423.htm -share/doc/pgsql/tutorial/x159.htm -share/doc/pgsql/tutorial/x401.htm -share/doc/pgsql/tutorial/x519.htm -share/doc/pgsql/tutorial/x56.htm -share/doc/pgsql/tutorial/y2k.htm -share/doc/pgsql/user.ps.gz -share/doc/pgsql/user/about.htm -share/doc/pgsql/user/app-createdb.htm -share/doc/pgsql/user/app-createuser.htm -share/doc/pgsql/user/app-destroydb.htm -share/doc/pgsql/user/app-destroyuser.htm -share/doc/pgsql/user/app-initdb.htm -share/doc/pgsql/user/app-initlocation.htm -share/doc/pgsql/user/app-pg-dump.htm -share/doc/pgsql/user/app-pg-dumpall.htm -share/doc/pgsql/user/app-pgaccess.htm -share/doc/pgsql/user/app-pgadmin.htm -share/doc/pgsql/user/app-postgres.htm -share/doc/pgsql/user/app-postmaster.htm -share/doc/pgsql/user/app-psql.htm -share/doc/pgsql/user/app-vacuumdb.htm -share/doc/pgsql/user/arrays.htm -share/doc/pgsql/user/biblio.htm -share/doc/pgsql/user/copyright.htm -share/doc/pgsql/user/createtableas.htm -share/doc/pgsql/user/datatype.htm -share/doc/pgsql/user/datetime-appendix.htm -share/doc/pgsql/user/environ.htm -share/doc/pgsql/user/functions.htm -share/doc/pgsql/user/index.html -share/doc/pgsql/user/inherit.htm -share/doc/pgsql/user/intro.htm -share/doc/pgsql/user/keys.htm -share/doc/pgsql/user/manage.htm -share/doc/pgsql/user/mvcc.htm -share/doc/pgsql/user/notation.htm -share/doc/pgsql/user/operators.htm -share/doc/pgsql/user/preface.htm -share/doc/pgsql/user/sql-abort.htm -share/doc/pgsql/user/sql-altertable.htm -share/doc/pgsql/user/sql-alteruser.htm -share/doc/pgsql/user/sql-beginwork.htm -share/doc/pgsql/user/sql-close.htm -share/doc/pgsql/user/sql-cluster.htm -share/doc/pgsql/user/sql-commands.htm -share/doc/pgsql/user/sql-commit.htm -share/doc/pgsql/user/sql-copy.htm -share/doc/pgsql/user/sql-createaggregate.htm -share/doc/pgsql/user/sql-createdatabase.htm -share/doc/pgsql/user/sql-createfunction.htm -share/doc/pgsql/user/sql-createindex.htm -share/doc/pgsql/user/sql-createlanguage.htm -share/doc/pgsql/user/sql-createoperator.htm -share/doc/pgsql/user/sql-createrule.htm -share/doc/pgsql/user/sql-createsequence.htm -share/doc/pgsql/user/sql-createtable.htm -share/doc/pgsql/user/sql-createtrigger.htm -share/doc/pgsql/user/sql-createtype.htm -share/doc/pgsql/user/sql-createuser.htm -share/doc/pgsql/user/sql-createview.htm -share/doc/pgsql/user/sql-declare.htm -share/doc/pgsql/user/sql-delete.htm -share/doc/pgsql/user/sql-dropaggregate.htm -share/doc/pgsql/user/sql-dropdatabase.htm -share/doc/pgsql/user/sql-dropfunction.htm -share/doc/pgsql/user/sql-dropindex.htm -share/doc/pgsql/user/sql-droplanguage.htm -share/doc/pgsql/user/sql-dropoperator.htm -share/doc/pgsql/user/sql-droprule.htm -share/doc/pgsql/user/sql-dropsequence.htm -share/doc/pgsql/user/sql-droptable.htm -share/doc/pgsql/user/sql-droptrigger.htm -share/doc/pgsql/user/sql-droptype.htm -share/doc/pgsql/user/sql-dropuser.htm -share/doc/pgsql/user/sql-dropview.htm -share/doc/pgsql/user/sql-explain.htm -share/doc/pgsql/user/sql-fetch.htm -share/doc/pgsql/user/sql-grant.htm -share/doc/pgsql/user/sql-insert.htm -share/doc/pgsql/user/sql-listen.htm -share/doc/pgsql/user/sql-load.htm -share/doc/pgsql/user/sql-lock.htm -share/doc/pgsql/user/sql-move.htm -share/doc/pgsql/user/sql-notify.htm -share/doc/pgsql/user/sql-reset.htm -share/doc/pgsql/user/sql-revoke.htm -share/doc/pgsql/user/sql-rollback.htm -share/doc/pgsql/user/sql-select.htm -share/doc/pgsql/user/sql-selectinto.htm -share/doc/pgsql/user/sql-set.htm -share/doc/pgsql/user/sql-show.htm -share/doc/pgsql/user/sql-unlisten.htm -share/doc/pgsql/user/sql-update.htm -share/doc/pgsql/user/sql-vacuum-1.htm -share/doc/pgsql/user/storage.htm -share/doc/pgsql/user/syntax.htm -share/doc/pgsql/user/terminology.htm -share/doc/pgsql/user/typeconv.htm -share/doc/pgsql/user/user.htm -share/doc/pgsql/user/user.html -share/doc/pgsql/user/utilities.htm -share/doc/pgsql/user/x12564.htm -share/doc/pgsql/user/x1361.htm -share/doc/pgsql/user/x1393.htm -share/doc/pgsql/user/x1492.htm -share/doc/pgsql/user/x159.htm -share/doc/pgsql/user/x1697.htm -share/doc/pgsql/user/x1768.htm -share/doc/pgsql/user/x1838.htm -share/doc/pgsql/user/x1948.htm -share/doc/pgsql/user/x2007.htm -share/doc/pgsql/user/x2061.htm -share/doc/pgsql/user/x2164.htm -share/doc/pgsql/user/x2202.htm -share/doc/pgsql/user/x2345.htm -share/doc/pgsql/user/x2430.htm -share/doc/pgsql/user/x2648.htm -share/doc/pgsql/user/x2766.htm -share/doc/pgsql/user/x2829.htm -share/doc/pgsql/user/x2882.htm -share/doc/pgsql/user/x2902.htm -share/doc/pgsql/user/x3039.htm -share/doc/pgsql/user/x3091.htm -share/doc/pgsql/user/x3103.htm -share/doc/pgsql/user/x3116.htm -share/doc/pgsql/user/x3193.htm -share/doc/pgsql/user/x3214.htm -share/doc/pgsql/user/x3286.htm -share/doc/pgsql/user/x3310.htm -share/doc/pgsql/user/x3351.htm -share/doc/pgsql/user/x420.htm -share/doc/pgsql/user/x56.htm -share/doc/pgsql/user/x684.htm -share/doc/pgsql/user/x710.htm -share/doc/pgsql/user/x774.htm -share/doc/pgsql/user/y2k.htm -@dirrm share/doc/pgsql/admin -@dirrm share/doc/pgsql/postgres -@dirrm share/doc/pgsql/programmer -@dirrm share/doc/pgsql/tutorial -@dirrm share/doc/pgsql/user -@dirrm share/doc/pgsql -@dirrm pgsql/man/manl -@dirrm pgsql/man/man5 -@dirrm pgsql/man/man3 -@dirrm pgsql/man/man1 -@dirrm pgsql/man -@dirrm pgsql/lib -@dirrm pgsql/include/utils -@dirrm pgsql/include/port/freebsd -@dirrm pgsql/include/port -@dirrm pgsql/include/libpq++ -@dirrm pgsql/include/libpq -@dirrm pgsql/include/lib -@dirrm pgsql/include/executor -@dirrm pgsql/include/commands -@dirrm pgsql/include/access -@dirrm pgsql/include -@dirrm pgsql/data/base/template1 -@dirrm pgsql/data/base -@dirrm pgsql/data -@dirrm pgsql/bin -@dirrm pgsql diff --git a/databases/postgresql92-server/pkg-plist.jdbc b/databases/postgresql92-server/pkg-plist.jdbc deleted file mode 100644 index 7c59ed439420..000000000000 --- a/databases/postgresql92-server/pkg-plist.jdbc +++ /dev/null @@ -1,13 +0,0 @@ -share/examples/pgsql/jdbc/ImageViewer.java -share/examples/pgsql/jdbc/basic.java -share/examples/pgsql/jdbc/blobtest.java -share/examples/pgsql/jdbc/datestyle.java -share/examples/pgsql/jdbc/metadata.java -share/examples/pgsql/jdbc/psql.java -share/examples/pgsql/jdbc/threadsafe.java -share/examples/pgsql/jdbc/README -share/examples/pgsql/jdbc/README_6.3 -@dirrm share/examples/pgsql/jdbc -@dirrm share/examples/pgsql -share/java/postgresql.jar -@unexec rmdir %D/share/java 2>/dev/null || true diff --git a/databases/postgresql92-server/pkg-plist.tcl b/databases/postgresql92-server/pkg-plist.tcl deleted file mode 100644 index f3d0a042d747..000000000000 --- a/databases/postgresql92-server/pkg-plist.tcl +++ /dev/null @@ -1,7 +0,0 @@ -pgsql/bin/pgtclsh -pgsql/bin/pgtksh -pgsql/include/libpgtcl.h -pgsql/lib/libpgtcl.a -pgsql/lib/libpgtcl.so -pgsql/lib/libpgtcl.so.2 -pgsql/lib/pltcl.so diff --git a/databases/postgresql92-server/scripts/configure b/databases/postgresql92-server/scripts/configure deleted file mode 100644 index 4a92ee450ebe..000000000000 --- a/databases/postgresql92-server/scripts/configure +++ /dev/null @@ -1,7 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -cd $WRKSRC || exit 1 - -perl -pi -e "s=!!JAVA_HOME!!=${JAVA_HOME}=; s=!!PREFIX!!=${PREFIX}=" ${WRKSRC}/interfaces/jdbc/Makefile diff --git a/databases/postgresql92-server/scripts/createuser b/databases/postgresql92-server/scripts/createuser deleted file mode 100644 index 2abe201e7a4b..000000000000 --- a/databases/postgresql92-server/scripts/createuser +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/perl -# - -eval '(exit $?0)' && eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' -& eval 'exec /usr/bin/perl -S $0 $argv:q' -if 0; - -if( $> ) { - print "\nYou must be root to run this step!\n\n"; - exit 1; -} - -if( getpwnam( "pgsql" ) ) { - ( $null, $null, $pgUID ) = getpwnam( "pgsql" ); -} else { - $pgUID = 70; - while( getpwuid( $pgUID ) ) { - $pgUID++; - } -} - -if( getgrnam( "pgsql" ) ) { - ( $null, $null, $pgGID ) = getgrnam( "pgsql" ); -} else { - $pgGID = 70; - while( getgrgid( $pgGID ) ) { - $pgGID++; - } - &append_file( "/etc/group", "pgsql:*:$pgGID:" ); -} - -print "pgsql user using uid $pgUID\n"; -print "pgsql user using gid $pgGID\n"; - -system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" ); - -sub append_file { - local($file,@list) = @_; - local($LOCK_EX) = 2; - local($LOCK_NB) = 4; - local($LOCK_UN) = 8; - - open(F, ">> $file") || die "$file: $!\n"; - while( ! flock( F, $LOCK_EX | $LOCK_NB ) ) { - exit 1; - } - print F join( "\n", @list) . "\n"; - close F; - flock( F, $LOCK_UN ); -} diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile deleted file mode 100644 index 719fd89952f0..000000000000 --- a/databases/rrdtool/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: rrdtool -# Version required: 1.0.7 -# Date created: 20 July 1999 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# -# $FreeBSD$ -# - -DISTNAME= rrdtool-1.0.7 -CATEGORIES= net -MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ - -MAINTAINER= dima@Chg.RU - -USE_PERL5= YES -MAKE_ENV+= PERL=${PERL} - -GNU_CONFIGURE= YES - -CONFIGURE_ENV= PERL=${PERL} - -MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ - rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ - rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 -MAN3= RRDp.3 RRDs.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin - ${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - ${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool - ${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool -.endif - for dir in piped shared; do \ - cd ${WRKSRC}/perl-$$dir; ${MAKE} install; \ - done - -post-install: -.if !defined(BATCH) - @${ECHO} "" - @${ECHO} "############################################################################" - @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" - @${ECHO} "############################################################################" -.endif - -.include <bsd.port.mk> diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo deleted file mode 100644 index 7f7427c43102..000000000000 --- a/databases/rrdtool/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f diff --git a/databases/rrdtool/files/patch-aa b/databases/rrdtool/files/patch-aa deleted file mode 100644 index 5e948c99bca4..000000000000 --- a/databases/rrdtool/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- perl-shared/Makefile.PL.orig Wed Sep 29 17:26:51 1999 -+++ perl-shared/Makefile.PL Wed Sep 29 17:42:36 1999 -@@ -9,7 +9,8 @@ - 'NAME' => 'RRDs', - 'VERSION_FROM' => 'RRDs.pm', # finds $VERSION - 'OPTIMIZE' => '-g', -- 'INC' => '-I../src -I../gd1.3', -+ 'CCFLAGS' => '-DHAVE_CONFIG_H', -+ 'INC' => '-I../config -I../src -I../gd1.3', - # where to look for the necessary libraries - # Perl will figure out which one is valid - 'depend' => {'RRDs.c' => $librrd}, diff --git a/databases/rrdtool/files/patch-ab b/databases/rrdtool/files/patch-ab deleted file mode 100644 index f4ccd09b6328..000000000000 --- a/databases/rrdtool/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- src/rrd_tool.c.orig Thu Nov 18 14:52:04 1999 -+++ src/rrd_tool.c Thu Nov 18 14:54:16 1999 -@@ -202,12 +202,12 @@ - datai=data; - printf(" "); - for (i = 0; i<ds_cnt;i++) -- printf("%10s",ds_namv[i]); -+ printf("%14s ",ds_namv[i]); - printf ("\n\n"); - for (i = start; i <= end; i += step){ -- printf("%10lu:", i); -+ printf("%10lu: ", i); - for (ii = 0; ii < ds_cnt; ii++) -- printf("%10.2f", *(datai++)); -+ printf("%14.2f ", *(datai++)); - printf("\n"); - } - for (i=0;i<ds_cnt;i++) diff --git a/databases/rrdtool/pkg-comment b/databases/rrdtool/pkg-comment deleted file mode 100644 index 73242bc78bb6..000000000000 --- a/databases/rrdtool/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Round Robin Database Tools diff --git a/databases/rrdtool/pkg-descr b/databases/rrdtool/pkg-descr deleted file mode 100644 index ca95d58a230d..000000000000 --- a/databases/rrdtool/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -It is pretty easy to gather status information from all sorts of things, -ranging from the temperature in your office to the number of octets which -have passed through the FDDI interface of your router. But it is not so -trivial to store this data in a efficient and systematic manner. This is -where RRDtool kicks in. It lets you log and analyze the data you gather from -all kinds of data-sources (DS). The data analysis part of RRDtool is based -on the ability to quickly generate graphical representations of the data -values collected over a definable time period. - -WWW: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ - ---dima -dima@Chg.RU diff --git a/databases/rrdtool/pkg-plist b/databases/rrdtool/pkg-plist deleted file mode 100644 index 5d03426f117f..000000000000 --- a/databases/rrdtool/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -bin/rrdtool -bin/rrdcgi -bin/log2rrd.pl -share/examples/rrdtool/bigtops.pl -share/examples/rrdtool/minmax.pl -share/examples/rrdtool/piped-demo.pl -share/examples/rrdtool/shared-demo.pl -share/examples/rrdtool/stripes.pl -share/examples/rrdtool/cgi-demo.cgi -share/doc/rrdtool/README.log2rrd -share/doc/rrdtool/RRDp.html -share/doc/rrdtool/RRDs.html -share/doc/rrdtool/bin_dec_hex.html -share/doc/rrdtool/rrdcgi.html -share/doc/rrdtool/rrdcreate.html -share/doc/rrdtool/rrddump.html -share/doc/rrdtool/rrdfetch.html -share/doc/rrdtool/rrdgraph.html -share/doc/rrdtool/rrdlast.html -share/doc/rrdtool/rrdresize.html -share/doc/rrdtool/rrdrestore.html -share/doc/rrdtool/rrdtool.html -share/doc/rrdtool/rrdtune.html -share/doc/rrdtool/rrdtutorial.html -share/doc/rrdtool/rrdupdate.html -lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/RRDs.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/.packlist -@dirrm share/examples/rrdtool -@dirrm share/doc/rrdtool diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile deleted file mode 100644 index 719fd89952f0..000000000000 --- a/databases/rrdtool10/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: rrdtool -# Version required: 1.0.7 -# Date created: 20 July 1999 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# -# $FreeBSD$ -# - -DISTNAME= rrdtool-1.0.7 -CATEGORIES= net -MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ - -MAINTAINER= dima@Chg.RU - -USE_PERL5= YES -MAKE_ENV+= PERL=${PERL} - -GNU_CONFIGURE= YES - -CONFIGURE_ENV= PERL=${PERL} - -MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ - rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ - rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 -MAN3= RRDp.3 RRDs.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin - ${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - ${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool - ${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool -.endif - for dir in piped shared; do \ - cd ${WRKSRC}/perl-$$dir; ${MAKE} install; \ - done - -post-install: -.if !defined(BATCH) - @${ECHO} "" - @${ECHO} "############################################################################" - @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" - @${ECHO} "############################################################################" -.endif - -.include <bsd.port.mk> diff --git a/databases/rrdtool10/distinfo b/databases/rrdtool10/distinfo deleted file mode 100644 index 7f7427c43102..000000000000 --- a/databases/rrdtool10/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f diff --git a/databases/rrdtool10/files/patch-aa b/databases/rrdtool10/files/patch-aa deleted file mode 100644 index 5e948c99bca4..000000000000 --- a/databases/rrdtool10/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- perl-shared/Makefile.PL.orig Wed Sep 29 17:26:51 1999 -+++ perl-shared/Makefile.PL Wed Sep 29 17:42:36 1999 -@@ -9,7 +9,8 @@ - 'NAME' => 'RRDs', - 'VERSION_FROM' => 'RRDs.pm', # finds $VERSION - 'OPTIMIZE' => '-g', -- 'INC' => '-I../src -I../gd1.3', -+ 'CCFLAGS' => '-DHAVE_CONFIG_H', -+ 'INC' => '-I../config -I../src -I../gd1.3', - # where to look for the necessary libraries - # Perl will figure out which one is valid - 'depend' => {'RRDs.c' => $librrd}, diff --git a/databases/rrdtool10/files/patch-ab b/databases/rrdtool10/files/patch-ab deleted file mode 100644 index f4ccd09b6328..000000000000 --- a/databases/rrdtool10/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- src/rrd_tool.c.orig Thu Nov 18 14:52:04 1999 -+++ src/rrd_tool.c Thu Nov 18 14:54:16 1999 -@@ -202,12 +202,12 @@ - datai=data; - printf(" "); - for (i = 0; i<ds_cnt;i++) -- printf("%10s",ds_namv[i]); -+ printf("%14s ",ds_namv[i]); - printf ("\n\n"); - for (i = start; i <= end; i += step){ -- printf("%10lu:", i); -+ printf("%10lu: ", i); - for (ii = 0; ii < ds_cnt; ii++) -- printf("%10.2f", *(datai++)); -+ printf("%14.2f ", *(datai++)); - printf("\n"); - } - for (i=0;i<ds_cnt;i++) diff --git a/databases/rrdtool10/pkg-comment b/databases/rrdtool10/pkg-comment deleted file mode 100644 index 73242bc78bb6..000000000000 --- a/databases/rrdtool10/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Round Robin Database Tools diff --git a/databases/rrdtool10/pkg-descr b/databases/rrdtool10/pkg-descr deleted file mode 100644 index ca95d58a230d..000000000000 --- a/databases/rrdtool10/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -It is pretty easy to gather status information from all sorts of things, -ranging from the temperature in your office to the number of octets which -have passed through the FDDI interface of your router. But it is not so -trivial to store this data in a efficient and systematic manner. This is -where RRDtool kicks in. It lets you log and analyze the data you gather from -all kinds of data-sources (DS). The data analysis part of RRDtool is based -on the ability to quickly generate graphical representations of the data -values collected over a definable time period. - -WWW: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ - ---dima -dima@Chg.RU diff --git a/databases/rrdtool10/pkg-plist b/databases/rrdtool10/pkg-plist deleted file mode 100644 index 5d03426f117f..000000000000 --- a/databases/rrdtool10/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -bin/rrdtool -bin/rrdcgi -bin/log2rrd.pl -share/examples/rrdtool/bigtops.pl -share/examples/rrdtool/minmax.pl -share/examples/rrdtool/piped-demo.pl -share/examples/rrdtool/shared-demo.pl -share/examples/rrdtool/stripes.pl -share/examples/rrdtool/cgi-demo.cgi -share/doc/rrdtool/README.log2rrd -share/doc/rrdtool/RRDp.html -share/doc/rrdtool/RRDs.html -share/doc/rrdtool/bin_dec_hex.html -share/doc/rrdtool/rrdcgi.html -share/doc/rrdtool/rrdcreate.html -share/doc/rrdtool/rrddump.html -share/doc/rrdtool/rrdfetch.html -share/doc/rrdtool/rrdgraph.html -share/doc/rrdtool/rrdlast.html -share/doc/rrdtool/rrdresize.html -share/doc/rrdtool/rrdrestore.html -share/doc/rrdtool/rrdtool.html -share/doc/rrdtool/rrdtune.html -share/doc/rrdtool/rrdtutorial.html -share/doc/rrdtool/rrdupdate.html -lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/RRDs.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/.packlist -@dirrm share/examples/rrdtool -@dirrm share/doc/rrdtool diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile deleted file mode 100644 index 5c53eaddaf09..000000000000 --- a/databases/rubygem-postgres/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: ruby-postgres -# Version required: 0.5.3 -# Date created: 19 April 1999 -# Whom: Yasuhiro Fukuma <yasuf@big.or.jp> -# -# $FreeBSD$ -# - -DISTNAME= postgres-0.5.3 -PKGNAME= ruby-postgres-0.5.3 -CATEGORIES= databases -MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/contrib/ \ - ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/contrib/ \ - ftp://ftp.iij.ad.jp/pub/lang/ruby/contrib/ \ - ftp://blade.nagaokaut.ac.jp/pub/lang/ruby/contrib/ \ - ftp://ftp.krnet.ne.jp/pub/ruby/contrib/ \ - ftp://mirror.nucba.ac.jp/mirror/ruby/contrib/ - -MAINTAINER= yasuf@big.or.jp - -BUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby -RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql - -WRKSRC= ${WRKDIR}/postgres -CONFIGURE_ARGS+= --with-pgsql-include-dir="${PGDIR}/include" \ - --with-pgsql-lib-dir="${PGDIR}/lib" -PLIST_SUB+= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}" - -RUBY= ${PREFIX}/bin/ruby -RUBY_VER= 1.4 -RUBY_ARCH= ${ARCH}-freebsd${OSREL} - -PGDIR?= ${PREFIX}/pgsql - -do-configure: - @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb ${CONFIGURE_ARGS} - -post-install: - ${MKDIR} ${PREFIX}/share/examples/ruby/postgres - ${INSTALL_DATA} ${WRKSRC}/psql*.rb ${PREFIX}/share/examples/ruby/postgres -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/ruby/postgres - ${INSTALL_DATA} ${WRKSRC}/README* ${WRKSRC}/*.html ${PREFIX}/share/doc/ruby/postgres -.endif - -.include <bsd.port.mk> diff --git a/databases/rubygem-postgres/distinfo b/databases/rubygem-postgres/distinfo deleted file mode 100644 index 1f1ef60baac3..000000000000 --- a/databases/rubygem-postgres/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (postgres-0.5.3.tar.gz) = f34965e627807b9e9ac78e322e3d21f2 diff --git a/databases/rubygem-postgres/pkg-comment b/databases/rubygem-postgres/pkg-comment deleted file mode 100644 index dee7ce026a08..000000000000 --- a/databases/rubygem-postgres/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby interface to PostgreSQL library diff --git a/databases/rubygem-postgres/pkg-descr b/databases/rubygem-postgres/pkg-descr deleted file mode 100644 index 8fac5ce62d1d..000000000000 --- a/databases/rubygem-postgres/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is an extention module to access PostgreSQL database from Ruby. - -- Yasuhiro Fukuma -yasuf@big.or.jp diff --git a/databases/rubygem-postgres/pkg-plist b/databases/rubygem-postgres/pkg-plist deleted file mode 100644 index a585c96db95a..000000000000 --- a/databases/rubygem-postgres/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -lib/ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/postgres.so -share/examples/ruby/postgres/psql.rb -share/examples/ruby/postgres/psqlHelp.rb -@dirrm share/examples/ruby/postgres -share/doc/ruby/postgres/README -share/doc/ruby/postgres/README.jp -share/doc/ruby/postgres/postgres.html -share/doc/ruby/postgres/postgres.jp.html -@dirrm share/doc/ruby/postgres -@unexec /bin/rmdir %D/share/doc/ruby >/dev/null 2>&1 || true |