diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2010-07-08 07:37:32 +0000 |
commit | b80064cbb9898918e6563795d0233e58fde5e7a6 (patch) | |
tree | c805049ad5c2b944a6ce5e4d414b7a5c0dff612e /databases | |
parent | f2440db2ac6d1a099a0baae5d583f4fd8a043e0c (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Notes
Notes:
svn path=/head/; revision=257512
svn path=/tags/RELEASE_8_1_0/; revision=257513; tag=release/8.1.0
Diffstat (limited to 'databases')
162 files changed, 0 insertions, 8696 deletions
diff --git a/databases/db5/Makefile b/databases/db5/Makefile deleted file mode 100644 index c0d70e2916bf..000000000000 --- a/databases/db5/Makefile +++ /dev/null @@ -1,95 +0,0 @@ -# New ports collection makefile for: db50 -# Date created: 2010-04-06 -# Whom: Matthias Andree <mandree@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= db50 -PORTVERSION= 5.0.21.0 -CATEGORIES= databases java -MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ - http://download-east.oracle.com/berkeley-db/ \ - http://download-uk.oracle.com/berkeley-db/ -PKGNAMEPREFIX?= -DISTNAME= db-${PORTVERSION:R} -DIST_SUBDIR= bdb - -MAINTAINER= mandree@FreeBSD.org -COMMENT= The Oracle Berkeley DB, revision 5.0 - -BDBVER= ${PORTVERSION:R:R} -CONFIGURE_ARGS= --enable-cxx --enable-stl \ - --includedir=${PREFIX}/include/${PORTNAME} \ - --libdir=${PREFIX}/lib/${PORTNAME} \ - --bindir=${PREFIX}/bin/${PORTNAME} -CONFIGURE_SCRIPT= ../dist/configure -GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes -USE_GMAKE= yes -INSTALL_TARGET= install_include install_lib install_utilities -LIBTOOLFILES= ${CONFIGURE_SCRIPT} -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix -USE_LDCONFIG= yes - -.if !defined(NOPORTDOCS) -INSTALL_TARGET+= install_docs docdir=${DOCSDIR} -PORTDOCS= * -.endif - -OPTIONS= SQL "SQL API (EXPERIMENTAL)" OFF \ - JAVA "JAVA API (EXPERIMENTAL)" OFF - -.include <bsd.port.pre.mk> - -.if defined(WITH_SQL) -CONFIGURE_ARGS+= --enable-sql_codegen --enable-sql -PLIST_SUB+= SQL="" -libdb_sql= libdb_sql -.else -PLIST_SUB+= SQL="@comment " -libdb_sql= -.endif - -.if defined(WITH_JAVA) -USE_JAVA= yes -JAVA_VERSION= 1.5+ -CONFIGURE_ARGS+= --enable-java -CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include" JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" -PLIST_SUB+= JAVA="" -libdb_java= libdb_java -.else -PLIST_SUB+= JAVA="@comment " -libdb_java= -.endif - -post-patch: - ${REINPLACE_CMD} -e '/^DOCLIST/{s/csharp//;}' ${WRKSRC}/../dist/Makefile.in - -post-install: -.for i in libdb libdb_cxx libdb_stl ${libdb_sql} ${libdb_java} - ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib - ${LN} -s -f ${i}-${BDBVER}.so.0 ${PREFIX}/lib/${i}-${BDBVER}.so - ${LN} -s -f ${i}-${BDBVER}.a ${PREFIX}/lib/${PORTNAME}/${i}.a - ${CHMOD} a-w ${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.so.0 \ - ${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.a \ - ${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.la -.endfor - cd ${PREFIX}/bin/${PORTNAME}; \ - for i in *; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER}; done -.if !defined(NOPORTDOCS) -.for i in api_reference/TCL - ${RM} -r -f ${DOCSDIR}/${i} -.endfor -.if !defined(WITH_JAVA) - ${RM} -r -f ${DOCSDIR}/java -.for i in gsg gsg_db_rep gsg_txn - ${RM} -r -f ${DOCSDIR}/${i}/JAVA -.endfor -.endif -.if !defined(WITH_SQL) - ${RM} -r -f ${DOCSDIR}/bdb-sql -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/databases/db5/distinfo b/databases/db5/distinfo deleted file mode 100644 index 65dc2761f05f..000000000000 --- a/databases/db5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bdb/db-5.0.21.tar.gz) = 9a749fd2e98fe15840493ddc34cc66d8 -SHA256 (bdb/db-5.0.21.tar.gz) = 061a31a962e992dd1eae5f1e3193241d497a18968e750707526d104b53ab3cc4 -SIZE (bdb/db-5.0.21.tar.gz) = 29300812 diff --git a/databases/db5/files/patch-dist_configure b/databases/db5/files/patch-dist_configure deleted file mode 100644 index 2dac99fc909d..000000000000 --- a/databases/db5/files/patch-dist_configure +++ /dev/null @@ -1,13 +0,0 @@ ---- ../dist/configure.orig Wed Dec 5 13:14:02 2001 -+++ ../dist/configure Wed Dec 5 13:24:01 2001 -@@ -20867,8 +20867,8 @@ - - MAKEFILE_CC="\$(LIBTOOL) --mode=compile ${MAKEFILE_CC}" --MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version" -+MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -version-info 0:0:0" - MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK}" - MAKEFILE_CXX="\$(LIBTOOL) --mode=compile ${MAKEFILE_CXX}" --MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -avoid-version" -+MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -version-info 0:0:0" - MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK}" - diff --git a/databases/db5/pkg-descr b/databases/db5/pkg-descr deleted file mode 100644 index 57e18a6333c2..000000000000 --- a/databases/db5/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Oracle Berkeley DB is a family of open source embeddable databases -that allows developers to incorporate within their applications a -fast, scalable, transactional database engine with industrial grade -reliability and availability. As a result, customers and end-users -will experience an application that simply works, reliably manages -data, can scale under extreme load, but requires no ongoing database -administration. As a developer, you can focus on your application and -be confident that Oracle Berkeley DB will manage your persistence -needs. - -WWW: http://www.oracle.com/database/berkeley-db/index.html diff --git a/databases/db5/pkg-plist b/databases/db5/pkg-plist deleted file mode 100644 index 81f7a1576d4c..000000000000 --- a/databases/db5/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -@comment $FreeBSD$ -bin/db50/db_archive -bin/db50/db_checkpoint -bin/db50/db_deadlock -bin/db50/db_dump -bin/db50/db_hotbackup -bin/db50/db_load -bin/db50/db_log_verify -bin/db50/db_printlog -bin/db50/db_recover -%%SQL%%bin/db50/dbsql -%%SQL%%bin/db50/db_sql_codegen -bin/db50/db_stat -bin/db50/db_upgrade -bin/db50/db_verify -bin/db_archive-5.0 -bin/db_checkpoint-5.0 -bin/db_deadlock-5.0 -bin/db_dump-5.0 -bin/db_hotbackup-5.0 -bin/db_load-5.0 -bin/db_log_verify-5.0 -bin/db_printlog-5.0 -bin/db_recover-5.0 -%%SQL%%bin/db_sql_codegen-5.0 -bin/db_stat-5.0 -bin/db_upgrade-5.0 -bin/db_verify-5.0 -include/db50/db.h -include/db50/db_cxx.h -%%SQL%%include/db50/dbsql.h -include/db50/dbstl_common.h -include/db50/dbstl_set.h -include/db50/dbstl_vector.h -include/db50/dbstl_exception.h -include/db50/dbstl_map.h -include/db50/dbstl_utility.h -include/db50/dbstl_dbc.h -include/db50/dbstl_dbt.h -include/db50/dbstl_base_iterator.h -include/db50/dbstl_container.h -include/db50/dbstl_element_ref.h -include/db50/dbstl_inner_utility.h -include/db50/dbstl_resource_manager.h -lib/db50/libdb-5.0.a -lib/db50/libdb-5.0.la -lib/db50/libdb-5.0.so -lib/db50/libdb-5.0.so.0 -lib/db50/libdb-5.so -lib/db50/libdb.a -lib/db50/libdb.so -lib/db50/libdb_cxx-5.0.a -lib/db50/libdb_cxx-5.0.la -lib/db50/libdb_cxx-5.0.so -lib/db50/libdb_cxx-5.0.so.0 -lib/db50/libdb_cxx-5.so -lib/db50/libdb_cxx.a -lib/db50/libdb_cxx.so -lib/db50/libdb_stl-5.0.a -lib/db50/libdb_stl-5.0.la -lib/db50/libdb_stl-5.0.so -lib/db50/libdb_stl-5.0.so.0 -lib/db50/libdb_stl-5.so -lib/db50/libdb_stl.a -lib/db50/libdb_stl.so -%%JAVA%%lib/db50/libdb_java-5.0.so.0 -%%JAVA%%lib/db50/libdb_java-5.0.la -%%JAVA%%lib/db50/libdb_java-5.0.a -%%JAVA%%lib/db50/db.jar -%%SQL%%lib/db50/libdb_sql-5.0.so.0 -%%SQL%%lib/db50/libdb_sql-5.0.la -%%SQL%%lib/db50/libdb_sql-5.0.a -%%SQL%%lib/db50/libdb_sql.a -lib/libdb-5.0.so -lib/libdb-5.0.so.0 -lib/libdb_cxx-5.0.so -lib/libdb_cxx-5.0.so.0 -lib/libdb_stl-5.0.so -lib/libdb_stl-5.0.so.0 -@dirrmtry lib/db50 -@dirrmtry include/db50 -@dirrmtry bin/db50 diff --git a/databases/db51/Makefile b/databases/db51/Makefile deleted file mode 100644 index c0d70e2916bf..000000000000 --- a/databases/db51/Makefile +++ /dev/null @@ -1,95 +0,0 @@ -# New ports collection makefile for: db50 -# Date created: 2010-04-06 -# Whom: Matthias Andree <mandree@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= db50 -PORTVERSION= 5.0.21.0 -CATEGORIES= databases java -MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ - http://download-east.oracle.com/berkeley-db/ \ - http://download-uk.oracle.com/berkeley-db/ -PKGNAMEPREFIX?= -DISTNAME= db-${PORTVERSION:R} -DIST_SUBDIR= bdb - -MAINTAINER= mandree@FreeBSD.org -COMMENT= The Oracle Berkeley DB, revision 5.0 - -BDBVER= ${PORTVERSION:R:R} -CONFIGURE_ARGS= --enable-cxx --enable-stl \ - --includedir=${PREFIX}/include/${PORTNAME} \ - --libdir=${PREFIX}/lib/${PORTNAME} \ - --bindir=${PREFIX}/bin/${PORTNAME} -CONFIGURE_SCRIPT= ../dist/configure -GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes -USE_GMAKE= yes -INSTALL_TARGET= install_include install_lib install_utilities -LIBTOOLFILES= ${CONFIGURE_SCRIPT} -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix -USE_LDCONFIG= yes - -.if !defined(NOPORTDOCS) -INSTALL_TARGET+= install_docs docdir=${DOCSDIR} -PORTDOCS= * -.endif - -OPTIONS= SQL "SQL API (EXPERIMENTAL)" OFF \ - JAVA "JAVA API (EXPERIMENTAL)" OFF - -.include <bsd.port.pre.mk> - -.if defined(WITH_SQL) -CONFIGURE_ARGS+= --enable-sql_codegen --enable-sql -PLIST_SUB+= SQL="" -libdb_sql= libdb_sql -.else -PLIST_SUB+= SQL="@comment " -libdb_sql= -.endif - -.if defined(WITH_JAVA) -USE_JAVA= yes -JAVA_VERSION= 1.5+ -CONFIGURE_ARGS+= --enable-java -CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include" JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" -PLIST_SUB+= JAVA="" -libdb_java= libdb_java -.else -PLIST_SUB+= JAVA="@comment " -libdb_java= -.endif - -post-patch: - ${REINPLACE_CMD} -e '/^DOCLIST/{s/csharp//;}' ${WRKSRC}/../dist/Makefile.in - -post-install: -.for i in libdb libdb_cxx libdb_stl ${libdb_sql} ${libdb_java} - ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib - ${LN} -s -f ${i}-${BDBVER}.so.0 ${PREFIX}/lib/${i}-${BDBVER}.so - ${LN} -s -f ${i}-${BDBVER}.a ${PREFIX}/lib/${PORTNAME}/${i}.a - ${CHMOD} a-w ${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.so.0 \ - ${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.a \ - ${PREFIX}/lib/${PORTNAME}/${i}-${BDBVER}.la -.endfor - cd ${PREFIX}/bin/${PORTNAME}; \ - for i in *; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER}; done -.if !defined(NOPORTDOCS) -.for i in api_reference/TCL - ${RM} -r -f ${DOCSDIR}/${i} -.endfor -.if !defined(WITH_JAVA) - ${RM} -r -f ${DOCSDIR}/java -.for i in gsg gsg_db_rep gsg_txn - ${RM} -r -f ${DOCSDIR}/${i}/JAVA -.endfor -.endif -.if !defined(WITH_SQL) - ${RM} -r -f ${DOCSDIR}/bdb-sql -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/databases/db51/distinfo b/databases/db51/distinfo deleted file mode 100644 index 65dc2761f05f..000000000000 --- a/databases/db51/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bdb/db-5.0.21.tar.gz) = 9a749fd2e98fe15840493ddc34cc66d8 -SHA256 (bdb/db-5.0.21.tar.gz) = 061a31a962e992dd1eae5f1e3193241d497a18968e750707526d104b53ab3cc4 -SIZE (bdb/db-5.0.21.tar.gz) = 29300812 diff --git a/databases/db51/files/patch-dist_configure b/databases/db51/files/patch-dist_configure deleted file mode 100644 index 2dac99fc909d..000000000000 --- a/databases/db51/files/patch-dist_configure +++ /dev/null @@ -1,13 +0,0 @@ ---- ../dist/configure.orig Wed Dec 5 13:14:02 2001 -+++ ../dist/configure Wed Dec 5 13:24:01 2001 -@@ -20867,8 +20867,8 @@ - - MAKEFILE_CC="\$(LIBTOOL) --mode=compile ${MAKEFILE_CC}" --MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -avoid-version" -+MAKEFILE_SOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK} -version-info 0:0:0" - MAKEFILE_CCLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CCLINK}" - MAKEFILE_CXX="\$(LIBTOOL) --mode=compile ${MAKEFILE_CXX}" --MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -avoid-version" -+MAKEFILE_XSOLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK} -version-info 0:0:0" - MAKEFILE_CXXLINK="\$(LIBTOOL) --mode=link ${MAKEFILE_CXXLINK}" - diff --git a/databases/db51/pkg-descr b/databases/db51/pkg-descr deleted file mode 100644 index 57e18a6333c2..000000000000 --- a/databases/db51/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Oracle Berkeley DB is a family of open source embeddable databases -that allows developers to incorporate within their applications a -fast, scalable, transactional database engine with industrial grade -reliability and availability. As a result, customers and end-users -will experience an application that simply works, reliably manages -data, can scale under extreme load, but requires no ongoing database -administration. As a developer, you can focus on your application and -be confident that Oracle Berkeley DB will manage your persistence -needs. - -WWW: http://www.oracle.com/database/berkeley-db/index.html diff --git a/databases/db51/pkg-plist b/databases/db51/pkg-plist deleted file mode 100644 index 81f7a1576d4c..000000000000 --- a/databases/db51/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -@comment $FreeBSD$ -bin/db50/db_archive -bin/db50/db_checkpoint -bin/db50/db_deadlock -bin/db50/db_dump -bin/db50/db_hotbackup -bin/db50/db_load -bin/db50/db_log_verify -bin/db50/db_printlog -bin/db50/db_recover -%%SQL%%bin/db50/dbsql -%%SQL%%bin/db50/db_sql_codegen -bin/db50/db_stat -bin/db50/db_upgrade -bin/db50/db_verify -bin/db_archive-5.0 -bin/db_checkpoint-5.0 -bin/db_deadlock-5.0 -bin/db_dump-5.0 -bin/db_hotbackup-5.0 -bin/db_load-5.0 -bin/db_log_verify-5.0 -bin/db_printlog-5.0 -bin/db_recover-5.0 -%%SQL%%bin/db_sql_codegen-5.0 -bin/db_stat-5.0 -bin/db_upgrade-5.0 -bin/db_verify-5.0 -include/db50/db.h -include/db50/db_cxx.h -%%SQL%%include/db50/dbsql.h -include/db50/dbstl_common.h -include/db50/dbstl_set.h -include/db50/dbstl_vector.h -include/db50/dbstl_exception.h -include/db50/dbstl_map.h -include/db50/dbstl_utility.h -include/db50/dbstl_dbc.h -include/db50/dbstl_dbt.h -include/db50/dbstl_base_iterator.h -include/db50/dbstl_container.h -include/db50/dbstl_element_ref.h -include/db50/dbstl_inner_utility.h -include/db50/dbstl_resource_manager.h -lib/db50/libdb-5.0.a -lib/db50/libdb-5.0.la -lib/db50/libdb-5.0.so -lib/db50/libdb-5.0.so.0 -lib/db50/libdb-5.so -lib/db50/libdb.a -lib/db50/libdb.so -lib/db50/libdb_cxx-5.0.a -lib/db50/libdb_cxx-5.0.la -lib/db50/libdb_cxx-5.0.so -lib/db50/libdb_cxx-5.0.so.0 -lib/db50/libdb_cxx-5.so -lib/db50/libdb_cxx.a -lib/db50/libdb_cxx.so -lib/db50/libdb_stl-5.0.a -lib/db50/libdb_stl-5.0.la -lib/db50/libdb_stl-5.0.so -lib/db50/libdb_stl-5.0.so.0 -lib/db50/libdb_stl-5.so -lib/db50/libdb_stl.a -lib/db50/libdb_stl.so -%%JAVA%%lib/db50/libdb_java-5.0.so.0 -%%JAVA%%lib/db50/libdb_java-5.0.la -%%JAVA%%lib/db50/libdb_java-5.0.a -%%JAVA%%lib/db50/db.jar -%%SQL%%lib/db50/libdb_sql-5.0.so.0 -%%SQL%%lib/db50/libdb_sql-5.0.la -%%SQL%%lib/db50/libdb_sql-5.0.a -%%SQL%%lib/db50/libdb_sql.a -lib/libdb-5.0.so -lib/libdb-5.0.so.0 -lib/libdb_cxx-5.0.so -lib/libdb_cxx-5.0.so.0 -lib/libdb_stl-5.0.so -lib/libdb_stl-5.0.so.0 -@dirrmtry lib/db50 -@dirrmtry include/db50 -@dirrmtry bin/db50 diff --git a/databases/p5-MySQL-Diff/Makefile b/databases/p5-MySQL-Diff/Makefile deleted file mode 100644 index 43719475008f..000000000000 --- a/databases/p5-MySQL-Diff/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: MySQL-Diff -# Date created: 11 August 2003 -# Whom: Andrew McNaughton <andrew@scoop.co.nz> -# -# $FreeBSD$ -# - -PORTNAME= MySQL-Diff -PORTVERSION= 0.33 -CATEGORIES= databases perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= andrew@scoop.co.nz -COMMENT= Perl module for comparing the table structure of two MySQL databases - -BUILD_DEPENDS= ${SITE_PERL}/Class/MakeMethods/Template.pm:${PORTSDIR}/devel/p5-Class-MakeMethods \ - ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -post-install: - $(INSTALL_SCRIPT) $(WRKSRC)/mysqldiff $(PREFIX)/bin - -.include <bsd.port.mk> diff --git a/databases/p5-MySQL-Diff/distinfo b/databases/p5-MySQL-Diff/distinfo deleted file mode 100644 index d5d84696a313..000000000000 --- a/databases/p5-MySQL-Diff/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (MySQL-Diff-0.33.tar.gz) = 8f8e4af9eacd465814ce4071e9457272 -SHA256 (MySQL-Diff-0.33.tar.gz) = d0eb30ee54147f9d408c22947dcb7195c5b8db07eb0ed7275de3f0df0f3d6021 -SIZE (MySQL-Diff-0.33.tar.gz) = 12071 diff --git a/databases/p5-MySQL-Diff/pkg-descr b/databases/p5-MySQL-Diff/pkg-descr deleted file mode 100644 index 5d4df2790e39..000000000000 --- a/databases/p5-MySQL-Diff/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -MySQL::Diff is Perl module for comparing the table structure -of two MySQL databases - -WWW: http://adamspiers.org/computing/mysqldiff/ diff --git a/databases/p5-MySQL-Diff/pkg-plist b/databases/p5-MySQL-Diff/pkg-plist deleted file mode 100644 index e93f65f8889d..000000000000 --- a/databases/p5-MySQL-Diff/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/MySQL/Table.pm -%%SITE_PERL%%/MySQL/Diff.pm -%%SITE_PERL%%/MySQL/Utils.pm -%%SITE_PERL%%/MySQL/Database.pm -bin/mysqldiff -%%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL/Diff -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL -@dirrmtry %%SITE_PERL%%/MySQL diff --git a/databases/p5-Search-Xapian10/Makefile b/databases/p5-Search-Xapian10/Makefile deleted file mode 100644 index 2ca7430ae23a..000000000000 --- a/databases/p5-Search-Xapian10/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: databases/p5-Search-Xapian -# Date created: Feb 22 2006 -# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Search-Xapian -PORTVERSION= 1.0.20.0 -CATEGORIES= databases perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Perl XS frontend to the Xapian C++ search library - -BUILD_DEPENDS= xapian-core>=1.0.10:${PORTSDIR}/databases/xapian-core -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes -CC= ${CXX} - -MAN3= Search::Xapian.3 \ - Search::Xapian::BM25Weight.3 \ - Search::Xapian::BoolWeight.3 \ - Search::Xapian::Database.3 \ - Search::Xapian::Document.3 \ - Search::Xapian::Enquire.3 \ - Search::Xapian::MultiValueSorter.3 \ - Search::Xapian::PositionIterator.3 \ - Search::Xapian::PostingIterator.3 \ - Search::Xapian::QueryParser.3 \ - Search::Xapian::Stem.3 \ - Search::Xapian::TermGenerator.3 \ - Search::Xapian::TermIterator.3 \ - Search::Xapian::TradWeight.3 \ - Search::Xapian::ValueIterator.3 \ - Search::Xapian::Weight.3 \ - Search::Xapian::WritableDatabase.3 - -post-patch: - @${REINPLACE_CMD} -e 's/^if (defined $$builddir/if (0/' ${WRKSRC}/Makefile.PL - -.include <bsd.port.mk> diff --git a/databases/p5-Search-Xapian10/distinfo b/databases/p5-Search-Xapian10/distinfo deleted file mode 100644 index 858aeb4ad746..000000000000 --- a/databases/p5-Search-Xapian10/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Search-Xapian-1.0.20.0.tar.gz) = 8fca4619975eddb6fdf297450730d1f7 -SHA256 (Search-Xapian-1.0.20.0.tar.gz) = 127f539525c326c39e0a83ddf3455b284415261621f3e4d2f418b94137b2d07b -SIZE (Search-Xapian-1.0.20.0.tar.gz) = 52427 diff --git a/databases/p5-Search-Xapian10/pkg-descr b/databases/p5-Search-Xapian10/pkg-descr deleted file mode 100644 index 1e73d225f72a..000000000000 --- a/databases/p5-Search-Xapian10/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -This module wraps most methods of most Xapian classes. The missing classes -and methods should be added in the future. It also provides a simplified, -more 'perlish' interface - as demonstrated above. - -The Xapian library is evolving very quickly at the time of writing, -hence any documentation placed here would be likely to become out of -date quite rapidly, and I do not have the patience to write some which -could rapidly become redundant. - -Apologies to those of you considering using this module. For the time -being, I would suggest garnering what you can from the tests and -examples provided, or reading through the Xapian documentation on -http://www.xapian.org/, notably the API documentation at -http://www.xapian.org/docs/apidoc/html/annotated.html - -If you encounter problems, email either me or preferably the -Xapian-discuss mailing list (which I am on - subscription details can -be found on the Xapian web site). - -WWW: http://search.cpan.org/dist/Search-Xapian/ diff --git a/databases/p5-Search-Xapian10/pkg-plist b/databases/p5-Search-Xapian10/pkg-plist deleted file mode 100644 index 53610541d90e..000000000000 --- a/databases/p5-Search-Xapian10/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian/Xapian.so -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BM25Weight.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/BoolWeight.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Database.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Document.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESet.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ESetIterator.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Enquire.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet/Tied.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSetIterator.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MultiValueSorter.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PerlStopper.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PositionIterator.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/PostingIterator.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Query.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/QueryParser.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/RSet.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/SimpleStopper.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stem.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stopper.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermGenerator.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TermIterator.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/TradWeight.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/ValueIterator.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Weight.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/WritableDatabase.pm -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Xapian -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/MSet -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search diff --git a/databases/percona55-client/Makefile b/databases/percona55-client/Makefile deleted file mode 100644 index 3eb647f81b9e..000000000000 --- a/databases/percona55-client/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: MySQL-client -# Date created: 28 Jan 2006 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PKGNAMESUFFIX= -client - -COMMENT= Multithreaded SQL database (client) - -MASTERDIR= ${.CURDIR}/../mysql55-server - -PKGINSTALL= mustnotexist -PKGMESSAGE= mustnotexist -PLIST= ${PKGDIR}/pkg-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 e985ef54d8d1..000000000000 --- a/databases/percona55-server/Makefile +++ /dev/null @@ -1,242 +0,0 @@ -# New ports collection makefile for: MySQL-server -# Date created: 28 Jan 2006 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= mysql -PORTVERSION= 5.5.4 -PORTREVISION?= 0 -CATEGORIES= databases ipv6 -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQL-5.5 -PKGNAMESUFFIX?= -server -DISTNAME= ${PORTNAME}-${PORTVERSION}-m3 - -MAINTAINER= ale@FreeBSD.org -COMMENT?= Multithreaded SQL database (server) - -SLAVEDIRS= databases/mysql55-client databases/mysql55-scripts -GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes - -CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ - --without-debug \ - --without-readline \ - --without-libedit \ - --with-libwrap \ - --with-low-memory \ - --with-comment='FreeBSD port: ${PKGNAME}' \ - --enable-thread-safe-client \ - --disable-dtrace - -.ifdef USE_MYSQL -.error You have `USE_MYSQL' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - -.if defined(WITHOUT_IPV6) -CONFIGURE_ARGS+=--disable-ipv6 -.endif -.if defined(WITH_CHARSET) && ${WITH_CHARSET} != "" -CONFIGURE_ARGS+=--with-charset=${WITH_CHARSET} -.endif -.if defined(WITH_XCHARSET) && ${WITH_XCHARSET} != "" -CONFIGURE_ARGS+=--with-extra-charsets=${WITH_XCHARSET} -.endif -.if defined(WITH_OPENSSL) -.if !defined(WITHOUT_YASSL) -CONFIGURE_ARGS+=--with-ssl=bundled -.else -USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} -.endif -.endif -.if defined(WITH_FAST_MUTEXES) -CONFIGURE_ARGS+=--with-fast-mutexes -.endif -.if defined(BUILD_STATIC) -CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static -PLIST_SUB+= PLUGINS="@comment " -.else -PLIST_SUB+= PLUGINS="" -.endif -.if defined(WITH_NDB) -CONFIGURE_ARGS+=--with-plugins=max -.else -CONFIGURE_ARGS+=--with-plugins=max-no-ndb -.endif -.if defined(WITH_COLLATION) && ${WITH_COLLATION} != "" -CONFIGURE_ARGS+=--with-collation=${WITH_COLLATION} -.endif - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" -CONFIGURE_ARGS+=--enable-assembler -.endif -.if defined(WITH_LINUXTHREADS) -CONFIGURE_ARGS+=--with-named-thread-libs='-DHAVE_GLIBC2_STYLE_GETHOSTBYNAME_R -CONFIGURE_ARGS+=-D_THREAD_SAFE -I${LOCALBASE}/include/pthread/linuxthreads -CFLAGS+= -D__USE_UNIX98 -D_REENTRANT -D_THREAD_SAFE -CFLAGS+= -I${LOCALBASE}/include/pthread/linuxthreads -LIB_DEPENDS+= lthread:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r -llstdc++ -llsupc++' -.else -CONFIGURE_ARGS+=--with-named-thread-libs=${PTHREAD_LIBS} -CFLAGS+= ${PTHREAD_CFLAGS} -.endif - -.if defined(BUILD_OPTIMIZED) -CFLAGS+= -O3 -fno-omit-frame-pointer -CFLAGS+= -fno-gcse -.endif -CXXFLAGS+= ${CFLAGS} -felide-constructors -fno-rtti -CXXFLAGS+= -fno-exceptions - -# MySQL-Server part -.if !defined(CLIENT_ONLY) && !defined(SCRIPTS_ONLY) -USE_MYSQL= yes -WANT_MYSQL_VER= 55 - -LATEST_LINK= mysql55-server - -CONFLICTS= mysql-server-[34].* mysql-server-5.[0-46-9].* - -USE_RC_SUBR= mysql-server.sh - -USERS= mysql -GROUPS= mysql - -.if defined(WITH_NDB) -USE_LDCONFIG= ${PREFIX}/lib/mysql -PLIST_SUB+= NDB="" -.else -PLIST_SUB+= NDB="@comment " -.endif - -MAN1= innochecksum.1 myisamchk.1 myisamlog.1 myisampack.1 \ - my_print_defaults.1 myisam_ftdump.1 mysql_client_test_embedded.1 \ - mysql_install_db.1 mysql_tzinfo_to_sql.1 \ - mysql_waitpid.1 mysqld_safe.1 mysqltest_embedded.1 mysql.server.1 \ - perror.1 replace.1 resolve_stack_dump.1 resolveip.1 -.if defined(WITH_NDB) -MAN1+= ndb_config.1 ndb_delete_all.1 ndb_desc.1 ndb_drop_index.1 \ - ndb_drop_table.1 ndb_error_reporter.1 ndb_mgm.1 \ - ndb_print_backup_file.1 ndb_print_schema_file.1 \ - ndb_print_sys_file.1 ndb_restore.1 ndb_select_all.1 \ - ndb_select_count.1 ndb_show_tables.1 ndb_size.pl.1 ndb_waiter.1 -.endif - -INFO= mysql - -CONFIGURE_ARGS+=--with-embedded-server - -CFLAGS+= -fPIC - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " WITH_CHARSET=charset Define the primary built-in charset (latin1)." - @${ECHO} " WITH_XCHARSET=list Define other built-in charsets (may be 'all')." - @${ECHO} " WITH_COLLATION=collate Define default collation (latin1_swedish_ci)." - @${ECHO} " WITH_OPENSSL=yes Enable secure connections" - @${ECHO} " (define WITHOUT_YASSL for backward compatibility)." - @${ECHO} " WITH_LINUXTHREADS=yes Use the linuxthreads pthread library." - @${ECHO} " WITH_PROC_SCOPE_PTH=yes Use process scope threads" - @${ECHO} " (try it if you use libpthread)." - @${ECHO} " WITH_FAST_MUTEXES=yes Replace mutexes with spinlocks." - @${ECHO} " BUILD_OPTIMIZED=yes Enable compiler optimizations" - @${ECHO} " (use it if you need speed)." - @${ECHO} " BUILD_STATIC=yes Build a static version of mysqld." - @${ECHO} " (use it if you need even more speed)." - @${ECHO} " WITH_NDB=yes Enable support for NDB Cluster." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ sql-common scripts libservices @sql_server_dirs@ libmysql @sql_server@ @man_dirs@ @libmysqld_dirs@ support-files|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = @server_scripts@|g" ${WRKSRC}/scripts/Makefile.in - @${REINPLACE_CMD} -e "s|dist_pkgdata_DATA =|dist_pkgdata_DATA = fill_help_tables.sql mysql_system_tables.sql mysql_system_tables_data.sql|g" ${WRKSRC}/scripts/Makefile.in - @${REINPLACE_CMD} -e "s|man1_MANS =|man1_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in - @${REINPLACE_CMD} -e "s|install-data-am: install-pkgincludeHEADERS|install-data-am:|g" ${WRKSRC}/extra/Makefile.in - @${REINPLACE_CMD} -e "s|install-data-am: install-pkgincludeHEADERS|install-data-am:|g" ${WRKSRC}/include/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-pkglibLTLIBRARIES|install-exec-am:|g" ${WRKSRC}/libmysql/Makefile.in - @${REINPLACE_CMD} -e "/^AM_CXXFLAGS/s|=.*|+= \$$(NDB_CXXFLAGS)|" `${FIND} ${WRKSRC}/storage/ndb -name Makefile.in` -.if defined(WITH_PROC_SCOPE_PTH) - @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/sql/mysqld.cc -.endif - -post-install: -.if !defined(PACKAGE_BUILDING) - @${CAT} ${PKGMESSAGE} -.endif - -.else -# MySQL-Client part -.if defined(CLIENT_ONLY) -LATEST_LINK= mysql55-client - -CONFLICTS= mysql-client-[34].* mysql-client-5.[0-46-9].* - -MAN1= mysql_config.1 mysql_upgrade.1 mysql.1 mysqladmin.1 \ - mysqlbinlog.1 mysqlbug.1 mysqlcheck.1 \ - mysqldump.1 mysqlimport.1 mysqlshow.1 mysqlslap.1 mysqltest.1 - -USE_LDCONFIG= ${PREFIX}/lib/mysql - -CONFIGURE_ARGS+=--without-server - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include sql-common scripts @sql_client_dirs@ @man_dirs@|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-pkglibLIBRARIES|install-exec-am:|g" ${WRKSRC}/strings/Makefile.in ${WRKSRC}/mysys/Makefile.in ${WRKSRC}/dbug/Makefile.in - @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = mysql_config mysql_fix_privilege_tables mysqlbug|g" ${WRKSRC}/scripts/Makefile.in - @${REINPLACE_CMD} -e "s|dist_pkgdata_DATA =|dist_pkgdata_DATA = mysql_fix_privilege_tables.sql|g" ${WRKSRC}/scripts/Makefile.in - @${REINPLACE_CMD} -e "s|man1_MANS =|man1_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-binPROGRAMS|install-exec-am:|g" ${WRKSRC}/extra/Makefile.in - -post-install: - ${INSTALL_DATA} ${WRKSRC}/support-files/mysql.m4 ${PREFIX}/share/aclocal/ - -.else -# MySQL-Scripts part -USE_MYSQL= yes -WANT_MYSQL_VER= 55 - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql55 -.if ${PERL_LEVEL} <= 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - -LATEST_LINK= mysql55-scripts - -CONFLICTS= mysql-scripts-[34].* mysql-scripts-5.[0-46-9].* - -MAN1= msql2mysql.1 mysql_convert_table_format.1 mysql_find_rows.1 \ - mysql_fix_extensions.1 mysql_secure_installation.1 \ - mysql_setpermission.1 mysql_zap.1 mysqlaccess.1 \ - mysqldumpslow.1 mysqlhotcopy.1 mysqld_multi.1 - -SCRIPTS= msql2mysql mysql_fix_extensions mysql_setpermission \ - mysql_secure_installation mysql_zap mysqlaccess \ - mysql_convert_table_format mysql_find_rows mysqlhotcopy \ - mysqldumpslow mysqld_multi - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = scripts @man_dirs@|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = ${SCRIPTS}|g" ${WRKSRC}/scripts/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am install-data-am|install-exec-am|g" ${WRKSRC}/scripts/Makefile.in - @${REINPLACE_CMD} -e "s|man1_MANS =|man1_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in -.endif -.endif -# Common part -post-extract: - @${CP} /usr/include/tcpd.h ${WRKSRC}/include/my_tcpd.h - -.if defined(WITH_OPENSSL) && defined(WITHOUT_YASSL) && defined(BUILD_STATIC) -pre-configure: - @${ECHO} "You can't use the BUILD_STATIC option when using OpenSSL." - @${FALSE} -.endif - -.include <bsd.port.post.mk> diff --git a/databases/percona55-server/distinfo b/databases/percona55-server/distinfo deleted file mode 100644 index 3f70c31f699c..000000000000 --- a/databases/percona55-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mysql-5.5.4-m3.tar.gz) = 5d83d590407911e54ef6de52dcac0891 -SHA256 (mysql-5.5.4-m3.tar.gz) = d1c45dd628593c6f872b234a28889bf249bdc872c4f4e3c91afff8ebda18e764 -SIZE (mysql-5.5.4-m3.tar.gz) = 22761869 diff --git a/databases/percona55-server/files/mysql-server.sh.in b/databases/percona55-server/files/mysql-server.sh.in deleted file mode 100644 index 305db44dc57b..000000000000 --- a/databases/percona55-server/files/mysql-server.sh.in +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: mysql -# REQUIRE: LOGIN -# KEYWORD: shutdown - -# -# Add the following line to /etc/rc.conf to enable mysql: -# mysql_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable MySQL. -# mysql_limits (bool): Set to "NO" by default. -# Set it to yes to run `limits -e -U mysql` -# just before mysql starts. -# mysql_dbdir (str): Default to "/var/db/mysql" -# Base database directory. -# mysql_args (str): Custom additional arguments to be passed -# to mysqld_safe (default empty). -# - -. /etc/rc.subr - -name="mysql" -rcvar=`set_rcvar` - -load_rc_config $name - -: ${mysql_enable="NO"} -: ${mysql_limits="NO"} -: ${mysql_dbdir="/var/db/mysql"} -: ${mysql_args=""} - -mysql_user="mysql" -mysql_limits_args="-e -U ${mysql_user}" -pidfile="${mysql_dbdir}/`/bin/hostname`.pid" -command="%%PREFIX%%/bin/mysqld_safe" -command_args="--defaults-extra-file=${mysql_dbdir}/my.cnf --user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} ${mysql_args} > /dev/null 2>&1 &" -procname="%%PREFIX%%/libexec/mysqld" -start_precmd="${name}_prestart" -start_postcmd="${name}_poststart" -mysql_install_db="%%PREFIX%%/bin/mysql_install_db" -mysql_install_db_args="--ldata=${mysql_dbdir}" - -mysql_create_auth_tables() -{ - eval $mysql_install_db $mysql_install_db_args >/dev/null 2>/dev/null - [ $? -eq 0 ] && chown -R ${mysql_user}:${mysql_user} ${mysql_dbdir} -} - -mysql_prestart() -{ - if [ ! -d "${mysql_dbdir}/mysql/." ]; then - mysql_create_auth_tables || return 1 - fi - if checkyesno mysql_limits; then - eval `/usr/bin/limits ${mysql_limits_args}` 2>/dev/null - else - return 0 - fi -} - -mysql_poststart() -{ - local timeout=15 - while [ ! -f "${pidfile}" -a ${timeout} -gt 0 ]; do - timeout=$(( timeout - 1 )) - sleep 1 - done - return 0 -} - -run_rc_command "$1" diff --git a/databases/percona55-server/files/patch-Docs::Makefile.in b/databases/percona55-server/files/patch-Docs::Makefile.in deleted file mode 100644 index 51888b7712cc..000000000000 --- a/databases/percona55-server/files/patch-Docs::Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Docs/Makefile.in.orig 2008-01-29 22:43:40.000000000 +0100 -+++ Docs/Makefile.in 2008-02-14 08:21:57.000000000 +0100 -@@ -368,7 +368,7 @@ - yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ - zlib_dir = @zlib_dir@ - EXTRA_DIST = mysql.info INSTALL-BINARY @extra_docs@ --all: all-am -+all: - - .SUFFIXES: - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -@@ -453,7 +453,7 @@ - install-data: install-data-am - uninstall: uninstall-am - --install-am: all-am -+install-am: - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - - installcheck: installcheck-am diff --git a/databases/percona55-server/files/patch-Makefile.in b/databases/percona55-server/files/patch-Makefile.in deleted file mode 100644 index 5ee27b803576..000000000000 --- a/databases/percona55-server/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.in.orig 2010-03-24 21:30:45.000000000 +0100 -+++ Makefile.in 2010-04-13 16:21:29.000000000 +0200 -@@ -416,15 +416,7 @@ - README COPYING EXCEPTIONS-CLIENT \ - CMakeLists.txt configure.cmake config.h.cmake BUILD-CMAKE - --SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ -- @readline_topdir@ sql-common scripts \ -- @pstack_dir@ libservices \ -- @sql_union_dirs@ unittest \ -- @sql_server@ @man_dirs@ tests \ -- netware @libmysqld_dirs@ \ -- mysql-test support-files sql-bench \ -- win \ -- cmake -+SUBDIRS = - - DIST_SUBDIRS = . include Docs zlib \ - cmd-line-utils sql-common scripts \ diff --git a/databases/percona55-server/files/patch-configure b/databases/percona55-server/files/patch-configure deleted file mode 100644 index ea51ece41d79..000000000000 --- a/databases/percona55-server/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig 2010-04-18 11:13:22.000000000 +0200 -+++ configure 2010-04-18 11:17:01.000000000 +0200 -@@ -3,8 +3,9 @@ - # of perl script that calls cmake. - - # Ensure cmake and perl are there --cmake -P cmake/check_minimal_version.cmake >/dev/null 2>&1 || HAVE_CMAKE=no --perl --version >/dev/null 2>&1 || HAVE_CMAKE=no -+#cmake -P cmake/check_minimal_version.cmake >/dev/null 2>&1 || HAVE_CMAKE=no -+#perl --version >/dev/null 2>&1 || HAVE_CMAKE=no -+HAVE_CMAKE=no - if test "$HAVE_CMAKE" = "no" - then - sh ./configure.am "$@" diff --git a/databases/percona55-server/files/patch-configure.am b/databases/percona55-server/files/patch-configure.am deleted file mode 100644 index ba1bd22648e6..000000000000 --- a/databases/percona55-server/files/patch-configure.am +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.am.orig 2010-04-13 16:22:46.000000000 +0200 -+++ configure.am 2010-04-13 16:23:40.000000000 +0200 -@@ -25756,8 +25756,8 @@ - # Some system specific hacks - # - --MAX_C_OPTIMIZE="-O3" --MAX_CXX_OPTIMIZE="-O3" -+MAX_C_OPTIMIZE="" -+MAX_CXX_OPTIMIZE="" - - case $SYSTEM_TYPE in - *solaris2.7*) diff --git a/databases/percona55-server/files/patch-extra_yassl_Makefile.in b/databases/percona55-server/files/patch-extra_yassl_Makefile.in deleted file mode 100644 index bbf9076373ed..000000000000 --- a/databases/percona55-server/files/patch-extra_yassl_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/Makefile.in.orig 2008-10-11 23:58:20.000000000 +0200 -+++ extra/yassl/Makefile.in 2008-10-31 08:14:13.000000000 +0100 -@@ -355,7 +355,7 @@ - yassl_libs = @yassl_libs@ - yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ - zlib_dir = @zlib_dir@ --SUBDIRS = taocrypt src testsuite -+SUBDIRS = taocrypt src - EXTRA_DIST = CMakeLists.txt - all: all-recursive - diff --git a/databases/percona55-server/files/patch-extra_yassl_taocrypt_Makefile.in b/databases/percona55-server/files/patch-extra_yassl_taocrypt_Makefile.in deleted file mode 100644 index db67689eba4e..000000000000 --- a/databases/percona55-server/files/patch-extra_yassl_taocrypt_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/taocrypt/Makefile.in.orig 2008-10-11 23:58:20.000000000 +0200 -+++ extra/yassl/taocrypt/Makefile.in 2008-10-31 08:15:56.000000000 +0100 -@@ -355,7 +355,7 @@ - yassl_libs = @yassl_libs@ - yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ - zlib_dir = @zlib_dir@ --SUBDIRS = src test benchmark -+SUBDIRS = src - EXTRA_DIST = CMakeLists.txt $(wildcard mySTL/*.hpp) - all: all-recursive - diff --git a/databases/percona55-server/files/patch-include_Makefile.in b/databases/percona55-server/files/patch-include_Makefile.in deleted file mode 100644 index ef2c4dea31ec..000000000000 --- a/databases/percona55-server/files/patch-include_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- include/Makefile.in.orig 2009-07-23 14:45:21.000000000 +0200 -+++ include/Makefile.in 2009-07-23 14:45:34.000000000 +0200 -@@ -712,8 +712,6 @@ - @HAVE_DTRACE_TRUE@probes_mysql_dtrace.h: $(DTRACEPROVIDER) - @HAVE_DTRACE_TRUE@ $(DTRACE) $(DTRACEFLAGS) -h -s $(DTRACEPROVIDER) -o $@ - --probes_mysql_nodtrace.h: $(DTRACEPROVIDER) -- @PERL@ $(top_srcdir)/scripts/dheadgen.pl -f $(DTRACEPROVIDER) > $@ - - # Don't update the files from bitkeeper - %::SCCS/s.% diff --git a/databases/percona55-server/files/patch-include_my_handler.h b/databases/percona55-server/files/patch-include_my_handler.h deleted file mode 100644 index 5362f8b69105..000000000000 --- a/databases/percona55-server/files/patch-include_my_handler.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/my_handler.h.orig 2009-02-16 23:09:40.000000000 +0100 -+++ include/my_handler.h 2009-02-16 23:09:55.000000000 +0100 -@@ -39,7 +39,7 @@ - But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. - */ - --#define HA_MAX_KEY_LENGTH 1000 /* Max length in bytes */ -+#define HA_MAX_KEY_LENGTH 4000 /* Max length in bytes */ - #define HA_MAX_KEY_SEG 16 /* Max segments for key */ - - #define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6) diff --git a/databases/percona55-server/files/patch-include_my_libwrap.h b/databases/percona55-server/files/patch-include_my_libwrap.h deleted file mode 100644 index a115f40fc8fc..000000000000 --- a/databases/percona55-server/files/patch-include_my_libwrap.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/my_libwrap.h.orig Tue Nov 7 08:39:53 2006 -+++ include/my_libwrap.h Tue Nov 7 08:40:17 2006 -@@ -15,7 +15,7 @@ - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ - - #ifdef HAVE_LIBWRAP --#include <tcpd.h> -+#include <my_tcpd.h> - #include <syslog.h> - #ifdef NEED_SYS_SYSLOG_H - #include <sys/syslog.h> diff --git a/databases/percona55-server/files/patch-include_my_tcpd.h b/databases/percona55-server/files/patch-include_my_tcpd.h deleted file mode 100644 index 38aad1aa57d7..000000000000 --- a/databases/percona55-server/files/patch-include_my_tcpd.h +++ /dev/null @@ -1,147 +0,0 @@ ---- include/my_tcpd.h.orig Sun Jan 9 13:33:51 2005 -+++ include/my_tcpd.h Sun Jan 9 13:41:42 2005 -@@ -6,6 +6,25 @@ - * $FreeBSD$ - */ - -+#ifndef _TCPWRAPPERS_TCPD_H -+#define _TCPWRAPPERS_TCPD_H -+ -+/* someone else may have defined this */ -+#undef __P -+ -+/* use prototypes if we have an ANSI C compiler or are using C++ */ -+#if defined(__STDC__) || defined(__cplusplus) -+#define __P(args) args -+#else -+#define __P(args) () -+#endif -+ -+/* Need definitions of struct sockaddr_in and FILE. */ -+#include <netinet/in.h> -+#include <stdio.h> -+ -+__BEGIN_DECLS -+ - /* Structure to describe one communications endpoint. */ - - #define STRING_LENGTH 128 /* hosts, users, processes */ -@@ -31,10 +50,10 @@ - char pid[10]; /* access via eval_pid(request) */ - struct host_info client[1]; /* client endpoint info */ - struct host_info server[1]; /* server endpoint info */ -- void (*sink) (); /* datagram sink function or 0 */ -- void (*hostname) (); /* address to printable hostname */ -- void (*hostaddr) (); /* address to printable address */ -- void (*cleanup) (); /* cleanup function or 0 */ -+ void (*sink) __P((int)); /* datagram sink function or 0 */ -+ void (*hostname) __P((struct host_info *)); /* address to printable hostname */ -+ void (*hostaddr) __P((struct host_info *)); /* address to printable address */ -+ void (*cleanup) __P((struct request_info *)); /* cleanup function or 0 */ - struct netconfig *config; /* netdir handle */ - }; - -@@ -67,20 +86,23 @@ - /* Global functions. */ - - #if defined(TLI) || defined(PTX) || defined(TLI_SEQUENT) --extern void fromhost(); /* get/validate client host info */ -+extern void fromhost __P((struct request_info *)); /* get/validate client host info */ - #else - #define fromhost sock_host /* no TLI support needed */ - #endif - --extern int hosts_access(); /* access control */ --extern void shell_cmd(); /* execute shell command */ --extern char *percent_x(); /* do %<char> expansion */ --extern void rfc931(); /* client name from RFC 931 daemon */ --extern void clean_exit(); /* clean up and exit */ --extern void refuse(); /* clean up and exit */ --extern char *xgets(); /* fgets() on steroids */ --extern char *split_at(); /* strchr() and split */ --extern unsigned long dot_quad_addr(); /* restricted inet_addr() */ -+extern void shell_cmd __P((char *)); /* execute shell command */ -+extern char *percent_x __P((char *, int, char *, struct request_info *)); /* do %<char> expansion */ -+#ifdef INET6 -+extern void rfc931 __P((struct sockaddr *, struct sockaddr *, char *)); /* client name from RFC 931 daemon */ -+#else -+extern void rfc931 __P((struct sockaddr_in *, struct sockaddr_in *, char *)); /* client name from RFC 931 daemon */ -+#endif -+extern void clean_exit __P((struct request_info *)); /* clean up and exit */ -+extern void refuse __P((struct request_info *)); /* clean up and exit */ -+extern char *xgets __P((char *, int, FILE *)); /* fgets() on steroids */ -+extern char *split_at __P((char *, int)); /* strchr() and split */ -+extern unsigned long dot_quad_addr __P((char *)); /* restricted inet_addr() */ - - /* Global variables. */ - -@@ -98,9 +120,14 @@ - */ - - #ifdef __STDC__ -+extern int hosts_access(struct request_info *request); -+extern int hosts_ctl(char *daemon, char *client_name, char *client_addr, -+ char *client_user); - extern struct request_info *request_init(struct request_info *,...); - extern struct request_info *request_set(struct request_info *,...); - #else -+extern int hosts_access(); -+extern int hosts_ctl(); - extern struct request_info *request_init(); /* initialize request */ - extern struct request_info *request_set(); /* update request structure */ - #endif -@@ -123,27 +150,27 @@ - * host_info structures serve as caches for the lookup results. - */ - --extern char *eval_user(); /* client user */ --extern char *eval_hostname(); /* printable hostname */ --extern char *eval_hostaddr(); /* printable host address */ --extern char *eval_hostinfo(); /* host name or address */ --extern char *eval_client(); /* whatever is available */ --extern char *eval_server(); /* whatever is available */ -+extern char *eval_user __P((struct request_info *)); /* client user */ -+extern char *eval_hostname __P((struct host_info *)); /* printable hostname */ -+extern char *eval_hostaddr __P((struct host_info *)); /* printable host address */ -+extern char *eval_hostinfo __P((struct host_info *)); /* host name or address */ -+extern char *eval_client __P((struct request_info *)); /* whatever is available */ -+extern char *eval_server __P((struct request_info *)); /* whatever is available */ - #define eval_daemon(r) ((r)->daemon) /* daemon process name */ - #define eval_pid(r) ((r)->pid) /* process id */ - - /* Socket-specific methods, including DNS hostname lookups. */ - --extern void sock_host(); /* look up endpoint addresses */ --extern void sock_hostname(); /* translate address to hostname */ --extern void sock_hostaddr(); /* address to printable address */ -+extern void sock_host __P((struct request_info *)); -+extern void sock_hostname __P((struct host_info *)); -+extern void sock_hostaddr __P((struct host_info *)); - #define sock_methods(r) \ - { (r)->hostname = sock_hostname; (r)->hostaddr = sock_hostaddr; } - - /* The System V Transport-Level Interface (TLI) interface. */ - - #if defined(TLI) || defined(PTX) || defined(TLI_SEQUENT) --extern void tli_host(); /* look up endpoint addresses etc. */ -+extern void tli_host __P((struct request_info *)); /* look up endpoint addresses etc. */ - #endif - - /* -@@ -184,7 +211,7 @@ - * behavior. - */ - --extern void process_options(); /* execute options */ -+extern void process_options __P((char *, struct request_info *)); /* execute options */ - extern int dry_run; /* verification flag */ - - /* Bug workarounds. */ -@@ -223,3 +250,7 @@ - #define strtok my_strtok - extern char *my_strtok(); - #endif -+ -+__END_DECLS -+ -+#endif /* tcpd.h */ diff --git a/databases/percona55-server/files/patch-include_myisam.h b/databases/percona55-server/files/patch-include_myisam.h deleted file mode 100644 index 450645400dd5..000000000000 --- a/databases/percona55-server/files/patch-include_myisam.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/myisam.h.orig 2009-02-16 23:04:54.000000000 +0100 -+++ include/myisam.h 2009-02-16 23:10:08.000000000 +0100 -@@ -48,7 +48,7 @@ - The following defines can be increased if necessary. - But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and MI_MAX_KEY_LENGTH. - */ --#define MI_MAX_KEY_LENGTH 1000 /* Max length in bytes */ -+#define MI_MAX_KEY_LENGTH 4000 /* Max length in bytes */ - #define MI_MAX_KEY_SEG 16 /* Max segments for key */ - - #define MI_MAX_KEY_BUFF (MI_MAX_KEY_LENGTH+MI_MAX_KEY_SEG*6+8+8) diff --git a/databases/percona55-server/files/patch-man::Makefile.in b/databases/percona55-server/files/patch-man::Makefile.in deleted file mode 100644 index cebf7d7d08bf..000000000000 --- a/databases/percona55-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- man/Makefile.in.orig 2010-04-13 16:40:58.000000000 +0200 -+++ man/Makefile.in 2010-04-13 16:41:19.000000000 +0200 -@@ -388,8 +388,8 @@ - yassl_libs = @yassl_libs@ - yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ - zlib_dir = @zlib_dir@ --man1_MANS = @man1_files@ --man8_MANS = @man8_files@ -+man1_MANS = -+man8_MANS = - EXTRA_DIST = $(man1_MANS) $(man8_MANS) CMakeLists.txt - all: all-am - diff --git a/databases/percona55-server/files/patch-mysys_default.c b/databases/percona55-server/files/patch-mysys_default.c deleted file mode 100644 index 507d31425c68..000000000000 --- a/databases/percona55-server/files/patch-mysys_default.c +++ /dev/null @@ -1,22 +0,0 @@ ---- mysys/default.c.orig 2009-03-31 16:38:43.000000000 +0200 -+++ mysys/default.c 2009-04-21 08:22:14.000000000 +0200 -@@ -679,7 +679,7 @@ - { - MY_STAT stat_info; - if (!my_stat(name,&stat_info,MYF(0))) -- return 1; -+ return 0; - /* - Ignore world-writable regular files. - This is mainly done to protect us to not read a file created by -@@ -1128,7 +1128,10 @@ - - #if defined(DEFAULT_SYSCONFDIR) - if (DEFAULT_SYSCONFDIR[0]) -+ { - errors += add_directory(alloc, DEFAULT_SYSCONFDIR, dirs); -+ errors += add_directory(alloc, DEFAULT_SYSCONFDIR "/mysql", dirs); -+ } - #endif /* DEFAULT_SYSCONFDIR */ - - #endif diff --git a/databases/percona55-server/files/patch-scripts::Makefile.in b/databases/percona55-server/files/patch-scripts::Makefile.in deleted file mode 100644 index 7881ee6f48dc..000000000000 --- a/databases/percona55-server/files/patch-scripts::Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ ---- scripts/Makefile.in.orig Tue May 8 11:42:25 2007 -+++ scripts/Makefile.in Thu May 17 09:30:48 2007 -@@ -399,21 +399,7 @@ - BUILT_SOURCES = mysql_fix_privilege_tables.sql \ - mysql_fix_privilege_tables_sql.c - --bin_SCRIPTS = @server_scripts@ \ -- msql2mysql \ -- mysql_config \ -- mysql_fix_privilege_tables \ -- mysql_fix_extensions \ -- mysql_setpermission \ -- mysql_secure_installation \ -- mysql_zap \ -- mysqlaccess \ -- mysqlbug \ -- mysql_convert_table_format \ -- mysql_find_rows \ -- mysqlhotcopy \ -- mysqldumpslow \ -- mysqld_multi -+bin_SCRIPTS = - - noinst_SCRIPTS = make_binary_distribution \ - make_sharedlib_distribution -@@ -445,11 +431,7 @@ - mysql_system_tables_fix.sql \ - CMakeLists.txt - --dist_pkgdata_DATA = fill_help_tables.sql \ -- mysql_fix_privilege_tables.sql \ -- mysql_system_tables.sql \ -- mysql_system_tables_data.sql \ -- mysql_test_data_timezone.sql -+dist_pkgdata_DATA = - - CLEANFILES = @server_scripts@ \ - make_binary_distribution \ diff --git a/databases/percona55-server/files/patch-scripts_mysqld_safe.sh b/databases/percona55-server/files/patch-scripts_mysqld_safe.sh deleted file mode 100644 index 2a30469922f0..000000000000 --- a/databases/percona55-server/files/patch-scripts_mysqld_safe.sh +++ /dev/null @@ -1,24 +0,0 @@ ---- scripts/mysqld_safe.sh.orig 2007-10-08 10:39:23.000000000 +0200 -+++ scripts/mysqld_safe.sh 2007-10-08 10:40:52.000000000 +0200 -@@ -242,10 +242,10 @@ - - if test -z "$MYSQL_HOME" - then -- if test -r "$MY_BASEDIR_VERSION/my.cnf" && test -r "$DATADIR/my.cnf" -+ if test -r "$MY_BASEDIR_VERSION/etc/my.cnf" && test -r "$DATADIR/my.cnf" - then - log_error "WARNING: Found two instances of my.cnf - --$MY_BASEDIR_VERSION/my.cnf and -+$MY_BASEDIR_VERSION/etc/my.cnf and - $DATADIR/my.cnf - IGNORING $DATADIR/my.cnf" - -@@ -254,7 +254,7 @@ - then - log_error "WARNING: Found $DATADIR/my.cnf - The data directory is a deprecated location for my.cnf, please move it to --$MY_BASEDIR_VERSION/my.cnf" -+$MY_BASEDIR_VERSION/etc/my.cnf" - MYSQL_HOME=$DATADIR - else - MYSQL_HOME=$MY_BASEDIR_VERSION diff --git a/databases/percona55-server/files/patch-sql::mysqld.cc b/databases/percona55-server/files/patch-sql::mysqld.cc deleted file mode 100644 index 4feed825cb11..000000000000 --- a/databases/percona55-server/files/patch-sql::mysqld.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- sql/mysqld.cc.orig Sat Aug 6 03:39:41 2005 -+++ sql/mysqld.cc Sun Aug 28 20:41:38 2005 -@@ -3177,7 +3177,7 @@ - init_ssl(); - - #ifdef HAVE_LIBWRAP -- libwrapName= my_progname+dirname_length(my_progname); -+ libwrapName= (char *) my_progname+dirname_length(my_progname); - openlog(libwrapName, LOG_PID, LOG_AUTH); - #endif - diff --git a/databases/percona55-server/files/patch-support-files_Makefile.in b/databases/percona55-server/files/patch-support-files_Makefile.in deleted file mode 100644 index 2d6ef213f891..000000000000 --- a/databases/percona55-server/files/patch-support-files_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- support-files/Makefile.in.orig Thu Apr 19 09:31:48 2007 -+++ support-files/Makefile.in Thu Apr 19 09:33:03 2007 -@@ -419,7 +419,7 @@ - - pkgdata_SCRIPTS = mysql.server - aclocaldir = $(datadir)/aclocal --aclocal_DATA = mysql.m4 -+aclocal_DATA = - noinst_DATA = mysql-@VERSION@.spec \ - MySQL-shared-compat.spec - diff --git a/databases/percona55-server/pkg-descr b/databases/percona55-server/pkg-descr deleted file mode 100644 index 4ddefbb70546..000000000000 --- a/databases/percona55-server/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -MySQL is a very fast, multi-threaded, multi-user and robust SQL -(Structured Query Language) database server. - -WWW: http://www.mysql.com/ - -- Alex Dupre -ale@FreeBSD.org diff --git a/databases/percona55-server/pkg-message b/databases/percona55-server/pkg-message deleted file mode 100644 index 7e30302334e6..000000000000 --- a/databases/percona55-server/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ - -Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag) -the first time you start the MySQL server after an upgrade from an -earlier version. - -************************************************************************ diff --git a/databases/percona55-server/pkg-plist b/databases/percona55-server/pkg-plist deleted file mode 100644 index 9f352b94cae8..000000000000 --- a/databases/percona55-server/pkg-plist +++ /dev/null @@ -1,207 +0,0 @@ -@stopdaemon mysql-server -bin/innochecksum -bin/my_print_defaults -bin/myisam_ftdump -bin/myisamchk -bin/myisamlog -bin/myisampack -bin/mysqltest_embedded -bin/mysql_client_test_embedded -bin/mysql_install_db -bin/mysql_tzinfo_to_sql -bin/mysql_waitpid -bin/mysqld_safe -%%NDB%%bin/ndb_config -%%NDB%%bin/ndb_delete_all -%%NDB%%bin/ndb_desc -%%NDB%%bin/ndb_drop_index -%%NDB%%bin/ndb_drop_table -%%NDB%%bin/ndb_error_reporter -%%NDB%%bin/ndb_mgm -%%NDB%%bin/ndb_print_backup_file -%%NDB%%bin/ndb_print_schema_file -%%NDB%%bin/ndb_print_sys_file -%%NDB%%bin/ndb_restore -%%NDB%%bin/ndb_select_all -%%NDB%%bin/ndb_select_count -%%NDB%%bin/ndb_show_tables -%%NDB%%bin/ndb_size.pl -%%NDB%%bin/ndb_test_platform -%%NDB%%bin/ndb_waiter -bin/perror -bin/replace -bin/resolve_stack_dump -bin/resolveip -%%NDB%%include/mysql/storage/ndb/mgmapi/mgmapi.h -%%NDB%%include/mysql/storage/ndb/mgmapi/mgmapi_config_parameters.h -%%NDB%%include/mysql/storage/ndb/mgmapi/mgmapi_config_parameters_debug.h -%%NDB%%include/mysql/storage/ndb/mgmapi/mgmapi_debug.h -%%NDB%%include/mysql/storage/ndb/mgmapi/mgmapi_error.h -%%NDB%%include/mysql/storage/ndb/mgmapi/ndb_logevent.h -%%NDB%%include/mysql/storage/ndb/mgmapi/ndbd_exit_codes.h -%%NDB%%include/mysql/storage/ndb/ndb_constants.h -%%NDB%%include/mysql/storage/ndb/ndb_init.h -%%NDB%%include/mysql/storage/ndb/ndb_types.h -%%NDB%%include/mysql/storage/ndb/ndb_version.h -%%NDB%%include/mysql/storage/ndb/ndbapi/Ndb.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbApi.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbBlob.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbDictionary.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbError.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbEventOperation.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbIndexOperation.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbIndexScanOperation.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbIndexStat.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbOperation.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbPool.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbRecAttr.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbReceiver.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbScanFilter.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbScanOperation.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/NdbTransaction.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/ndbapi_limits.h -%%NDB%%include/mysql/storage/ndb/ndbapi/ndb_cluster_connection.hpp -%%NDB%%include/mysql/storage/ndb/ndbapi/ndb_opt_defaults.h -%%NDB%%include/mysql/storage/ndb/ndbapi/ndberror.h -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmyisam.a -lib/mysql/libmyisammrg.a -lib/mysql/libmysqld.a -lib/mysql/libmysqlservices.a -lib/mysql/libmystrings.a -lib/mysql/libmysys.a -%%NDB%%lib/mysql/libndbclient.a -%%NDB%%lib/mysql/libndbclient.la -%%NDB%%lib/mysql/libndbclient.so -%%NDB%%lib/mysql/libndbclient.so.3 -lib/mysql/libvio.a -%%PLUGINS%%lib/mysql/plugin/adt_null.a -%%PLUGINS%%lib/mysql/plugin/adt_null.la -%%PLUGINS%%lib/mysql/plugin/adt_null.so -%%PLUGINS%%lib/mysql/plugin/adt_null.so.0 -%%PLUGINS%%lib/mysql/plugin/ha_example.a -%%PLUGINS%%lib/mysql/plugin/ha_example.la -%%PLUGINS%%lib/mysql/plugin/ha_example.so -%%PLUGINS%%lib/mysql/plugin/ha_example.so.0 -%%PLUGINS%%lib/mysql/plugin/libdaemon_example.a -%%PLUGINS%%lib/mysql/plugin/libdaemon_example.la -%%PLUGINS%%lib/mysql/plugin/libdaemon_example.so -%%PLUGINS%%lib/mysql/plugin/libdaemon_example.so.0 -%%PLUGINS%%lib/mysql/plugin/mypluglib.a -%%PLUGINS%%lib/mysql/plugin/mypluglib.la -%%PLUGINS%%lib/mysql/plugin/mypluglib.so -%%PLUGINS%%lib/mysql/plugin/mypluglib.so.0 -%%PLUGINS%%lib/mysql/plugin/semisync_master.a -%%PLUGINS%%lib/mysql/plugin/semisync_master.la -%%PLUGINS%%lib/mysql/plugin/semisync_master.so -%%PLUGINS%%lib/mysql/plugin/semisync_master.so.0 -%%PLUGINS%%lib/mysql/plugin/semisync_slave.a -%%PLUGINS%%lib/mysql/plugin/semisync_slave.la -%%PLUGINS%%lib/mysql/plugin/semisync_slave.so -%%PLUGINS%%lib/mysql/plugin/semisync_slave.so.0 -libexec/mysqld -%%NDB%%libexec/ndb_cpcd -%%NDB%%libexec/ndb_mgmd -%%NDB%%libexec/ndbd -%%DATADIR%%/ChangeLog -%%DATADIR%%/binary-configure -%%DATADIR%%/charsets/Index.xml -%%DATADIR%%/charsets/README -%%DATADIR%%/charsets/armscii8.xml -%%DATADIR%%/charsets/ascii.xml -%%DATADIR%%/charsets/cp1250.xml -%%DATADIR%%/charsets/cp1251.xml -%%DATADIR%%/charsets/cp1256.xml -%%DATADIR%%/charsets/cp1257.xml -%%DATADIR%%/charsets/cp850.xml -%%DATADIR%%/charsets/cp852.xml -%%DATADIR%%/charsets/cp866.xml -%%DATADIR%%/charsets/dec8.xml -%%DATADIR%%/charsets/geostd8.xml -%%DATADIR%%/charsets/greek.xml -%%DATADIR%%/charsets/hebrew.xml -%%DATADIR%%/charsets/hp8.xml -%%DATADIR%%/charsets/keybcs2.xml -%%DATADIR%%/charsets/koi8r.xml -%%DATADIR%%/charsets/koi8u.xml -%%DATADIR%%/charsets/latin1.xml -%%DATADIR%%/charsets/latin2.xml -%%DATADIR%%/charsets/latin5.xml -%%DATADIR%%/charsets/latin7.xml -%%DATADIR%%/charsets/macce.xml -%%DATADIR%%/charsets/macroman.xml -%%DATADIR%%/charsets/swe7.xml -%%DATADIR%%/config.huge.ini -%%DATADIR%%/config.medium.ini -%%DATADIR%%/config.small.ini -%%DATADIR%%/czech/errmsg.sys -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/errmsg-utf8.txt -%%DATADIR%%/estonian/errmsg.sys -%%DATADIR%%/fill_help_tables.sql -%%DATADIR%%/french/errmsg.sys -%%DATADIR%%/german/errmsg.sys -%%DATADIR%%/greek/errmsg.sys -%%DATADIR%%/hungarian/errmsg.sys -%%DATADIR%%/italian/errmsg.sys -%%DATADIR%%/japanese/errmsg.sys -%%DATADIR%%/korean/errmsg.sys -%%DATADIR%%/mi_test_all -%%DATADIR%%/mi_test_all.res -%%DATADIR%%/my-huge.cnf -%%DATADIR%%/my-innodb-heavy-4G.cnf -%%DATADIR%%/my-large.cnf -%%DATADIR%%/my-medium.cnf -%%DATADIR%%/my-small.cnf -%%DATADIR%%/mysql_system_tables.sql -%%DATADIR%%/mysql_system_tables_data.sql -%%DATADIR%%/mysql-log-rotate -%%DATADIR%%/mysql.server -%%DATADIR%%/mysqld_multi.server -%%DATADIR%%/ndb-config-2-node.ini -%%DATADIR%%/norwegian-ny/errmsg.sys -%%DATADIR%%/norwegian/errmsg.sys -%%DATADIR%%/polish/errmsg.sys -%%DATADIR%%/portuguese/errmsg.sys -%%DATADIR%%/romanian/errmsg.sys -%%DATADIR%%/russian/errmsg.sys -%%DATADIR%%/serbian/errmsg.sys -%%DATADIR%%/slovak/errmsg.sys -%%DATADIR%%/spanish/errmsg.sys -%%DATADIR%%/swedish/errmsg.sys -%%DATADIR%%/ukrainian/errmsg.sys -%%NDB%%@dirrm include/mysql/storage/ndb/mgmapi -%%NDB%%@dirrm include/mysql/storage/ndb/ndbapi -%%NDB%%@dirrm include/mysql/storage/ndb -%%NDB%%@dirrm include/mysql/storage -@dirrmtry include/mysql -%%PLUGINS%%@dirrm lib/mysql/plugin -@dirrmtry lib/mysql -@dirrm %%DATADIR%%/charsets -@dirrm %%DATADIR%%/czech -@dirrm %%DATADIR%%/danish -@dirrm %%DATADIR%%/dutch -@dirrm %%DATADIR%%/english -@dirrm %%DATADIR%%/estonian -@dirrm %%DATADIR%%/french -@dirrm %%DATADIR%%/german -@dirrm %%DATADIR%%/greek -@dirrm %%DATADIR%%/hungarian -@dirrm %%DATADIR%%/italian -@dirrm %%DATADIR%%/japanese -@dirrm %%DATADIR%%/korean -@dirrm %%DATADIR%%/norwegian -@dirrm %%DATADIR%%/norwegian-ny -@dirrm %%DATADIR%%/polish -@dirrm %%DATADIR%%/portuguese -@dirrm %%DATADIR%%/romanian -@dirrm %%DATADIR%%/russian -@dirrm %%DATADIR%%/serbian -@dirrm %%DATADIR%%/slovak -@dirrm %%DATADIR%%/spanish -@dirrm %%DATADIR%%/swedish -@dirrm %%DATADIR%%/ukrainian -@dirrmtry %%DATADIR%% diff --git a/databases/percona55-server/pkg-plist.client b/databases/percona55-server/pkg-plist.client deleted file mode 100644 index b0e027a9bfbf..000000000000 --- a/databases/percona55-server/pkg-plist.client +++ /dev/null @@ -1,68 +0,0 @@ -bin/mysql -bin/mysql_config -bin/mysql_fix_privilege_tables -bin/mysql_upgrade -bin/mysqladmin -bin/mysqlbinlog -bin/mysqlbug -bin/mysqlcheck -bin/mysqldump -bin/mysqlimport -bin/mysqlshow -bin/mysqlslap -bin/mysqltest -include/mysql/decimal.h -include/mysql/errmsg.h -include/mysql/keycache.h -include/mysql/m_ctype.h -include/mysql/m_string.h -include/mysql/my_alloc.h -include/mysql/my_attribute.h -include/mysql/my_config.h -include/mysql/my_dbug.h -include/mysql/my_dir.h -include/mysql/my_getopt.h -include/mysql/my_global.h -include/mysql/my_list.h -include/mysql/my_net.h -include/mysql/my_no_pthread.h -include/mysql/my_pthread.h -include/mysql/my_sys.h -include/mysql/my_xml.h -include/mysql/mysql.h -include/mysql/mysql_com.h -include/mysql/mysql_embed.h -include/mysql/mysql_file.h -include/mysql/mysql_thread.h -include/mysql/mysql_time.h -include/mysql/mysql_version.h -include/mysql/mysqld_ername.h -include/mysql/mysqld_error.h -include/mysql/plugin.h -include/mysql/plugin_audit.h -include/mysql/plugin_ftparser.h -include/mysql/probes_mysql.h -include/mysql/probes_mysql_nodtrace.h -include/mysql/psi.h -include/mysql/services.h -include/mysql/service_my_snprintf.h -include/mysql/service_thd_alloc.h -include/mysql/sql_common.h -include/mysql/sql_state.h -include/mysql/sslopt-case.h -include/mysql/sslopt-longopts.h -include/mysql/sslopt-vars.h -include/mysql/typelib.h -lib/mysql/libmysqlclient.a -lib/mysql/libmysqlclient.la -lib/mysql/libmysqlclient.so -lib/mysql/libmysqlclient.so.16 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.la -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.16 -share/aclocal/mysql.m4 -%%DATADIR%%/mysql_fix_privilege_tables.sql -@dirrm include/mysql -@dirrm lib/mysql -@dirrm %%DATADIR%% diff --git a/databases/percona55-server/pkg-plist.scripts b/databases/percona55-server/pkg-plist.scripts deleted file mode 100644 index b0a603760ef0..000000000000 --- a/databases/percona55-server/pkg-plist.scripts +++ /dev/null @@ -1,11 +0,0 @@ -bin/msql2mysql -bin/mysql_convert_table_format -bin/mysql_find_rows -bin/mysql_fix_extensions -bin/mysql_secure_installation -bin/mysql_setpermission -bin/mysql_zap -bin/mysqlaccess -bin/mysqld_multi -bin/mysqldumpslow -bin/mysqlhotcopy diff --git a/databases/pgpool-II-23/Makefile b/databases/pgpool-II-23/Makefile deleted file mode 100644 index c23f369afe2b..000000000000 --- a/databases/pgpool-II-23/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: pgpool -# Date created: 2005-10-19 -# Whom: Choe, Cheng-Dae <whitekid@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= pgpool-II -PORTVERSION= 2.3.2.2 -CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/2572/ - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= A connection pool server for PostgreSQL - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_PGSQL= yes -USE_LDCONFIG= yes - -CONFLICTS= pgpool-3.* pgpool-II-2.2.* -USE_RC_SUBR= pgpool - -PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp -PORTDOCS+= TODO -PORTDOCShtml= pgpool-en.html pgpool-ja.html pgpool.css -PORTDOCShtml+= tutorial-en.html tutorial-ja.html - -MAN8= pgpool.8 - -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's| pg_config| ${LOCALBASE}/bin/pg_config|g' \ - ${WRKSRC}/sql/pgpool-recovery/Makefile - -post-build: - @cd ${WRKSRC}/sql/pgpool-recovery && ${GMAKE} - -pre-install: - ${MKDIR} ${DATADIR} ${EXAMPLESDIR} - -post-install: - @cd ${WRKSRC}/sql/pgpool-recovery && ${GMAKE} ${INSTALL_TARGET} - ${INSTALL_DATA} ${WRKSRC}/sample/dist_def_pgbench.sql ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/sample/replicate_def_pgbench.sql ${DATADIR} -.for f in pgpool_recovery pgpool_recovery_pitr pgpool_remote_start - ${INSTALL_SCRIPT} ${WRKSRC}/sample/${f} ${EXAMPLESDIR} -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} -.endfor -.for f in ${PORTDOCShtml} - ${INSTALL_MAN} ${WRKSRC}/doc/$f ${DOCSDIR} -.endfor -PORTDOCS+= ${PORTDOCShtml} -.endif - -.include <bsd.port.mk> diff --git a/databases/pgpool-II-23/distinfo b/databases/pgpool-II-23/distinfo deleted file mode 100644 index 0708ea248753..000000000000 --- a/databases/pgpool-II-23/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pgpool-II-2.3.2.2.tar.gz) = e362a8c125e4638345ef1bd67708f2a8 -SHA256 (pgpool-II-2.3.2.2.tar.gz) = 45cefbbda7499b61bf3485e2b86e96aba174d49effc043a7c2e588e4b5fe7e0c -SIZE (pgpool-II-2.3.2.2.tar.gz) = 1149899 diff --git a/databases/pgpool-II-23/files/patch-recovery.c b/databases/pgpool-II-23/files/patch-recovery.c deleted file mode 100644 index a6ac0c6bceca..000000000000 --- a/databases/pgpool-II-23/files/patch-recovery.c +++ /dev/null @@ -1,19 +0,0 @@ ---- recovery.c.orig 2009-08-14 15:15:08.000000000 +0900 -+++ recovery.c 2009-08-14 18:00:38.000000000 +0900 -@@ -91,7 +91,7 @@ - - pool_log("1st stage is done"); - -- pool_log("starting 2nd stage"); -+ pool_log("starting 2nd stage. waiting connections from clients to be closed"); - - /* 2nd stage */ - *InRecovery = 1; -@@ -332,6 +332,6 @@ - sleep(3); - } while (i++ < WAIT_RETRY_COUNT); - -- pool_error("wait_connection_closed: existing connections did not close in %d sec.", pool_config->recovery_timeout); -+ pool_error("wait_connection_closed: existing connections (%d) did not close in %d sec.", Req_info->conn_counter, pool_config->recovery_timeout); - return 1; - } diff --git a/databases/pgpool-II-23/files/pgpool.in b/databases/pgpool-II-23/files/pgpool.in deleted file mode 100644 index 6566ef9fa3be..000000000000 --- a/databases/pgpool-II-23/files/pgpool.in +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: pgpool -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# pgpool_enable (bool): Set to NO by default. -# Set it to YES to enable pgpool. -# pgpool_conf (file): Set location of your config. -# Default is "%%PREFIX%%/etc/pgpool.conf" -# pgpool_flags (string): Default is "-f $pgpool_conf" -# pgpool_looger (bool): Use logger for logging. -# pgpool_looger_pri (string): logger priority (default "local0.info"). -# pgpool_user (uid): User ID to run as (default nobody) -# - -. /etc/rc.subr - -name=pgpool -rcvar=${name}_enable - -load_rc_config $name - -: ${pgpool_enable="NO"} -: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"} -: ${pgpool_flags="-f ${pgpool_conf}"} -: ${pgpool_user="nobody"} -: ${pgpool_logger="YES"} -: ${pgpool_logger_pri="local0.info"} - -command="%%PREFIX%%/bin/pgpool" -command_args="${pgpool_flags}" -start_cmd="pgpool_start" -stop_cmd="${command} ${command_args} stop" - -required_files="${pgpool_conf}" - -pgpool_start() -{ - if checkyesno pgpool_logger; then - su -m $pgpool_user -c "sh -c \"$command $command_args -n 2>&1 | logger -t $name -p $pgpool_logger_pri &\"" - else - unset start_cmd - run_rc_command start - fi -} - -run_rc_command "$1" diff --git a/databases/pgpool-II-23/files/pgpool_copy_backup b/databases/pgpool-II-23/files/pgpool_copy_backup deleted file mode 100644 index aa6a5226d53a..000000000000 --- a/databases/pgpool-II-23/files/pgpool_copy_backup +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# In postgresql.conf: -# archive_command = 'test -f /proj/pgsql/data/archive_log/%f || cp %p /proj/pgsql/data/archive_log/%f' -# - -SRC=pgsql@$(hostname) -SRCDIR=$1 -DEST=pgsql@$2 -DESTDIR=$3 -ARCLOG=$1/archive_log - -logger="logger -t pgpool -p local0.info" -rsync="/usr/local/bin/rsync -av --delete --checksum" -excl="--exclude=pg_log --exclude=postmaster.pid" -psql="/usr/local/bin/psql" - -/bin/sh <<EOF | ${logger} 2>&1 - -$psql -c "select pg_start_backup('pgpool-recovery')" template1 - -ssh $DEST " -/usr/local/bin/pg_ctl -D $DESTDIR -s -m fast stop; -rm -f $DESTDIR/backup_label" - -echo "restore_command = 'scp $SRC:$ARCLOG/%f %p'" > $SRCDIR/recovery.conf - -$rsync $SRCDIR/ $excl $DEST:/$DESTDIR/ - -ssh $DEST " -mkdir -p $DESTDIR/pg_xlog/archive_status; -mkdir -p $DESTDIR/pg_log" - -rm -f $SRCDIR/recovery.conf - -$psql -c 'select pg_stop_backup()' template1 - -EOF diff --git a/databases/pgpool-II-23/files/pgpool_remote_start b/databases/pgpool-II-23/files/pgpool_remote_start deleted file mode 100644 index 1c044aef90cb..000000000000 --- a/databases/pgpool-II-23/files/pgpool_remote_start +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/perl -# -# $FreeBSD$ - -use strict; -use warnings; - -my ($host, $dir) = @ARGV; - -my $logger = "logger -t pgpool -p local0.info"; -my $pgctl = "/usr/local/bin/pg_ctl -D $dir"; -my ($fh, $log); - -if (not open($fh, "ssh pgsql\@$host $pgctl -t 5 -w -s -m fast start 2>&1 |")) { - die "cannot open ssh: $!"; -} -if (not open($log, "| $logger")) { - die "cannot open logger: $!"; -} -while (<$fh>) { - print $log $_; -} -close($fh) or die "close(ssh) failed: $!"; -close($log) or die "close(logger): $!"; - -system("ssh pgsql\@$host $pgctl status 2>&1") == 0 or die "pg_ctl status failed"; diff --git a/databases/pgpool-II-23/files/pgpool_switch_xlog b/databases/pgpool-II-23/files/pgpool_switch_xlog deleted file mode 100644 index 8ce8b8603a46..000000000000 --- a/databases/pgpool-II-23/files/pgpool_switch_xlog +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -logger="logger -t pgpool -p local0.info" -psql=/usr/local/bin/psql - -/bin/sh <<EOF | ${logger} 2>&1 - -$psql -t -c 'SELECT datname FROM pg_database WHERE NOT datistemplate AND datallowconn' template1 | -while read i -do - if [ "$i" != "" ];then - $psql -c "SELECT setval(oid, nextval(oid)) FROM pg_class WHERE relkind = 'S'" $i - fi -done - -$psql -c 'select pg_switch_xlog()' template1 - -EOF diff --git a/databases/pgpool-II-23/pkg-descr b/databases/pgpool-II-23/pkg-descr deleted file mode 100644 index cc310d06b9d7..000000000000 --- a/databases/pgpool-II-23/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -pgpool-II allows multiple PostgreSQL servers (DB nodes) to be -connected, which enables queries to be executed simultaneously on all -servers. - -It enables "parallel query" processing. Also, pgpool-II can be started -as pgpool-I by changing configuration parameters. pgpool-II that is -executed in pgpool-I mode enables multiple DB nodes to be connected, -which was not possible in pgpool-I. - -WWW: http://pgpool.projects.postgresql.org/ diff --git a/databases/pgpool-II-23/pkg-plist b/databases/pgpool-II-23/pkg-plist deleted file mode 100644 index 758fbd1e497e..000000000000 --- a/databases/pgpool-II-23/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -@comment $FreeBSD$ -bin/pcp_attach_node -bin/pcp_detach_node -bin/pcp_node_count -bin/pcp_node_info -bin/pcp_proc_count -bin/pcp_proc_info -bin/pcp_recovery_node -bin/pcp_stop_pgpool -bin/pcp_systemdb_info -bin/pg_md5 -bin/pgpool -etc/pcp.conf.sample -etc/pgpool.conf.sample -etc/pgpool.conf.sample-master-slave -etc/pgpool.conf.sample-replication -etc/pool_hba.conf.sample -include/pcp.h -include/pool_type.h -lib/libpcp.a -lib/libpcp.la -lib/libpcp.so -lib/libpcp.so.0 -%%DATADIR%%/dist_def_pgbench.sql -%%DATADIR%%/pgpool.pam -%%DATADIR%%/replicate_def_pgbench.sql -%%DATADIR%%/system_db.sql -%%EXAMPLESDIR%%/pgpool_recovery -%%EXAMPLESDIR%%/pgpool_recovery_pitr -%%EXAMPLESDIR%%/pgpool_remote_start -share/postgresql/contrib/pgpool-recovery.sql -lib/postgresql/pgpool-recovery.so -@dirrmtry share/postgresql/contrib -@dirrm %%EXAMPLESDIR%% -@dirrm %%DATADIR%% diff --git a/databases/pgpool-II-30/Makefile b/databases/pgpool-II-30/Makefile deleted file mode 100644 index c23f369afe2b..000000000000 --- a/databases/pgpool-II-30/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: pgpool -# Date created: 2005-10-19 -# Whom: Choe, Cheng-Dae <whitekid@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= pgpool-II -PORTVERSION= 2.3.2.2 -CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/2572/ - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= A connection pool server for PostgreSQL - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_PGSQL= yes -USE_LDCONFIG= yes - -CONFLICTS= pgpool-3.* pgpool-II-2.2.* -USE_RC_SUBR= pgpool - -PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp -PORTDOCS+= TODO -PORTDOCShtml= pgpool-en.html pgpool-ja.html pgpool.css -PORTDOCShtml+= tutorial-en.html tutorial-ja.html - -MAN8= pgpool.8 - -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's| pg_config| ${LOCALBASE}/bin/pg_config|g' \ - ${WRKSRC}/sql/pgpool-recovery/Makefile - -post-build: - @cd ${WRKSRC}/sql/pgpool-recovery && ${GMAKE} - -pre-install: - ${MKDIR} ${DATADIR} ${EXAMPLESDIR} - -post-install: - @cd ${WRKSRC}/sql/pgpool-recovery && ${GMAKE} ${INSTALL_TARGET} - ${INSTALL_DATA} ${WRKSRC}/sample/dist_def_pgbench.sql ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/sample/replicate_def_pgbench.sql ${DATADIR} -.for f in pgpool_recovery pgpool_recovery_pitr pgpool_remote_start - ${INSTALL_SCRIPT} ${WRKSRC}/sample/${f} ${EXAMPLESDIR} -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} -.endfor -.for f in ${PORTDOCShtml} - ${INSTALL_MAN} ${WRKSRC}/doc/$f ${DOCSDIR} -.endfor -PORTDOCS+= ${PORTDOCShtml} -.endif - -.include <bsd.port.mk> diff --git a/databases/pgpool-II-30/distinfo b/databases/pgpool-II-30/distinfo deleted file mode 100644 index 0708ea248753..000000000000 --- a/databases/pgpool-II-30/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pgpool-II-2.3.2.2.tar.gz) = e362a8c125e4638345ef1bd67708f2a8 -SHA256 (pgpool-II-2.3.2.2.tar.gz) = 45cefbbda7499b61bf3485e2b86e96aba174d49effc043a7c2e588e4b5fe7e0c -SIZE (pgpool-II-2.3.2.2.tar.gz) = 1149899 diff --git a/databases/pgpool-II-30/files/patch-recovery.c b/databases/pgpool-II-30/files/patch-recovery.c deleted file mode 100644 index a6ac0c6bceca..000000000000 --- a/databases/pgpool-II-30/files/patch-recovery.c +++ /dev/null @@ -1,19 +0,0 @@ ---- recovery.c.orig 2009-08-14 15:15:08.000000000 +0900 -+++ recovery.c 2009-08-14 18:00:38.000000000 +0900 -@@ -91,7 +91,7 @@ - - pool_log("1st stage is done"); - -- pool_log("starting 2nd stage"); -+ pool_log("starting 2nd stage. waiting connections from clients to be closed"); - - /* 2nd stage */ - *InRecovery = 1; -@@ -332,6 +332,6 @@ - sleep(3); - } while (i++ < WAIT_RETRY_COUNT); - -- pool_error("wait_connection_closed: existing connections did not close in %d sec.", pool_config->recovery_timeout); -+ pool_error("wait_connection_closed: existing connections (%d) did not close in %d sec.", Req_info->conn_counter, pool_config->recovery_timeout); - return 1; - } diff --git a/databases/pgpool-II-30/files/pgpool.in b/databases/pgpool-II-30/files/pgpool.in deleted file mode 100644 index 6566ef9fa3be..000000000000 --- a/databases/pgpool-II-30/files/pgpool.in +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: pgpool -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# pgpool_enable (bool): Set to NO by default. -# Set it to YES to enable pgpool. -# pgpool_conf (file): Set location of your config. -# Default is "%%PREFIX%%/etc/pgpool.conf" -# pgpool_flags (string): Default is "-f $pgpool_conf" -# pgpool_looger (bool): Use logger for logging. -# pgpool_looger_pri (string): logger priority (default "local0.info"). -# pgpool_user (uid): User ID to run as (default nobody) -# - -. /etc/rc.subr - -name=pgpool -rcvar=${name}_enable - -load_rc_config $name - -: ${pgpool_enable="NO"} -: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"} -: ${pgpool_flags="-f ${pgpool_conf}"} -: ${pgpool_user="nobody"} -: ${pgpool_logger="YES"} -: ${pgpool_logger_pri="local0.info"} - -command="%%PREFIX%%/bin/pgpool" -command_args="${pgpool_flags}" -start_cmd="pgpool_start" -stop_cmd="${command} ${command_args} stop" - -required_files="${pgpool_conf}" - -pgpool_start() -{ - if checkyesno pgpool_logger; then - su -m $pgpool_user -c "sh -c \"$command $command_args -n 2>&1 | logger -t $name -p $pgpool_logger_pri &\"" - else - unset start_cmd - run_rc_command start - fi -} - -run_rc_command "$1" diff --git a/databases/pgpool-II-30/files/pgpool_copy_backup b/databases/pgpool-II-30/files/pgpool_copy_backup deleted file mode 100644 index aa6a5226d53a..000000000000 --- a/databases/pgpool-II-30/files/pgpool_copy_backup +++ /dev/null @@ -1,40 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# In postgresql.conf: -# archive_command = 'test -f /proj/pgsql/data/archive_log/%f || cp %p /proj/pgsql/data/archive_log/%f' -# - -SRC=pgsql@$(hostname) -SRCDIR=$1 -DEST=pgsql@$2 -DESTDIR=$3 -ARCLOG=$1/archive_log - -logger="logger -t pgpool -p local0.info" -rsync="/usr/local/bin/rsync -av --delete --checksum" -excl="--exclude=pg_log --exclude=postmaster.pid" -psql="/usr/local/bin/psql" - -/bin/sh <<EOF | ${logger} 2>&1 - -$psql -c "select pg_start_backup('pgpool-recovery')" template1 - -ssh $DEST " -/usr/local/bin/pg_ctl -D $DESTDIR -s -m fast stop; -rm -f $DESTDIR/backup_label" - -echo "restore_command = 'scp $SRC:$ARCLOG/%f %p'" > $SRCDIR/recovery.conf - -$rsync $SRCDIR/ $excl $DEST:/$DESTDIR/ - -ssh $DEST " -mkdir -p $DESTDIR/pg_xlog/archive_status; -mkdir -p $DESTDIR/pg_log" - -rm -f $SRCDIR/recovery.conf - -$psql -c 'select pg_stop_backup()' template1 - -EOF diff --git a/databases/pgpool-II-30/files/pgpool_remote_start b/databases/pgpool-II-30/files/pgpool_remote_start deleted file mode 100644 index 1c044aef90cb..000000000000 --- a/databases/pgpool-II-30/files/pgpool_remote_start +++ /dev/null @@ -1,26 +0,0 @@ -#!/usr/bin/perl -# -# $FreeBSD$ - -use strict; -use warnings; - -my ($host, $dir) = @ARGV; - -my $logger = "logger -t pgpool -p local0.info"; -my $pgctl = "/usr/local/bin/pg_ctl -D $dir"; -my ($fh, $log); - -if (not open($fh, "ssh pgsql\@$host $pgctl -t 5 -w -s -m fast start 2>&1 |")) { - die "cannot open ssh: $!"; -} -if (not open($log, "| $logger")) { - die "cannot open logger: $!"; -} -while (<$fh>) { - print $log $_; -} -close($fh) or die "close(ssh) failed: $!"; -close($log) or die "close(logger): $!"; - -system("ssh pgsql\@$host $pgctl status 2>&1") == 0 or die "pg_ctl status failed"; diff --git a/databases/pgpool-II-30/files/pgpool_switch_xlog b/databases/pgpool-II-30/files/pgpool_switch_xlog deleted file mode 100644 index 8ce8b8603a46..000000000000 --- a/databases/pgpool-II-30/files/pgpool_switch_xlog +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ - -logger="logger -t pgpool -p local0.info" -psql=/usr/local/bin/psql - -/bin/sh <<EOF | ${logger} 2>&1 - -$psql -t -c 'SELECT datname FROM pg_database WHERE NOT datistemplate AND datallowconn' template1 | -while read i -do - if [ "$i" != "" ];then - $psql -c "SELECT setval(oid, nextval(oid)) FROM pg_class WHERE relkind = 'S'" $i - fi -done - -$psql -c 'select pg_switch_xlog()' template1 - -EOF diff --git a/databases/pgpool-II-30/pkg-descr b/databases/pgpool-II-30/pkg-descr deleted file mode 100644 index cc310d06b9d7..000000000000 --- a/databases/pgpool-II-30/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -pgpool-II allows multiple PostgreSQL servers (DB nodes) to be -connected, which enables queries to be executed simultaneously on all -servers. - -It enables "parallel query" processing. Also, pgpool-II can be started -as pgpool-I by changing configuration parameters. pgpool-II that is -executed in pgpool-I mode enables multiple DB nodes to be connected, -which was not possible in pgpool-I. - -WWW: http://pgpool.projects.postgresql.org/ diff --git a/databases/pgpool-II-30/pkg-plist b/databases/pgpool-II-30/pkg-plist deleted file mode 100644 index 758fbd1e497e..000000000000 --- a/databases/pgpool-II-30/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -@comment $FreeBSD$ -bin/pcp_attach_node -bin/pcp_detach_node -bin/pcp_node_count -bin/pcp_node_info -bin/pcp_proc_count -bin/pcp_proc_info -bin/pcp_recovery_node -bin/pcp_stop_pgpool -bin/pcp_systemdb_info -bin/pg_md5 -bin/pgpool -etc/pcp.conf.sample -etc/pgpool.conf.sample -etc/pgpool.conf.sample-master-slave -etc/pgpool.conf.sample-replication -etc/pool_hba.conf.sample -include/pcp.h -include/pool_type.h -lib/libpcp.a -lib/libpcp.la -lib/libpcp.so -lib/libpcp.so.0 -%%DATADIR%%/dist_def_pgbench.sql -%%DATADIR%%/pgpool.pam -%%DATADIR%%/replicate_def_pgbench.sql -%%DATADIR%%/system_db.sql -%%EXAMPLESDIR%%/pgpool_recovery -%%EXAMPLESDIR%%/pgpool_recovery_pitr -%%EXAMPLESDIR%%/pgpool_remote_start -share/postgresql/contrib/pgpool-recovery.sql -lib/postgresql/pgpool-recovery.so -@dirrmtry share/postgresql/contrib -@dirrm %%EXAMPLESDIR%% -@dirrm %%DATADIR%% diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile deleted file mode 100644 index f29ab1c5bfc3..000000000000 --- a/databases/postgresql-libpqxx3/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: PostgreSQL Pgaccess -# Date created: December 1st, 2002 -# Whom: Palle Girgensohn <girgen@pingpong.net> -# -# $FreeBSD$ -# - -PORTNAME= libpqxx -PORTVERSION= 3.0.2 -CATEGORIES= databases -MASTER_SITES= http://pqxx.org/download/software/libpqxx/ -PKGNAMEPREFIX= postgresql- -DIST_SUBDIR= postgresql - -MAINTAINER= 20080111.freebsd.org@ab.ote.we.lv -COMMENT= A new C++ interface for PostgreSQL - -CONFLICTS= postgresql-libpqxx-2.* -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}30 - -USE_PGSQL= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -PLIST_SUB= SHLIBVERSION=3.0 - -CONFIGURE_ARGS= --enable-shared - -.include <bsd.port.mk> diff --git a/databases/postgresql-libpqxx3/distinfo b/databases/postgresql-libpqxx3/distinfo deleted file mode 100644 index cd7f89a54702..000000000000 --- a/databases/postgresql-libpqxx3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (postgresql/libpqxx-3.0.2.tar.gz) = 3baa257e851b773fa1d693bbe185a418 -SHA256 (postgresql/libpqxx-3.0.2.tar.gz) = de265ab5d397ace7596c3b6d19a0057ce2ba58477315acf9165b0a97facab6ca -SIZE (postgresql/libpqxx-3.0.2.tar.gz) = 1565644 diff --git a/databases/postgresql-libpqxx3/files/patch-Makefile.in b/databases/postgresql-libpqxx3/files/patch-Makefile.in deleted file mode 100644 index 414342128af2..000000000000 --- a/databases/postgresql-libpqxx3/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in 2009-08-14 10:16:35.000000000 -0700 -+++ Makefile.in.new 2010-01-13 23:09:39.000000000 -0800 -@@ -226,7 +226,7 @@ - MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \ - stamp-h.in - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libpqxx.pc - bin_SCRIPTS = pqxx-config - all: all-recursive diff --git a/databases/postgresql-libpqxx3/files/patch-libpqxx.spec.in b/databases/postgresql-libpqxx3/files/patch-libpqxx.spec.in deleted file mode 100644 index 3e9e115743bb..000000000000 --- a/databases/postgresql-libpqxx3/files/patch-libpqxx.spec.in +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN libpqxx-3.0.2.dist/libpqxx.spec.in libpqxx-3.0.2/libpqxx.spec.in ---- libpqxx.spec.in 2009-07-03 22:38:38.000000000 -0700 -+++ libpqxx.spec.in.new 2010-01-13 21:24:41.000000000 -0800 -@@ -58,7 +58,7 @@ - %files devel - %defattr(-, root, root) - %{_libdir}/*a --%{_libdir}/pkgconfig/libpqxx.pc -+%{_prefix}/libdata/pkgconfig/libpqxx.pc - %{_includedir}/* - %{_bindir}/pqxx-config - diff --git a/databases/postgresql-libpqxx3/pkg-descr b/databases/postgresql-libpqxx3/pkg-descr deleted file mode 100644 index 5697d09a3e4d..000000000000 --- a/databases/postgresql-libpqxx3/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Welcome to libpqxx, the official C++ API to the PostgreSQL database -management system. - -There are many similar libraries for PostgreSQL and for other -databases, some of them database-independent. Most of these, however, -are fairly C-like in their programming style, and fail to take -advantage of the full power of the C++ language as it has matured -since the acceptance of the Standard in 1996. What libpqxx brings you -is effective use of templates to reduce the inconvenience of dealing -with type conversions; of standard C++ strings to keep you from having -to worry about buffer allocation and overflow attacks; of exceptions -to take the tedious and error-prone plumbing around error handling out -of your hands; of constructors and destructors to bring resource -management under control; and even basic object-orientation to give -you some extra reliability features that would be hard to get with -most other database interfaces. - -WWW: http://pqxx.org/ diff --git a/databases/postgresql-libpqxx3/pkg-plist b/databases/postgresql-libpqxx3/pkg-plist deleted file mode 100644 index 9d4d8b5c4cd1..000000000000 --- a/databases/postgresql-libpqxx3/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -bin/pqxx-config -include/pqxx/basic_connection -include/pqxx/basic_connection.hxx -include/pqxx/binarystring -include/pqxx/binarystring.hxx -include/pqxx/compiler-internal-post.hxx -include/pqxx/compiler-internal-pre.hxx -include/pqxx/compiler-public.hxx -include/pqxx/config-public-compiler.h -include/pqxx/connection -include/pqxx/connection.hxx -include/pqxx/connection_base -include/pqxx/connection_base.hxx -include/pqxx/connectionpolicy -include/pqxx/connectionpolicy.hxx -include/pqxx/cursor -include/pqxx/cursor.hxx -include/pqxx/dbtransaction -include/pqxx/dbtransaction.hxx -include/pqxx/except -include/pqxx/except.hxx -include/pqxx/isolation -include/pqxx/isolation.hxx -include/pqxx/largeobject -include/pqxx/largeobject.hxx -include/pqxx/libpq-forward.hxx -include/pqxx/nontransaction -include/pqxx/nontransaction.hxx -include/pqxx/notify-listen -include/pqxx/notify-listen.hxx -include/pqxx/pipeline -include/pqxx/pipeline.hxx -include/pqxx/pqxx -include/pqxx/prepared_statement -include/pqxx/prepared_statement.hxx -include/pqxx/result -include/pqxx/result.hxx -include/pqxx/robusttransaction -include/pqxx/robusttransaction.hxx -include/pqxx/subtransaction -include/pqxx/subtransaction.hxx -include/pqxx/tablereader -include/pqxx/tablereader.hxx -include/pqxx/tablestream -include/pqxx/tablestream.hxx -include/pqxx/tablewriter -include/pqxx/tablewriter.hxx -include/pqxx/transaction -include/pqxx/transaction.hxx -include/pqxx/transaction_base -include/pqxx/transaction_base.hxx -include/pqxx/transactor -include/pqxx/transactor.hxx -include/pqxx/trigger -include/pqxx/trigger.hxx -include/pqxx/util -include/pqxx/util.hxx -include/pqxx/version.hxx -lib/libpqxx-%%SHLIBVERSION%%.so -lib/libpqxx.a -lib/libpqxx.la -lib/libpqxx.so -libdata/pkgconfig/libpqxx.pc -@dirrm include/pqxx diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile deleted file mode 100644 index dd57c0036363..000000000000 --- a/databases/postgresql91-server/Makefile +++ /dev/null @@ -1,325 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -DISTVERSION?= 8.4.3 -PORTREVISION?= 1 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${DISTVERSION} -PKGNAMESUFFIX?= -server - -MAINTAINER?= girgen@FreeBSD.org -COMMENT?= The most advanced open-source database available anywhere - -CONFLICTS?= ${PORTNAME}-client-7.* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.* \ - ${PORTNAME}-client-8.[0-35-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-8.[0-35-9]* - -WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}84 -LATEST_LINK?= ${PKGNAMEPREFIX}${UNIQUENAME}${PKGNAMESUFFIX} - -PKGINSTALL?= ${PKGDIR}/pkg-install${PKGNAMESUFFIX} -USE_BZIP2= YES -USE_GMAKE= YES -GNU_CONFIGURE= YES -.if defined(NO_BUILD) -.undef USE_GMAKE -.undef GNU_CONFIGURE -.endif - -PGUSER= pgsql -PGGROUP= pgsql - -CONFIGURE_ARGS+=--with-libraries=${LOCALBASE}/lib \ - --with-includes=${LOCALBASE}/include \ - --enable-thread-safety -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX} - -BUILD_DIRS?= src/port src/timezone src/backend src/backend/utils/mb/conversion_procs \ - src/backend/snowball src/bin/initdb src/bin/pg_ctl \ - src/bin/pg_controldata src/bin/pg_resetxlog src/pl - -INSTALL_DIRS?= ${BUILD_DIRS} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= postgresql -USE_PGSQL= yes -WANT_PGSQL_VER= ${PORTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} -.endif - -.if !defined(SLAVE_ONLY) -OPTIONS= NLS "Use internationalized messages" on -.endif - -.if !defined(CLIENT_ONLY) -MAKE_ENV= PATH=${PREFIX}/bin:${PATH} -CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} -.endif - -# Cannot check this with standard OPTION due to a catch-22. -# USE_OPENSSL must precede bsd.port.pre.mk, but then we don't know -# what OPTIONS are set. -# -# If you *don't* want SSL, set WITHOUT_SSL=YES when making -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-openssl -.endif - -.include <bsd.port.pre.mk> - -.if !defined(SLAVE_ONLY) -OPTIONS+= PAM "Build with PAM support (server only)" off -OPTIONS+= LDAP "Build with LDAP authentication support" off -OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off -OPTIONS+= HEIMDAL_KRB5 "Builds with Heimdal kerberos support" off -OPTIONS+= OPTIMIZED_CFLAGS "Builds with compiler optimizations (-O3)" off -OPTIONS+= XML "Build with XML data type (server)" on -OPTIONS+= TZDATA "Use internal timezone database (server)" on -OPTIONS+= DEBUG "Builds with debugging symbols" off - -# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -OPTIONS+= ICU "Use ICU 3.x for unicode collation (server)" off -OPTIONS+= ICU4 "Use ICU 4.x for unicode collation (server)" off - -# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info -# (requires dump/restore if modified.) -OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" on - -. if defined(WITH_ICU) && defined(WITH_ICU4) -IGNORE= options WITH_ICU and WITH_ICU4 are mutually exclusive -. endif - -. if (defined(SERVER_ONLY) && (defined(WITH_ICU) || defined(WITH_ICU4))) || make(makesum) -USE_AUTOTOOLS= autoconf:262 -CONFIGURE_ARGS+=--with-icu -PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu -PATCHFILES+= pg-840-icu-2009-09-15.diff.gz:icu -. if defined(WITH_ICU4) -LIB_DEPENDS+= icudata.43:${PORTSDIR}/devel/icu4 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-icu4 -. else -LIB_DEPENDS+= icudata.38:${PORTSDIR}/devel/icu -. endif -. endif - -PATCH_DIST_STRIP=-p1 - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. endif - -. if defined(SERVER_ONLY) && defined(WITH_LDAP) -CONFIGURE_ARGS+=--with-ldap -USE_OPENLDAP= YES -. endif - -. if defined(SERVER_ONLY) && defined(WITH_XML) -CONFIGURE_ARGS+=--with-libxml -LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 -. endif - -. if defined(SERVER_ONLY) && defined(WITH_TZDATA) -PLIST_SUB+= TZDATA="" -. else -CONFIGURE_ARGS+=--with-system-tzdata=/usr/share/zoneinfo -PLIST_SUB+= TZDATA="@comment " -. endif - -. if defined(WITHOUT_INTDATE) -CONFIGURE_ARGS+=--disable-integer-datetimes -. endif - -. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS)) -CONFIGURE_ARGS+=--enable-nls -PLIST_SUB+= GETTEXT="" -USE_GETTEXT= YES -. else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= GETTEXT="@comment " -. endif - -. if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O3 -funroll-loops -. endif - -. if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -INSTALL_TARGET= install -. else -INSTALL_TARGET= install-strip -. endif - -. if defined(WITH_MIT_KRB5) -. if exists(/usr/lib/libkrb5.so) || exists(/usr/bin/krb5-config) -BROKEN= "You must remove heimdal's /usr/bin/krb5-config and /usr/lib/libkrb5.so*, and set NO_KERBEROS=true in /etc/make.conf to build successfully with MIT-KRB" -. endif -# Allow defining a home built MIT Kerberos by setting KRB5_HOME -. if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) && exists(${KRB5_HOME}/bin/krb5-config) -CONFIGURE_ARGS+=--with-krb5 -. else -LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 -CONFIGURE_ARGS+=--with-krb5 -. endif -. endif - -. if defined(WITH_HEIMDAL_KRB5) -# Allow defining a home built Heimdal Kerberos by setting HEIMDAL_HOME -. if defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) && exists(${HEIMDAL_HOME}/bin/krb5-config) -CONFIGURE_ARGS+=--with-krb5 -. else -# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr, -# so we always use the heimdal port. See -# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html -LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+=--with-krb5 -. endif -. endif - -.endif # !SLAVE_ONLY - -.if defined(CLIENT_ONLY) -MAN1= clusterdb.1 createdb.1 createlang.1 createuser.1 \ - dropdb.1 droplang.1 dropuser.1 ecpg.1 initdb.1 \ - pg_config.1 pg_controldata.1 pg_ctl.1 \ - pg_dump.1 pg_dumpall.1 pg_resetxlog.1 pg_restore.1 \ - postgres.1 postmaster.1 psql.1 reindexdb.1 vacuumdb.1 - -MAN7= abort.7 alter_aggregate.7 alter_conversion.7 alter_database.7 \ - alter_domain.7 alter_foreign_data_wrapper.7 alter_function.7 alter_group.7 alter_server.7 \ - alter_user_mapping.7 alter_index.7 alter_language.7 alter_operator_class.7 \ - alter_operator_family.7 \ - alter_role.7 \ - alter_schema.7 alter_sequence.7 alter_table.7 \ - alter_text_search_configuration.7 \ - alter_text_search_dictionary.7 \ - alter_text_search_parser.7 \ - alter_text_search_template.7 \ - alter_trigger.7 alter_user.7 alter_view.7 analyze.7 begin.7 \ - checkpoint.7 close.7 cluster.7 comment.7 commit.7 \ - commit_prepared.7 \ - copy.7 create_aggregate.7 create_cast.7 \ - create_constraint_trigger.7 create_conversion.7 \ - create_database.7 create_domain.7 create_foreign_data_wrapper.7 \ - create_function.7 \ - create_group.7 create_index.7 create_language.7 \ - create_operator.7 create_operator_class.7 \ - create_operator_family.7 create_role.7 \ - create_rule.7 create_schema.7 create_sequence.7 \ - create_server.7 create_table.7 create_table_as.7 \ - create_text_search_configuration.7 \ - create_text_search_dictionary.7 \ - create_text_search_parser.7 \ - create_text_search_template.7 create_trigger.7 \ - create_type.7 create_user.7 create_user_mapping.7 create_view.7 deallocate.7 \ - declare.7 delete.7 discard.7 \ - drop_aggregate.7 drop_cast.7 drop_conversion.7 \ - drop_database.7 drop_domain.7 drop_foreign_data_wrapper.7 drop_function.7 \ - drop_group.7 drop_index.7 drop_language.7 \ - drop_operator.7 drop_operator_class.7 drop_operator_family.7 \ - drop_owned.7 drop_role.7 drop_rule.7 \ - drop_schema.7 drop_sequence.7 drop_server.7 drop_table.7 \ - drop_text_search_configuration.7 \ - drop_text_search_dictionary.7 \ - drop_text_search_parser.7 \ - drop_text_search_template.7 drop_trigger.7 \ - drop_type.7 drop_user.7 drop_user_mapping.7 drop_view.7 end.7 execute.7 \ - explain.7 fetch.7 grant.7 insert.7 listen.7 load.7 \ - lock.7 move.7 notify.7 prepare.7 prepare_transaction.7 \ - reassign_owned.7 reindex.7 reset.7 \ - revoke.7 rollback.7 rollback_prepared.7 select.7 \ - select_into.7 set.7 \ - set_constraints.7 set_role.7 set_transaction.7 show.7 \ - set_session_authorization.7 start_transaction.7 \ - table.7 truncate.7 unlisten.7 update.7 vacuum.7 \ - alter_operator.7 alter_tablespace.7 alter_type.7 \ - create_tablespace.7 drop_tablespace.7 \ - release_savepoint.7 rollback_to_savepoint.7 \ - savepoint.7 values.7 with.7 -.endif - -.if defined(SERVER_ONLY) -pre-everything:: - @${SH} ${PKGINSTALL} ${PORTNAME} BACKUPWARNING -.endif - -.if !defined(NO_BUILD) - -pre-configure: -. if defined(WITH_MIT_KRB5) && defined(WITH_HEIMDAL_KRB5) - @${ECHO} "MIT's and Heimdal Kerberos are mutually exclusive." - @${ECHO} "Please choose one or the other." - @exit 1 -. endif - -do-build: - @ cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${GMAKE} symlinks - @ for dir in ${BUILD_DIRS}; do \ - cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE}; \ - done - -. if exists(${FILESDIR}/pkg-message${PKGNAMESUFFIX}.in) -SUB_FILES+= pkg-message${PKGNAMESUFFIX} -PKGMESSAGE= ${WRKSRC}/pkg-message${PKGNAMESUFFIX} -. endif -.endif - -.if defined(SERVER_ONLY) -pre-su-install: - @ ${SETENV} PKG_PREFIX=${PREFIX} PGUSER=${PGUSER} PGGROUP=${PGGROUP} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -.endif - -.if !defined(NO_BUILD) -post-patch: - @${REINPLACE_CMD} s/@PTHREAD_LIBS@// ${WRKSRC}/src/Makefile.global.in - -do-install: - @for dir in ${INSTALL_DIRS}; do \ - cd ${WRKSRC}/$${dir} && \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${INSTALL_TARGET}; \ - done -. if defined(SERVER_ONLY) - @ ${MKDIR} ${PREFIX}/share/postgresql ;\ - ${MKDIR} ${PREFIX}/etc/periodic/daily ;\ - ${INSTALL_SCRIPT} ${FILESDIR}/502.pgsql \ - ${PREFIX}/etc/periodic/daily -. endif # SERVER_ONLY -. if defined(CLIENT_ONLY) - @ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} install-local -. endif - @ if [ -r ${PKGMESSAGE} ]; then \ - ${MKDIR} ${DOCSDIR} ;\ - ${INSTALL_DATA} ${PKGMESSAGE} ${DOCSDIR}/README${PKGNAMESUFFIX} ;\ - ${ECHO} "======================================================================" ;\ - ${CAT} ${PKGMESSAGE} ;\ - ${ECHO} "======================================================================" ;\ - fi -.endif # !NO_BUILD - -.if defined(SERVER_ONLY) -check: - @if [ `id -u` != 0 ] ; then \ - ${ECHO} "Running postgresql regressions tests" ;\ - cd ${WRKSRC}; ${GMAKE} check ;\ - else \ - ${ECHO} "You cannot run regression tests when postgresql is built as user root." ; \ - ${ECHO} "Clean and rebuild the port as a regular user to run the tests." ;\ - fi -.endif - -.include <bsd.port.post.mk> diff --git a/databases/postgresql91-server/distinfo b/databases/postgresql91-server/distinfo deleted file mode 100644 index 81d413a0628a..000000000000 --- a/databases/postgresql91-server/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (postgresql/postgresql-8.4.3.tar.bz2) = 7f70e7b140fb190f268837255582b07e -SHA256 (postgresql/postgresql-8.4.3.tar.bz2) = 050c3e8324b453715e819456638fc1561351b33c8011b7cb63db98bbc2061564 -SIZE (postgresql/postgresql-8.4.3.tar.bz2) = 13645257 -SHA256 (postgresql/pg-840-icu-2009-09-15.diff.gz) = c09d3b59340a3bb6ea754e985739d4fbb47f730d1e48a357c5585825034fc72e -MD5 (postgresql/pg-840-icu-2009-09-15.diff.gz) = 2b81134b462e01623bc9387fe4de7136 -SIZE (postgresql/pg-840-icu-2009-09-15.diff.gz) = 4321 diff --git a/databases/postgresql91-server/files/502.pgsql b/databases/postgresql91-server/files/502.pgsql deleted file mode 100644 index d2235e414cd2..000000000000 --- a/databases/postgresql91-server/files/502.pgsql +++ /dev/null @@ -1,94 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Maintenance shell script to vacuum and backup database -# Put this in /usr/local/etc/periodic/daily, and it will be run -# every night -# -# Written by Palle Girgensohn <girgen@pingpong.net> -# -# In public domain, do what you like with it, -# and use it at your own risk... :) -# - -# Define these variables in either /etc/periodic.conf or -# /etc/periodic.conf.local to override the default values. -# -# daily_pgsql_backup_enable="YES" # do backup -# daily_pgsql_vacuum_enable="YES" # do vacuum - -daily_pgsql_vacuum_args="-z" -daily_pgsql_pgdump_args="-b -F c" -# backupdir is relative to ~pgsql home directory unless it begins with a slash: -daily_pgsql_backupdir="~pgsql/backups" -daily_pgsql_savedays="7" - -# If there is a global system configuration file, suck it in. -# -if [ -r /etc/defaults/periodic.conf ] -then - . /etc/defaults/periodic.conf - source_periodic_confs -fi - -# allow '~´ in dir name -eval backupdir=${daily_pgsql_backupdir} - -rc=0 - -case "$daily_pgsql_backup_enable" in - [Yy][Ee][Ss]) - - # daily_pgsql_backupdir must be writeable by user pgsql - # ~pgsql is just that under normal circumstances, - # but this might not be where you want the backups... - if [ ! -d ${backupdir} ] ; then - echo Creating ${backupdir} - mkdir -m 700 ${backupdir}; chown pgsql ${backupdir} - fi - - echo - echo "PostgreSQL backups" - - # Protect the data - umask 077 - dbnames=`su -l pgsql -c "umask 077; psql -q -t -A -d template1 -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` - rc=$? - now=`date "+%Y-%m-%dT%H:%M:%S"` - file=${daily_pgsql_backupdir}/pgglobals_${now} - su -l pgsql -c "umask 077; pg_dumpall -g | gzip -9 > ${file}.gz" - for db in ${dbnames}; do - echo -n " $db" - file=${backupdir}/pgdump_${db}_${now} - su -l pgsql -c "umask 077; pg_dump ${daily_pgsql_pgdump_args} -f ${file} ${db}" - [ $? -gt 0 ] && rc=3 - done - - if [ $rc -gt 0 ]; then - echo - echo "Errors were reported during backup." - fi - - # cleaning up old data - find ${backupdir} \( -name 'pgdump_*' -o -name 'pgglobals_*' \) \ - -a -mtime +${daily_pgsql_savedays} -delete - ;; -esac - -case "$daily_pgsql_vacuum_enable" in - [Yy][Ee][Ss]) - - echo - echo "PostgreSQL vacuum" - su -l pgsql -c "vacuumdb -a -q ${daily_pgsql_vacuum_args}" - if [ $? -gt 0 ] - then - echo - echo "Errors were reported during vacuum." - rc=3 - fi - ;; -esac - -exit $rc diff --git a/databases/postgresql91-server/files/dot.cshrc.in b/databases/postgresql91-server/files/dot.cshrc.in deleted file mode 100644 index 4069398b376e..000000000000 --- a/databases/postgresql91-server/files/dot.cshrc.in +++ /dev/null @@ -1,11 +0,0 @@ -setenv PGLIB %%PREFIX%%/lib - -# note: PGDATA can be overridden by the -D startup option -setenv PGDATA $HOME/data - -#You might want to set some locale stuff here -#setenv PGDATESTYLE ISO -#setenv LC_ALL sv_SE.ISO_8859-1 - -# if you want to make regression tests use this TZ -#setenv TZ PST8PDT diff --git a/databases/postgresql91-server/files/dot.profile.in b/databases/postgresql91-server/files/dot.profile.in deleted file mode 100644 index 954e22eae8f8..000000000000 --- a/databases/postgresql91-server/files/dot.profile.in +++ /dev/null @@ -1,22 +0,0 @@ -PGLIB=%%PREFIX%%/lib - -# note: PGDATA can be overridden by the -D startup option -PGDATA=${HOME}/data - -export PATH PGLIB PGDATA - -# if you use the periodic script from share/postgresql/502.pgsql, you -# can set these -#PGDUMP_ARGS="-b -F c" -#PGBACKUPDIR=${HOME}/backups -#PGBACKUP_SAVE_DAYS=7 -#export PGBACKUPDIR PGDUMP_ARGS PGBACKUP_SAVE_DAYS - -#You might want to set some locale stuff here -#PGDATESTYLE=ISO -#LC_ALL=sv_SE.ISO_8859-1 -#export PGDATESTYLE LC_ALL - -# if you want to make regression tests use this TZ -#TZ=PST8PDT -#export TZ diff --git a/databases/postgresql91-server/files/extra-patch-icu4 b/databases/postgresql91-server/files/extra-patch-icu4 deleted file mode 100644 index 28c8a8cfff33..000000000000 --- a/databases/postgresql91-server/files/extra-patch-icu4 +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.in.orig 2010-03-25 22:25:10.655197193 +0100 -+++ configure.in 2010-03-25 22:25:13.611658318 +0100 -@@ -945,15 +945,19 @@ - fi - - if test "$with_icu" = yes ; then -- AC_CHECK_LIB(icui18n, ucol_open_3_8, [], [ -- AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [ -- AC_CHECK_LIB(icui18n, ucol_open_3_4, [], [AC_MSG_ERROR([library 'icui18n' is required for ICU])]) -- ]) -+ AC_CHECK_LIB(icui18n, ucol_open_43, [], [ -+ AC_CHECK_LIB(icui18n, ucol_open_3_8, [], [ -+ AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [ -+ AC_CHECK_LIB(icui18n, ucol_open_3_4, [], [AC_MSG_ERROR([library 'icui18n' is required for ICU])]) -+ ]) -+ ]) - ]) -- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [ -- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [ -- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], [AC_MSG_ERROR([library 'icuuc' is required for ICU])]) -- ]) -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_43, [], [ -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [ -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [ -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], [AC_MSG_ERROR([library 'icuuc' is required for ICU])]) -+ ]) -+ ]) - ]) - fi - diff --git a/databases/postgresql91-server/files/patch-doc-Makefile b/databases/postgresql91-server/files/patch-doc-Makefile deleted file mode 100644 index 8e08132e175b..000000000000 --- a/databases/postgresql91-server/files/patch-doc-Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- doc/Makefile.orig 2009-05-15 15:58:05.000000000 +0200 -+++ doc/Makefile 2009-05-15 15:58:18.000000000 +0200 -@@ -25,9 +25,10 @@ - - .NOTPARALLEL: - --ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) --found_html = yes --endif -+# FreeBSD has a separate port for installing the documentation -+#ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) -+#found_html = yes -+#endif - - ifneq ($(wildcard $(srcdir)/man.tar.gz),) - # SCO OpenServer's man system is sufficiently different to not bother. diff --git a/databases/postgresql91-server/files/patch-plpython-Makefile b/databases/postgresql91-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql91-server/files/patch-plpython-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pl/plpython/Makefile.orig Fri Nov 19 20:23:01 2004 -+++ src/pl/plpython/Makefile Tue Dec 28 23:32:16 2004 -@@ -9,7 +9,7 @@ - # shared library. Since there is no official way to determine this - # (at least not in pre-2.3 Python), we see if there is a file that is - # named like a shared library. --ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*)) -+ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*)) - shared_libpython = yes - endif - diff --git a/databases/postgresql91-server/files/patch-src-backend-Makefile b/databases/postgresql91-server/files/patch-src-backend-Makefile deleted file mode 100644 index 6d6fb0ce660b..000000000000 --- a/databases/postgresql91-server/files/patch-src-backend-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/backend/Makefile.orig 2009-07-07 15:58:33.000000000 +0200 -+++ src/backend/Makefile 2009-07-07 15:58:57.000000000 +0200 -@@ -107,6 +107,8 @@ - # Update the commonly used headers before building the subdirectories - $(SUBDIRS:%=%-recursive): $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h - -+symlinks: $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h -+ - - # The postgres.o target is needed by the rule in Makefile.global that - # creates the exports file when MAKE_EXPORTS = true. diff --git a/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample deleted file mode 100644 index 4c32ae4a26bb..000000000000 --- a/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,28 +0,0 @@ ---- ./src/backend/utils/misc/postgresql.conf.sample.orig 2009-08-24 22:08:40.000000000 +0200 -+++ ./src/backend/utils/misc/postgresql.conf.sample 2009-10-04 19:21:09.000000000 +0200 -@@ -230,6 +230,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of - # stderr, csvlog, syslog and eventlog, - # depending on platform. csvlog -@@ -264,6 +265,7 @@ - #syslog_facility = 'LOCAL0' - #syslog_ident = 'postgres' - -+silent_mode = on - #silent_mode = off # Run server silently. - # DO NOT USE without syslog or - # logging_collector -@@ -367,6 +369,9 @@ - #track_counts = on - #track_functions = none # none, pl, all - #track_activity_query_size = 1024 -+ -+# On FreeBSD, this is a performance hog, so keep it off if you need speed -+update_process_title = off - #update_process_title = on - #stats_temp_directory = 'pg_stat_tmp' - diff --git a/databases/postgresql91-server/files/pkg-message-client.in b/databases/postgresql91-server/files/pkg-message-client.in deleted file mode 100644 index 3183bc136aa6..000000000000 --- a/databases/postgresql91-server/files/pkg-message-client.in +++ /dev/null @@ -1,32 +0,0 @@ -The PostgreSQL port has a collection of "side orders": - -postgresql-doc - For all of the html documentation - -p5-Pg - A perl5 API for client access to PostgreSQL databases. - -postgresql-tcltk - If you want tcl/tk client support. - -postgresql-jdbc - For Java JDBC support. - -postgresql-odbc - For client access from unix applications using ODBC as access - method. Not needed to access unix PostgreSQL servers from Win32 - using ODBC. See below. - -ruby-postgres, py-PyGreSQL - For client access to PostgreSQL databases using the ruby & python - languages. - -p5-postgresql-plperl, postgresql-pltcl & postgresql-plruby - For using perl5, tcl & ruby as procedural languages. - -postgresql-contrib - Lots of contributed utilities, postgresql functions and - datatypes. There you find pg_standby, pgcrypto and many other cool - things. - -etc... diff --git a/databases/postgresql91-server/files/pkg-message-contrib.in b/databases/postgresql91-server/files/pkg-message-contrib.in deleted file mode 100644 index 2b29ffd33041..000000000000 --- a/databases/postgresql91-server/files/pkg-message-contrib.in +++ /dev/null @@ -1,3 +0,0 @@ -The PostgreSQL contrib utilities have been installed. Please see -%%PREFIX%%/share/doc/postgresql/contrib/README -for more information. diff --git a/databases/postgresql91-server/files/pkg-message-plperl.in b/databases/postgresql91-server/files/pkg-message-plperl.in deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql91-server/files/pkg-message-plperl.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Perl has been installed. Check the createlang(l) manpage for more -info. You can install PL/Perl as trusted or untrusted, by using either -"createlang plperl" or "createlang plperlu". diff --git a/databases/postgresql91-server/files/pkg-message-plpython.in b/databases/postgresql91-server/files/pkg-message-plpython.in deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql91-server/files/pkg-message-plpython.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Python has been installed. Check the createlang(l) manpage for more -info. You can install PL/Python by using "createlang plpythonu" (it -exists as an untrusted language only). diff --git a/databases/postgresql91-server/files/pkg-message-pltcl.in b/databases/postgresql91-server/files/pkg-message-pltcl.in deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql91-server/files/pkg-message-pltcl.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Tcl has been installed. Check the createlang(l) manpage for more -info. You can install pltcl as trusted or untrusted, by using either -"createlang pltcl" or "createlang pltclu". diff --git a/databases/postgresql91-server/files/pkg-message-server.in b/databases/postgresql91-server/files/pkg-message-server.in deleted file mode 100644 index 54f397448198..000000000000 --- a/databases/postgresql91-server/files/pkg-message-server.in +++ /dev/null @@ -1,70 +0,0 @@ -For procedural languages and postgresql functions, please note that -you might have to update them when updating the server. - -If you have many tables and many clients running, consider raising -kern.maxfiles using sysctl(8), or reconfigure your kernel -appropriately. - -The port is set up to use autovacuum for new databases, but you might -also want to vacuum and perhaps backup your database regularly. There -is a periodic script, %%PREFIX%%/etc/periodic/daily/502.pgsql, that -you may find useful. You can use it to backup and perfom vacuum on all -databases nightly. Per default, it perfoms `vacuum analyze'. See the -script for instructions. For autovacuum settings, please review -~pgsql/data/postgresql.conf. - -To allow many simultaneous connections to your PostgreSQL server, you -should raise the SystemV shared memory limits in your kernel. Here are -example values for allowing up to 180 clients (configurations in -postgresql.conf also needed, of course): - options SYSVSHM - options SYSVSEM - options SYSVMSG - options SHMMAXPGS=65536 - options SEMMNI=40 - options SEMMNS=240 - options SEMUME=40 - options SEMMNU=120 - -If you plan to access your PostgreSQL server using ODBC, please -consider running the SQL script %%PREFIX%%/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. - -Please note that if you use the rc script, -%%PREFIX%%/etc/rc.d/postgresql, to initialize the database, unicode -(UTF-8) will be used to store character data by default. Set -postgresql_initdb_flags or use login.conf settings described below to -alter this behaviour. See the start rc script for more info. - -To set limits, environment stuff like locale and collation and other -things, you can set up a class in /etc/login.conf before initializing -the database. Add something similar to this to /etc/login.conf: ---- -postgres:\ - :lang=en_US.UTF-8:\ - :setenv=LC_COLLATE=C:\ - :tc=default: ---- -and run `cap_mkdb /etc/login.conf'. -Then add 'postgresql_class="postgres"' to /etc/rc.conf. - -====================================================================== - -To initialize the database, run - - %%PREFIX%%/etc/rc.d/postgresql initdb - -You can then start PostgreSQL by running: - - %%PREFIX%%/etc/rc.d/postgresql start - -For postmaster settings, see ~pgsql/data/postgresql.conf - -NB. FreeBSD's PostgreSQL port logs to syslog by default - See ~pgsql/data/postgresql.conf for more info - -====================================================================== - -To run PostgreSQL at startup, add -'postgresql_enable="YES"' to /etc/rc.conf - diff --git a/databases/postgresql91-server/files/pkgIndex.tcl.in b/databases/postgresql91-server/files/pkgIndex.tcl.in deleted file mode 100644 index bd8329b15c69..000000000000 --- a/databases/postgresql91-server/files/pkgIndex.tcl.in +++ /dev/null @@ -1,4 +0,0 @@ -# Package-index file for Pgtcl-package. Enables you to load PostgreSQL -# interface functions right into you TCL-interpreter as simply as -# package require Pgtcl -package ifneeded Pgtcl 1.3 "load %%PREFIX%%/lib/libpgtcl.so" diff --git a/databases/postgresql91-server/files/postgresql.in b/databases/postgresql91-server/files/postgresql.in deleted file mode 100644 index 405d2efaa4d3..000000000000 --- a/databases/postgresql91-server/files/postgresql.in +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: postgresql -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable PostgreSQL: -# -# postgresql_enable="YES" -# # optional -# postgresql_data="%%PREFIX%%/pgsql/data" -# postgresql_flags="-w -s -m fast" -# postgresql_initdb_flags="--encoding=utf-8 --lc-collate=C" -# postgresql_class="default" -# -# See %%PREFIX%%/share/doc/postgresql/README-server for more info -# -# This scripts takes one of the following commands: -# -# start stop restart reload status initdb -# -# For postmaster startup options, edit ${postgresql_data}/postgresql.conf - -command=%%PREFIX%%/bin/pg_ctl - -. /etc/rc.subr - -load_rc_config postgresql - -# set defaults -postgresql_enable=${postgresql_enable:-"NO"} -postgresql_flags=${postgresql_flags:-"-w -s -m fast"} -postgresql_user=pgsql -eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data"} -postgresql_class=${postgresql_class:-"default"} -postgresql_initdb_flags=${postgresql_initdb_flags:-"--encoding=utf-8 --lc-collate=C"} - -name=postgresql -rcvar=`set_rcvar` -command_args="-D ${postgresql_data} ${postgresql_flags}" -extra_commands="reload initdb" - -start_cmd="postgresql_command start" -stop_cmd="postgresql_command stop" -restart_cmd="postgresql_command restart" -reload_cmd="postgresql_command reload" -status_cmd="postgresql_command status" - -initdb_cmd="postgresql_initdb" - -postgresql_command() -{ - su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}" -} - -postgresql_initdb() -{ - su -l -c ${postgresql_class} ${postgresql_user} -c "exec %%PREFIX%%/bin/initdb ${postgresql_initdb_flags} -D ${postgresql_data}" -} - -run_rc_command "$1" diff --git a/databases/postgresql91-server/pkg-descr b/databases/postgresql91-server/pkg-descr deleted file mode 100644 index f8f8a9e0d422..000000000000 --- a/databases/postgresql91-server/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -PostgreSQL is a sophisticated Object-Relational DBMS, supporting -almost all SQL constructs, including subselects, transactions, and -user-defined types and functions. It is the most advanced open-source -database available anywhere. Commercial Support is also available. - -The original Postgres code was the effort of many graduate students, -undergraduate students, and staff programmers working under the direction of -Professor Michael Stonebraker at the University of California, Berkeley. In -1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query -language to SQL and created a new database system which came to known as -Postgres95. Many others contributed to the porting, testing, debugging and -enhancement of the Postgres95 code. As the code improved, and 1995 faded into -memory, PostgreSQL was born. - -PostgreSQL development is presently being performed by a team of Internet -developers who are now responsible for all current and future development. The -development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG). -Support is available from the PostgreSQL developer/user community through the -support mailing list (questions@PostgreSQL.ORG). - -PostgreSQL is free and the complete source is available. - -WWW: http://www.postgresql.org/ diff --git a/databases/postgresql91-server/pkg-install-server b/databases/postgresql91-server/pkg-install-server deleted file mode 100644 index 6dc3b6fdbd67..000000000000 --- a/databases/postgresql91-server/pkg-install-server +++ /dev/null @@ -1,63 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -backupwarning() { echo " - - =========== BACKUP YOUR DATA! ============= - As always, backup your data before - upgrading. If the upgrade leads to a higher - minor revision (e.g. 7.3.x -> 7.4), a dump - and restore of all databases is - required. This is *NOT* done by the port! - - Press ctrl-C *now* if you need to pg_dump. - =========================================== -" - sleep 5 -} - -case $2 in -PRE-INSTALL) - backupwarning - PGUSER=${PGUSER:-pgsql} - PGGROUP=${PGGROUP:-pgsql} - DB_DIR=${PKG_PREFIX}/${PGUSER} - UID=70 - GID=70 - - if pw group show "${PGGROUP}" 2>/dev/null; then - echo "You already have a group \"${PGGROUP}\", so I will use it." - else - if pw groupadd ${PGGROUP} -g ${GID}; then - echo "Added group \"${PGGROUP}\"." - else - echo "Adding group \"${PGGROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${PGUSER}" 2>/dev/null; then - echo "You already have a user \"${PGUSER}\", so I will use it." - else - if pw useradd ${PGUSER} -u ${UID} -g ${PGGROUP} -h - \ - -d ${DB_DIR} -c "PostgreSQL Daemon" - then - echo "Added user \"${PGUSER}\"." - else - echo "Adding user \"${PGUSER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${PGUSER} ] ; then - install -m 755 -o ${PGUSER} -g ${PGGROUP} -d ${DB_DIR} - fi - ;; - -BACKUPWARNING) - backupwarning - ;; -esac diff --git a/databases/postgresql91-server/pkg-plist b/databases/postgresql91-server/pkg-plist deleted file mode 100644 index 9c9bab36b9f8..000000000000 --- a/databases/postgresql91-server/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment to make portlint happy diff --git a/databases/postgresql91-server/pkg-plist-client b/databases/postgresql91-server/pkg-plist-client deleted file mode 100644 index 31a1fd4b22f4..000000000000 --- a/databases/postgresql91-server/pkg-plist-client +++ /dev/null @@ -1,620 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/pg_config -bin/pg_dump -bin/pg_dumpall -bin/pg_restore -bin/psql -bin/reindexdb -bin/vacuumdb -include/ecpg_config.h -include/libpq-events.h -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gin.h -include/postgresql/server/access/gist.h -include/postgresql/server/access/gist_private.h -include/postgresql/server/access/gistscan.h -include/postgresql/server/access/hash.h -include/postgresql/server/access/heapam.h -include/postgresql/server/access/hio.h -include/postgresql/server/access/htup.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/multixact.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/reloptions.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rewriteheap.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/sdir.h -include/postgresql/server/access/skey.h -include/postgresql/server/access/slru.h -include/postgresql/server/access/subtrans.h -include/postgresql/server/access/sysattr.h -include/postgresql/server/access/transam.h -include/postgresql/server/access/tupdesc.h -include/postgresql/server/access/tupmacs.h -include/postgresql/server/access/tuptoaster.h -include/postgresql/server/access/twophase.h -include/postgresql/server/access/twophase_rmgr.h -include/postgresql/server/access/valid.h -include/postgresql/server/access/visibilitymap.h -include/postgresql/server/access/xact.h -include/postgresql/server/access/xlog.h -include/postgresql/server/access/xlog_internal.h -include/postgresql/server/access/xlogdefs.h -include/postgresql/server/access/xlogutils.h -include/postgresql/server/bootstrap/bootstrap.h -include/postgresql/server/c.h -include/postgresql/server/catalog/catalog.h -include/postgresql/server/catalog/catversion.h -include/postgresql/server/catalog/dependency.h -include/postgresql/server/catalog/genbki.h -include/postgresql/server/catalog/heap.h -include/postgresql/server/catalog/index.h -include/postgresql/server/catalog/indexing.h -include/postgresql/server/catalog/namespace.h -include/postgresql/server/catalog/pg_aggregate.h -include/postgresql/server/catalog/pg_am.h -include/postgresql/server/catalog/pg_amop.h -include/postgresql/server/catalog/pg_amproc.h -include/postgresql/server/catalog/pg_attrdef.h -include/postgresql/server/catalog/pg_attribute.h -include/postgresql/server/catalog/pg_auth_members.h -include/postgresql/server/catalog/pg_authid.h -include/postgresql/server/catalog/pg_cast.h -include/postgresql/server/catalog/pg_class.h -include/postgresql/server/catalog/pg_constraint.h -include/postgresql/server/catalog/pg_control.h -include/postgresql/server/catalog/pg_conversion.h -include/postgresql/server/catalog/pg_conversion_fn.h -include/postgresql/server/catalog/pg_database.h -include/postgresql/server/catalog/pg_depend.h -include/postgresql/server/catalog/pg_description.h -include/postgresql/server/catalog/pg_enum.h -include/postgresql/server/catalog/pg_foreign_data_wrapper.h -include/postgresql/server/catalog/pg_foreign_server.h -include/postgresql/server/catalog/pg_index.h -include/postgresql/server/catalog/pg_inherits.h -include/postgresql/server/catalog/pg_inherits_fn.h -include/postgresql/server/catalog/pg_language.h -include/postgresql/server/catalog/pg_largeobject.h -include/postgresql/server/catalog/pg_listener.h -include/postgresql/server/catalog/pg_namespace.h -include/postgresql/server/catalog/pg_opclass.h -include/postgresql/server/catalog/pg_operator.h -include/postgresql/server/catalog/pg_opfamily.h -include/postgresql/server/catalog/pg_pltemplate.h -include/postgresql/server/catalog/pg_proc.h -include/postgresql/server/catalog/pg_proc_fn.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shdepend.h -include/postgresql/server/catalog/pg_shdescription.h -include/postgresql/server/catalog/pg_statistic.h -include/postgresql/server/catalog/pg_tablespace.h -include/postgresql/server/catalog/pg_trigger.h -include/postgresql/server/catalog/pg_ts_config.h -include/postgresql/server/catalog/pg_ts_config_map.h -include/postgresql/server/catalog/pg_ts_dict.h -include/postgresql/server/catalog/pg_ts_parser.h -include/postgresql/server/catalog/pg_ts_template.h -include/postgresql/server/catalog/pg_type.h -include/postgresql/server/catalog/pg_type_fn.h -include/postgresql/server/catalog/pg_user_mapping.h -include/postgresql/server/catalog/storage.h -include/postgresql/server/catalog/toasting.h -include/postgresql/server/commands/alter.h -include/postgresql/server/commands/async.h -include/postgresql/server/commands/cluster.h -include/postgresql/server/commands/comment.h -include/postgresql/server/commands/conversioncmds.h -include/postgresql/server/commands/copy.h -include/postgresql/server/commands/dbcommands.h -include/postgresql/server/commands/defrem.h -include/postgresql/server/commands/discard.h -include/postgresql/server/commands/explain.h -include/postgresql/server/commands/lockcmds.h -include/postgresql/server/commands/portalcmds.h -include/postgresql/server/commands/prepare.h -include/postgresql/server/commands/proclang.h -include/postgresql/server/commands/schemacmds.h -include/postgresql/server/commands/sequence.h -include/postgresql/server/commands/tablecmds.h -include/postgresql/server/commands/tablespace.h -include/postgresql/server/commands/trigger.h -include/postgresql/server/commands/typecmds.h -include/postgresql/server/commands/user.h -include/postgresql/server/commands/vacuum.h -include/postgresql/server/commands/variable.h -include/postgresql/server/commands/version.h -include/postgresql/server/commands/view.h -include/postgresql/server/dynloader.h -include/postgresql/server/executor/execdebug.h -include/postgresql/server/executor/execdefs.h -include/postgresql/server/executor/execdesc.h -include/postgresql/server/executor/executor.h -include/postgresql/server/executor/functions.h -include/postgresql/server/executor/hashjoin.h -include/postgresql/server/executor/instrument.h -include/postgresql/server/executor/nodeAgg.h -include/postgresql/server/executor/nodeAppend.h -include/postgresql/server/executor/nodeBitmapAnd.h -include/postgresql/server/executor/nodeBitmapHeapscan.h -include/postgresql/server/executor/nodeBitmapIndexscan.h -include/postgresql/server/executor/nodeBitmapOr.h -include/postgresql/server/executor/nodeCtescan.h -include/postgresql/server/executor/nodeFunctionscan.h -include/postgresql/server/executor/nodeGroup.h -include/postgresql/server/executor/nodeHash.h -include/postgresql/server/executor/nodeHashjoin.h -include/postgresql/server/executor/nodeIndexscan.h -include/postgresql/server/executor/nodeLimit.h -include/postgresql/server/executor/nodeMaterial.h -include/postgresql/server/executor/nodeMergejoin.h -include/postgresql/server/executor/nodeNestloop.h -include/postgresql/server/executor/nodeRecursiveunion.h -include/postgresql/server/executor/nodeResult.h -include/postgresql/server/executor/nodeSeqscan.h -include/postgresql/server/executor/nodeSetOp.h -include/postgresql/server/executor/nodeSort.h -include/postgresql/server/executor/nodeSubplan.h -include/postgresql/server/executor/nodeSubqueryscan.h -include/postgresql/server/executor/nodeTidscan.h -include/postgresql/server/executor/nodeUnique.h -include/postgresql/server/executor/nodeValuesscan.h -include/postgresql/server/executor/nodeWindowAgg.h -include/postgresql/server/executor/nodeWorktablescan.h -include/postgresql/server/executor/spi.h -include/postgresql/server/executor/spi_priv.h -include/postgresql/server/executor/tstoreReceiver.h -include/postgresql/server/executor/tuptable.h -include/postgresql/server/fmgr.h -include/postgresql/server/funcapi.h -include/postgresql/server/foreign/foreign.h -include/postgresql/server/getaddrinfo.h -include/postgresql/server/getopt_long.h -include/postgresql/server/lib/dllist.h -include/postgresql/server/lib/stringinfo.h -include/postgresql/server/libpq/auth.h -include/postgresql/server/libpq/be-fsstubs.h -include/postgresql/server/libpq/crypt.h -include/postgresql/server/libpq/hba.h -include/postgresql/server/libpq/ip.h -include/postgresql/server/libpq/libpq-be.h -include/postgresql/server/libpq/libpq-fs.h -include/postgresql/server/libpq/libpq.h -include/postgresql/server/libpq/md5.h -include/postgresql/server/libpq/pqcomm.h -include/postgresql/server/libpq/pqformat.h -include/postgresql/server/libpq/pqsignal.h -include/postgresql/server/mb/pg_wchar.h -include/postgresql/server/miscadmin.h -include/postgresql/server/nodes/bitmapset.h -include/postgresql/server/nodes/execnodes.h -include/postgresql/server/nodes/makefuncs.h -include/postgresql/server/nodes/memnodes.h -include/postgresql/server/nodes/nodeFuncs.h -include/postgresql/server/nodes/nodes.h -include/postgresql/server/nodes/params.h -include/postgresql/server/nodes/parsenodes.h -include/postgresql/server/nodes/pg_list.h -include/postgresql/server/nodes/plannodes.h -include/postgresql/server/nodes/primnodes.h -include/postgresql/server/nodes/print.h -include/postgresql/server/nodes/readfuncs.h -include/postgresql/server/nodes/relation.h -include/postgresql/server/nodes/tidbitmap.h -include/postgresql/server/nodes/value.h -include/postgresql/server/optimizer/clauses.h -include/postgresql/server/optimizer/cost.h -include/postgresql/server/optimizer/geqo.h -include/postgresql/server/optimizer/geqo_copy.h -include/postgresql/server/optimizer/geqo_gene.h -include/postgresql/server/optimizer/geqo_misc.h -include/postgresql/server/optimizer/geqo_mutation.h -include/postgresql/server/optimizer/geqo_pool.h -include/postgresql/server/optimizer/geqo_random.h -include/postgresql/server/optimizer/geqo_recombination.h -include/postgresql/server/optimizer/geqo_selection.h -include/postgresql/server/optimizer/joininfo.h -include/postgresql/server/optimizer/pathnode.h -include/postgresql/server/optimizer/paths.h -include/postgresql/server/optimizer/placeholder.h -include/postgresql/server/optimizer/plancat.h -include/postgresql/server/optimizer/planmain.h -include/postgresql/server/optimizer/planner.h -include/postgresql/server/optimizer/predtest.h -include/postgresql/server/optimizer/prep.h -include/postgresql/server/optimizer/restrictinfo.h -include/postgresql/server/optimizer/subselect.h -include/postgresql/server/optimizer/tlist.h -include/postgresql/server/optimizer/var.h -include/postgresql/server/parser/analyze.h -include/postgresql/server/parser/gram.h -include/postgresql/server/parser/gramparse.h -include/postgresql/server/parser/keywords.h -include/postgresql/server/parser/kwlist.h -include/postgresql/server/parser/parse_agg.h -include/postgresql/server/parser/parse_clause.h -include/postgresql/server/parser/parse_coerce.h -include/postgresql/server/parser/parse_cte.h -include/postgresql/server/parser/parse_expr.h -include/postgresql/server/parser/parse_func.h -include/postgresql/server/parser/parse_node.h -include/postgresql/server/parser/parse_oper.h -include/postgresql/server/parser/parse_relation.h -include/postgresql/server/parser/parse_target.h -include/postgresql/server/parser/parse_type.h -include/postgresql/server/parser/parse_utilcmd.h -include/postgresql/server/parser/parser.h -include/postgresql/server/parser/parsetree.h -include/postgresql/server/parser/scansup.h -include/postgresql/server/pg_config.h -include/postgresql/server/pg_config_manual.h -include/postgresql/server/pg_config_os.h -include/postgresql/server/pg_trace.h -include/postgresql/server/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/bsdi.h -include/postgresql/server/port/cygwin.h -include/postgresql/server/port/darwin.h -include/postgresql/server/port/dgux.h -include/postgresql/server/port/freebsd.h -include/postgresql/server/port/hpux.h -include/postgresql/server/port/irix.h -include/postgresql/server/port/linux.h -include/postgresql/server/port/netbsd.h -include/postgresql/server/port/nextstep.h -include/postgresql/server/port/openbsd.h -include/postgresql/server/port/osf.h -include/postgresql/server/port/sco.h -include/postgresql/server/port/solaris.h -include/postgresql/server/port/sunos4.h -include/postgresql/server/port/svr4.h -include/postgresql/server/port/ultrix4.h -include/postgresql/server/port/univel.h -include/postgresql/server/port/unixware.h -include/postgresql/server/port/win32.h -include/postgresql/server/port/win32/arpa/inet.h -include/postgresql/server/port/win32/dlfcn.h -include/postgresql/server/port/win32/grp.h -include/postgresql/server/port/win32/netdb.h -include/postgresql/server/port/win32/netinet/in.h -include/postgresql/server/port/win32/pwd.h -include/postgresql/server/port/win32/sys/socket.h -include/postgresql/server/port/win32/sys/wait.h -include/postgresql/server/port/win32_msvc/dirent.h -include/postgresql/server/port/win32_msvc/sys/file.h -include/postgresql/server/port/win32_msvc/sys/param.h -include/postgresql/server/port/win32_msvc/sys/time.h -include/postgresql/server/port/win32_msvc/unistd.h -include/postgresql/server/port/win32_msvc/utime.h -include/postgresql/server/portability/instr_time.h -include/postgresql/server/postgres.h -include/postgresql/server/postgres_ext.h -include/postgresql/server/postgres_fe.h -include/postgresql/server/postmaster/autovacuum.h -include/postgresql/server/postmaster/bgwriter.h -include/postgresql/server/postmaster/fork_process.h -include/postgresql/server/postmaster/pgarch.h -include/postgresql/server/postmaster/postmaster.h -include/postgresql/server/postmaster/syslogger.h -include/postgresql/server/postmaster/walwriter.h -include/postgresql/server/regex/regcustom.h -include/postgresql/server/regex/regerrs.h -include/postgresql/server/regex/regex.h -include/postgresql/server/regex/regguts.h -include/postgresql/server/rewrite/prs2lock.h -include/postgresql/server/rewrite/rewriteDefine.h -include/postgresql/server/rewrite/rewriteHandler.h -include/postgresql/server/rewrite/rewriteManip.h -include/postgresql/server/rewrite/rewriteRemove.h -include/postgresql/server/rewrite/rewriteSupport.h -include/postgresql/server/rusagestub.h -include/postgresql/server/snowball/header.h -include/postgresql/server/snowball/libstemmer/api.h -include/postgresql/server/snowball/libstemmer/header.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_danish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_dutch.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_english.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_finnish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_french.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_german.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_hungarian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_italian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_norwegian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_porter.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_portuguese.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_spanish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_swedish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_2_romanian.h -include/postgresql/server/snowball/libstemmer/stem_KOI8_R_russian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_danish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_dutch.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_english.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_finnish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_french.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_german.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_hungarian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_italian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_norwegian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_porter.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_portuguese.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_romanian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_russian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_spanish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_swedish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_turkish.h -include/postgresql/server/storage/backendid.h -include/postgresql/server/storage/block.h -include/postgresql/server/storage/buf.h -include/postgresql/server/storage/buf_internals.h -include/postgresql/server/storage/buffile.h -include/postgresql/server/storage/bufmgr.h -include/postgresql/server/storage/bufpage.h -include/postgresql/server/storage/fd.h -include/postgresql/server/storage/freespace.h -include/postgresql/server/storage/fsm_internals.h -include/postgresql/server/storage/indexfsm.h -include/postgresql/server/storage/ipc.h -include/postgresql/server/storage/item.h -include/postgresql/server/storage/itemid.h -include/postgresql/server/storage/itemptr.h -include/postgresql/server/storage/large_object.h -include/postgresql/server/storage/lmgr.h -include/postgresql/server/storage/lock.h -include/postgresql/server/storage/lwlock.h -include/postgresql/server/storage/off.h -include/postgresql/server/storage/pg_sema.h -include/postgresql/server/storage/pg_shmem.h -include/postgresql/server/storage/pmsignal.h -include/postgresql/server/storage/pos.h -include/postgresql/server/storage/proc.h -include/postgresql/server/storage/procarray.h -include/postgresql/server/storage/relfilenode.h -include/postgresql/server/storage/s_lock.h -include/postgresql/server/storage/shmem.h -include/postgresql/server/storage/sinval.h -include/postgresql/server/storage/sinvaladt.h -include/postgresql/server/storage/smgr.h -include/postgresql/server/storage/spin.h -include/postgresql/server/tcop/dest.h -include/postgresql/server/tcop/fastpath.h -include/postgresql/server/tcop/pquery.h -include/postgresql/server/tcop/tcopdebug.h -include/postgresql/server/tcop/tcopprot.h -include/postgresql/server/tcop/utility.h -include/postgresql/server/tsearch/dicts/regis.h -include/postgresql/server/tsearch/dicts/spell.h -include/postgresql/server/tsearch/ts_cache.h -include/postgresql/server/tsearch/ts_locale.h -include/postgresql/server/tsearch/ts_public.h -include/postgresql/server/tsearch/ts_type.h -include/postgresql/server/tsearch/ts_utils.h -include/postgresql/server/utils/acl.h -include/postgresql/server/utils/array.h -include/postgresql/server/utils/ascii.h -include/postgresql/server/utils/builtins.h -include/postgresql/server/utils/cash.h -include/postgresql/server/utils/catcache.h -include/postgresql/server/utils/combocid.h -include/postgresql/server/utils/date.h -include/postgresql/server/utils/datetime.h -include/postgresql/server/utils/datum.h -include/postgresql/server/utils/dynahash.h -include/postgresql/server/utils/dynamic_loader.h -include/postgresql/server/utils/elog.h -include/postgresql/server/utils/errcodes.h -include/postgresql/server/utils/flatfiles.h -include/postgresql/server/utils/fmgroids.h -include/postgresql/server/utils/fmgrtab.h -include/postgresql/server/utils/formatting.h -include/postgresql/server/utils/geo_decls.h -include/postgresql/server/utils/guc.h -include/postgresql/server/utils/guc_tables.h -include/postgresql/server/utils/help_config.h -include/postgresql/server/utils/hsearch.h -include/postgresql/server/utils/inet.h -include/postgresql/server/utils/int8.h -include/postgresql/server/utils/inval.h -include/postgresql/server/utils/logtape.h -include/postgresql/server/utils/lsyscache.h -include/postgresql/server/utils/memutils.h -include/postgresql/server/utils/nabstime.h -include/postgresql/server/utils/numeric.h -include/postgresql/server/utils/palloc.h -include/postgresql/server/utils/pg_crc.h -include/postgresql/server/utils/pg_locale.h -include/postgresql/server/utils/pg_lzcompress.h -include/postgresql/server/utils/pg_rusage.h -include/postgresql/server/utils/plancache.h -include/postgresql/server/utils/portal.h -include/postgresql/server/utils/probes.h -include/postgresql/server/utils/ps_status.h -include/postgresql/server/utils/rel.h -include/postgresql/server/utils/relcache.h -include/postgresql/server/utils/resowner.h -include/postgresql/server/utils/selfuncs.h -include/postgresql/server/utils/snapmgr.h -include/postgresql/server/utils/snapshot.h -include/postgresql/server/utils/syscache.h -include/postgresql/server/utils/timestamp.h -include/postgresql/server/utils/tqual.h -include/postgresql/server/utils/tuplesort.h -include/postgresql/server/utils/tuplestore.h -include/postgresql/server/utils/typcache.h -include/postgresql/server/utils/tzparser.h -include/postgresql/server/utils/uuid.h -include/postgresql/server/utils/varbit.h -include/postgresql/server/utils/xml.h -include/postgresql/server/windowapi.h -@dirrm include/postgresql/server/utils -@dirrm include/postgresql/server/tsearch/dicts -@dirrm include/postgresql/server/tsearch -@dirrm include/postgresql/server/tcop -@dirrm include/postgresql/server/storage -@dirrm include/postgresql/server/snowball/libstemmer -@dirrm include/postgresql/server/snowball -@dirrm include/postgresql/server/rewrite -@dirrm include/postgresql/server/regex -@dirrm include/postgresql/server/postmaster -@dirrm include/postgresql/server/portability -@dirrm include/postgresql/server/port/win32_msvc/sys -@dirrm include/postgresql/server/port/win32_msvc -@dirrm include/postgresql/server/port/win32/sys -@dirrm include/postgresql/server/port/win32/netinet -@dirrm include/postgresql/server/port/win32/arpa -@dirrm include/postgresql/server/port/win32 -@dirrm include/postgresql/server/port -@dirrm include/postgresql/server/parser -@dirrm include/postgresql/server/optimizer -@dirrm include/postgresql/server/nodes -@dirrm include/postgresql/server/mb -@dirrm include/postgresql/server/libpq -@dirrm include/postgresql/server/lib -@dirrm include/postgresql/server/foreign -@dirrm include/postgresql/server/executor -@dirrm include/postgresql/server/commands -@dirrm include/postgresql/server/catalog -@dirrm include/postgresql/server/bootstrap -@dirrm include/postgresql/server/access -@dirrm include/postgresql/server -include/libpq/libpq-fs.h -@dirrm include/libpq -include/postgresql/internal/libpq/pqcomm.h -@dirrm include/postgresql/internal/libpq -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqlda.h -include/postgresql/informix/esql/sqltypes.h -@dirrm include/postgresql/informix/esql -@dirrm include/postgresql/informix -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -@dirrm include/postgresql/internal -@dirrm include/postgresql -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.h -include/pg_config.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/sql3types.h -include/sqlca.h -lib/libecpg.a -lib/libecpg.so -lib/libecpg.so.6 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.3 -lib/libpgtypes.so.3 -lib/libpq.a -lib/libpq.so -lib/libpq.so.5 -lib/libpgtypes.a -lib/libpgtypes.so -lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/config/mkinstalldirs -lib/postgresql/pgxs/src/makefiles/pgxs.mk -lib/postgresql/pgxs/src/Makefile.global -lib/postgresql/pgxs/src/Makefile.port -lib/postgresql/pgxs/src/Makefile.shlib -lib/postgresql/pgxs/src/nls-global.mk -@dirrm lib/postgresql/pgxs/src/makefiles -@dirrm lib/postgresql/pgxs/config -@dirrm lib/postgresql/pgxs/src -@dirrm lib/postgresql/pgxs -@dirrm lib/postgresql -%%DOCSDIR%%/README-client -@dirrmtry %%DOCSDIR%% -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@dirrmtry share/postgresql -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config-8.4.mo diff --git a/databases/postgresql91-server/pkg-plist-contrib b/databases/postgresql91-server/pkg-plist-contrib deleted file mode 100644 index 7fd4f432829d..000000000000 --- a/databases/postgresql91-server/pkg-plist-contrib +++ /dev/null @@ -1,121 +0,0 @@ -bin/oid2name -bin/pg_standby -bin/pgbench -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/adminpack.so -lib/postgresql/auto_explain.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gin.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/citext.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/dict_int.so -lib/postgresql/dict_xsyn.so -lib/postgresql/earthdistance.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/hstore.so -lib/postgresql/insert_username.so -lib/postgresql/isn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/moddatetime.so -lib/postgresql/pageinspect.so -lib/postgresql/pg_buffercache.so -lib/postgresql/pg_freespacemap.so -lib/postgresql/pg_stat_statements.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgrowlocks.so -lib/postgresql/pgstattuple.so -lib/postgresql/pgxml.so -lib/postgresql/refint.so -lib/postgresql/seg.so -lib/postgresql/sslinfo.so -lib/postgresql/tablefunc.so -lib/postgresql/test_parser.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch2.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/autoinc.example -%%DOCSDIR%%/contrib/insert_username.example -%%DOCSDIR%%/contrib/moddatetime.example -%%DOCSDIR%%/contrib/refint.example -%%DOCSDIR%%/contrib/timetravel.example -share/postgresql/contrib/_int.sql -share/postgresql/contrib/adminpack.sql -share/postgresql/contrib/autoinc.sql -share/postgresql/contrib/btree_gin.sql -share/postgresql/contrib/btree_gist.sql -share/postgresql/contrib/chkpass.sql -share/postgresql/contrib/citext.sql -share/postgresql/contrib/cube.sql -share/postgresql/contrib/dblink.sql -share/postgresql/contrib/dict_int.sql -share/postgresql/contrib/dict_xsyn.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/hstore.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/pageinspect.sql -share/postgresql/contrib/pg_buffercache.sql -share/postgresql/contrib/pg_freespacemap.sql -share/postgresql/contrib/pg_stat_statements.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgrowlocks.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/pgxml.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/seg.sql -share/postgresql/contrib/sslinfo.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/test_parser.sql -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/uninstall__int.sql -share/postgresql/contrib/uninstall_adminpack.sql -share/postgresql/contrib/uninstall_btree_gin.sql -share/postgresql/contrib/uninstall_btree_gist.sql -share/postgresql/contrib/uninstall_chkpass.sql -share/postgresql/contrib/uninstall_citext.sql -share/postgresql/contrib/uninstall_cube.sql -share/postgresql/contrib/uninstall_dblink.sql -share/postgresql/contrib/uninstall_dict_int.sql -share/postgresql/contrib/uninstall_dict_xsyn.sql -share/postgresql/contrib/uninstall_earthdistance.sql -share/postgresql/contrib/uninstall_fuzzystrmatch.sql -share/postgresql/contrib/uninstall_hstore.sql -share/postgresql/contrib/uninstall_int_aggregate.sql -share/postgresql/contrib/uninstall_isn.sql -share/postgresql/contrib/uninstall_lo.sql -share/postgresql/contrib/uninstall_ltree.sql -share/postgresql/contrib/uninstall_pageinspect.sql -share/postgresql/contrib/uninstall_pg_buffercache.sql -share/postgresql/contrib/uninstall_pg_freespacemap.sql -share/postgresql/contrib/uninstall_pg_stat_statements.sql -share/postgresql/contrib/uninstall_pg_trgm.sql -share/postgresql/contrib/uninstall_pgcrypto.sql -share/postgresql/contrib/uninstall_pgrowlocks.sql -share/postgresql/contrib/uninstall_pgstattuple.sql -share/postgresql/contrib/uninstall_pgxml.sql -share/postgresql/contrib/uninstall_seg.sql -share/postgresql/contrib/uninstall_sslinfo.sql -share/postgresql/contrib/uninstall_tablefunc.sql -share/postgresql/contrib/uninstall_test_parser.sql -share/postgresql/contrib/uninstall_tsearch2.sql -share/postgresql/tsearch_data/xsyn_sample.rules -@dirrmtry share/postgresql/tsearch_data >&2 -@dirrmtry share/postgresql/contrib >&2 -@dirrmtry share/postgresql >&2 -@dirrmtry %%DOCSDIR%%/contrib >&2 -@dirrmtry %%DOCSDIR%% >&2 -@dirrmtry lib/postgresql >&2 diff --git a/databases/postgresql91-server/pkg-plist-plperl b/databases/postgresql91-server/pkg-plist-plperl deleted file mode 100644 index c84ea2e6d16c..000000000000 --- a/databases/postgresql91-server/pkg-plist-plperl +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so -@dirrmtry lib/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql91-server/pkg-plist-plpython b/databases/postgresql91-server/pkg-plist-plpython deleted file mode 100644 index d3c29953b6b5..000000000000 --- a/databases/postgresql91-server/pkg-plist-plpython +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plpython -lib/postgresql/plpython.so -@dirrmtry lib/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql91-server/pkg-plist-pltcl b/databases/postgresql91-server/pkg-plist-pltcl deleted file mode 100644 index 47036c2a4e2a..000000000000 --- a/databases/postgresql91-server/pkg-plist-pltcl +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/README-pltcl -lib/postgresql/pltcl.so -@dirrmtry lib/postgresql -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -share/postgresql/unknown.pltcl -@dirrmtry share/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql91-server/pkg-plist-server b/databases/postgresql91-server/pkg-plist-server deleted file mode 100644 index 7a5170bad6fd..000000000000 --- a/databases/postgresql91-server/pkg-plist-server +++ /dev/null @@ -1,739 +0,0 @@ -bin/initdb -bin/pg_controldata -bin/pg_ctl -bin/pg_resetxlog -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -lib/libpgport.a -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/dict_snowball.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jis_2004_and_shift_jis_2004.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/plpgsql.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jis_2004.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_shift_jis_2004.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -%%DOCSDIR%%/README-server -@dirrmtry %%DOCSDIR%% -share/postgresql/conversion_create.sql -share/postgresql/information_schema.sql -share/postgresql/pg_hba.conf.sample -share/postgresql/pg_ident.conf.sample -share/postgresql/postgres.bki -share/postgresql/postgres.description -share/postgresql/postgresql.conf.sample -share/postgresql/recovery.conf.sample -share/postgresql/sql_features.txt -share/postgresql/system_views.sql -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog-8.4.mo -share/postgresql/postgres.shdescription -share/postgresql/snowball_create.sql -%%TZDATA%%share/postgresql/timezone/Africa/Abidjan -%%TZDATA%%share/postgresql/timezone/Africa/Accra -%%TZDATA%%share/postgresql/timezone/Africa/Addis_Ababa -%%TZDATA%%share/postgresql/timezone/Africa/Algiers -%%TZDATA%%share/postgresql/timezone/Africa/Asmara -%%TZDATA%%share/postgresql/timezone/Africa/Asmera -%%TZDATA%%share/postgresql/timezone/Africa/Bamako -%%TZDATA%%share/postgresql/timezone/Africa/Bangui -%%TZDATA%%share/postgresql/timezone/Africa/Banjul -%%TZDATA%%share/postgresql/timezone/Africa/Bissau -%%TZDATA%%share/postgresql/timezone/Africa/Blantyre -%%TZDATA%%share/postgresql/timezone/Africa/Brazzaville -%%TZDATA%%share/postgresql/timezone/Africa/Bujumbura -%%TZDATA%%share/postgresql/timezone/Africa/Cairo -%%TZDATA%%share/postgresql/timezone/Africa/Casablanca -%%TZDATA%%share/postgresql/timezone/Africa/Ceuta -%%TZDATA%%share/postgresql/timezone/Africa/Conakry -%%TZDATA%%share/postgresql/timezone/Africa/Dakar -%%TZDATA%%share/postgresql/timezone/Africa/Dar_es_Salaam -%%TZDATA%%share/postgresql/timezone/Africa/Djibouti -%%TZDATA%%share/postgresql/timezone/Africa/Douala -%%TZDATA%%share/postgresql/timezone/Africa/El_Aaiun -%%TZDATA%%share/postgresql/timezone/Africa/Freetown -%%TZDATA%%share/postgresql/timezone/Africa/Gaborone -%%TZDATA%%share/postgresql/timezone/Africa/Harare -%%TZDATA%%share/postgresql/timezone/Africa/Johannesburg -%%TZDATA%%share/postgresql/timezone/Africa/Kampala -%%TZDATA%%share/postgresql/timezone/Africa/Khartoum -%%TZDATA%%share/postgresql/timezone/Africa/Kigali -%%TZDATA%%share/postgresql/timezone/Africa/Kinshasa -%%TZDATA%%share/postgresql/timezone/Africa/Lagos -%%TZDATA%%share/postgresql/timezone/Africa/Libreville -%%TZDATA%%share/postgresql/timezone/Africa/Lome -%%TZDATA%%share/postgresql/timezone/Africa/Luanda -%%TZDATA%%share/postgresql/timezone/Africa/Lubumbashi -%%TZDATA%%share/postgresql/timezone/Africa/Lusaka -%%TZDATA%%share/postgresql/timezone/Africa/Malabo -%%TZDATA%%share/postgresql/timezone/Africa/Maputo -%%TZDATA%%share/postgresql/timezone/Africa/Maseru -%%TZDATA%%share/postgresql/timezone/Africa/Mbabane -%%TZDATA%%share/postgresql/timezone/Africa/Mogadishu -%%TZDATA%%share/postgresql/timezone/Africa/Monrovia -%%TZDATA%%share/postgresql/timezone/Africa/Nairobi -%%TZDATA%%share/postgresql/timezone/Africa/Ndjamena -%%TZDATA%%share/postgresql/timezone/Africa/Niamey -%%TZDATA%%share/postgresql/timezone/Africa/Nouakchott -%%TZDATA%%share/postgresql/timezone/Africa/Ouagadougou -%%TZDATA%%share/postgresql/timezone/Africa/Porto-Novo -%%TZDATA%%share/postgresql/timezone/Africa/Sao_Tome -%%TZDATA%%share/postgresql/timezone/Africa/Timbuktu -%%TZDATA%%share/postgresql/timezone/Africa/Tripoli -%%TZDATA%%share/postgresql/timezone/Africa/Tunis -%%TZDATA%%share/postgresql/timezone/Africa/Windhoek -%%TZDATA%%share/postgresql/timezone/America/Adak -%%TZDATA%%share/postgresql/timezone/America/Anchorage -%%TZDATA%%share/postgresql/timezone/America/Anguilla -%%TZDATA%%share/postgresql/timezone/America/Antigua -%%TZDATA%%share/postgresql/timezone/America/Araguaina -%%TZDATA%%share/postgresql/timezone/America/Argentina/Buenos_Aires -%%TZDATA%%share/postgresql/timezone/America/Argentina/Catamarca -%%TZDATA%%share/postgresql/timezone/America/Argentina/ComodRivadavia -%%TZDATA%%share/postgresql/timezone/America/Argentina/Cordoba -%%TZDATA%%share/postgresql/timezone/America/Argentina/Jujuy -%%TZDATA%%share/postgresql/timezone/America/Argentina/La_Rioja -%%TZDATA%%share/postgresql/timezone/America/Argentina/Mendoza -%%TZDATA%%share/postgresql/timezone/America/Argentina/Rio_Gallegos -%%TZDATA%%share/postgresql/timezone/America/Argentina/Salta -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Juan -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Luis -%%TZDATA%%share/postgresql/timezone/America/Argentina/Tucuman -%%TZDATA%%share/postgresql/timezone/America/Argentina/Ushuaia -%%TZDATA%%share/postgresql/timezone/America/Aruba -%%TZDATA%%share/postgresql/timezone/America/Asuncion -%%TZDATA%%share/postgresql/timezone/America/Atikokan -%%TZDATA%%share/postgresql/timezone/America/Atka -%%TZDATA%%share/postgresql/timezone/America/Bahia -%%TZDATA%%share/postgresql/timezone/America/Barbados -%%TZDATA%%share/postgresql/timezone/America/Belem -%%TZDATA%%share/postgresql/timezone/America/Belize -%%TZDATA%%share/postgresql/timezone/America/Blanc-Sablon -%%TZDATA%%share/postgresql/timezone/America/Boa_Vista -%%TZDATA%%share/postgresql/timezone/America/Bogota -%%TZDATA%%share/postgresql/timezone/America/Boise -%%TZDATA%%share/postgresql/timezone/America/Buenos_Aires -%%TZDATA%%share/postgresql/timezone/America/Cambridge_Bay -%%TZDATA%%share/postgresql/timezone/America/Campo_Grande -%%TZDATA%%share/postgresql/timezone/America/Cancun -%%TZDATA%%share/postgresql/timezone/America/Caracas -%%TZDATA%%share/postgresql/timezone/America/Catamarca -%%TZDATA%%share/postgresql/timezone/America/Cayenne -%%TZDATA%%share/postgresql/timezone/America/Cayman -%%TZDATA%%share/postgresql/timezone/America/Chicago -%%TZDATA%%share/postgresql/timezone/America/Chihuahua -%%TZDATA%%share/postgresql/timezone/America/Coral_Harbour -%%TZDATA%%share/postgresql/timezone/America/Cordoba -%%TZDATA%%share/postgresql/timezone/America/Costa_Rica -%%TZDATA%%share/postgresql/timezone/America/Cuiaba -%%TZDATA%%share/postgresql/timezone/America/Curacao -%%TZDATA%%share/postgresql/timezone/America/Danmarkshavn -%%TZDATA%%share/postgresql/timezone/America/Dawson -%%TZDATA%%share/postgresql/timezone/America/Dawson_Creek -%%TZDATA%%share/postgresql/timezone/America/Denver -%%TZDATA%%share/postgresql/timezone/America/Detroit -%%TZDATA%%share/postgresql/timezone/America/Dominica -%%TZDATA%%share/postgresql/timezone/America/Edmonton -%%TZDATA%%share/postgresql/timezone/America/Eirunepe -%%TZDATA%%share/postgresql/timezone/America/El_Salvador -%%TZDATA%%share/postgresql/timezone/America/Ensenada -%%TZDATA%%share/postgresql/timezone/America/Fort_Wayne -%%TZDATA%%share/postgresql/timezone/America/Fortaleza -%%TZDATA%%share/postgresql/timezone/America/Glace_Bay -%%TZDATA%%share/postgresql/timezone/America/Godthab -%%TZDATA%%share/postgresql/timezone/America/Goose_Bay -%%TZDATA%%share/postgresql/timezone/America/Grand_Turk -%%TZDATA%%share/postgresql/timezone/America/Grenada -%%TZDATA%%share/postgresql/timezone/America/Guadeloupe -%%TZDATA%%share/postgresql/timezone/America/Guatemala -%%TZDATA%%share/postgresql/timezone/America/Guayaquil -%%TZDATA%%share/postgresql/timezone/America/Guyana -%%TZDATA%%share/postgresql/timezone/America/Halifax -%%TZDATA%%share/postgresql/timezone/America/Havana -%%TZDATA%%share/postgresql/timezone/America/Hermosillo -%%TZDATA%%share/postgresql/timezone/America/Indiana/Indianapolis -%%TZDATA%%share/postgresql/timezone/America/Indiana/Knox -%%TZDATA%%share/postgresql/timezone/America/Indiana/Marengo -%%TZDATA%%share/postgresql/timezone/America/Indiana/Petersburg -%%TZDATA%%share/postgresql/timezone/America/Indiana/Tell_City -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vevay -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vincennes -%%TZDATA%%share/postgresql/timezone/America/Indiana/Winamac -%%TZDATA%%share/postgresql/timezone/America/Indianapolis -%%TZDATA%%share/postgresql/timezone/America/Inuvik -%%TZDATA%%share/postgresql/timezone/America/Iqaluit -%%TZDATA%%share/postgresql/timezone/America/Jamaica -%%TZDATA%%share/postgresql/timezone/America/Jujuy -%%TZDATA%%share/postgresql/timezone/America/Juneau -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Louisville -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Monticello -%%TZDATA%%share/postgresql/timezone/America/Knox_IN -%%TZDATA%%share/postgresql/timezone/America/La_Paz -%%TZDATA%%share/postgresql/timezone/America/Lima -%%TZDATA%%share/postgresql/timezone/America/Los_Angeles -%%TZDATA%%share/postgresql/timezone/America/Louisville -%%TZDATA%%share/postgresql/timezone/America/Maceio -%%TZDATA%%share/postgresql/timezone/America/Managua -%%TZDATA%%share/postgresql/timezone/America/Manaus -%%TZDATA%%share/postgresql/timezone/America/Marigot -%%TZDATA%%share/postgresql/timezone/America/Martinique -%%TZDATA%%share/postgresql/timezone/America/Matamoros -%%TZDATA%%share/postgresql/timezone/America/Mazatlan -%%TZDATA%%share/postgresql/timezone/America/Mendoza -%%TZDATA%%share/postgresql/timezone/America/Menominee -%%TZDATA%%share/postgresql/timezone/America/Merida -%%TZDATA%%share/postgresql/timezone/America/Mexico_City -%%TZDATA%%share/postgresql/timezone/America/Miquelon -%%TZDATA%%share/postgresql/timezone/America/Moncton -%%TZDATA%%share/postgresql/timezone/America/Monterrey -%%TZDATA%%share/postgresql/timezone/America/Montevideo -%%TZDATA%%share/postgresql/timezone/America/Montreal -%%TZDATA%%share/postgresql/timezone/America/Montserrat -%%TZDATA%%share/postgresql/timezone/America/Nassau -%%TZDATA%%share/postgresql/timezone/America/New_York -%%TZDATA%%share/postgresql/timezone/America/Nipigon -%%TZDATA%%share/postgresql/timezone/America/Nome -%%TZDATA%%share/postgresql/timezone/America/Noronha -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Center -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/New_Salem -%%TZDATA%%share/postgresql/timezone/America/Ojinaga -%%TZDATA%%share/postgresql/timezone/America/Panama -%%TZDATA%%share/postgresql/timezone/America/Pangnirtung -%%TZDATA%%share/postgresql/timezone/America/Paramaribo -%%TZDATA%%share/postgresql/timezone/America/Phoenix -%%TZDATA%%share/postgresql/timezone/America/Port-au-Prince -%%TZDATA%%share/postgresql/timezone/America/Port_of_Spain -%%TZDATA%%share/postgresql/timezone/America/Porto_Acre -%%TZDATA%%share/postgresql/timezone/America/Porto_Velho -%%TZDATA%%share/postgresql/timezone/America/Puerto_Rico -%%TZDATA%%share/postgresql/timezone/America/Rainy_River -%%TZDATA%%share/postgresql/timezone/America/Rankin_Inlet -%%TZDATA%%share/postgresql/timezone/America/Recife -%%TZDATA%%share/postgresql/timezone/America/Regina -%%TZDATA%%share/postgresql/timezone/America/Resolute -%%TZDATA%%share/postgresql/timezone/America/Rio_Branco -%%TZDATA%%share/postgresql/timezone/America/Rosario -%%TZDATA%%share/postgresql/timezone/America/Santa_Isabel -%%TZDATA%%share/postgresql/timezone/America/Santarem -%%TZDATA%%share/postgresql/timezone/America/Santiago -%%TZDATA%%share/postgresql/timezone/America/Santo_Domingo -%%TZDATA%%share/postgresql/timezone/America/Sao_Paulo -%%TZDATA%%share/postgresql/timezone/America/Scoresbysund -%%TZDATA%%share/postgresql/timezone/America/Shiprock -%%TZDATA%%share/postgresql/timezone/America/St_Barthelemy -%%TZDATA%%share/postgresql/timezone/America/St_Johns -%%TZDATA%%share/postgresql/timezone/America/St_Kitts -%%TZDATA%%share/postgresql/timezone/America/St_Lucia -%%TZDATA%%share/postgresql/timezone/America/St_Thomas -%%TZDATA%%share/postgresql/timezone/America/St_Vincent -%%TZDATA%%share/postgresql/timezone/America/Swift_Current -%%TZDATA%%share/postgresql/timezone/America/Tegucigalpa -%%TZDATA%%share/postgresql/timezone/America/Thule -%%TZDATA%%share/postgresql/timezone/America/Thunder_Bay -%%TZDATA%%share/postgresql/timezone/America/Tijuana -%%TZDATA%%share/postgresql/timezone/America/Toronto -%%TZDATA%%share/postgresql/timezone/America/Tortola -%%TZDATA%%share/postgresql/timezone/America/Vancouver -%%TZDATA%%share/postgresql/timezone/America/Virgin -%%TZDATA%%share/postgresql/timezone/America/Whitehorse -%%TZDATA%%share/postgresql/timezone/America/Winnipeg -%%TZDATA%%share/postgresql/timezone/America/Yakutat -%%TZDATA%%share/postgresql/timezone/America/Yellowknife -%%TZDATA%%share/postgresql/timezone/Antarctica/Casey -%%TZDATA%%share/postgresql/timezone/Antarctica/Davis -%%TZDATA%%share/postgresql/timezone/Antarctica/DumontDUrville -%%TZDATA%%share/postgresql/timezone/Antarctica/Mawson -%%TZDATA%%share/postgresql/timezone/Antarctica/McMurdo -%%TZDATA%%share/postgresql/timezone/Antarctica/Palmer -%%TZDATA%%share/postgresql/timezone/Antarctica/Rothera -%%TZDATA%%share/postgresql/timezone/Antarctica/South_Pole -%%TZDATA%%share/postgresql/timezone/Antarctica/Syowa -%%TZDATA%%share/postgresql/timezone/Antarctica/Vostok -%%TZDATA%%share/postgresql/timezone/Arctic/Longyearbyen -%%TZDATA%%share/postgresql/timezone/Asia/Aden -%%TZDATA%%share/postgresql/timezone/Asia/Almaty -%%TZDATA%%share/postgresql/timezone/Asia/Amman -%%TZDATA%%share/postgresql/timezone/Asia/Anadyr -%%TZDATA%%share/postgresql/timezone/Asia/Aqtau -%%TZDATA%%share/postgresql/timezone/Asia/Aqtobe -%%TZDATA%%share/postgresql/timezone/Asia/Ashgabat -%%TZDATA%%share/postgresql/timezone/Asia/Ashkhabad -%%TZDATA%%share/postgresql/timezone/Asia/Baghdad -%%TZDATA%%share/postgresql/timezone/Asia/Bahrain -%%TZDATA%%share/postgresql/timezone/Asia/Baku -%%TZDATA%%share/postgresql/timezone/Asia/Bangkok -%%TZDATA%%share/postgresql/timezone/Asia/Beirut -%%TZDATA%%share/postgresql/timezone/Asia/Bishkek -%%TZDATA%%share/postgresql/timezone/Asia/Brunei -%%TZDATA%%share/postgresql/timezone/Asia/Calcutta -%%TZDATA%%share/postgresql/timezone/Asia/Choibalsan -%%TZDATA%%share/postgresql/timezone/Asia/Chongqing -%%TZDATA%%share/postgresql/timezone/Asia/Chungking -%%TZDATA%%share/postgresql/timezone/Asia/Colombo -%%TZDATA%%share/postgresql/timezone/Asia/Dacca -%%TZDATA%%share/postgresql/timezone/Asia/Damascus -%%TZDATA%%share/postgresql/timezone/Asia/Dhaka -%%TZDATA%%share/postgresql/timezone/Asia/Dili -%%TZDATA%%share/postgresql/timezone/Asia/Dubai -%%TZDATA%%share/postgresql/timezone/Asia/Dushanbe -%%TZDATA%%share/postgresql/timezone/Asia/Gaza -%%TZDATA%%share/postgresql/timezone/Asia/Harbin -%%TZDATA%%share/postgresql/timezone/Asia/Ho_Chi_Minh -%%TZDATA%%share/postgresql/timezone/Asia/Hong_Kong -%%TZDATA%%share/postgresql/timezone/Asia/Hovd -%%TZDATA%%share/postgresql/timezone/Asia/Irkutsk -%%TZDATA%%share/postgresql/timezone/Asia/Istanbul -%%TZDATA%%share/postgresql/timezone/Asia/Jakarta -%%TZDATA%%share/postgresql/timezone/Asia/Jayapura -%%TZDATA%%share/postgresql/timezone/Asia/Jerusalem -%%TZDATA%%share/postgresql/timezone/Asia/Kabul -%%TZDATA%%share/postgresql/timezone/Asia/Kamchatka -%%TZDATA%%share/postgresql/timezone/Asia/Karachi -%%TZDATA%%share/postgresql/timezone/Asia/Kashgar -%%TZDATA%%share/postgresql/timezone/Asia/Kathmandu -%%TZDATA%%share/postgresql/timezone/Asia/Katmandu -%%TZDATA%%share/postgresql/timezone/Asia/Kolkata -%%TZDATA%%share/postgresql/timezone/Asia/Krasnoyarsk -%%TZDATA%%share/postgresql/timezone/Asia/Kuala_Lumpur -%%TZDATA%%share/postgresql/timezone/Asia/Kuching -%%TZDATA%%share/postgresql/timezone/Asia/Kuwait -%%TZDATA%%share/postgresql/timezone/Asia/Macao -%%TZDATA%%share/postgresql/timezone/Asia/Macau -%%TZDATA%%share/postgresql/timezone/Asia/Magadan -%%TZDATA%%share/postgresql/timezone/Asia/Makassar -%%TZDATA%%share/postgresql/timezone/Asia/Manila -%%TZDATA%%share/postgresql/timezone/Asia/Muscat -%%TZDATA%%share/postgresql/timezone/Asia/Nicosia -%%TZDATA%%share/postgresql/timezone/Asia/Novokuznetsk -%%TZDATA%%share/postgresql/timezone/Asia/Novosibirsk -%%TZDATA%%share/postgresql/timezone/Asia/Omsk -%%TZDATA%%share/postgresql/timezone/Asia/Oral -%%TZDATA%%share/postgresql/timezone/Asia/Phnom_Penh -%%TZDATA%%share/postgresql/timezone/Asia/Pontianak -%%TZDATA%%share/postgresql/timezone/Asia/Pyongyang -%%TZDATA%%share/postgresql/timezone/Asia/Qatar -%%TZDATA%%share/postgresql/timezone/Asia/Qyzylorda -%%TZDATA%%share/postgresql/timezone/Asia/Rangoon -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh87 -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh88 -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh89 -%%TZDATA%%share/postgresql/timezone/Asia/Saigon -%%TZDATA%%share/postgresql/timezone/Asia/Sakhalin -%%TZDATA%%share/postgresql/timezone/Asia/Samarkand -%%TZDATA%%share/postgresql/timezone/Asia/Seoul -%%TZDATA%%share/postgresql/timezone/Asia/Shanghai -%%TZDATA%%share/postgresql/timezone/Asia/Singapore -%%TZDATA%%share/postgresql/timezone/Asia/Taipei -%%TZDATA%%share/postgresql/timezone/Asia/Tashkent -%%TZDATA%%share/postgresql/timezone/Asia/Tbilisi -%%TZDATA%%share/postgresql/timezone/Asia/Tehran -%%TZDATA%%share/postgresql/timezone/Asia/Tel_Aviv -%%TZDATA%%share/postgresql/timezone/Asia/Thimbu -%%TZDATA%%share/postgresql/timezone/Asia/Thimphu -%%TZDATA%%share/postgresql/timezone/Asia/Tokyo -%%TZDATA%%share/postgresql/timezone/Asia/Ujung_Pandang -%%TZDATA%%share/postgresql/timezone/Asia/Ulaanbaatar -%%TZDATA%%share/postgresql/timezone/Asia/Ulan_Bator -%%TZDATA%%share/postgresql/timezone/Asia/Urumqi -%%TZDATA%%share/postgresql/timezone/Asia/Vientiane -%%TZDATA%%share/postgresql/timezone/Asia/Vladivostok -%%TZDATA%%share/postgresql/timezone/Asia/Yakutsk -%%TZDATA%%share/postgresql/timezone/Asia/Yekaterinburg -%%TZDATA%%share/postgresql/timezone/Asia/Yerevan -%%TZDATA%%share/postgresql/timezone/Atlantic/Azores -%%TZDATA%%share/postgresql/timezone/Atlantic/Bermuda -%%TZDATA%%share/postgresql/timezone/Atlantic/Canary -%%TZDATA%%share/postgresql/timezone/Atlantic/Cape_Verde -%%TZDATA%%share/postgresql/timezone/Atlantic/Faeroe -%%TZDATA%%share/postgresql/timezone/Atlantic/Faroe -%%TZDATA%%share/postgresql/timezone/Atlantic/Jan_Mayen -%%TZDATA%%share/postgresql/timezone/Atlantic/Madeira -%%TZDATA%%share/postgresql/timezone/Atlantic/Reykjavik -%%TZDATA%%share/postgresql/timezone/Atlantic/South_Georgia -%%TZDATA%%share/postgresql/timezone/Atlantic/St_Helena -%%TZDATA%%share/postgresql/timezone/Atlantic/Stanley -%%TZDATA%%share/postgresql/timezone/Australia/ACT -%%TZDATA%%share/postgresql/timezone/Australia/Adelaide -%%TZDATA%%share/postgresql/timezone/Australia/Brisbane -%%TZDATA%%share/postgresql/timezone/Australia/Broken_Hill -%%TZDATA%%share/postgresql/timezone/Australia/Canberra -%%TZDATA%%share/postgresql/timezone/Australia/Currie -%%TZDATA%%share/postgresql/timezone/Australia/Darwin -%%TZDATA%%share/postgresql/timezone/Australia/Eucla -%%TZDATA%%share/postgresql/timezone/Australia/Hobart -%%TZDATA%%share/postgresql/timezone/Australia/LHI -%%TZDATA%%share/postgresql/timezone/Australia/Lindeman -%%TZDATA%%share/postgresql/timezone/Australia/Lord_Howe -%%TZDATA%%share/postgresql/timezone/Australia/Melbourne -%%TZDATA%%share/postgresql/timezone/Australia/NSW -%%TZDATA%%share/postgresql/timezone/Australia/North -%%TZDATA%%share/postgresql/timezone/Australia/Perth -%%TZDATA%%share/postgresql/timezone/Australia/Queensland -%%TZDATA%%share/postgresql/timezone/Australia/South -%%TZDATA%%share/postgresql/timezone/Australia/Sydney -%%TZDATA%%share/postgresql/timezone/Australia/Tasmania -%%TZDATA%%share/postgresql/timezone/Australia/Victoria -%%TZDATA%%share/postgresql/timezone/Australia/West -%%TZDATA%%share/postgresql/timezone/Australia/Yancowinna -%%TZDATA%%share/postgresql/timezone/Brazil/Acre -%%TZDATA%%share/postgresql/timezone/Brazil/DeNoronha -%%TZDATA%%share/postgresql/timezone/Brazil/East -%%TZDATA%%share/postgresql/timezone/Brazil/West -%%TZDATA%%share/postgresql/timezone/CET -%%TZDATA%%share/postgresql/timezone/CST6CDT -%%TZDATA%%share/postgresql/timezone/Canada/Atlantic -%%TZDATA%%share/postgresql/timezone/Canada/Central -%%TZDATA%%share/postgresql/timezone/Canada/East-Saskatchewan -%%TZDATA%%share/postgresql/timezone/Canada/Eastern -%%TZDATA%%share/postgresql/timezone/Canada/Mountain -%%TZDATA%%share/postgresql/timezone/Canada/Newfoundland -%%TZDATA%%share/postgresql/timezone/Canada/Pacific -%%TZDATA%%share/postgresql/timezone/Canada/Saskatchewan -%%TZDATA%%share/postgresql/timezone/Canada/Yukon -%%TZDATA%%share/postgresql/timezone/Chile/Continental -%%TZDATA%%share/postgresql/timezone/Chile/EasterIsland -%%TZDATA%%share/postgresql/timezone/Cuba -%%TZDATA%%share/postgresql/timezone/EET -%%TZDATA%%share/postgresql/timezone/EST -%%TZDATA%%share/postgresql/timezone/EST5EDT -%%TZDATA%%share/postgresql/timezone/Egypt -%%TZDATA%%share/postgresql/timezone/Eire -%%TZDATA%%share/postgresql/timezone/Etc/GMT -%%TZDATA%%share/postgresql/timezone/Etc/GMT+0 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+1 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+10 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+11 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+12 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+2 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+3 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+4 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+5 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+6 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+7 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+8 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+9 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-0 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-1 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-10 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-11 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-12 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-13 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-14 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-2 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-3 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-4 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-5 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-6 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-7 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-8 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-9 -%%TZDATA%%share/postgresql/timezone/Etc/GMT0 -%%TZDATA%%share/postgresql/timezone/Etc/Greenwich -%%TZDATA%%share/postgresql/timezone/Etc/UCT -%%TZDATA%%share/postgresql/timezone/Etc/UTC -%%TZDATA%%share/postgresql/timezone/Etc/Universal -%%TZDATA%%share/postgresql/timezone/Etc/Zulu -%%TZDATA%%share/postgresql/timezone/Europe/Amsterdam -%%TZDATA%%share/postgresql/timezone/Europe/Andorra -%%TZDATA%%share/postgresql/timezone/Europe/Athens -%%TZDATA%%share/postgresql/timezone/Europe/Belfast -%%TZDATA%%share/postgresql/timezone/Europe/Belgrade -%%TZDATA%%share/postgresql/timezone/Europe/Berlin -%%TZDATA%%share/postgresql/timezone/Europe/Bratislava -%%TZDATA%%share/postgresql/timezone/Europe/Brussels -%%TZDATA%%share/postgresql/timezone/Europe/Bucharest -%%TZDATA%%share/postgresql/timezone/Europe/Budapest -%%TZDATA%%share/postgresql/timezone/Europe/Chisinau -%%TZDATA%%share/postgresql/timezone/Europe/Copenhagen -%%TZDATA%%share/postgresql/timezone/Europe/Dublin -%%TZDATA%%share/postgresql/timezone/Europe/Gibraltar -%%TZDATA%%share/postgresql/timezone/Europe/Guernsey -%%TZDATA%%share/postgresql/timezone/Europe/Helsinki -%%TZDATA%%share/postgresql/timezone/Europe/Isle_of_Man -%%TZDATA%%share/postgresql/timezone/Europe/Istanbul -%%TZDATA%%share/postgresql/timezone/Europe/Jersey -%%TZDATA%%share/postgresql/timezone/Europe/Kaliningrad -%%TZDATA%%share/postgresql/timezone/Europe/Kiev -%%TZDATA%%share/postgresql/timezone/Europe/Lisbon -%%TZDATA%%share/postgresql/timezone/Europe/Ljubljana -%%TZDATA%%share/postgresql/timezone/Europe/London -%%TZDATA%%share/postgresql/timezone/Europe/Luxembourg -%%TZDATA%%share/postgresql/timezone/Europe/Madrid -%%TZDATA%%share/postgresql/timezone/Europe/Malta -%%TZDATA%%share/postgresql/timezone/Europe/Mariehamn -%%TZDATA%%share/postgresql/timezone/Europe/Minsk -%%TZDATA%%share/postgresql/timezone/Europe/Monaco -%%TZDATA%%share/postgresql/timezone/Europe/Moscow -%%TZDATA%%share/postgresql/timezone/Europe/Nicosia -%%TZDATA%%share/postgresql/timezone/Europe/Oslo -%%TZDATA%%share/postgresql/timezone/Europe/Paris -%%TZDATA%%share/postgresql/timezone/Europe/Podgorica -%%TZDATA%%share/postgresql/timezone/Europe/Prague -%%TZDATA%%share/postgresql/timezone/Europe/Riga -%%TZDATA%%share/postgresql/timezone/Europe/Rome -%%TZDATA%%share/postgresql/timezone/Europe/Samara -%%TZDATA%%share/postgresql/timezone/Europe/San_Marino -%%TZDATA%%share/postgresql/timezone/Europe/Sarajevo -%%TZDATA%%share/postgresql/timezone/Europe/Simferopol -%%TZDATA%%share/postgresql/timezone/Europe/Skopje -%%TZDATA%%share/postgresql/timezone/Europe/Sofia -%%TZDATA%%share/postgresql/timezone/Europe/Stockholm -%%TZDATA%%share/postgresql/timezone/Europe/Tallinn -%%TZDATA%%share/postgresql/timezone/Europe/Tirane -%%TZDATA%%share/postgresql/timezone/Europe/Tiraspol -%%TZDATA%%share/postgresql/timezone/Europe/Uzhgorod -%%TZDATA%%share/postgresql/timezone/Europe/Vaduz -%%TZDATA%%share/postgresql/timezone/Europe/Vatican -%%TZDATA%%share/postgresql/timezone/Europe/Vienna -%%TZDATA%%share/postgresql/timezone/Europe/Vilnius -%%TZDATA%%share/postgresql/timezone/Europe/Volgograd -%%TZDATA%%share/postgresql/timezone/Europe/Warsaw -%%TZDATA%%share/postgresql/timezone/Europe/Zagreb -%%TZDATA%%share/postgresql/timezone/Europe/Zaporozhye -%%TZDATA%%share/postgresql/timezone/Europe/Zurich -%%TZDATA%%share/postgresql/timezone/Factory -%%TZDATA%%share/postgresql/timezone/GB -%%TZDATA%%share/postgresql/timezone/GB-Eire -%%TZDATA%%share/postgresql/timezone/GMT -%%TZDATA%%share/postgresql/timezone/GMT+0 -%%TZDATA%%share/postgresql/timezone/GMT-0 -%%TZDATA%%share/postgresql/timezone/GMT0 -%%TZDATA%%share/postgresql/timezone/Greenwich -%%TZDATA%%share/postgresql/timezone/HST -%%TZDATA%%share/postgresql/timezone/Hongkong -%%TZDATA%%share/postgresql/timezone/Iceland -%%TZDATA%%share/postgresql/timezone/Indian/Antananarivo -%%TZDATA%%share/postgresql/timezone/Indian/Chagos -%%TZDATA%%share/postgresql/timezone/Indian/Christmas -%%TZDATA%%share/postgresql/timezone/Indian/Cocos -%%TZDATA%%share/postgresql/timezone/Indian/Comoro -%%TZDATA%%share/postgresql/timezone/Indian/Kerguelen -%%TZDATA%%share/postgresql/timezone/Indian/Mahe -%%TZDATA%%share/postgresql/timezone/Indian/Maldives -%%TZDATA%%share/postgresql/timezone/Indian/Mauritius -%%TZDATA%%share/postgresql/timezone/Indian/Mayotte -%%TZDATA%%share/postgresql/timezone/Indian/Reunion -%%TZDATA%%share/postgresql/timezone/Iran -%%TZDATA%%share/postgresql/timezone/Israel -%%TZDATA%%share/postgresql/timezone/Jamaica -%%TZDATA%%share/postgresql/timezone/Japan -%%TZDATA%%share/postgresql/timezone/Kwajalein -%%TZDATA%%share/postgresql/timezone/Libya -%%TZDATA%%share/postgresql/timezone/MET -%%TZDATA%%share/postgresql/timezone/MST -%%TZDATA%%share/postgresql/timezone/MST7MDT -%%TZDATA%%share/postgresql/timezone/Mexico/BajaNorte -%%TZDATA%%share/postgresql/timezone/Mexico/BajaSur -%%TZDATA%%share/postgresql/timezone/Mexico/General -%%TZDATA%%share/postgresql/timezone/Mideast/Riyadh87 -%%TZDATA%%share/postgresql/timezone/Mideast/Riyadh88 -%%TZDATA%%share/postgresql/timezone/Mideast/Riyadh89 -%%TZDATA%%share/postgresql/timezone/NZ -%%TZDATA%%share/postgresql/timezone/NZ-CHAT -%%TZDATA%%share/postgresql/timezone/Navajo -%%TZDATA%%share/postgresql/timezone/PRC -%%TZDATA%%share/postgresql/timezone/PST8PDT -%%TZDATA%%share/postgresql/timezone/Pacific/Apia -%%TZDATA%%share/postgresql/timezone/Pacific/Auckland -%%TZDATA%%share/postgresql/timezone/Pacific/Chatham -%%TZDATA%%share/postgresql/timezone/Pacific/Easter -%%TZDATA%%share/postgresql/timezone/Pacific/Efate -%%TZDATA%%share/postgresql/timezone/Pacific/Enderbury -%%TZDATA%%share/postgresql/timezone/Pacific/Fakaofo -%%TZDATA%%share/postgresql/timezone/Pacific/Fiji -%%TZDATA%%share/postgresql/timezone/Pacific/Funafuti -%%TZDATA%%share/postgresql/timezone/Pacific/Galapagos -%%TZDATA%%share/postgresql/timezone/Pacific/Gambier -%%TZDATA%%share/postgresql/timezone/Pacific/Guadalcanal -%%TZDATA%%share/postgresql/timezone/Pacific/Guam -%%TZDATA%%share/postgresql/timezone/Pacific/Honolulu -%%TZDATA%%share/postgresql/timezone/Pacific/Johnston -%%TZDATA%%share/postgresql/timezone/Pacific/Kiritimati -%%TZDATA%%share/postgresql/timezone/Pacific/Kosrae -%%TZDATA%%share/postgresql/timezone/Pacific/Kwajalein -%%TZDATA%%share/postgresql/timezone/Pacific/Majuro -%%TZDATA%%share/postgresql/timezone/Pacific/Marquesas -%%TZDATA%%share/postgresql/timezone/Pacific/Midway -%%TZDATA%%share/postgresql/timezone/Pacific/Nauru -%%TZDATA%%share/postgresql/timezone/Pacific/Niue -%%TZDATA%%share/postgresql/timezone/Pacific/Norfolk -%%TZDATA%%share/postgresql/timezone/Pacific/Noumea -%%TZDATA%%share/postgresql/timezone/Pacific/Pago_Pago -%%TZDATA%%share/postgresql/timezone/Pacific/Palau -%%TZDATA%%share/postgresql/timezone/Pacific/Pitcairn -%%TZDATA%%share/postgresql/timezone/Pacific/Ponape -%%TZDATA%%share/postgresql/timezone/Pacific/Port_Moresby -%%TZDATA%%share/postgresql/timezone/Pacific/Rarotonga -%%TZDATA%%share/postgresql/timezone/Pacific/Saipan -%%TZDATA%%share/postgresql/timezone/Pacific/Samoa -%%TZDATA%%share/postgresql/timezone/Pacific/Tahiti -%%TZDATA%%share/postgresql/timezone/Pacific/Tarawa -%%TZDATA%%share/postgresql/timezone/Pacific/Tongatapu -%%TZDATA%%share/postgresql/timezone/Pacific/Truk -%%TZDATA%%share/postgresql/timezone/Pacific/Wake -%%TZDATA%%share/postgresql/timezone/Pacific/Wallis -%%TZDATA%%share/postgresql/timezone/Pacific/Yap -%%TZDATA%%share/postgresql/timezone/Poland -%%TZDATA%%share/postgresql/timezone/Portugal -%%TZDATA%%share/postgresql/timezone/ROC -%%TZDATA%%share/postgresql/timezone/ROK -%%TZDATA%%share/postgresql/timezone/Singapore -%%TZDATA%%share/postgresql/timezone/Turkey -%%TZDATA%%share/postgresql/timezone/UCT -%%TZDATA%%share/postgresql/timezone/US/Alaska -%%TZDATA%%share/postgresql/timezone/US/Aleutian -%%TZDATA%%share/postgresql/timezone/US/Arizona -%%TZDATA%%share/postgresql/timezone/US/Central -%%TZDATA%%share/postgresql/timezone/US/East-Indiana -%%TZDATA%%share/postgresql/timezone/US/Eastern -%%TZDATA%%share/postgresql/timezone/US/Hawaii -%%TZDATA%%share/postgresql/timezone/US/Indiana-Starke -%%TZDATA%%share/postgresql/timezone/US/Michigan -%%TZDATA%%share/postgresql/timezone/US/Mountain -%%TZDATA%%share/postgresql/timezone/US/Pacific -%%TZDATA%%share/postgresql/timezone/US/Pacific-New -%%TZDATA%%share/postgresql/timezone/US/Samoa -%%TZDATA%%share/postgresql/timezone/UTC -%%TZDATA%%share/postgresql/timezone/Universal -%%TZDATA%%share/postgresql/timezone/W-SU -%%TZDATA%%share/postgresql/timezone/WET -%%TZDATA%%share/postgresql/timezone/Zulu -%%TZDATA%%share/postgresql/timezone/posixrules -share/postgresql/timezonesets/Africa.txt -share/postgresql/timezonesets/America.txt -share/postgresql/timezonesets/Antarctica.txt -share/postgresql/timezonesets/Asia.txt -share/postgresql/timezonesets/Atlantic.txt -share/postgresql/timezonesets/Australia -share/postgresql/timezonesets/Australia.txt -share/postgresql/timezonesets/Default -share/postgresql/timezonesets/Etc.txt -share/postgresql/timezonesets/Europe.txt -share/postgresql/timezonesets/India -share/postgresql/timezonesets/Indian.txt -share/postgresql/timezonesets/Pacific.txt -%%TZDATA%%@dirrm share/postgresql/timezone/Africa -%%TZDATA%%@dirrm share/postgresql/timezone/America/Argentina -%%TZDATA%%@dirrm share/postgresql/timezone/America/Indiana -%%TZDATA%%@dirrm share/postgresql/timezone/America/Kentucky -%%TZDATA%%@dirrm share/postgresql/timezone/America/North_Dakota -%%TZDATA%%@dirrm share/postgresql/timezone/America -%%TZDATA%%@dirrm share/postgresql/timezone/Antarctica -%%TZDATA%%@dirrm share/postgresql/timezone/Arctic -%%TZDATA%%@dirrm share/postgresql/timezone/Asia -%%TZDATA%%@dirrm share/postgresql/timezone/Atlantic -%%TZDATA%%@dirrm share/postgresql/timezone/Australia -%%TZDATA%%@dirrm share/postgresql/timezone/Brazil -%%TZDATA%%@dirrm share/postgresql/timezone/Canada -%%TZDATA%%@dirrm share/postgresql/timezone/Chile -%%TZDATA%%@dirrm share/postgresql/timezone/Etc -%%TZDATA%%@dirrm share/postgresql/timezone/Europe -%%TZDATA%%@dirrm share/postgresql/timezone/Indian -%%TZDATA%%@dirrm share/postgresql/timezone/Mexico -%%TZDATA%%@dirrm share/postgresql/timezone/Mideast -%%TZDATA%%@dirrm share/postgresql/timezone/Pacific -%%TZDATA%%@dirrm share/postgresql/timezone/US -%%TZDATA%%@dirrm share/postgresql/timezone -@dirrm share/postgresql/timezonesets -share/postgresql/tsearch_data/danish.stop -share/postgresql/tsearch_data/dutch.stop -share/postgresql/tsearch_data/english.stop -share/postgresql/tsearch_data/finnish.stop -share/postgresql/tsearch_data/french.stop -share/postgresql/tsearch_data/german.stop -share/postgresql/tsearch_data/hungarian.stop -share/postgresql/tsearch_data/italian.stop -share/postgresql/tsearch_data/norwegian.stop -share/postgresql/tsearch_data/portuguese.stop -share/postgresql/tsearch_data/russian.stop -share/postgresql/tsearch_data/spanish.stop -share/postgresql/tsearch_data/swedish.stop -share/postgresql/tsearch_data/turkish.stop -share/postgresql/tsearch_data/hunspell_sample.affix -share/postgresql/tsearch_data/ispell_sample.affix -share/postgresql/tsearch_data/ispell_sample.dict -share/postgresql/tsearch_data/synonym_sample.syn -share/postgresql/tsearch_data/thesaurus_sample.ths -@dirrm share/postgresql/tsearch_data -@unexec echo "Warning: If you will *NOT* use this package anymore, please remove the pgsql user manually." -@dirrmtry share/postgresql -@dirrmtry etc/periodic/daily -@dirrmtry etc/periodic -@dirrmtry lib/postgresql -@dirrmtry pgsql diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile deleted file mode 100644 index dd57c0036363..000000000000 --- a/databases/postgresql92-server/Makefile +++ /dev/null @@ -1,325 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -DISTVERSION?= 8.4.3 -PORTREVISION?= 1 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${DISTVERSION} -PKGNAMESUFFIX?= -server - -MAINTAINER?= girgen@FreeBSD.org -COMMENT?= The most advanced open-source database available anywhere - -CONFLICTS?= ${PORTNAME}-client-7.* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.* \ - ${PORTNAME}-client-8.[0-35-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-8.[0-35-9]* - -WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}84 -LATEST_LINK?= ${PKGNAMEPREFIX}${UNIQUENAME}${PKGNAMESUFFIX} - -PKGINSTALL?= ${PKGDIR}/pkg-install${PKGNAMESUFFIX} -USE_BZIP2= YES -USE_GMAKE= YES -GNU_CONFIGURE= YES -.if defined(NO_BUILD) -.undef USE_GMAKE -.undef GNU_CONFIGURE -.endif - -PGUSER= pgsql -PGGROUP= pgsql - -CONFIGURE_ARGS+=--with-libraries=${LOCALBASE}/lib \ - --with-includes=${LOCALBASE}/include \ - --enable-thread-safety -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX} - -BUILD_DIRS?= src/port src/timezone src/backend src/backend/utils/mb/conversion_procs \ - src/backend/snowball src/bin/initdb src/bin/pg_ctl \ - src/bin/pg_controldata src/bin/pg_resetxlog src/pl - -INSTALL_DIRS?= ${BUILD_DIRS} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= postgresql -USE_PGSQL= yes -WANT_PGSQL_VER= ${PORTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g} -.endif - -.if !defined(SLAVE_ONLY) -OPTIONS= NLS "Use internationalized messages" on -.endif - -.if !defined(CLIENT_ONLY) -MAKE_ENV= PATH=${PREFIX}/bin:${PATH} -CONFIGURE_ENV+= PATH=${PREFIX}/bin:${PATH} -.endif - -# Cannot check this with standard OPTION due to a catch-22. -# USE_OPENSSL must precede bsd.port.pre.mk, but then we don't know -# what OPTIONS are set. -# -# If you *don't* want SSL, set WITHOUT_SSL=YES when making -.if !defined(WITHOUT_SSL) -USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-openssl -.endif - -.include <bsd.port.pre.mk> - -.if !defined(SLAVE_ONLY) -OPTIONS+= PAM "Build with PAM support (server only)" off -OPTIONS+= LDAP "Build with LDAP authentication support" off -OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off -OPTIONS+= HEIMDAL_KRB5 "Builds with Heimdal kerberos support" off -OPTIONS+= OPTIMIZED_CFLAGS "Builds with compiler optimizations (-O3)" off -OPTIONS+= XML "Build with XML data type (server)" on -OPTIONS+= TZDATA "Use internal timezone database (server)" on -OPTIONS+= DEBUG "Builds with debugging symbols" off - -# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -OPTIONS+= ICU "Use ICU 3.x for unicode collation (server)" off -OPTIONS+= ICU4 "Use ICU 4.x for unicode collation (server)" off - -# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info -# (requires dump/restore if modified.) -OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" on - -. if defined(WITH_ICU) && defined(WITH_ICU4) -IGNORE= options WITH_ICU and WITH_ICU4 are mutually exclusive -. endif - -. if (defined(SERVER_ONLY) && (defined(WITH_ICU) || defined(WITH_ICU4))) || make(makesum) -USE_AUTOTOOLS= autoconf:262 -CONFIGURE_ARGS+=--with-icu -PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu -PATCHFILES+= pg-840-icu-2009-09-15.diff.gz:icu -. if defined(WITH_ICU4) -LIB_DEPENDS+= icudata.43:${PORTSDIR}/devel/icu4 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-icu4 -. else -LIB_DEPENDS+= icudata.38:${PORTSDIR}/devel/icu -. endif -. endif - -PATCH_DIST_STRIP=-p1 - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. endif - -. if defined(SERVER_ONLY) && defined(WITH_LDAP) -CONFIGURE_ARGS+=--with-ldap -USE_OPENLDAP= YES -. endif - -. if defined(SERVER_ONLY) && defined(WITH_XML) -CONFIGURE_ARGS+=--with-libxml -LIB_DEPENDS+= xml2.5:${PORTSDIR}/textproc/libxml2 -. endif - -. if defined(SERVER_ONLY) && defined(WITH_TZDATA) -PLIST_SUB+= TZDATA="" -. else -CONFIGURE_ARGS+=--with-system-tzdata=/usr/share/zoneinfo -PLIST_SUB+= TZDATA="@comment " -. endif - -. if defined(WITHOUT_INTDATE) -CONFIGURE_ARGS+=--disable-integer-datetimes -. endif - -. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS)) -CONFIGURE_ARGS+=--enable-nls -PLIST_SUB+= GETTEXT="" -USE_GETTEXT= YES -. else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= GETTEXT="@comment " -. endif - -. if defined(WITH_OPTIMIZED_CFLAGS) -CFLAGS+= -O3 -funroll-loops -. endif - -. if defined(WITH_DEBUG) -CONFIGURE_ARGS+=--enable-debug -INSTALL_TARGET= install -. else -INSTALL_TARGET= install-strip -. endif - -. if defined(WITH_MIT_KRB5) -. if exists(/usr/lib/libkrb5.so) || exists(/usr/bin/krb5-config) -BROKEN= "You must remove heimdal's /usr/bin/krb5-config and /usr/lib/libkrb5.so*, and set NO_KERBEROS=true in /etc/make.conf to build successfully with MIT-KRB" -. endif -# Allow defining a home built MIT Kerberos by setting KRB5_HOME -. if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) && exists(${KRB5_HOME}/bin/krb5-config) -CONFIGURE_ARGS+=--with-krb5 -. else -LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 -CONFIGURE_ARGS+=--with-krb5 -. endif -. endif - -. if defined(WITH_HEIMDAL_KRB5) -# Allow defining a home built Heimdal Kerberos by setting HEIMDAL_HOME -. if defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) && exists(${HEIMDAL_HOME}/bin/krb5-config) -CONFIGURE_ARGS+=--with-krb5 -. else -# Postgresql apps will not link properly when libpq is linked with base heimdal in /usr, -# so we always use the heimdal port. See -# http://lists.freebsd.org/pipermail/freebsd-stable/2005-October/018809.html -LIB_DEPENDS+= krb5.23:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+=--with-krb5 -. endif -. endif - -.endif # !SLAVE_ONLY - -.if defined(CLIENT_ONLY) -MAN1= clusterdb.1 createdb.1 createlang.1 createuser.1 \ - dropdb.1 droplang.1 dropuser.1 ecpg.1 initdb.1 \ - pg_config.1 pg_controldata.1 pg_ctl.1 \ - pg_dump.1 pg_dumpall.1 pg_resetxlog.1 pg_restore.1 \ - postgres.1 postmaster.1 psql.1 reindexdb.1 vacuumdb.1 - -MAN7= abort.7 alter_aggregate.7 alter_conversion.7 alter_database.7 \ - alter_domain.7 alter_foreign_data_wrapper.7 alter_function.7 alter_group.7 alter_server.7 \ - alter_user_mapping.7 alter_index.7 alter_language.7 alter_operator_class.7 \ - alter_operator_family.7 \ - alter_role.7 \ - alter_schema.7 alter_sequence.7 alter_table.7 \ - alter_text_search_configuration.7 \ - alter_text_search_dictionary.7 \ - alter_text_search_parser.7 \ - alter_text_search_template.7 \ - alter_trigger.7 alter_user.7 alter_view.7 analyze.7 begin.7 \ - checkpoint.7 close.7 cluster.7 comment.7 commit.7 \ - commit_prepared.7 \ - copy.7 create_aggregate.7 create_cast.7 \ - create_constraint_trigger.7 create_conversion.7 \ - create_database.7 create_domain.7 create_foreign_data_wrapper.7 \ - create_function.7 \ - create_group.7 create_index.7 create_language.7 \ - create_operator.7 create_operator_class.7 \ - create_operator_family.7 create_role.7 \ - create_rule.7 create_schema.7 create_sequence.7 \ - create_server.7 create_table.7 create_table_as.7 \ - create_text_search_configuration.7 \ - create_text_search_dictionary.7 \ - create_text_search_parser.7 \ - create_text_search_template.7 create_trigger.7 \ - create_type.7 create_user.7 create_user_mapping.7 create_view.7 deallocate.7 \ - declare.7 delete.7 discard.7 \ - drop_aggregate.7 drop_cast.7 drop_conversion.7 \ - drop_database.7 drop_domain.7 drop_foreign_data_wrapper.7 drop_function.7 \ - drop_group.7 drop_index.7 drop_language.7 \ - drop_operator.7 drop_operator_class.7 drop_operator_family.7 \ - drop_owned.7 drop_role.7 drop_rule.7 \ - drop_schema.7 drop_sequence.7 drop_server.7 drop_table.7 \ - drop_text_search_configuration.7 \ - drop_text_search_dictionary.7 \ - drop_text_search_parser.7 \ - drop_text_search_template.7 drop_trigger.7 \ - drop_type.7 drop_user.7 drop_user_mapping.7 drop_view.7 end.7 execute.7 \ - explain.7 fetch.7 grant.7 insert.7 listen.7 load.7 \ - lock.7 move.7 notify.7 prepare.7 prepare_transaction.7 \ - reassign_owned.7 reindex.7 reset.7 \ - revoke.7 rollback.7 rollback_prepared.7 select.7 \ - select_into.7 set.7 \ - set_constraints.7 set_role.7 set_transaction.7 show.7 \ - set_session_authorization.7 start_transaction.7 \ - table.7 truncate.7 unlisten.7 update.7 vacuum.7 \ - alter_operator.7 alter_tablespace.7 alter_type.7 \ - create_tablespace.7 drop_tablespace.7 \ - release_savepoint.7 rollback_to_savepoint.7 \ - savepoint.7 values.7 with.7 -.endif - -.if defined(SERVER_ONLY) -pre-everything:: - @${SH} ${PKGINSTALL} ${PORTNAME} BACKUPWARNING -.endif - -.if !defined(NO_BUILD) - -pre-configure: -. if defined(WITH_MIT_KRB5) && defined(WITH_HEIMDAL_KRB5) - @${ECHO} "MIT's and Heimdal Kerberos are mutually exclusive." - @${ECHO} "Please choose one or the other." - @exit 1 -. endif - -do-build: - @ cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${GMAKE} symlinks - @ for dir in ${BUILD_DIRS}; do \ - cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${GMAKE}; \ - done - -. if exists(${FILESDIR}/pkg-message${PKGNAMESUFFIX}.in) -SUB_FILES+= pkg-message${PKGNAMESUFFIX} -PKGMESSAGE= ${WRKSRC}/pkg-message${PKGNAMESUFFIX} -. endif -.endif - -.if defined(SERVER_ONLY) -pre-su-install: - @ ${SETENV} PKG_PREFIX=${PREFIX} PGUSER=${PGUSER} PGGROUP=${PGGROUP} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -.endif - -.if !defined(NO_BUILD) -post-patch: - @${REINPLACE_CMD} s/@PTHREAD_LIBS@// ${WRKSRC}/src/Makefile.global.in - -do-install: - @for dir in ${INSTALL_DIRS}; do \ - cd ${WRKSRC}/$${dir} && \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${INSTALL_TARGET}; \ - done -. if defined(SERVER_ONLY) - @ ${MKDIR} ${PREFIX}/share/postgresql ;\ - ${MKDIR} ${PREFIX}/etc/periodic/daily ;\ - ${INSTALL_SCRIPT} ${FILESDIR}/502.pgsql \ - ${PREFIX}/etc/periodic/daily -. endif # SERVER_ONLY -. if defined(CLIENT_ONLY) - @ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${GMAKE} install-local -. endif - @ if [ -r ${PKGMESSAGE} ]; then \ - ${MKDIR} ${DOCSDIR} ;\ - ${INSTALL_DATA} ${PKGMESSAGE} ${DOCSDIR}/README${PKGNAMESUFFIX} ;\ - ${ECHO} "======================================================================" ;\ - ${CAT} ${PKGMESSAGE} ;\ - ${ECHO} "======================================================================" ;\ - fi -.endif # !NO_BUILD - -.if defined(SERVER_ONLY) -check: - @if [ `id -u` != 0 ] ; then \ - ${ECHO} "Running postgresql regressions tests" ;\ - cd ${WRKSRC}; ${GMAKE} check ;\ - else \ - ${ECHO} "You cannot run regression tests when postgresql is built as user root." ; \ - ${ECHO} "Clean and rebuild the port as a regular user to run the tests." ;\ - fi -.endif - -.include <bsd.port.post.mk> diff --git a/databases/postgresql92-server/distinfo b/databases/postgresql92-server/distinfo deleted file mode 100644 index 81d413a0628a..000000000000 --- a/databases/postgresql92-server/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (postgresql/postgresql-8.4.3.tar.bz2) = 7f70e7b140fb190f268837255582b07e -SHA256 (postgresql/postgresql-8.4.3.tar.bz2) = 050c3e8324b453715e819456638fc1561351b33c8011b7cb63db98bbc2061564 -SIZE (postgresql/postgresql-8.4.3.tar.bz2) = 13645257 -SHA256 (postgresql/pg-840-icu-2009-09-15.diff.gz) = c09d3b59340a3bb6ea754e985739d4fbb47f730d1e48a357c5585825034fc72e -MD5 (postgresql/pg-840-icu-2009-09-15.diff.gz) = 2b81134b462e01623bc9387fe4de7136 -SIZE (postgresql/pg-840-icu-2009-09-15.diff.gz) = 4321 diff --git a/databases/postgresql92-server/files/502.pgsql b/databases/postgresql92-server/files/502.pgsql deleted file mode 100644 index d2235e414cd2..000000000000 --- a/databases/postgresql92-server/files/502.pgsql +++ /dev/null @@ -1,94 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Maintenance shell script to vacuum and backup database -# Put this in /usr/local/etc/periodic/daily, and it will be run -# every night -# -# Written by Palle Girgensohn <girgen@pingpong.net> -# -# In public domain, do what you like with it, -# and use it at your own risk... :) -# - -# Define these variables in either /etc/periodic.conf or -# /etc/periodic.conf.local to override the default values. -# -# daily_pgsql_backup_enable="YES" # do backup -# daily_pgsql_vacuum_enable="YES" # do vacuum - -daily_pgsql_vacuum_args="-z" -daily_pgsql_pgdump_args="-b -F c" -# backupdir is relative to ~pgsql home directory unless it begins with a slash: -daily_pgsql_backupdir="~pgsql/backups" -daily_pgsql_savedays="7" - -# If there is a global system configuration file, suck it in. -# -if [ -r /etc/defaults/periodic.conf ] -then - . /etc/defaults/periodic.conf - source_periodic_confs -fi - -# allow '~´ in dir name -eval backupdir=${daily_pgsql_backupdir} - -rc=0 - -case "$daily_pgsql_backup_enable" in - [Yy][Ee][Ss]) - - # daily_pgsql_backupdir must be writeable by user pgsql - # ~pgsql is just that under normal circumstances, - # but this might not be where you want the backups... - if [ ! -d ${backupdir} ] ; then - echo Creating ${backupdir} - mkdir -m 700 ${backupdir}; chown pgsql ${backupdir} - fi - - echo - echo "PostgreSQL backups" - - # Protect the data - umask 077 - dbnames=`su -l pgsql -c "umask 077; psql -q -t -A -d template1 -c SELECT\ datname\ FROM\ pg_database\ WHERE\ datname!=\'template0\'"` - rc=$? - now=`date "+%Y-%m-%dT%H:%M:%S"` - file=${daily_pgsql_backupdir}/pgglobals_${now} - su -l pgsql -c "umask 077; pg_dumpall -g | gzip -9 > ${file}.gz" - for db in ${dbnames}; do - echo -n " $db" - file=${backupdir}/pgdump_${db}_${now} - su -l pgsql -c "umask 077; pg_dump ${daily_pgsql_pgdump_args} -f ${file} ${db}" - [ $? -gt 0 ] && rc=3 - done - - if [ $rc -gt 0 ]; then - echo - echo "Errors were reported during backup." - fi - - # cleaning up old data - find ${backupdir} \( -name 'pgdump_*' -o -name 'pgglobals_*' \) \ - -a -mtime +${daily_pgsql_savedays} -delete - ;; -esac - -case "$daily_pgsql_vacuum_enable" in - [Yy][Ee][Ss]) - - echo - echo "PostgreSQL vacuum" - su -l pgsql -c "vacuumdb -a -q ${daily_pgsql_vacuum_args}" - if [ $? -gt 0 ] - then - echo - echo "Errors were reported during vacuum." - rc=3 - fi - ;; -esac - -exit $rc diff --git a/databases/postgresql92-server/files/dot.cshrc.in b/databases/postgresql92-server/files/dot.cshrc.in deleted file mode 100644 index 4069398b376e..000000000000 --- a/databases/postgresql92-server/files/dot.cshrc.in +++ /dev/null @@ -1,11 +0,0 @@ -setenv PGLIB %%PREFIX%%/lib - -# note: PGDATA can be overridden by the -D startup option -setenv PGDATA $HOME/data - -#You might want to set some locale stuff here -#setenv PGDATESTYLE ISO -#setenv LC_ALL sv_SE.ISO_8859-1 - -# if you want to make regression tests use this TZ -#setenv TZ PST8PDT diff --git a/databases/postgresql92-server/files/dot.profile.in b/databases/postgresql92-server/files/dot.profile.in deleted file mode 100644 index 954e22eae8f8..000000000000 --- a/databases/postgresql92-server/files/dot.profile.in +++ /dev/null @@ -1,22 +0,0 @@ -PGLIB=%%PREFIX%%/lib - -# note: PGDATA can be overridden by the -D startup option -PGDATA=${HOME}/data - -export PATH PGLIB PGDATA - -# if you use the periodic script from share/postgresql/502.pgsql, you -# can set these -#PGDUMP_ARGS="-b -F c" -#PGBACKUPDIR=${HOME}/backups -#PGBACKUP_SAVE_DAYS=7 -#export PGBACKUPDIR PGDUMP_ARGS PGBACKUP_SAVE_DAYS - -#You might want to set some locale stuff here -#PGDATESTYLE=ISO -#LC_ALL=sv_SE.ISO_8859-1 -#export PGDATESTYLE LC_ALL - -# if you want to make regression tests use this TZ -#TZ=PST8PDT -#export TZ diff --git a/databases/postgresql92-server/files/extra-patch-icu4 b/databases/postgresql92-server/files/extra-patch-icu4 deleted file mode 100644 index 28c8a8cfff33..000000000000 --- a/databases/postgresql92-server/files/extra-patch-icu4 +++ /dev/null @@ -1,30 +0,0 @@ ---- configure.in.orig 2010-03-25 22:25:10.655197193 +0100 -+++ configure.in 2010-03-25 22:25:13.611658318 +0100 -@@ -945,15 +945,19 @@ - fi - - if test "$with_icu" = yes ; then -- AC_CHECK_LIB(icui18n, ucol_open_3_8, [], [ -- AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [ -- AC_CHECK_LIB(icui18n, ucol_open_3_4, [], [AC_MSG_ERROR([library 'icui18n' is required for ICU])]) -- ]) -+ AC_CHECK_LIB(icui18n, ucol_open_43, [], [ -+ AC_CHECK_LIB(icui18n, ucol_open_3_8, [], [ -+ AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [ -+ AC_CHECK_LIB(icui18n, ucol_open_3_4, [], [AC_MSG_ERROR([library 'icui18n' is required for ICU])]) -+ ]) -+ ]) - ]) -- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [ -- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [ -- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], [AC_MSG_ERROR([library 'icuuc' is required for ICU])]) -- ]) -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_43, [], [ -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [ -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [ -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], [AC_MSG_ERROR([library 'icuuc' is required for ICU])]) -+ ]) -+ ]) - ]) - fi - diff --git a/databases/postgresql92-server/files/patch-doc-Makefile b/databases/postgresql92-server/files/patch-doc-Makefile deleted file mode 100644 index 8e08132e175b..000000000000 --- a/databases/postgresql92-server/files/patch-doc-Makefile +++ /dev/null @@ -1,16 +0,0 @@ ---- doc/Makefile.orig 2009-05-15 15:58:05.000000000 +0200 -+++ doc/Makefile 2009-05-15 15:58:18.000000000 +0200 -@@ -25,9 +25,10 @@ - - .NOTPARALLEL: - --ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) --found_html = yes --endif -+# FreeBSD has a separate port for installing the documentation -+#ifneq ($(wildcard $(srcdir)/postgres.tar.gz),) -+#found_html = yes -+#endif - - ifneq ($(wildcard $(srcdir)/man.tar.gz),) - # SCO OpenServer's man system is sufficiently different to not bother. diff --git a/databases/postgresql92-server/files/patch-plpython-Makefile b/databases/postgresql92-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql92-server/files/patch-plpython-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pl/plpython/Makefile.orig Fri Nov 19 20:23:01 2004 -+++ src/pl/plpython/Makefile Tue Dec 28 23:32:16 2004 -@@ -9,7 +9,7 @@ - # shared library. Since there is no official way to determine this - # (at least not in pre-2.3 Python), we see if there is a file that is - # named like a shared library. --ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*)) -+ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*)) - shared_libpython = yes - endif - diff --git a/databases/postgresql92-server/files/patch-src-backend-Makefile b/databases/postgresql92-server/files/patch-src-backend-Makefile deleted file mode 100644 index 6d6fb0ce660b..000000000000 --- a/databases/postgresql92-server/files/patch-src-backend-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/backend/Makefile.orig 2009-07-07 15:58:33.000000000 +0200 -+++ src/backend/Makefile 2009-07-07 15:58:57.000000000 +0200 -@@ -107,6 +107,8 @@ - # Update the commonly used headers before building the subdirectories - $(SUBDIRS:%=%-recursive): $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h - -+symlinks: $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h -+ - - # The postgres.o target is needed by the rule in Makefile.global that - # creates the exports file when MAKE_EXPORTS = true. diff --git a/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample deleted file mode 100644 index 4c32ae4a26bb..000000000000 --- a/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,28 +0,0 @@ ---- ./src/backend/utils/misc/postgresql.conf.sample.orig 2009-08-24 22:08:40.000000000 +0200 -+++ ./src/backend/utils/misc/postgresql.conf.sample 2009-10-04 19:21:09.000000000 +0200 -@@ -230,6 +230,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of - # stderr, csvlog, syslog and eventlog, - # depending on platform. csvlog -@@ -264,6 +265,7 @@ - #syslog_facility = 'LOCAL0' - #syslog_ident = 'postgres' - -+silent_mode = on - #silent_mode = off # Run server silently. - # DO NOT USE without syslog or - # logging_collector -@@ -367,6 +369,9 @@ - #track_counts = on - #track_functions = none # none, pl, all - #track_activity_query_size = 1024 -+ -+# On FreeBSD, this is a performance hog, so keep it off if you need speed -+update_process_title = off - #update_process_title = on - #stats_temp_directory = 'pg_stat_tmp' - diff --git a/databases/postgresql92-server/files/pkg-message-client.in b/databases/postgresql92-server/files/pkg-message-client.in deleted file mode 100644 index 3183bc136aa6..000000000000 --- a/databases/postgresql92-server/files/pkg-message-client.in +++ /dev/null @@ -1,32 +0,0 @@ -The PostgreSQL port has a collection of "side orders": - -postgresql-doc - For all of the html documentation - -p5-Pg - A perl5 API for client access to PostgreSQL databases. - -postgresql-tcltk - If you want tcl/tk client support. - -postgresql-jdbc - For Java JDBC support. - -postgresql-odbc - For client access from unix applications using ODBC as access - method. Not needed to access unix PostgreSQL servers from Win32 - using ODBC. See below. - -ruby-postgres, py-PyGreSQL - For client access to PostgreSQL databases using the ruby & python - languages. - -p5-postgresql-plperl, postgresql-pltcl & postgresql-plruby - For using perl5, tcl & ruby as procedural languages. - -postgresql-contrib - Lots of contributed utilities, postgresql functions and - datatypes. There you find pg_standby, pgcrypto and many other cool - things. - -etc... diff --git a/databases/postgresql92-server/files/pkg-message-contrib.in b/databases/postgresql92-server/files/pkg-message-contrib.in deleted file mode 100644 index 2b29ffd33041..000000000000 --- a/databases/postgresql92-server/files/pkg-message-contrib.in +++ /dev/null @@ -1,3 +0,0 @@ -The PostgreSQL contrib utilities have been installed. Please see -%%PREFIX%%/share/doc/postgresql/contrib/README -for more information. diff --git a/databases/postgresql92-server/files/pkg-message-plperl.in b/databases/postgresql92-server/files/pkg-message-plperl.in deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql92-server/files/pkg-message-plperl.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Perl has been installed. Check the createlang(l) manpage for more -info. You can install PL/Perl as trusted or untrusted, by using either -"createlang plperl" or "createlang plperlu". diff --git a/databases/postgresql92-server/files/pkg-message-plpython.in b/databases/postgresql92-server/files/pkg-message-plpython.in deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql92-server/files/pkg-message-plpython.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Python has been installed. Check the createlang(l) manpage for more -info. You can install PL/Python by using "createlang plpythonu" (it -exists as an untrusted language only). diff --git a/databases/postgresql92-server/files/pkg-message-pltcl.in b/databases/postgresql92-server/files/pkg-message-pltcl.in deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql92-server/files/pkg-message-pltcl.in +++ /dev/null @@ -1,3 +0,0 @@ -PL/Tcl has been installed. Check the createlang(l) manpage for more -info. You can install pltcl as trusted or untrusted, by using either -"createlang pltcl" or "createlang pltclu". diff --git a/databases/postgresql92-server/files/pkg-message-server.in b/databases/postgresql92-server/files/pkg-message-server.in deleted file mode 100644 index 54f397448198..000000000000 --- a/databases/postgresql92-server/files/pkg-message-server.in +++ /dev/null @@ -1,70 +0,0 @@ -For procedural languages and postgresql functions, please note that -you might have to update them when updating the server. - -If you have many tables and many clients running, consider raising -kern.maxfiles using sysctl(8), or reconfigure your kernel -appropriately. - -The port is set up to use autovacuum for new databases, but you might -also want to vacuum and perhaps backup your database regularly. There -is a periodic script, %%PREFIX%%/etc/periodic/daily/502.pgsql, that -you may find useful. You can use it to backup and perfom vacuum on all -databases nightly. Per default, it perfoms `vacuum analyze'. See the -script for instructions. For autovacuum settings, please review -~pgsql/data/postgresql.conf. - -To allow many simultaneous connections to your PostgreSQL server, you -should raise the SystemV shared memory limits in your kernel. Here are -example values for allowing up to 180 clients (configurations in -postgresql.conf also needed, of course): - options SYSVSHM - options SYSVSEM - options SYSVMSG - options SHMMAXPGS=65536 - options SEMMNI=40 - options SEMMNS=240 - options SEMUME=40 - options SEMMNU=120 - -If you plan to access your PostgreSQL server using ODBC, please -consider running the SQL script %%PREFIX%%/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. - -Please note that if you use the rc script, -%%PREFIX%%/etc/rc.d/postgresql, to initialize the database, unicode -(UTF-8) will be used to store character data by default. Set -postgresql_initdb_flags or use login.conf settings described below to -alter this behaviour. See the start rc script for more info. - -To set limits, environment stuff like locale and collation and other -things, you can set up a class in /etc/login.conf before initializing -the database. Add something similar to this to /etc/login.conf: ---- -postgres:\ - :lang=en_US.UTF-8:\ - :setenv=LC_COLLATE=C:\ - :tc=default: ---- -and run `cap_mkdb /etc/login.conf'. -Then add 'postgresql_class="postgres"' to /etc/rc.conf. - -====================================================================== - -To initialize the database, run - - %%PREFIX%%/etc/rc.d/postgresql initdb - -You can then start PostgreSQL by running: - - %%PREFIX%%/etc/rc.d/postgresql start - -For postmaster settings, see ~pgsql/data/postgresql.conf - -NB. FreeBSD's PostgreSQL port logs to syslog by default - See ~pgsql/data/postgresql.conf for more info - -====================================================================== - -To run PostgreSQL at startup, add -'postgresql_enable="YES"' to /etc/rc.conf - diff --git a/databases/postgresql92-server/files/pkgIndex.tcl.in b/databases/postgresql92-server/files/pkgIndex.tcl.in deleted file mode 100644 index bd8329b15c69..000000000000 --- a/databases/postgresql92-server/files/pkgIndex.tcl.in +++ /dev/null @@ -1,4 +0,0 @@ -# Package-index file for Pgtcl-package. Enables you to load PostgreSQL -# interface functions right into you TCL-interpreter as simply as -# package require Pgtcl -package ifneeded Pgtcl 1.3 "load %%PREFIX%%/lib/libpgtcl.so" diff --git a/databases/postgresql92-server/files/postgresql.in b/databases/postgresql92-server/files/postgresql.in deleted file mode 100644 index 405d2efaa4d3..000000000000 --- a/databases/postgresql92-server/files/postgresql.in +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: postgresql -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf to enable PostgreSQL: -# -# postgresql_enable="YES" -# # optional -# postgresql_data="%%PREFIX%%/pgsql/data" -# postgresql_flags="-w -s -m fast" -# postgresql_initdb_flags="--encoding=utf-8 --lc-collate=C" -# postgresql_class="default" -# -# See %%PREFIX%%/share/doc/postgresql/README-server for more info -# -# This scripts takes one of the following commands: -# -# start stop restart reload status initdb -# -# For postmaster startup options, edit ${postgresql_data}/postgresql.conf - -command=%%PREFIX%%/bin/pg_ctl - -. /etc/rc.subr - -load_rc_config postgresql - -# set defaults -postgresql_enable=${postgresql_enable:-"NO"} -postgresql_flags=${postgresql_flags:-"-w -s -m fast"} -postgresql_user=pgsql -eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data"} -postgresql_class=${postgresql_class:-"default"} -postgresql_initdb_flags=${postgresql_initdb_flags:-"--encoding=utf-8 --lc-collate=C"} - -name=postgresql -rcvar=`set_rcvar` -command_args="-D ${postgresql_data} ${postgresql_flags}" -extra_commands="reload initdb" - -start_cmd="postgresql_command start" -stop_cmd="postgresql_command stop" -restart_cmd="postgresql_command restart" -reload_cmd="postgresql_command reload" -status_cmd="postgresql_command status" - -initdb_cmd="postgresql_initdb" - -postgresql_command() -{ - su -l ${postgresql_user} -c "exec ${command} ${command_args} ${rc_arg}" -} - -postgresql_initdb() -{ - su -l -c ${postgresql_class} ${postgresql_user} -c "exec %%PREFIX%%/bin/initdb ${postgresql_initdb_flags} -D ${postgresql_data}" -} - -run_rc_command "$1" diff --git a/databases/postgresql92-server/pkg-descr b/databases/postgresql92-server/pkg-descr deleted file mode 100644 index f8f8a9e0d422..000000000000 --- a/databases/postgresql92-server/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -PostgreSQL is a sophisticated Object-Relational DBMS, supporting -almost all SQL constructs, including subselects, transactions, and -user-defined types and functions. It is the most advanced open-source -database available anywhere. Commercial Support is also available. - -The original Postgres code was the effort of many graduate students, -undergraduate students, and staff programmers working under the direction of -Professor Michael Stonebraker at the University of California, Berkeley. In -1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query -language to SQL and created a new database system which came to known as -Postgres95. Many others contributed to the porting, testing, debugging and -enhancement of the Postgres95 code. As the code improved, and 1995 faded into -memory, PostgreSQL was born. - -PostgreSQL development is presently being performed by a team of Internet -developers who are now responsible for all current and future development. The -development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG). -Support is available from the PostgreSQL developer/user community through the -support mailing list (questions@PostgreSQL.ORG). - -PostgreSQL is free and the complete source is available. - -WWW: http://www.postgresql.org/ diff --git a/databases/postgresql92-server/pkg-install-server b/databases/postgresql92-server/pkg-install-server deleted file mode 100644 index 6dc3b6fdbd67..000000000000 --- a/databases/postgresql92-server/pkg-install-server +++ /dev/null @@ -1,63 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -backupwarning() { echo " - - =========== BACKUP YOUR DATA! ============= - As always, backup your data before - upgrading. If the upgrade leads to a higher - minor revision (e.g. 7.3.x -> 7.4), a dump - and restore of all databases is - required. This is *NOT* done by the port! - - Press ctrl-C *now* if you need to pg_dump. - =========================================== -" - sleep 5 -} - -case $2 in -PRE-INSTALL) - backupwarning - PGUSER=${PGUSER:-pgsql} - PGGROUP=${PGGROUP:-pgsql} - DB_DIR=${PKG_PREFIX}/${PGUSER} - UID=70 - GID=70 - - if pw group show "${PGGROUP}" 2>/dev/null; then - echo "You already have a group \"${PGGROUP}\", so I will use it." - else - if pw groupadd ${PGGROUP} -g ${GID}; then - echo "Added group \"${PGGROUP}\"." - else - echo "Adding group \"${PGGROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${PGUSER}" 2>/dev/null; then - echo "You already have a user \"${PGUSER}\", so I will use it." - else - if pw useradd ${PGUSER} -u ${UID} -g ${PGGROUP} -h - \ - -d ${DB_DIR} -c "PostgreSQL Daemon" - then - echo "Added user \"${PGUSER}\"." - else - echo "Adding user \"${PGUSER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${PGUSER} ] ; then - install -m 755 -o ${PGUSER} -g ${PGGROUP} -d ${DB_DIR} - fi - ;; - -BACKUPWARNING) - backupwarning - ;; -esac diff --git a/databases/postgresql92-server/pkg-plist b/databases/postgresql92-server/pkg-plist deleted file mode 100644 index 9c9bab36b9f8..000000000000 --- a/databases/postgresql92-server/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment to make portlint happy diff --git a/databases/postgresql92-server/pkg-plist-client b/databases/postgresql92-server/pkg-plist-client deleted file mode 100644 index 31a1fd4b22f4..000000000000 --- a/databases/postgresql92-server/pkg-plist-client +++ /dev/null @@ -1,620 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/pg_config -bin/pg_dump -bin/pg_dumpall -bin/pg_restore -bin/psql -bin/reindexdb -bin/vacuumdb -include/ecpg_config.h -include/libpq-events.h -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gin.h -include/postgresql/server/access/gist.h -include/postgresql/server/access/gist_private.h -include/postgresql/server/access/gistscan.h -include/postgresql/server/access/hash.h -include/postgresql/server/access/heapam.h -include/postgresql/server/access/hio.h -include/postgresql/server/access/htup.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/multixact.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/reloptions.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rewriteheap.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/sdir.h -include/postgresql/server/access/skey.h -include/postgresql/server/access/slru.h -include/postgresql/server/access/subtrans.h -include/postgresql/server/access/sysattr.h -include/postgresql/server/access/transam.h -include/postgresql/server/access/tupdesc.h -include/postgresql/server/access/tupmacs.h -include/postgresql/server/access/tuptoaster.h -include/postgresql/server/access/twophase.h -include/postgresql/server/access/twophase_rmgr.h -include/postgresql/server/access/valid.h -include/postgresql/server/access/visibilitymap.h -include/postgresql/server/access/xact.h -include/postgresql/server/access/xlog.h -include/postgresql/server/access/xlog_internal.h -include/postgresql/server/access/xlogdefs.h -include/postgresql/server/access/xlogutils.h -include/postgresql/server/bootstrap/bootstrap.h -include/postgresql/server/c.h -include/postgresql/server/catalog/catalog.h -include/postgresql/server/catalog/catversion.h -include/postgresql/server/catalog/dependency.h -include/postgresql/server/catalog/genbki.h -include/postgresql/server/catalog/heap.h -include/postgresql/server/catalog/index.h -include/postgresql/server/catalog/indexing.h -include/postgresql/server/catalog/namespace.h -include/postgresql/server/catalog/pg_aggregate.h -include/postgresql/server/catalog/pg_am.h -include/postgresql/server/catalog/pg_amop.h -include/postgresql/server/catalog/pg_amproc.h -include/postgresql/server/catalog/pg_attrdef.h -include/postgresql/server/catalog/pg_attribute.h -include/postgresql/server/catalog/pg_auth_members.h -include/postgresql/server/catalog/pg_authid.h -include/postgresql/server/catalog/pg_cast.h -include/postgresql/server/catalog/pg_class.h -include/postgresql/server/catalog/pg_constraint.h -include/postgresql/server/catalog/pg_control.h -include/postgresql/server/catalog/pg_conversion.h -include/postgresql/server/catalog/pg_conversion_fn.h -include/postgresql/server/catalog/pg_database.h -include/postgresql/server/catalog/pg_depend.h -include/postgresql/server/catalog/pg_description.h -include/postgresql/server/catalog/pg_enum.h -include/postgresql/server/catalog/pg_foreign_data_wrapper.h -include/postgresql/server/catalog/pg_foreign_server.h -include/postgresql/server/catalog/pg_index.h -include/postgresql/server/catalog/pg_inherits.h -include/postgresql/server/catalog/pg_inherits_fn.h -include/postgresql/server/catalog/pg_language.h -include/postgresql/server/catalog/pg_largeobject.h -include/postgresql/server/catalog/pg_listener.h -include/postgresql/server/catalog/pg_namespace.h -include/postgresql/server/catalog/pg_opclass.h -include/postgresql/server/catalog/pg_operator.h -include/postgresql/server/catalog/pg_opfamily.h -include/postgresql/server/catalog/pg_pltemplate.h -include/postgresql/server/catalog/pg_proc.h -include/postgresql/server/catalog/pg_proc_fn.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shdepend.h -include/postgresql/server/catalog/pg_shdescription.h -include/postgresql/server/catalog/pg_statistic.h -include/postgresql/server/catalog/pg_tablespace.h -include/postgresql/server/catalog/pg_trigger.h -include/postgresql/server/catalog/pg_ts_config.h -include/postgresql/server/catalog/pg_ts_config_map.h -include/postgresql/server/catalog/pg_ts_dict.h -include/postgresql/server/catalog/pg_ts_parser.h -include/postgresql/server/catalog/pg_ts_template.h -include/postgresql/server/catalog/pg_type.h -include/postgresql/server/catalog/pg_type_fn.h -include/postgresql/server/catalog/pg_user_mapping.h -include/postgresql/server/catalog/storage.h -include/postgresql/server/catalog/toasting.h -include/postgresql/server/commands/alter.h -include/postgresql/server/commands/async.h -include/postgresql/server/commands/cluster.h -include/postgresql/server/commands/comment.h -include/postgresql/server/commands/conversioncmds.h -include/postgresql/server/commands/copy.h -include/postgresql/server/commands/dbcommands.h -include/postgresql/server/commands/defrem.h -include/postgresql/server/commands/discard.h -include/postgresql/server/commands/explain.h -include/postgresql/server/commands/lockcmds.h -include/postgresql/server/commands/portalcmds.h -include/postgresql/server/commands/prepare.h -include/postgresql/server/commands/proclang.h -include/postgresql/server/commands/schemacmds.h -include/postgresql/server/commands/sequence.h -include/postgresql/server/commands/tablecmds.h -include/postgresql/server/commands/tablespace.h -include/postgresql/server/commands/trigger.h -include/postgresql/server/commands/typecmds.h -include/postgresql/server/commands/user.h -include/postgresql/server/commands/vacuum.h -include/postgresql/server/commands/variable.h -include/postgresql/server/commands/version.h -include/postgresql/server/commands/view.h -include/postgresql/server/dynloader.h -include/postgresql/server/executor/execdebug.h -include/postgresql/server/executor/execdefs.h -include/postgresql/server/executor/execdesc.h -include/postgresql/server/executor/executor.h -include/postgresql/server/executor/functions.h -include/postgresql/server/executor/hashjoin.h -include/postgresql/server/executor/instrument.h -include/postgresql/server/executor/nodeAgg.h -include/postgresql/server/executor/nodeAppend.h -include/postgresql/server/executor/nodeBitmapAnd.h -include/postgresql/server/executor/nodeBitmapHeapscan.h -include/postgresql/server/executor/nodeBitmapIndexscan.h -include/postgresql/server/executor/nodeBitmapOr.h -include/postgresql/server/executor/nodeCtescan.h -include/postgresql/server/executor/nodeFunctionscan.h -include/postgresql/server/executor/nodeGroup.h -include/postgresql/server/executor/nodeHash.h -include/postgresql/server/executor/nodeHashjoin.h -include/postgresql/server/executor/nodeIndexscan.h -include/postgresql/server/executor/nodeLimit.h -include/postgresql/server/executor/nodeMaterial.h -include/postgresql/server/executor/nodeMergejoin.h -include/postgresql/server/executor/nodeNestloop.h -include/postgresql/server/executor/nodeRecursiveunion.h -include/postgresql/server/executor/nodeResult.h -include/postgresql/server/executor/nodeSeqscan.h -include/postgresql/server/executor/nodeSetOp.h -include/postgresql/server/executor/nodeSort.h -include/postgresql/server/executor/nodeSubplan.h -include/postgresql/server/executor/nodeSubqueryscan.h -include/postgresql/server/executor/nodeTidscan.h -include/postgresql/server/executor/nodeUnique.h -include/postgresql/server/executor/nodeValuesscan.h -include/postgresql/server/executor/nodeWindowAgg.h -include/postgresql/server/executor/nodeWorktablescan.h -include/postgresql/server/executor/spi.h -include/postgresql/server/executor/spi_priv.h -include/postgresql/server/executor/tstoreReceiver.h -include/postgresql/server/executor/tuptable.h -include/postgresql/server/fmgr.h -include/postgresql/server/funcapi.h -include/postgresql/server/foreign/foreign.h -include/postgresql/server/getaddrinfo.h -include/postgresql/server/getopt_long.h -include/postgresql/server/lib/dllist.h -include/postgresql/server/lib/stringinfo.h -include/postgresql/server/libpq/auth.h -include/postgresql/server/libpq/be-fsstubs.h -include/postgresql/server/libpq/crypt.h -include/postgresql/server/libpq/hba.h -include/postgresql/server/libpq/ip.h -include/postgresql/server/libpq/libpq-be.h -include/postgresql/server/libpq/libpq-fs.h -include/postgresql/server/libpq/libpq.h -include/postgresql/server/libpq/md5.h -include/postgresql/server/libpq/pqcomm.h -include/postgresql/server/libpq/pqformat.h -include/postgresql/server/libpq/pqsignal.h -include/postgresql/server/mb/pg_wchar.h -include/postgresql/server/miscadmin.h -include/postgresql/server/nodes/bitmapset.h -include/postgresql/server/nodes/execnodes.h -include/postgresql/server/nodes/makefuncs.h -include/postgresql/server/nodes/memnodes.h -include/postgresql/server/nodes/nodeFuncs.h -include/postgresql/server/nodes/nodes.h -include/postgresql/server/nodes/params.h -include/postgresql/server/nodes/parsenodes.h -include/postgresql/server/nodes/pg_list.h -include/postgresql/server/nodes/plannodes.h -include/postgresql/server/nodes/primnodes.h -include/postgresql/server/nodes/print.h -include/postgresql/server/nodes/readfuncs.h -include/postgresql/server/nodes/relation.h -include/postgresql/server/nodes/tidbitmap.h -include/postgresql/server/nodes/value.h -include/postgresql/server/optimizer/clauses.h -include/postgresql/server/optimizer/cost.h -include/postgresql/server/optimizer/geqo.h -include/postgresql/server/optimizer/geqo_copy.h -include/postgresql/server/optimizer/geqo_gene.h -include/postgresql/server/optimizer/geqo_misc.h -include/postgresql/server/optimizer/geqo_mutation.h -include/postgresql/server/optimizer/geqo_pool.h -include/postgresql/server/optimizer/geqo_random.h -include/postgresql/server/optimizer/geqo_recombination.h -include/postgresql/server/optimizer/geqo_selection.h -include/postgresql/server/optimizer/joininfo.h -include/postgresql/server/optimizer/pathnode.h -include/postgresql/server/optimizer/paths.h -include/postgresql/server/optimizer/placeholder.h -include/postgresql/server/optimizer/plancat.h -include/postgresql/server/optimizer/planmain.h -include/postgresql/server/optimizer/planner.h -include/postgresql/server/optimizer/predtest.h -include/postgresql/server/optimizer/prep.h -include/postgresql/server/optimizer/restrictinfo.h -include/postgresql/server/optimizer/subselect.h -include/postgresql/server/optimizer/tlist.h -include/postgresql/server/optimizer/var.h -include/postgresql/server/parser/analyze.h -include/postgresql/server/parser/gram.h -include/postgresql/server/parser/gramparse.h -include/postgresql/server/parser/keywords.h -include/postgresql/server/parser/kwlist.h -include/postgresql/server/parser/parse_agg.h -include/postgresql/server/parser/parse_clause.h -include/postgresql/server/parser/parse_coerce.h -include/postgresql/server/parser/parse_cte.h -include/postgresql/server/parser/parse_expr.h -include/postgresql/server/parser/parse_func.h -include/postgresql/server/parser/parse_node.h -include/postgresql/server/parser/parse_oper.h -include/postgresql/server/parser/parse_relation.h -include/postgresql/server/parser/parse_target.h -include/postgresql/server/parser/parse_type.h -include/postgresql/server/parser/parse_utilcmd.h -include/postgresql/server/parser/parser.h -include/postgresql/server/parser/parsetree.h -include/postgresql/server/parser/scansup.h -include/postgresql/server/pg_config.h -include/postgresql/server/pg_config_manual.h -include/postgresql/server/pg_config_os.h -include/postgresql/server/pg_trace.h -include/postgresql/server/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/bsdi.h -include/postgresql/server/port/cygwin.h -include/postgresql/server/port/darwin.h -include/postgresql/server/port/dgux.h -include/postgresql/server/port/freebsd.h -include/postgresql/server/port/hpux.h -include/postgresql/server/port/irix.h -include/postgresql/server/port/linux.h -include/postgresql/server/port/netbsd.h -include/postgresql/server/port/nextstep.h -include/postgresql/server/port/openbsd.h -include/postgresql/server/port/osf.h -include/postgresql/server/port/sco.h -include/postgresql/server/port/solaris.h -include/postgresql/server/port/sunos4.h -include/postgresql/server/port/svr4.h -include/postgresql/server/port/ultrix4.h -include/postgresql/server/port/univel.h -include/postgresql/server/port/unixware.h -include/postgresql/server/port/win32.h -include/postgresql/server/port/win32/arpa/inet.h -include/postgresql/server/port/win32/dlfcn.h -include/postgresql/server/port/win32/grp.h -include/postgresql/server/port/win32/netdb.h -include/postgresql/server/port/win32/netinet/in.h -include/postgresql/server/port/win32/pwd.h -include/postgresql/server/port/win32/sys/socket.h -include/postgresql/server/port/win32/sys/wait.h -include/postgresql/server/port/win32_msvc/dirent.h -include/postgresql/server/port/win32_msvc/sys/file.h -include/postgresql/server/port/win32_msvc/sys/param.h -include/postgresql/server/port/win32_msvc/sys/time.h -include/postgresql/server/port/win32_msvc/unistd.h -include/postgresql/server/port/win32_msvc/utime.h -include/postgresql/server/portability/instr_time.h -include/postgresql/server/postgres.h -include/postgresql/server/postgres_ext.h -include/postgresql/server/postgres_fe.h -include/postgresql/server/postmaster/autovacuum.h -include/postgresql/server/postmaster/bgwriter.h -include/postgresql/server/postmaster/fork_process.h -include/postgresql/server/postmaster/pgarch.h -include/postgresql/server/postmaster/postmaster.h -include/postgresql/server/postmaster/syslogger.h -include/postgresql/server/postmaster/walwriter.h -include/postgresql/server/regex/regcustom.h -include/postgresql/server/regex/regerrs.h -include/postgresql/server/regex/regex.h -include/postgresql/server/regex/regguts.h -include/postgresql/server/rewrite/prs2lock.h -include/postgresql/server/rewrite/rewriteDefine.h -include/postgresql/server/rewrite/rewriteHandler.h -include/postgresql/server/rewrite/rewriteManip.h -include/postgresql/server/rewrite/rewriteRemove.h -include/postgresql/server/rewrite/rewriteSupport.h -include/postgresql/server/rusagestub.h -include/postgresql/server/snowball/header.h -include/postgresql/server/snowball/libstemmer/api.h -include/postgresql/server/snowball/libstemmer/header.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_danish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_dutch.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_english.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_finnish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_french.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_german.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_hungarian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_italian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_norwegian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_porter.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_portuguese.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_spanish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_swedish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_2_romanian.h -include/postgresql/server/snowball/libstemmer/stem_KOI8_R_russian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_danish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_dutch.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_english.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_finnish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_french.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_german.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_hungarian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_italian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_norwegian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_porter.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_portuguese.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_romanian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_russian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_spanish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_swedish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_turkish.h -include/postgresql/server/storage/backendid.h -include/postgresql/server/storage/block.h -include/postgresql/server/storage/buf.h -include/postgresql/server/storage/buf_internals.h -include/postgresql/server/storage/buffile.h -include/postgresql/server/storage/bufmgr.h -include/postgresql/server/storage/bufpage.h -include/postgresql/server/storage/fd.h -include/postgresql/server/storage/freespace.h -include/postgresql/server/storage/fsm_internals.h -include/postgresql/server/storage/indexfsm.h -include/postgresql/server/storage/ipc.h -include/postgresql/server/storage/item.h -include/postgresql/server/storage/itemid.h -include/postgresql/server/storage/itemptr.h -include/postgresql/server/storage/large_object.h -include/postgresql/server/storage/lmgr.h -include/postgresql/server/storage/lock.h -include/postgresql/server/storage/lwlock.h -include/postgresql/server/storage/off.h -include/postgresql/server/storage/pg_sema.h -include/postgresql/server/storage/pg_shmem.h -include/postgresql/server/storage/pmsignal.h -include/postgresql/server/storage/pos.h -include/postgresql/server/storage/proc.h -include/postgresql/server/storage/procarray.h -include/postgresql/server/storage/relfilenode.h -include/postgresql/server/storage/s_lock.h -include/postgresql/server/storage/shmem.h -include/postgresql/server/storage/sinval.h -include/postgresql/server/storage/sinvaladt.h -include/postgresql/server/storage/smgr.h -include/postgresql/server/storage/spin.h -include/postgresql/server/tcop/dest.h -include/postgresql/server/tcop/fastpath.h -include/postgresql/server/tcop/pquery.h -include/postgresql/server/tcop/tcopdebug.h -include/postgresql/server/tcop/tcopprot.h -include/postgresql/server/tcop/utility.h -include/postgresql/server/tsearch/dicts/regis.h -include/postgresql/server/tsearch/dicts/spell.h -include/postgresql/server/tsearch/ts_cache.h -include/postgresql/server/tsearch/ts_locale.h -include/postgresql/server/tsearch/ts_public.h -include/postgresql/server/tsearch/ts_type.h -include/postgresql/server/tsearch/ts_utils.h -include/postgresql/server/utils/acl.h -include/postgresql/server/utils/array.h -include/postgresql/server/utils/ascii.h -include/postgresql/server/utils/builtins.h -include/postgresql/server/utils/cash.h -include/postgresql/server/utils/catcache.h -include/postgresql/server/utils/combocid.h -include/postgresql/server/utils/date.h -include/postgresql/server/utils/datetime.h -include/postgresql/server/utils/datum.h -include/postgresql/server/utils/dynahash.h -include/postgresql/server/utils/dynamic_loader.h -include/postgresql/server/utils/elog.h -include/postgresql/server/utils/errcodes.h -include/postgresql/server/utils/flatfiles.h -include/postgresql/server/utils/fmgroids.h -include/postgresql/server/utils/fmgrtab.h -include/postgresql/server/utils/formatting.h -include/postgresql/server/utils/geo_decls.h -include/postgresql/server/utils/guc.h -include/postgresql/server/utils/guc_tables.h -include/postgresql/server/utils/help_config.h -include/postgresql/server/utils/hsearch.h -include/postgresql/server/utils/inet.h -include/postgresql/server/utils/int8.h -include/postgresql/server/utils/inval.h -include/postgresql/server/utils/logtape.h -include/postgresql/server/utils/lsyscache.h -include/postgresql/server/utils/memutils.h -include/postgresql/server/utils/nabstime.h -include/postgresql/server/utils/numeric.h -include/postgresql/server/utils/palloc.h -include/postgresql/server/utils/pg_crc.h -include/postgresql/server/utils/pg_locale.h -include/postgresql/server/utils/pg_lzcompress.h -include/postgresql/server/utils/pg_rusage.h -include/postgresql/server/utils/plancache.h -include/postgresql/server/utils/portal.h -include/postgresql/server/utils/probes.h -include/postgresql/server/utils/ps_status.h -include/postgresql/server/utils/rel.h -include/postgresql/server/utils/relcache.h -include/postgresql/server/utils/resowner.h -include/postgresql/server/utils/selfuncs.h -include/postgresql/server/utils/snapmgr.h -include/postgresql/server/utils/snapshot.h -include/postgresql/server/utils/syscache.h -include/postgresql/server/utils/timestamp.h -include/postgresql/server/utils/tqual.h -include/postgresql/server/utils/tuplesort.h -include/postgresql/server/utils/tuplestore.h -include/postgresql/server/utils/typcache.h -include/postgresql/server/utils/tzparser.h -include/postgresql/server/utils/uuid.h -include/postgresql/server/utils/varbit.h -include/postgresql/server/utils/xml.h -include/postgresql/server/windowapi.h -@dirrm include/postgresql/server/utils -@dirrm include/postgresql/server/tsearch/dicts -@dirrm include/postgresql/server/tsearch -@dirrm include/postgresql/server/tcop -@dirrm include/postgresql/server/storage -@dirrm include/postgresql/server/snowball/libstemmer -@dirrm include/postgresql/server/snowball -@dirrm include/postgresql/server/rewrite -@dirrm include/postgresql/server/regex -@dirrm include/postgresql/server/postmaster -@dirrm include/postgresql/server/portability -@dirrm include/postgresql/server/port/win32_msvc/sys -@dirrm include/postgresql/server/port/win32_msvc -@dirrm include/postgresql/server/port/win32/sys -@dirrm include/postgresql/server/port/win32/netinet -@dirrm include/postgresql/server/port/win32/arpa -@dirrm include/postgresql/server/port/win32 -@dirrm include/postgresql/server/port -@dirrm include/postgresql/server/parser -@dirrm include/postgresql/server/optimizer -@dirrm include/postgresql/server/nodes -@dirrm include/postgresql/server/mb -@dirrm include/postgresql/server/libpq -@dirrm include/postgresql/server/lib -@dirrm include/postgresql/server/foreign -@dirrm include/postgresql/server/executor -@dirrm include/postgresql/server/commands -@dirrm include/postgresql/server/catalog -@dirrm include/postgresql/server/bootstrap -@dirrm include/postgresql/server/access -@dirrm include/postgresql/server -include/libpq/libpq-fs.h -@dirrm include/libpq -include/postgresql/internal/libpq/pqcomm.h -@dirrm include/postgresql/internal/libpq -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqlda.h -include/postgresql/informix/esql/sqltypes.h -@dirrm include/postgresql/informix/esql -@dirrm include/postgresql/informix -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -@dirrm include/postgresql/internal -@dirrm include/postgresql -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.h -include/pg_config.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/sql3types.h -include/sqlca.h -lib/libecpg.a -lib/libecpg.so -lib/libecpg.so.6 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.3 -lib/libpgtypes.so.3 -lib/libpq.a -lib/libpq.so -lib/libpq.so.5 -lib/libpgtypes.a -lib/libpgtypes.so -lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/config/mkinstalldirs -lib/postgresql/pgxs/src/makefiles/pgxs.mk -lib/postgresql/pgxs/src/Makefile.global -lib/postgresql/pgxs/src/Makefile.port -lib/postgresql/pgxs/src/Makefile.shlib -lib/postgresql/pgxs/src/nls-global.mk -@dirrm lib/postgresql/pgxs/src/makefiles -@dirrm lib/postgresql/pgxs/config -@dirrm lib/postgresql/pgxs/src -@dirrm lib/postgresql/pgxs -@dirrm lib/postgresql -%%DOCSDIR%%/README-client -@dirrmtry %%DOCSDIR%% -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@dirrmtry share/postgresql -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_config-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq5-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpglib6-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpg-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config-8.4.mo diff --git a/databases/postgresql92-server/pkg-plist-contrib b/databases/postgresql92-server/pkg-plist-contrib deleted file mode 100644 index 7fd4f432829d..000000000000 --- a/databases/postgresql92-server/pkg-plist-contrib +++ /dev/null @@ -1,121 +0,0 @@ -bin/oid2name -bin/pg_standby -bin/pgbench -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/adminpack.so -lib/postgresql/auto_explain.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gin.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/citext.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/dict_int.so -lib/postgresql/dict_xsyn.so -lib/postgresql/earthdistance.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/hstore.so -lib/postgresql/insert_username.so -lib/postgresql/isn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/moddatetime.so -lib/postgresql/pageinspect.so -lib/postgresql/pg_buffercache.so -lib/postgresql/pg_freespacemap.so -lib/postgresql/pg_stat_statements.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgrowlocks.so -lib/postgresql/pgstattuple.so -lib/postgresql/pgxml.so -lib/postgresql/refint.so -lib/postgresql/seg.so -lib/postgresql/sslinfo.so -lib/postgresql/tablefunc.so -lib/postgresql/test_parser.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch2.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/autoinc.example -%%DOCSDIR%%/contrib/insert_username.example -%%DOCSDIR%%/contrib/moddatetime.example -%%DOCSDIR%%/contrib/refint.example -%%DOCSDIR%%/contrib/timetravel.example -share/postgresql/contrib/_int.sql -share/postgresql/contrib/adminpack.sql -share/postgresql/contrib/autoinc.sql -share/postgresql/contrib/btree_gin.sql -share/postgresql/contrib/btree_gist.sql -share/postgresql/contrib/chkpass.sql -share/postgresql/contrib/citext.sql -share/postgresql/contrib/cube.sql -share/postgresql/contrib/dblink.sql -share/postgresql/contrib/dict_int.sql -share/postgresql/contrib/dict_xsyn.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/hstore.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/pageinspect.sql -share/postgresql/contrib/pg_buffercache.sql -share/postgresql/contrib/pg_freespacemap.sql -share/postgresql/contrib/pg_stat_statements.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgrowlocks.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/pgxml.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/seg.sql -share/postgresql/contrib/sslinfo.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/test_parser.sql -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/uninstall__int.sql -share/postgresql/contrib/uninstall_adminpack.sql -share/postgresql/contrib/uninstall_btree_gin.sql -share/postgresql/contrib/uninstall_btree_gist.sql -share/postgresql/contrib/uninstall_chkpass.sql -share/postgresql/contrib/uninstall_citext.sql -share/postgresql/contrib/uninstall_cube.sql -share/postgresql/contrib/uninstall_dblink.sql -share/postgresql/contrib/uninstall_dict_int.sql -share/postgresql/contrib/uninstall_dict_xsyn.sql -share/postgresql/contrib/uninstall_earthdistance.sql -share/postgresql/contrib/uninstall_fuzzystrmatch.sql -share/postgresql/contrib/uninstall_hstore.sql -share/postgresql/contrib/uninstall_int_aggregate.sql -share/postgresql/contrib/uninstall_isn.sql -share/postgresql/contrib/uninstall_lo.sql -share/postgresql/contrib/uninstall_ltree.sql -share/postgresql/contrib/uninstall_pageinspect.sql -share/postgresql/contrib/uninstall_pg_buffercache.sql -share/postgresql/contrib/uninstall_pg_freespacemap.sql -share/postgresql/contrib/uninstall_pg_stat_statements.sql -share/postgresql/contrib/uninstall_pg_trgm.sql -share/postgresql/contrib/uninstall_pgcrypto.sql -share/postgresql/contrib/uninstall_pgrowlocks.sql -share/postgresql/contrib/uninstall_pgstattuple.sql -share/postgresql/contrib/uninstall_pgxml.sql -share/postgresql/contrib/uninstall_seg.sql -share/postgresql/contrib/uninstall_sslinfo.sql -share/postgresql/contrib/uninstall_tablefunc.sql -share/postgresql/contrib/uninstall_test_parser.sql -share/postgresql/contrib/uninstall_tsearch2.sql -share/postgresql/tsearch_data/xsyn_sample.rules -@dirrmtry share/postgresql/tsearch_data >&2 -@dirrmtry share/postgresql/contrib >&2 -@dirrmtry share/postgresql >&2 -@dirrmtry %%DOCSDIR%%/contrib >&2 -@dirrmtry %%DOCSDIR%% >&2 -@dirrmtry lib/postgresql >&2 diff --git a/databases/postgresql92-server/pkg-plist-plperl b/databases/postgresql92-server/pkg-plist-plperl deleted file mode 100644 index c84ea2e6d16c..000000000000 --- a/databases/postgresql92-server/pkg-plist-plperl +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so -@dirrmtry lib/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql92-server/pkg-plist-plpython b/databases/postgresql92-server/pkg-plist-plpython deleted file mode 100644 index d3c29953b6b5..000000000000 --- a/databases/postgresql92-server/pkg-plist-plpython +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plpython -lib/postgresql/plpython.so -@dirrmtry lib/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql92-server/pkg-plist-pltcl b/databases/postgresql92-server/pkg-plist-pltcl deleted file mode 100644 index 47036c2a4e2a..000000000000 --- a/databases/postgresql92-server/pkg-plist-pltcl +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/README-pltcl -lib/postgresql/pltcl.so -@dirrmtry lib/postgresql -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -share/postgresql/unknown.pltcl -@dirrmtry share/postgresql -@dirrmtry %%DOCSDIR%% diff --git a/databases/postgresql92-server/pkg-plist-server b/databases/postgresql92-server/pkg-plist-server deleted file mode 100644 index 7a5170bad6fd..000000000000 --- a/databases/postgresql92-server/pkg-plist-server +++ /dev/null @@ -1,739 +0,0 @@ -bin/initdb -bin/pg_controldata -bin/pg_ctl -bin/pg_resetxlog -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -lib/libpgport.a -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/dict_snowball.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jis_2004_and_shift_jis_2004.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/plpgsql.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jis_2004.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_shift_jis_2004.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -%%DOCSDIR%%/README-server -@dirrmtry %%DOCSDIR%% -share/postgresql/conversion_create.sql -share/postgresql/information_schema.sql -share/postgresql/pg_hba.conf.sample -share/postgresql/pg_ident.conf.sample -share/postgresql/postgres.bki -share/postgresql/postgres.description -share/postgresql/postgresql.conf.sample -share/postgresql/recovery.conf.sample -share/postgresql/sql_features.txt -share/postgresql/system_views.sql -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/ja/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/plpgsql-8.4.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_resetxlog-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata-8.4.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog-8.4.mo -share/postgresql/postgres.shdescription -share/postgresql/snowball_create.sql -%%TZDATA%%share/postgresql/timezone/Africa/Abidjan -%%TZDATA%%share/postgresql/timezone/Africa/Accra -%%TZDATA%%share/postgresql/timezone/Africa/Addis_Ababa -%%TZDATA%%share/postgresql/timezone/Africa/Algiers -%%TZDATA%%share/postgresql/timezone/Africa/Asmara -%%TZDATA%%share/postgresql/timezone/Africa/Asmera -%%TZDATA%%share/postgresql/timezone/Africa/Bamako -%%TZDATA%%share/postgresql/timezone/Africa/Bangui -%%TZDATA%%share/postgresql/timezone/Africa/Banjul -%%TZDATA%%share/postgresql/timezone/Africa/Bissau -%%TZDATA%%share/postgresql/timezone/Africa/Blantyre -%%TZDATA%%share/postgresql/timezone/Africa/Brazzaville -%%TZDATA%%share/postgresql/timezone/Africa/Bujumbura -%%TZDATA%%share/postgresql/timezone/Africa/Cairo -%%TZDATA%%share/postgresql/timezone/Africa/Casablanca -%%TZDATA%%share/postgresql/timezone/Africa/Ceuta -%%TZDATA%%share/postgresql/timezone/Africa/Conakry -%%TZDATA%%share/postgresql/timezone/Africa/Dakar -%%TZDATA%%share/postgresql/timezone/Africa/Dar_es_Salaam -%%TZDATA%%share/postgresql/timezone/Africa/Djibouti -%%TZDATA%%share/postgresql/timezone/Africa/Douala -%%TZDATA%%share/postgresql/timezone/Africa/El_Aaiun -%%TZDATA%%share/postgresql/timezone/Africa/Freetown -%%TZDATA%%share/postgresql/timezone/Africa/Gaborone -%%TZDATA%%share/postgresql/timezone/Africa/Harare -%%TZDATA%%share/postgresql/timezone/Africa/Johannesburg -%%TZDATA%%share/postgresql/timezone/Africa/Kampala -%%TZDATA%%share/postgresql/timezone/Africa/Khartoum -%%TZDATA%%share/postgresql/timezone/Africa/Kigali -%%TZDATA%%share/postgresql/timezone/Africa/Kinshasa -%%TZDATA%%share/postgresql/timezone/Africa/Lagos -%%TZDATA%%share/postgresql/timezone/Africa/Libreville -%%TZDATA%%share/postgresql/timezone/Africa/Lome -%%TZDATA%%share/postgresql/timezone/Africa/Luanda -%%TZDATA%%share/postgresql/timezone/Africa/Lubumbashi -%%TZDATA%%share/postgresql/timezone/Africa/Lusaka -%%TZDATA%%share/postgresql/timezone/Africa/Malabo -%%TZDATA%%share/postgresql/timezone/Africa/Maputo -%%TZDATA%%share/postgresql/timezone/Africa/Maseru -%%TZDATA%%share/postgresql/timezone/Africa/Mbabane -%%TZDATA%%share/postgresql/timezone/Africa/Mogadishu -%%TZDATA%%share/postgresql/timezone/Africa/Monrovia -%%TZDATA%%share/postgresql/timezone/Africa/Nairobi -%%TZDATA%%share/postgresql/timezone/Africa/Ndjamena -%%TZDATA%%share/postgresql/timezone/Africa/Niamey -%%TZDATA%%share/postgresql/timezone/Africa/Nouakchott -%%TZDATA%%share/postgresql/timezone/Africa/Ouagadougou -%%TZDATA%%share/postgresql/timezone/Africa/Porto-Novo -%%TZDATA%%share/postgresql/timezone/Africa/Sao_Tome -%%TZDATA%%share/postgresql/timezone/Africa/Timbuktu -%%TZDATA%%share/postgresql/timezone/Africa/Tripoli -%%TZDATA%%share/postgresql/timezone/Africa/Tunis -%%TZDATA%%share/postgresql/timezone/Africa/Windhoek -%%TZDATA%%share/postgresql/timezone/America/Adak -%%TZDATA%%share/postgresql/timezone/America/Anchorage -%%TZDATA%%share/postgresql/timezone/America/Anguilla -%%TZDATA%%share/postgresql/timezone/America/Antigua -%%TZDATA%%share/postgresql/timezone/America/Araguaina -%%TZDATA%%share/postgresql/timezone/America/Argentina/Buenos_Aires -%%TZDATA%%share/postgresql/timezone/America/Argentina/Catamarca -%%TZDATA%%share/postgresql/timezone/America/Argentina/ComodRivadavia -%%TZDATA%%share/postgresql/timezone/America/Argentina/Cordoba -%%TZDATA%%share/postgresql/timezone/America/Argentina/Jujuy -%%TZDATA%%share/postgresql/timezone/America/Argentina/La_Rioja -%%TZDATA%%share/postgresql/timezone/America/Argentina/Mendoza -%%TZDATA%%share/postgresql/timezone/America/Argentina/Rio_Gallegos -%%TZDATA%%share/postgresql/timezone/America/Argentina/Salta -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Juan -%%TZDATA%%share/postgresql/timezone/America/Argentina/San_Luis -%%TZDATA%%share/postgresql/timezone/America/Argentina/Tucuman -%%TZDATA%%share/postgresql/timezone/America/Argentina/Ushuaia -%%TZDATA%%share/postgresql/timezone/America/Aruba -%%TZDATA%%share/postgresql/timezone/America/Asuncion -%%TZDATA%%share/postgresql/timezone/America/Atikokan -%%TZDATA%%share/postgresql/timezone/America/Atka -%%TZDATA%%share/postgresql/timezone/America/Bahia -%%TZDATA%%share/postgresql/timezone/America/Barbados -%%TZDATA%%share/postgresql/timezone/America/Belem -%%TZDATA%%share/postgresql/timezone/America/Belize -%%TZDATA%%share/postgresql/timezone/America/Blanc-Sablon -%%TZDATA%%share/postgresql/timezone/America/Boa_Vista -%%TZDATA%%share/postgresql/timezone/America/Bogota -%%TZDATA%%share/postgresql/timezone/America/Boise -%%TZDATA%%share/postgresql/timezone/America/Buenos_Aires -%%TZDATA%%share/postgresql/timezone/America/Cambridge_Bay -%%TZDATA%%share/postgresql/timezone/America/Campo_Grande -%%TZDATA%%share/postgresql/timezone/America/Cancun -%%TZDATA%%share/postgresql/timezone/America/Caracas -%%TZDATA%%share/postgresql/timezone/America/Catamarca -%%TZDATA%%share/postgresql/timezone/America/Cayenne -%%TZDATA%%share/postgresql/timezone/America/Cayman -%%TZDATA%%share/postgresql/timezone/America/Chicago -%%TZDATA%%share/postgresql/timezone/America/Chihuahua -%%TZDATA%%share/postgresql/timezone/America/Coral_Harbour -%%TZDATA%%share/postgresql/timezone/America/Cordoba -%%TZDATA%%share/postgresql/timezone/America/Costa_Rica -%%TZDATA%%share/postgresql/timezone/America/Cuiaba -%%TZDATA%%share/postgresql/timezone/America/Curacao -%%TZDATA%%share/postgresql/timezone/America/Danmarkshavn -%%TZDATA%%share/postgresql/timezone/America/Dawson -%%TZDATA%%share/postgresql/timezone/America/Dawson_Creek -%%TZDATA%%share/postgresql/timezone/America/Denver -%%TZDATA%%share/postgresql/timezone/America/Detroit -%%TZDATA%%share/postgresql/timezone/America/Dominica -%%TZDATA%%share/postgresql/timezone/America/Edmonton -%%TZDATA%%share/postgresql/timezone/America/Eirunepe -%%TZDATA%%share/postgresql/timezone/America/El_Salvador -%%TZDATA%%share/postgresql/timezone/America/Ensenada -%%TZDATA%%share/postgresql/timezone/America/Fort_Wayne -%%TZDATA%%share/postgresql/timezone/America/Fortaleza -%%TZDATA%%share/postgresql/timezone/America/Glace_Bay -%%TZDATA%%share/postgresql/timezone/America/Godthab -%%TZDATA%%share/postgresql/timezone/America/Goose_Bay -%%TZDATA%%share/postgresql/timezone/America/Grand_Turk -%%TZDATA%%share/postgresql/timezone/America/Grenada -%%TZDATA%%share/postgresql/timezone/America/Guadeloupe -%%TZDATA%%share/postgresql/timezone/America/Guatemala -%%TZDATA%%share/postgresql/timezone/America/Guayaquil -%%TZDATA%%share/postgresql/timezone/America/Guyana -%%TZDATA%%share/postgresql/timezone/America/Halifax -%%TZDATA%%share/postgresql/timezone/America/Havana -%%TZDATA%%share/postgresql/timezone/America/Hermosillo -%%TZDATA%%share/postgresql/timezone/America/Indiana/Indianapolis -%%TZDATA%%share/postgresql/timezone/America/Indiana/Knox -%%TZDATA%%share/postgresql/timezone/America/Indiana/Marengo -%%TZDATA%%share/postgresql/timezone/America/Indiana/Petersburg -%%TZDATA%%share/postgresql/timezone/America/Indiana/Tell_City -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vevay -%%TZDATA%%share/postgresql/timezone/America/Indiana/Vincennes -%%TZDATA%%share/postgresql/timezone/America/Indiana/Winamac -%%TZDATA%%share/postgresql/timezone/America/Indianapolis -%%TZDATA%%share/postgresql/timezone/America/Inuvik -%%TZDATA%%share/postgresql/timezone/America/Iqaluit -%%TZDATA%%share/postgresql/timezone/America/Jamaica -%%TZDATA%%share/postgresql/timezone/America/Jujuy -%%TZDATA%%share/postgresql/timezone/America/Juneau -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Louisville -%%TZDATA%%share/postgresql/timezone/America/Kentucky/Monticello -%%TZDATA%%share/postgresql/timezone/America/Knox_IN -%%TZDATA%%share/postgresql/timezone/America/La_Paz -%%TZDATA%%share/postgresql/timezone/America/Lima -%%TZDATA%%share/postgresql/timezone/America/Los_Angeles -%%TZDATA%%share/postgresql/timezone/America/Louisville -%%TZDATA%%share/postgresql/timezone/America/Maceio -%%TZDATA%%share/postgresql/timezone/America/Managua -%%TZDATA%%share/postgresql/timezone/America/Manaus -%%TZDATA%%share/postgresql/timezone/America/Marigot -%%TZDATA%%share/postgresql/timezone/America/Martinique -%%TZDATA%%share/postgresql/timezone/America/Matamoros -%%TZDATA%%share/postgresql/timezone/America/Mazatlan -%%TZDATA%%share/postgresql/timezone/America/Mendoza -%%TZDATA%%share/postgresql/timezone/America/Menominee -%%TZDATA%%share/postgresql/timezone/America/Merida -%%TZDATA%%share/postgresql/timezone/America/Mexico_City -%%TZDATA%%share/postgresql/timezone/America/Miquelon -%%TZDATA%%share/postgresql/timezone/America/Moncton -%%TZDATA%%share/postgresql/timezone/America/Monterrey -%%TZDATA%%share/postgresql/timezone/America/Montevideo -%%TZDATA%%share/postgresql/timezone/America/Montreal -%%TZDATA%%share/postgresql/timezone/America/Montserrat -%%TZDATA%%share/postgresql/timezone/America/Nassau -%%TZDATA%%share/postgresql/timezone/America/New_York -%%TZDATA%%share/postgresql/timezone/America/Nipigon -%%TZDATA%%share/postgresql/timezone/America/Nome -%%TZDATA%%share/postgresql/timezone/America/Noronha -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/Center -%%TZDATA%%share/postgresql/timezone/America/North_Dakota/New_Salem -%%TZDATA%%share/postgresql/timezone/America/Ojinaga -%%TZDATA%%share/postgresql/timezone/America/Panama -%%TZDATA%%share/postgresql/timezone/America/Pangnirtung -%%TZDATA%%share/postgresql/timezone/America/Paramaribo -%%TZDATA%%share/postgresql/timezone/America/Phoenix -%%TZDATA%%share/postgresql/timezone/America/Port-au-Prince -%%TZDATA%%share/postgresql/timezone/America/Port_of_Spain -%%TZDATA%%share/postgresql/timezone/America/Porto_Acre -%%TZDATA%%share/postgresql/timezone/America/Porto_Velho -%%TZDATA%%share/postgresql/timezone/America/Puerto_Rico -%%TZDATA%%share/postgresql/timezone/America/Rainy_River -%%TZDATA%%share/postgresql/timezone/America/Rankin_Inlet -%%TZDATA%%share/postgresql/timezone/America/Recife -%%TZDATA%%share/postgresql/timezone/America/Regina -%%TZDATA%%share/postgresql/timezone/America/Resolute -%%TZDATA%%share/postgresql/timezone/America/Rio_Branco -%%TZDATA%%share/postgresql/timezone/America/Rosario -%%TZDATA%%share/postgresql/timezone/America/Santa_Isabel -%%TZDATA%%share/postgresql/timezone/America/Santarem -%%TZDATA%%share/postgresql/timezone/America/Santiago -%%TZDATA%%share/postgresql/timezone/America/Santo_Domingo -%%TZDATA%%share/postgresql/timezone/America/Sao_Paulo -%%TZDATA%%share/postgresql/timezone/America/Scoresbysund -%%TZDATA%%share/postgresql/timezone/America/Shiprock -%%TZDATA%%share/postgresql/timezone/America/St_Barthelemy -%%TZDATA%%share/postgresql/timezone/America/St_Johns -%%TZDATA%%share/postgresql/timezone/America/St_Kitts -%%TZDATA%%share/postgresql/timezone/America/St_Lucia -%%TZDATA%%share/postgresql/timezone/America/St_Thomas -%%TZDATA%%share/postgresql/timezone/America/St_Vincent -%%TZDATA%%share/postgresql/timezone/America/Swift_Current -%%TZDATA%%share/postgresql/timezone/America/Tegucigalpa -%%TZDATA%%share/postgresql/timezone/America/Thule -%%TZDATA%%share/postgresql/timezone/America/Thunder_Bay -%%TZDATA%%share/postgresql/timezone/America/Tijuana -%%TZDATA%%share/postgresql/timezone/America/Toronto -%%TZDATA%%share/postgresql/timezone/America/Tortola -%%TZDATA%%share/postgresql/timezone/America/Vancouver -%%TZDATA%%share/postgresql/timezone/America/Virgin -%%TZDATA%%share/postgresql/timezone/America/Whitehorse -%%TZDATA%%share/postgresql/timezone/America/Winnipeg -%%TZDATA%%share/postgresql/timezone/America/Yakutat -%%TZDATA%%share/postgresql/timezone/America/Yellowknife -%%TZDATA%%share/postgresql/timezone/Antarctica/Casey -%%TZDATA%%share/postgresql/timezone/Antarctica/Davis -%%TZDATA%%share/postgresql/timezone/Antarctica/DumontDUrville -%%TZDATA%%share/postgresql/timezone/Antarctica/Mawson -%%TZDATA%%share/postgresql/timezone/Antarctica/McMurdo -%%TZDATA%%share/postgresql/timezone/Antarctica/Palmer -%%TZDATA%%share/postgresql/timezone/Antarctica/Rothera -%%TZDATA%%share/postgresql/timezone/Antarctica/South_Pole -%%TZDATA%%share/postgresql/timezone/Antarctica/Syowa -%%TZDATA%%share/postgresql/timezone/Antarctica/Vostok -%%TZDATA%%share/postgresql/timezone/Arctic/Longyearbyen -%%TZDATA%%share/postgresql/timezone/Asia/Aden -%%TZDATA%%share/postgresql/timezone/Asia/Almaty -%%TZDATA%%share/postgresql/timezone/Asia/Amman -%%TZDATA%%share/postgresql/timezone/Asia/Anadyr -%%TZDATA%%share/postgresql/timezone/Asia/Aqtau -%%TZDATA%%share/postgresql/timezone/Asia/Aqtobe -%%TZDATA%%share/postgresql/timezone/Asia/Ashgabat -%%TZDATA%%share/postgresql/timezone/Asia/Ashkhabad -%%TZDATA%%share/postgresql/timezone/Asia/Baghdad -%%TZDATA%%share/postgresql/timezone/Asia/Bahrain -%%TZDATA%%share/postgresql/timezone/Asia/Baku -%%TZDATA%%share/postgresql/timezone/Asia/Bangkok -%%TZDATA%%share/postgresql/timezone/Asia/Beirut -%%TZDATA%%share/postgresql/timezone/Asia/Bishkek -%%TZDATA%%share/postgresql/timezone/Asia/Brunei -%%TZDATA%%share/postgresql/timezone/Asia/Calcutta -%%TZDATA%%share/postgresql/timezone/Asia/Choibalsan -%%TZDATA%%share/postgresql/timezone/Asia/Chongqing -%%TZDATA%%share/postgresql/timezone/Asia/Chungking -%%TZDATA%%share/postgresql/timezone/Asia/Colombo -%%TZDATA%%share/postgresql/timezone/Asia/Dacca -%%TZDATA%%share/postgresql/timezone/Asia/Damascus -%%TZDATA%%share/postgresql/timezone/Asia/Dhaka -%%TZDATA%%share/postgresql/timezone/Asia/Dili -%%TZDATA%%share/postgresql/timezone/Asia/Dubai -%%TZDATA%%share/postgresql/timezone/Asia/Dushanbe -%%TZDATA%%share/postgresql/timezone/Asia/Gaza -%%TZDATA%%share/postgresql/timezone/Asia/Harbin -%%TZDATA%%share/postgresql/timezone/Asia/Ho_Chi_Minh -%%TZDATA%%share/postgresql/timezone/Asia/Hong_Kong -%%TZDATA%%share/postgresql/timezone/Asia/Hovd -%%TZDATA%%share/postgresql/timezone/Asia/Irkutsk -%%TZDATA%%share/postgresql/timezone/Asia/Istanbul -%%TZDATA%%share/postgresql/timezone/Asia/Jakarta -%%TZDATA%%share/postgresql/timezone/Asia/Jayapura -%%TZDATA%%share/postgresql/timezone/Asia/Jerusalem -%%TZDATA%%share/postgresql/timezone/Asia/Kabul -%%TZDATA%%share/postgresql/timezone/Asia/Kamchatka -%%TZDATA%%share/postgresql/timezone/Asia/Karachi -%%TZDATA%%share/postgresql/timezone/Asia/Kashgar -%%TZDATA%%share/postgresql/timezone/Asia/Kathmandu -%%TZDATA%%share/postgresql/timezone/Asia/Katmandu -%%TZDATA%%share/postgresql/timezone/Asia/Kolkata -%%TZDATA%%share/postgresql/timezone/Asia/Krasnoyarsk -%%TZDATA%%share/postgresql/timezone/Asia/Kuala_Lumpur -%%TZDATA%%share/postgresql/timezone/Asia/Kuching -%%TZDATA%%share/postgresql/timezone/Asia/Kuwait -%%TZDATA%%share/postgresql/timezone/Asia/Macao -%%TZDATA%%share/postgresql/timezone/Asia/Macau -%%TZDATA%%share/postgresql/timezone/Asia/Magadan -%%TZDATA%%share/postgresql/timezone/Asia/Makassar -%%TZDATA%%share/postgresql/timezone/Asia/Manila -%%TZDATA%%share/postgresql/timezone/Asia/Muscat -%%TZDATA%%share/postgresql/timezone/Asia/Nicosia -%%TZDATA%%share/postgresql/timezone/Asia/Novokuznetsk -%%TZDATA%%share/postgresql/timezone/Asia/Novosibirsk -%%TZDATA%%share/postgresql/timezone/Asia/Omsk -%%TZDATA%%share/postgresql/timezone/Asia/Oral -%%TZDATA%%share/postgresql/timezone/Asia/Phnom_Penh -%%TZDATA%%share/postgresql/timezone/Asia/Pontianak -%%TZDATA%%share/postgresql/timezone/Asia/Pyongyang -%%TZDATA%%share/postgresql/timezone/Asia/Qatar -%%TZDATA%%share/postgresql/timezone/Asia/Qyzylorda -%%TZDATA%%share/postgresql/timezone/Asia/Rangoon -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh87 -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh88 -%%TZDATA%%share/postgresql/timezone/Asia/Riyadh89 -%%TZDATA%%share/postgresql/timezone/Asia/Saigon -%%TZDATA%%share/postgresql/timezone/Asia/Sakhalin -%%TZDATA%%share/postgresql/timezone/Asia/Samarkand -%%TZDATA%%share/postgresql/timezone/Asia/Seoul -%%TZDATA%%share/postgresql/timezone/Asia/Shanghai -%%TZDATA%%share/postgresql/timezone/Asia/Singapore -%%TZDATA%%share/postgresql/timezone/Asia/Taipei -%%TZDATA%%share/postgresql/timezone/Asia/Tashkent -%%TZDATA%%share/postgresql/timezone/Asia/Tbilisi -%%TZDATA%%share/postgresql/timezone/Asia/Tehran -%%TZDATA%%share/postgresql/timezone/Asia/Tel_Aviv -%%TZDATA%%share/postgresql/timezone/Asia/Thimbu -%%TZDATA%%share/postgresql/timezone/Asia/Thimphu -%%TZDATA%%share/postgresql/timezone/Asia/Tokyo -%%TZDATA%%share/postgresql/timezone/Asia/Ujung_Pandang -%%TZDATA%%share/postgresql/timezone/Asia/Ulaanbaatar -%%TZDATA%%share/postgresql/timezone/Asia/Ulan_Bator -%%TZDATA%%share/postgresql/timezone/Asia/Urumqi -%%TZDATA%%share/postgresql/timezone/Asia/Vientiane -%%TZDATA%%share/postgresql/timezone/Asia/Vladivostok -%%TZDATA%%share/postgresql/timezone/Asia/Yakutsk -%%TZDATA%%share/postgresql/timezone/Asia/Yekaterinburg -%%TZDATA%%share/postgresql/timezone/Asia/Yerevan -%%TZDATA%%share/postgresql/timezone/Atlantic/Azores -%%TZDATA%%share/postgresql/timezone/Atlantic/Bermuda -%%TZDATA%%share/postgresql/timezone/Atlantic/Canary -%%TZDATA%%share/postgresql/timezone/Atlantic/Cape_Verde -%%TZDATA%%share/postgresql/timezone/Atlantic/Faeroe -%%TZDATA%%share/postgresql/timezone/Atlantic/Faroe -%%TZDATA%%share/postgresql/timezone/Atlantic/Jan_Mayen -%%TZDATA%%share/postgresql/timezone/Atlantic/Madeira -%%TZDATA%%share/postgresql/timezone/Atlantic/Reykjavik -%%TZDATA%%share/postgresql/timezone/Atlantic/South_Georgia -%%TZDATA%%share/postgresql/timezone/Atlantic/St_Helena -%%TZDATA%%share/postgresql/timezone/Atlantic/Stanley -%%TZDATA%%share/postgresql/timezone/Australia/ACT -%%TZDATA%%share/postgresql/timezone/Australia/Adelaide -%%TZDATA%%share/postgresql/timezone/Australia/Brisbane -%%TZDATA%%share/postgresql/timezone/Australia/Broken_Hill -%%TZDATA%%share/postgresql/timezone/Australia/Canberra -%%TZDATA%%share/postgresql/timezone/Australia/Currie -%%TZDATA%%share/postgresql/timezone/Australia/Darwin -%%TZDATA%%share/postgresql/timezone/Australia/Eucla -%%TZDATA%%share/postgresql/timezone/Australia/Hobart -%%TZDATA%%share/postgresql/timezone/Australia/LHI -%%TZDATA%%share/postgresql/timezone/Australia/Lindeman -%%TZDATA%%share/postgresql/timezone/Australia/Lord_Howe -%%TZDATA%%share/postgresql/timezone/Australia/Melbourne -%%TZDATA%%share/postgresql/timezone/Australia/NSW -%%TZDATA%%share/postgresql/timezone/Australia/North -%%TZDATA%%share/postgresql/timezone/Australia/Perth -%%TZDATA%%share/postgresql/timezone/Australia/Queensland -%%TZDATA%%share/postgresql/timezone/Australia/South -%%TZDATA%%share/postgresql/timezone/Australia/Sydney -%%TZDATA%%share/postgresql/timezone/Australia/Tasmania -%%TZDATA%%share/postgresql/timezone/Australia/Victoria -%%TZDATA%%share/postgresql/timezone/Australia/West -%%TZDATA%%share/postgresql/timezone/Australia/Yancowinna -%%TZDATA%%share/postgresql/timezone/Brazil/Acre -%%TZDATA%%share/postgresql/timezone/Brazil/DeNoronha -%%TZDATA%%share/postgresql/timezone/Brazil/East -%%TZDATA%%share/postgresql/timezone/Brazil/West -%%TZDATA%%share/postgresql/timezone/CET -%%TZDATA%%share/postgresql/timezone/CST6CDT -%%TZDATA%%share/postgresql/timezone/Canada/Atlantic -%%TZDATA%%share/postgresql/timezone/Canada/Central -%%TZDATA%%share/postgresql/timezone/Canada/East-Saskatchewan -%%TZDATA%%share/postgresql/timezone/Canada/Eastern -%%TZDATA%%share/postgresql/timezone/Canada/Mountain -%%TZDATA%%share/postgresql/timezone/Canada/Newfoundland -%%TZDATA%%share/postgresql/timezone/Canada/Pacific -%%TZDATA%%share/postgresql/timezone/Canada/Saskatchewan -%%TZDATA%%share/postgresql/timezone/Canada/Yukon -%%TZDATA%%share/postgresql/timezone/Chile/Continental -%%TZDATA%%share/postgresql/timezone/Chile/EasterIsland -%%TZDATA%%share/postgresql/timezone/Cuba -%%TZDATA%%share/postgresql/timezone/EET -%%TZDATA%%share/postgresql/timezone/EST -%%TZDATA%%share/postgresql/timezone/EST5EDT -%%TZDATA%%share/postgresql/timezone/Egypt -%%TZDATA%%share/postgresql/timezone/Eire -%%TZDATA%%share/postgresql/timezone/Etc/GMT -%%TZDATA%%share/postgresql/timezone/Etc/GMT+0 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+1 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+10 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+11 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+12 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+2 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+3 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+4 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+5 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+6 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+7 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+8 -%%TZDATA%%share/postgresql/timezone/Etc/GMT+9 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-0 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-1 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-10 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-11 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-12 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-13 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-14 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-2 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-3 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-4 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-5 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-6 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-7 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-8 -%%TZDATA%%share/postgresql/timezone/Etc/GMT-9 -%%TZDATA%%share/postgresql/timezone/Etc/GMT0 -%%TZDATA%%share/postgresql/timezone/Etc/Greenwich -%%TZDATA%%share/postgresql/timezone/Etc/UCT -%%TZDATA%%share/postgresql/timezone/Etc/UTC -%%TZDATA%%share/postgresql/timezone/Etc/Universal -%%TZDATA%%share/postgresql/timezone/Etc/Zulu -%%TZDATA%%share/postgresql/timezone/Europe/Amsterdam -%%TZDATA%%share/postgresql/timezone/Europe/Andorra -%%TZDATA%%share/postgresql/timezone/Europe/Athens -%%TZDATA%%share/postgresql/timezone/Europe/Belfast -%%TZDATA%%share/postgresql/timezone/Europe/Belgrade -%%TZDATA%%share/postgresql/timezone/Europe/Berlin -%%TZDATA%%share/postgresql/timezone/Europe/Bratislava -%%TZDATA%%share/postgresql/timezone/Europe/Brussels -%%TZDATA%%share/postgresql/timezone/Europe/Bucharest -%%TZDATA%%share/postgresql/timezone/Europe/Budapest -%%TZDATA%%share/postgresql/timezone/Europe/Chisinau -%%TZDATA%%share/postgresql/timezone/Europe/Copenhagen -%%TZDATA%%share/postgresql/timezone/Europe/Dublin -%%TZDATA%%share/postgresql/timezone/Europe/Gibraltar -%%TZDATA%%share/postgresql/timezone/Europe/Guernsey -%%TZDATA%%share/postgresql/timezone/Europe/Helsinki -%%TZDATA%%share/postgresql/timezone/Europe/Isle_of_Man -%%TZDATA%%share/postgresql/timezone/Europe/Istanbul -%%TZDATA%%share/postgresql/timezone/Europe/Jersey -%%TZDATA%%share/postgresql/timezone/Europe/Kaliningrad -%%TZDATA%%share/postgresql/timezone/Europe/Kiev -%%TZDATA%%share/postgresql/timezone/Europe/Lisbon -%%TZDATA%%share/postgresql/timezone/Europe/Ljubljana -%%TZDATA%%share/postgresql/timezone/Europe/London -%%TZDATA%%share/postgresql/timezone/Europe/Luxembourg -%%TZDATA%%share/postgresql/timezone/Europe/Madrid -%%TZDATA%%share/postgresql/timezone/Europe/Malta -%%TZDATA%%share/postgresql/timezone/Europe/Mariehamn -%%TZDATA%%share/postgresql/timezone/Europe/Minsk -%%TZDATA%%share/postgresql/timezone/Europe/Monaco -%%TZDATA%%share/postgresql/timezone/Europe/Moscow -%%TZDATA%%share/postgresql/timezone/Europe/Nicosia -%%TZDATA%%share/postgresql/timezone/Europe/Oslo -%%TZDATA%%share/postgresql/timezone/Europe/Paris -%%TZDATA%%share/postgresql/timezone/Europe/Podgorica -%%TZDATA%%share/postgresql/timezone/Europe/Prague -%%TZDATA%%share/postgresql/timezone/Europe/Riga -%%TZDATA%%share/postgresql/timezone/Europe/Rome -%%TZDATA%%share/postgresql/timezone/Europe/Samara -%%TZDATA%%share/postgresql/timezone/Europe/San_Marino -%%TZDATA%%share/postgresql/timezone/Europe/Sarajevo -%%TZDATA%%share/postgresql/timezone/Europe/Simferopol -%%TZDATA%%share/postgresql/timezone/Europe/Skopje -%%TZDATA%%share/postgresql/timezone/Europe/Sofia -%%TZDATA%%share/postgresql/timezone/Europe/Stockholm -%%TZDATA%%share/postgresql/timezone/Europe/Tallinn -%%TZDATA%%share/postgresql/timezone/Europe/Tirane -%%TZDATA%%share/postgresql/timezone/Europe/Tiraspol -%%TZDATA%%share/postgresql/timezone/Europe/Uzhgorod -%%TZDATA%%share/postgresql/timezone/Europe/Vaduz -%%TZDATA%%share/postgresql/timezone/Europe/Vatican -%%TZDATA%%share/postgresql/timezone/Europe/Vienna -%%TZDATA%%share/postgresql/timezone/Europe/Vilnius -%%TZDATA%%share/postgresql/timezone/Europe/Volgograd -%%TZDATA%%share/postgresql/timezone/Europe/Warsaw -%%TZDATA%%share/postgresql/timezone/Europe/Zagreb -%%TZDATA%%share/postgresql/timezone/Europe/Zaporozhye -%%TZDATA%%share/postgresql/timezone/Europe/Zurich -%%TZDATA%%share/postgresql/timezone/Factory -%%TZDATA%%share/postgresql/timezone/GB -%%TZDATA%%share/postgresql/timezone/GB-Eire -%%TZDATA%%share/postgresql/timezone/GMT -%%TZDATA%%share/postgresql/timezone/GMT+0 -%%TZDATA%%share/postgresql/timezone/GMT-0 -%%TZDATA%%share/postgresql/timezone/GMT0 -%%TZDATA%%share/postgresql/timezone/Greenwich -%%TZDATA%%share/postgresql/timezone/HST -%%TZDATA%%share/postgresql/timezone/Hongkong -%%TZDATA%%share/postgresql/timezone/Iceland -%%TZDATA%%share/postgresql/timezone/Indian/Antananarivo -%%TZDATA%%share/postgresql/timezone/Indian/Chagos -%%TZDATA%%share/postgresql/timezone/Indian/Christmas -%%TZDATA%%share/postgresql/timezone/Indian/Cocos -%%TZDATA%%share/postgresql/timezone/Indian/Comoro -%%TZDATA%%share/postgresql/timezone/Indian/Kerguelen -%%TZDATA%%share/postgresql/timezone/Indian/Mahe -%%TZDATA%%share/postgresql/timezone/Indian/Maldives -%%TZDATA%%share/postgresql/timezone/Indian/Mauritius -%%TZDATA%%share/postgresql/timezone/Indian/Mayotte -%%TZDATA%%share/postgresql/timezone/Indian/Reunion -%%TZDATA%%share/postgresql/timezone/Iran -%%TZDATA%%share/postgresql/timezone/Israel -%%TZDATA%%share/postgresql/timezone/Jamaica -%%TZDATA%%share/postgresql/timezone/Japan -%%TZDATA%%share/postgresql/timezone/Kwajalein -%%TZDATA%%share/postgresql/timezone/Libya -%%TZDATA%%share/postgresql/timezone/MET -%%TZDATA%%share/postgresql/timezone/MST -%%TZDATA%%share/postgresql/timezone/MST7MDT -%%TZDATA%%share/postgresql/timezone/Mexico/BajaNorte -%%TZDATA%%share/postgresql/timezone/Mexico/BajaSur -%%TZDATA%%share/postgresql/timezone/Mexico/General -%%TZDATA%%share/postgresql/timezone/Mideast/Riyadh87 -%%TZDATA%%share/postgresql/timezone/Mideast/Riyadh88 -%%TZDATA%%share/postgresql/timezone/Mideast/Riyadh89 -%%TZDATA%%share/postgresql/timezone/NZ -%%TZDATA%%share/postgresql/timezone/NZ-CHAT -%%TZDATA%%share/postgresql/timezone/Navajo -%%TZDATA%%share/postgresql/timezone/PRC -%%TZDATA%%share/postgresql/timezone/PST8PDT -%%TZDATA%%share/postgresql/timezone/Pacific/Apia -%%TZDATA%%share/postgresql/timezone/Pacific/Auckland -%%TZDATA%%share/postgresql/timezone/Pacific/Chatham -%%TZDATA%%share/postgresql/timezone/Pacific/Easter -%%TZDATA%%share/postgresql/timezone/Pacific/Efate -%%TZDATA%%share/postgresql/timezone/Pacific/Enderbury -%%TZDATA%%share/postgresql/timezone/Pacific/Fakaofo -%%TZDATA%%share/postgresql/timezone/Pacific/Fiji -%%TZDATA%%share/postgresql/timezone/Pacific/Funafuti -%%TZDATA%%share/postgresql/timezone/Pacific/Galapagos -%%TZDATA%%share/postgresql/timezone/Pacific/Gambier -%%TZDATA%%share/postgresql/timezone/Pacific/Guadalcanal -%%TZDATA%%share/postgresql/timezone/Pacific/Guam -%%TZDATA%%share/postgresql/timezone/Pacific/Honolulu -%%TZDATA%%share/postgresql/timezone/Pacific/Johnston -%%TZDATA%%share/postgresql/timezone/Pacific/Kiritimati -%%TZDATA%%share/postgresql/timezone/Pacific/Kosrae -%%TZDATA%%share/postgresql/timezone/Pacific/Kwajalein -%%TZDATA%%share/postgresql/timezone/Pacific/Majuro -%%TZDATA%%share/postgresql/timezone/Pacific/Marquesas -%%TZDATA%%share/postgresql/timezone/Pacific/Midway -%%TZDATA%%share/postgresql/timezone/Pacific/Nauru -%%TZDATA%%share/postgresql/timezone/Pacific/Niue -%%TZDATA%%share/postgresql/timezone/Pacific/Norfolk -%%TZDATA%%share/postgresql/timezone/Pacific/Noumea -%%TZDATA%%share/postgresql/timezone/Pacific/Pago_Pago -%%TZDATA%%share/postgresql/timezone/Pacific/Palau -%%TZDATA%%share/postgresql/timezone/Pacific/Pitcairn -%%TZDATA%%share/postgresql/timezone/Pacific/Ponape -%%TZDATA%%share/postgresql/timezone/Pacific/Port_Moresby -%%TZDATA%%share/postgresql/timezone/Pacific/Rarotonga -%%TZDATA%%share/postgresql/timezone/Pacific/Saipan -%%TZDATA%%share/postgresql/timezone/Pacific/Samoa -%%TZDATA%%share/postgresql/timezone/Pacific/Tahiti -%%TZDATA%%share/postgresql/timezone/Pacific/Tarawa -%%TZDATA%%share/postgresql/timezone/Pacific/Tongatapu -%%TZDATA%%share/postgresql/timezone/Pacific/Truk -%%TZDATA%%share/postgresql/timezone/Pacific/Wake -%%TZDATA%%share/postgresql/timezone/Pacific/Wallis -%%TZDATA%%share/postgresql/timezone/Pacific/Yap -%%TZDATA%%share/postgresql/timezone/Poland -%%TZDATA%%share/postgresql/timezone/Portugal -%%TZDATA%%share/postgresql/timezone/ROC -%%TZDATA%%share/postgresql/timezone/ROK -%%TZDATA%%share/postgresql/timezone/Singapore -%%TZDATA%%share/postgresql/timezone/Turkey -%%TZDATA%%share/postgresql/timezone/UCT -%%TZDATA%%share/postgresql/timezone/US/Alaska -%%TZDATA%%share/postgresql/timezone/US/Aleutian -%%TZDATA%%share/postgresql/timezone/US/Arizona -%%TZDATA%%share/postgresql/timezone/US/Central -%%TZDATA%%share/postgresql/timezone/US/East-Indiana -%%TZDATA%%share/postgresql/timezone/US/Eastern -%%TZDATA%%share/postgresql/timezone/US/Hawaii -%%TZDATA%%share/postgresql/timezone/US/Indiana-Starke -%%TZDATA%%share/postgresql/timezone/US/Michigan -%%TZDATA%%share/postgresql/timezone/US/Mountain -%%TZDATA%%share/postgresql/timezone/US/Pacific -%%TZDATA%%share/postgresql/timezone/US/Pacific-New -%%TZDATA%%share/postgresql/timezone/US/Samoa -%%TZDATA%%share/postgresql/timezone/UTC -%%TZDATA%%share/postgresql/timezone/Universal -%%TZDATA%%share/postgresql/timezone/W-SU -%%TZDATA%%share/postgresql/timezone/WET -%%TZDATA%%share/postgresql/timezone/Zulu -%%TZDATA%%share/postgresql/timezone/posixrules -share/postgresql/timezonesets/Africa.txt -share/postgresql/timezonesets/America.txt -share/postgresql/timezonesets/Antarctica.txt -share/postgresql/timezonesets/Asia.txt -share/postgresql/timezonesets/Atlantic.txt -share/postgresql/timezonesets/Australia -share/postgresql/timezonesets/Australia.txt -share/postgresql/timezonesets/Default -share/postgresql/timezonesets/Etc.txt -share/postgresql/timezonesets/Europe.txt -share/postgresql/timezonesets/India -share/postgresql/timezonesets/Indian.txt -share/postgresql/timezonesets/Pacific.txt -%%TZDATA%%@dirrm share/postgresql/timezone/Africa -%%TZDATA%%@dirrm share/postgresql/timezone/America/Argentina -%%TZDATA%%@dirrm share/postgresql/timezone/America/Indiana -%%TZDATA%%@dirrm share/postgresql/timezone/America/Kentucky -%%TZDATA%%@dirrm share/postgresql/timezone/America/North_Dakota -%%TZDATA%%@dirrm share/postgresql/timezone/America -%%TZDATA%%@dirrm share/postgresql/timezone/Antarctica -%%TZDATA%%@dirrm share/postgresql/timezone/Arctic -%%TZDATA%%@dirrm share/postgresql/timezone/Asia -%%TZDATA%%@dirrm share/postgresql/timezone/Atlantic -%%TZDATA%%@dirrm share/postgresql/timezone/Australia -%%TZDATA%%@dirrm share/postgresql/timezone/Brazil -%%TZDATA%%@dirrm share/postgresql/timezone/Canada -%%TZDATA%%@dirrm share/postgresql/timezone/Chile -%%TZDATA%%@dirrm share/postgresql/timezone/Etc -%%TZDATA%%@dirrm share/postgresql/timezone/Europe -%%TZDATA%%@dirrm share/postgresql/timezone/Indian -%%TZDATA%%@dirrm share/postgresql/timezone/Mexico -%%TZDATA%%@dirrm share/postgresql/timezone/Mideast -%%TZDATA%%@dirrm share/postgresql/timezone/Pacific -%%TZDATA%%@dirrm share/postgresql/timezone/US -%%TZDATA%%@dirrm share/postgresql/timezone -@dirrm share/postgresql/timezonesets -share/postgresql/tsearch_data/danish.stop -share/postgresql/tsearch_data/dutch.stop -share/postgresql/tsearch_data/english.stop -share/postgresql/tsearch_data/finnish.stop -share/postgresql/tsearch_data/french.stop -share/postgresql/tsearch_data/german.stop -share/postgresql/tsearch_data/hungarian.stop -share/postgresql/tsearch_data/italian.stop -share/postgresql/tsearch_data/norwegian.stop -share/postgresql/tsearch_data/portuguese.stop -share/postgresql/tsearch_data/russian.stop -share/postgresql/tsearch_data/spanish.stop -share/postgresql/tsearch_data/swedish.stop -share/postgresql/tsearch_data/turkish.stop -share/postgresql/tsearch_data/hunspell_sample.affix -share/postgresql/tsearch_data/ispell_sample.affix -share/postgresql/tsearch_data/ispell_sample.dict -share/postgresql/tsearch_data/synonym_sample.syn -share/postgresql/tsearch_data/thesaurus_sample.ths -@dirrm share/postgresql/tsearch_data -@unexec echo "Warning: If you will *NOT* use this package anymore, please remove the pgsql user manually." -@dirrmtry share/postgresql -@dirrmtry etc/periodic/daily -@dirrmtry etc/periodic -@dirrmtry lib/postgresql -@dirrmtry pgsql diff --git a/databases/py-sqlalchemy06/Makefile b/databases/py-sqlalchemy06/Makefile deleted file mode 100644 index b73ebd11750f..000000000000 --- a/databases/py-sqlalchemy06/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# Ports collection makefile for: py-sqlalchemy -# Date created: 12 Auguest 2004 -# Whom: Dryice Dong Liu <dryice@dryice.name> -# -# $FreeBSD$ -# - -PORTNAME= sqlalchemy -PORTVERSION= 0.5.7 -CATEGORIES= databases python -MASTER_SITES= SF \ - CHEESESHOP - -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= SQLAlchemy-${DISTVERSION} - -MAINTAINER= nivit@FreeBSD.org -COMMENT= A Python SQL toolkit and Object Relational Mapper - -USE_PYTHON= 2.4+ -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= SQLAlchemy -PYDISTUTILS_PKGVERSION= ${DISTVERSION} -PYDISTUTILS_NOEGGINFO= yes - -# bypass infrastructure bug -OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options - -OPTIONS= FIREBIRD "support FireBird" off -OPTIONS+= MSSQL "support MS SQL Server" off -OPTIONS+= MYSQL "support MySql" on -OPTIONS+= POSTGRE "support PostGreSQL" on -OPTIONS+= SQLITE "support Sqlite" on - -DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME} - -.if !defined(NOPORTDOCS) -AL_PORTDOCS= *.html *.js -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_FIREBIRD) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/kinterbasdb/__init__.py:${PORTSDIR}/databases/kinterbasdb -.endif - -.if defined(WITH_MSSQL) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pymssql.py:${PORTSDIR}/databases/py-mssql -.endif - -.if !defined(WITHOUT_MYSQL) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb -.endif - -.if !defined(WITHOUT_POSTGRE) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.0.8:${PORTSDIR}/databases/py-psycopg2 -.endif - -.if !defined(WITHOUT_SQLITE) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in ${AL_PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} -.endfor - ${MKDIR} ${DOCSDIR}/reference - @cd ${WRKSRC}/doc/reference && ${COPYTREE_SHARE} . ${DOCSDIR}/reference -.endif - -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - @cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/databases/py-sqlalchemy06/distinfo b/databases/py-sqlalchemy06/distinfo deleted file mode 100644 index e7347a8ffa52..000000000000 --- a/databases/py-sqlalchemy06/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (SQLAlchemy-0.5.7.tar.gz) = b6a7615ec6761f660b23359f3a9d902b -SHA256 (SQLAlchemy-0.5.7.tar.gz) = 97eff3b0068cd0f76a029a64defa908ca686de2d7904fa61f099927e5f438dab -SIZE (SQLAlchemy-0.5.7.tar.gz) = 1542756 diff --git a/databases/py-sqlalchemy06/pkg-descr b/databases/py-sqlalchemy06/pkg-descr deleted file mode 100644 index 84d56454ff4e..000000000000 --- a/databases/py-sqlalchemy06/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Python SQL Toolkit and Object Relational Mapper - -SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that -gives application developers the full power and flexibility of SQL. - -It provides a full suite of well known enterprise-level persistence -patterns, designed for efficient and high-performing database access, -adapted into a simple and Pythonic domain language. - -WWW: http://www.sqlalchemy.org/ diff --git a/databases/py-sqlalchemy06/pkg-plist b/databases/py-sqlalchemy06/pkg-plist deleted file mode 100644 index e08f5836a686..000000000000 --- a/databases/py-sqlalchemy06/pkg-plist +++ /dev/null @@ -1,361 +0,0 @@ -@comment $FreeBSD$ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/access.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/access.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/access.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/firebird.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/firebird.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/firebird.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/information_schema.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/information_schema.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/information_schema.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/informix.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/informix.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/informix.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/maxdb.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/maxdb.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/maxdb.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/mssql.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/mssql.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/mssql.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/mxODBC.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/mxODBC.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/mxODBC.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/mysql.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/mysql.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/mysql.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/oracle.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/oracle.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/oracle.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/postgres.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/postgres.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/postgres.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/postgresql.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/postgresql.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/postgresql.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/sqlite.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/sqlite.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/sqlite.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/sybase.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/sybase.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases/sybase.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/base.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/base.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/base.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/default.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/default.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/default.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/strategies.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/strategies.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/strategies.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/threadlocal.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/threadlocal.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/threadlocal.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/url.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/url.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine/url.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/exc.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/exc.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/exc.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/associationproxy.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/associationproxy.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/associationproxy.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/compiler.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/compiler.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/compiler.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/declarative.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/declarative.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/declarative.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/orderinglist.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/orderinglist.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/orderinglist.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/serializer.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/serializer.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/serializer.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/sqlsoup.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/sqlsoup.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext/sqlsoup.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/interfaces.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/interfaces.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/interfaces.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/log.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/log.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/log.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/attributes.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/attributes.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/attributes.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/collections.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/collections.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/collections.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/dependency.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/dependency.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/dependency.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/dynamic.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/dynamic.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/dynamic.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/evaluator.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/evaluator.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/evaluator.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/exc.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/exc.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/exc.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/identity.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/identity.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/identity.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/interfaces.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/interfaces.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/interfaces.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/mapper.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/mapper.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/mapper.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/properties.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/properties.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/properties.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/query.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/query.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/query.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/scoping.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/scoping.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/scoping.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/session.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/session.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/session.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/shard.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/shard.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/shard.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/state.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/state.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/state.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/strategies.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/strategies.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/strategies.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/sync.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/sync.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/sync.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/unitofwork.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/unitofwork.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/unitofwork.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/uowdumper.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/uowdumper.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/uowdumper.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/util.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/util.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm/util.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/pool.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/pool.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/pool.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/queue.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/queue.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/queue.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/schema.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/schema.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/schema.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/compiler.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/compiler.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/compiler.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/expression.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/expression.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/expression.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/functions.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/functions.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/functions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/operators.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/operators.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/operators.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/util.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/util.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/util.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/visitors.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/visitors.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql/visitors.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/assertsql.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/assertsql.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/assertsql.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/config.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/config.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/config.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/engines.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/engines.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/engines.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/noseplugin.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/noseplugin.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/noseplugin.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/orm.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/orm.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/orm.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/pickleable.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/pickleable.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/pickleable.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/profiling.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/profiling.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/profiling.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/requires.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/requires.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/requires.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/schema.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/schema.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/schema.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/testing.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/testing.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test/testing.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/topological.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/topological.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/topological.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/types.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/types.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/types.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/util.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/util.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/util.pyo -%%PORTDOCS%%%%DOCSDIR%%/copyright.html -%%PORTDOCS%%%%DOCSDIR%%/dbengine.html -%%PORTDOCS%%%%DOCSDIR%%/genindex.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/intro.html -%%PORTDOCS%%%%DOCSDIR%%/mappers.html -%%PORTDOCS%%%%DOCSDIR%%/metadata.html -%%PORTDOCS%%%%DOCSDIR%%/ormtutorial.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dialects/access.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dialects/firebird.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dialects/index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dialects/informix.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dialects/maxdb.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dialects/mssql.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dialects/mysql.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dialects/oracle.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dialects/postgres.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dialects/sqlite.html -%%PORTDOCS%%%%DOCSDIR%%/reference/dialects/sybase.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ext/associationproxy.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ext/compiler.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ext/declarative.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ext/index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ext/orderinglist.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ext/serializer.html -%%PORTDOCS%%%%DOCSDIR%%/reference/ext/sqlsoup.html -%%PORTDOCS%%%%DOCSDIR%%/reference/index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/orm/collections.html -%%PORTDOCS%%%%DOCSDIR%%/reference/orm/index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/orm/interfaces.html -%%PORTDOCS%%%%DOCSDIR%%/reference/orm/mapping.html -%%PORTDOCS%%%%DOCSDIR%%/reference/orm/query.html -%%PORTDOCS%%%%DOCSDIR%%/reference/orm/sessions.html -%%PORTDOCS%%%%DOCSDIR%%/reference/orm/utilities.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sqlalchemy/connections.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sqlalchemy/expressions.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sqlalchemy/index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sqlalchemy/interfaces.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sqlalchemy/pooling.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sqlalchemy/schema.html -%%PORTDOCS%%%%DOCSDIR%%/reference/sqlalchemy/types.html -%%PORTDOCS%%%%DOCSDIR%%/search.html -%%PORTDOCS%%%%DOCSDIR%%/searchindex.js -%%PORTDOCS%%%%DOCSDIR%%/session.html -%%PORTDOCS%%%%DOCSDIR%%/sqlexpression.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/adjacencytree/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/adjacencytree/basic_tree.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/basic_association.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/association/proxied_association.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/collections/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/collections/large_collection.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/custom_management.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/listen_for_events.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/derived_attributes/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/derived_attributes/attributes.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic_dict/dynamic_dict.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/adjacency_list.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/optimized_al.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/pickle.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/test.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/test2.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/elementtree/test3.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphs/graph1.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nested_sets/nested_sets.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pickle/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pickle/custom_pickler.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poly_assoc/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poly_assoc/poly_assoc.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poly_assoc/poly_assoc_fk.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/poly_assoc/poly_assoc_generic.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polymorph/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polymorph/concrete.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polymorph/polymorph.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polymorph/single.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postgis/postgis.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/query_caching/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/query_caching/implicit.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/query_caching/per_session.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/query_caching/query_caching.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sharding/attribute_shard.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike-polymorphic.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/dictlike.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vertical/vertical.py -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/vertical -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sharding -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/query_caching -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/postgis -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/polymorph -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/poly_assoc -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/pickle -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/nested_sets -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/graphs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/elementtree -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/dynamic_dict -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/derived_attributes -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/custom_attributes -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/collections -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/association -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/adjacencytree -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/sqlalchemy -%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/orm -%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/ext -%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference/dialects -%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/test -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/sql -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/orm -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/ext -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/engine -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy/databases -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/sqlalchemy -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile deleted file mode 100644 index f4c84ea7d8a8..000000000000 --- a/databases/redis-devel/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: redis -# Date created: 03 Jul 2009 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= redis -PORTVERSION= 1.2.6 -CATEGORIES= databases -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= osa@FreeBSD.org -COMMENT= A persistent key-value database with built-in net interface - -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo - -CFLAGS+= -I${LOCALBASE}/include - -USE_GMAKE= yes -USE_RC_SUBR= redis.sh -BIN_FILES= redis-server redis-benchmark redis-cli - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-install -PKGMESSAGE= ${WRKDIR}/pkg-message - -REDIS_USER?= redis -REDIS_UID?= 535 -REDIS_GROUP?= redis -REDIS_GID?= 535 - -REDIS_DBDIR?= /var/db/redis -REDIS_RUNDIR?= /var/run/redis -REDIS_LOGDIR?= /var/log/redis - -SUB_FILES= pkg-message pkg-install -SUB_LIST+= PORTNAME="${PORTNAME}" \ - REDIS_USER="${REDIS_USER}" \ - REDIS_UID="${REDIS_UID}" \ - REDIS_GROUP="${REDIS_GROUP}" \ - REDIS_GID="${REDIS_GID}" \ - REDIS_LOGDIR="${REDIS_LOGDIR}" \ - REDIS_DBDIR="${REDIS_DBDIR}" \ - REDIS_RUNDIR="${REDIS_RUNDIR}" - -PATTERN= '10d;13s|$$$$(ARCH) ||' -.if !defined(WITH_DEBUG) -PATTERN:= ${PATTERN:S/'$/;14s|^|\#|'/} -.endif - -post-patch: - ${REINPLACE_CMD} ${PATTERN} ${WRKSRC}/Makefile - -post-build: - ${SED} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${WRKSRC}/redis.conf > ${WRKDIR}/redis.conf - -do-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - ${INSTALL_PROGRAM} ${BIN_FILES:C!^!${WRKSRC}/!} ${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKDIR}/redis.conf ${PREFIX}/etc/redis.conf.sample - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo deleted file mode 100644 index 9a3389d30aac..000000000000 --- a/databases/redis-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (redis-1.2.6.tar.gz) = 0c5355e57606523f9e8ce816db5e542f -SHA256 (redis-1.2.6.tar.gz) = bed0641225f786f225a2c4897ffbec1e6573a3c31e9f899884ee3041eab96873 -SIZE (redis-1.2.6.tar.gz) = 213341 diff --git a/databases/redis-devel/files/patch-redis.conf b/databases/redis-devel/files/patch-redis.conf deleted file mode 100644 index 4aab6fedaf65..000000000000 --- a/databases/redis-devel/files/patch-redis.conf +++ /dev/null @@ -1,34 +0,0 @@ ---- redis.conf.orig 2009-12-27 11:54:09.000000000 +0300 -+++ redis.conf 2009-12-27 11:56:16.000000000 +0300 -@@ -2,11 +2,11 @@ - - # By default Redis does not run as a daemon. Use 'yes' if you need it. - # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. --daemonize no -+daemonize yes - - # When run as a daemon, Redis write a pid file in /var/run/redis.pid by default. - # You can specify a custom pid file location here. --pidfile /var/run/redis.pid -+pidfile %%REDIS_RUNDIR%%/redis.pid - - # Accept connections on the specified port, default is 6379 - port 6379 -@@ -29,7 +29,7 @@ - # Specify the log file name. Also 'stdout' can be used to force - # the demon to log on the standard output. Note that if you use standard - # output for logging but daemonize, logs will be sent to /dev/null --logfile stdout -+logfile %%REDIS_LOGDIR%%/redis.log - - # Set the number of databases. The default database is DB 0, you can select - # a different one on a per-connection basis using SELECT <dbid> where -@@ -64,7 +64,7 @@ - - # For default save/load DB in/from the working directory - # Note that you must specify a directory not a file name. --dir ./ -+dir %%REDIS_DBDIR%%/ - - ################################# REPLICATION ################################# - diff --git a/databases/redis-devel/files/pkg-install.in b/databases/redis-devel/files/pkg-install.in deleted file mode 100644 index 9eec80ea70f9..000000000000 --- a/databases/redis-devel/files/pkg-install.in +++ /dev/null @@ -1,85 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -USER="%%REDIS_USER%%" -USER_ID="%%REDIS_UID%%" -GROUP="%%REDIS_GROUP%%" -GROUP_ID="%%REDIS_GID%%" - -RUNTIME_DIRS="%%REDIS_LOGDIR%% %%REDIS_DBDIR%% %%REDIS_RUNDIR%%" - -case $2 in -PRE-INSTALL) - -if [ `id -u` -ne 0 ]; then - echo; echo "You must be root to run this step!"; echo; echo - exit 1 -fi - -RES=`pw groupshow -n ${GROUP} 2>/dev/null` -if [ $? -eq 0 ]; then - echo "You already have a group \"${GROUP}\", so we will use it." -else - RES=`pw groupshow -g ${GROUP_ID} 2>/dev/null` - if [ $? -ne 0 ]; then - _GID="-g ${GROUP_ID}" - else - _GID='' - fi - - if pw groupadd -n ${GROUP} ${_GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -RES=`id -u ${USER} 2>/dev/null` -if [ $? -ne 0 ]; then - RES=`id -un ${USER_ID} 2>/dev/null` - if [ $? -ne 0 ]; then - _UID="-u ${USER_ID}" - else - _UID='' - fi - - if pw useradd -n ${USER} ${_UID} -g ${GROUP} \ - -w no -s /usr/sbin/nologin; then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi - -;; - -POST-INSTALL) - -for DIR in ${RUNTIME_DIRS}; do - mkdir -p ${DIR} - chown -R ${USER}:${GROUP} ${DIR} - chmod -R 755 ${DIR} -done - -;; - -DEINSTALL) - -if [ -z ${UPGRADE_PORT} ] ; then - - echo - echo "If you do not intend to reinstall \"%%PORTNAME%%\" you should manually" - echo "remove user '${USER}' (uid='${USER_ID}') and group '${GROUP}' (gid='${USER_ID}')." - echo - echo "Also you may want to remove the no longer required directoris:" - echo ${RUNTIME_DIRS} - echo - -fi - -esac diff --git a/databases/redis-devel/files/pkg-message.in b/databases/redis-devel/files/pkg-message.in deleted file mode 100644 index fd3763137ea3..000000000000 --- a/databases/redis-devel/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ - -===> CONFIGURATION NOTE: - - To setup "%%PORTNAME%%" you need to edit the configuration file: - %%PREFIX%%/etc/%%PORTNAME%%.conf - - To run redis from startup, add %%PORTNAME%%_enable="YES" - in your /etc/rc.conf. diff --git a/databases/redis-devel/files/redis.sh.in b/databases/redis-devel/files/redis.sh.in deleted file mode 100644 index 30d006b15c54..000000000000 --- a/databases/redis-devel/files/redis.sh.in +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: redis -# REQUIRE: LOGIN -# BEFORE: securelevel -# KEYWORD: shutdown - -# Add the following line to /etc/rc.conf to enable `redis': -# -#redis_enable="YES" -# - -. /etc/rc.subr - -name="redis" -rcvar=`set_rcvar` - -extra_commands="reload" - -command="%%PREFIX%%/bin/redis-server" -config_file="%%PREFIX%%/etc/$name.conf" -command_args="${config_file}" -pidfile="%%REDIS_RUNDIR%%/$name.pid" -required_files="${config_file}" - -# read configuration and set defaults -load_rc_config "$name" -: ${redis_enable="NO"} -: ${redis_user="%%REDIS_USER%%"} -: ${redis_flags=""} - -run_rc_command "$1" diff --git a/databases/redis-devel/pkg-descr b/databases/redis-devel/pkg-descr deleted file mode 100644 index 81dd3e5bdd3b..000000000000 --- a/databases/redis-devel/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Redis is a key-value database. It is similar to memcached but the -dataset is not volatile, and values can be strings, exactly like in -memcached, but also lists and sets with atomic operations to push/pop -elements. - -In order to be very fast but at the same time persistent the whole -dataset is taken in memory and from time to time and/or when a number of -changes to the dataset are performed it is written asynchronously on -disk. You may lost the last few queries that is acceptable in many -applications but it is as fast as an in memory DB (Redis supports -non-blocking master-slave replication in order to solve this problem by -redundancy). - -WWW: http://code.google.com/p/redis/ diff --git a/databases/redis-devel/pkg-plist b/databases/redis-devel/pkg-plist deleted file mode 100644 index 3f7c08dc7eee..000000000000 --- a/databases/redis-devel/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/redis-server -bin/redis-benchmark -bin/redis-cli -@unexec (cmp -s %D/etc/redis.conf %D/etc/redis.conf.sample && rm -f %D/etc/redis.conf) || true -etc/redis.conf.sample -@exec [ -f %B/redis.conf ] || cp %B/%f %B/redis.conf diff --git a/databases/redis1/Makefile b/databases/redis1/Makefile deleted file mode 100644 index f4c84ea7d8a8..000000000000 --- a/databases/redis1/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: redis -# Date created: 03 Jul 2009 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= redis -PORTVERSION= 1.2.6 -CATEGORIES= databases -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= osa@FreeBSD.org -COMMENT= A persistent key-value database with built-in net interface - -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo - -CFLAGS+= -I${LOCALBASE}/include - -USE_GMAKE= yes -USE_RC_SUBR= redis.sh -BIN_FILES= redis-server redis-benchmark redis-cli - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-install -PKGMESSAGE= ${WRKDIR}/pkg-message - -REDIS_USER?= redis -REDIS_UID?= 535 -REDIS_GROUP?= redis -REDIS_GID?= 535 - -REDIS_DBDIR?= /var/db/redis -REDIS_RUNDIR?= /var/run/redis -REDIS_LOGDIR?= /var/log/redis - -SUB_FILES= pkg-message pkg-install -SUB_LIST+= PORTNAME="${PORTNAME}" \ - REDIS_USER="${REDIS_USER}" \ - REDIS_UID="${REDIS_UID}" \ - REDIS_GROUP="${REDIS_GROUP}" \ - REDIS_GID="${REDIS_GID}" \ - REDIS_LOGDIR="${REDIS_LOGDIR}" \ - REDIS_DBDIR="${REDIS_DBDIR}" \ - REDIS_RUNDIR="${REDIS_RUNDIR}" - -PATTERN= '10d;13s|$$$$(ARCH) ||' -.if !defined(WITH_DEBUG) -PATTERN:= ${PATTERN:S/'$/;14s|^|\#|'/} -.endif - -post-patch: - ${REINPLACE_CMD} ${PATTERN} ${WRKSRC}/Makefile - -post-build: - ${SED} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${WRKSRC}/redis.conf > ${WRKDIR}/redis.conf - -do-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - ${INSTALL_PROGRAM} ${BIN_FILES:C!^!${WRKSRC}/!} ${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKDIR}/redis.conf ${PREFIX}/etc/redis.conf.sample - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/databases/redis1/distinfo b/databases/redis1/distinfo deleted file mode 100644 index 9a3389d30aac..000000000000 --- a/databases/redis1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (redis-1.2.6.tar.gz) = 0c5355e57606523f9e8ce816db5e542f -SHA256 (redis-1.2.6.tar.gz) = bed0641225f786f225a2c4897ffbec1e6573a3c31e9f899884ee3041eab96873 -SIZE (redis-1.2.6.tar.gz) = 213341 diff --git a/databases/redis1/files/patch-redis.conf b/databases/redis1/files/patch-redis.conf deleted file mode 100644 index 4aab6fedaf65..000000000000 --- a/databases/redis1/files/patch-redis.conf +++ /dev/null @@ -1,34 +0,0 @@ ---- redis.conf.orig 2009-12-27 11:54:09.000000000 +0300 -+++ redis.conf 2009-12-27 11:56:16.000000000 +0300 -@@ -2,11 +2,11 @@ - - # By default Redis does not run as a daemon. Use 'yes' if you need it. - # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. --daemonize no -+daemonize yes - - # When run as a daemon, Redis write a pid file in /var/run/redis.pid by default. - # You can specify a custom pid file location here. --pidfile /var/run/redis.pid -+pidfile %%REDIS_RUNDIR%%/redis.pid - - # Accept connections on the specified port, default is 6379 - port 6379 -@@ -29,7 +29,7 @@ - # Specify the log file name. Also 'stdout' can be used to force - # the demon to log on the standard output. Note that if you use standard - # output for logging but daemonize, logs will be sent to /dev/null --logfile stdout -+logfile %%REDIS_LOGDIR%%/redis.log - - # Set the number of databases. The default database is DB 0, you can select - # a different one on a per-connection basis using SELECT <dbid> where -@@ -64,7 +64,7 @@ - - # For default save/load DB in/from the working directory - # Note that you must specify a directory not a file name. --dir ./ -+dir %%REDIS_DBDIR%%/ - - ################################# REPLICATION ################################# - diff --git a/databases/redis1/files/pkg-install.in b/databases/redis1/files/pkg-install.in deleted file mode 100644 index 9eec80ea70f9..000000000000 --- a/databases/redis1/files/pkg-install.in +++ /dev/null @@ -1,85 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -USER="%%REDIS_USER%%" -USER_ID="%%REDIS_UID%%" -GROUP="%%REDIS_GROUP%%" -GROUP_ID="%%REDIS_GID%%" - -RUNTIME_DIRS="%%REDIS_LOGDIR%% %%REDIS_DBDIR%% %%REDIS_RUNDIR%%" - -case $2 in -PRE-INSTALL) - -if [ `id -u` -ne 0 ]; then - echo; echo "You must be root to run this step!"; echo; echo - exit 1 -fi - -RES=`pw groupshow -n ${GROUP} 2>/dev/null` -if [ $? -eq 0 ]; then - echo "You already have a group \"${GROUP}\", so we will use it." -else - RES=`pw groupshow -g ${GROUP_ID} 2>/dev/null` - if [ $? -ne 0 ]; then - _GID="-g ${GROUP_ID}" - else - _GID='' - fi - - if pw groupadd -n ${GROUP} ${_GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -RES=`id -u ${USER} 2>/dev/null` -if [ $? -ne 0 ]; then - RES=`id -un ${USER_ID} 2>/dev/null` - if [ $? -ne 0 ]; then - _UID="-u ${USER_ID}" - else - _UID='' - fi - - if pw useradd -n ${USER} ${_UID} -g ${GROUP} \ - -w no -s /usr/sbin/nologin; then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi - -;; - -POST-INSTALL) - -for DIR in ${RUNTIME_DIRS}; do - mkdir -p ${DIR} - chown -R ${USER}:${GROUP} ${DIR} - chmod -R 755 ${DIR} -done - -;; - -DEINSTALL) - -if [ -z ${UPGRADE_PORT} ] ; then - - echo - echo "If you do not intend to reinstall \"%%PORTNAME%%\" you should manually" - echo "remove user '${USER}' (uid='${USER_ID}') and group '${GROUP}' (gid='${USER_ID}')." - echo - echo "Also you may want to remove the no longer required directoris:" - echo ${RUNTIME_DIRS} - echo - -fi - -esac diff --git a/databases/redis1/files/pkg-message.in b/databases/redis1/files/pkg-message.in deleted file mode 100644 index fd3763137ea3..000000000000 --- a/databases/redis1/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ - -===> CONFIGURATION NOTE: - - To setup "%%PORTNAME%%" you need to edit the configuration file: - %%PREFIX%%/etc/%%PORTNAME%%.conf - - To run redis from startup, add %%PORTNAME%%_enable="YES" - in your /etc/rc.conf. diff --git a/databases/redis1/files/redis.sh.in b/databases/redis1/files/redis.sh.in deleted file mode 100644 index 30d006b15c54..000000000000 --- a/databases/redis1/files/redis.sh.in +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: redis -# REQUIRE: LOGIN -# BEFORE: securelevel -# KEYWORD: shutdown - -# Add the following line to /etc/rc.conf to enable `redis': -# -#redis_enable="YES" -# - -. /etc/rc.subr - -name="redis" -rcvar=`set_rcvar` - -extra_commands="reload" - -command="%%PREFIX%%/bin/redis-server" -config_file="%%PREFIX%%/etc/$name.conf" -command_args="${config_file}" -pidfile="%%REDIS_RUNDIR%%/$name.pid" -required_files="${config_file}" - -# read configuration and set defaults -load_rc_config "$name" -: ${redis_enable="NO"} -: ${redis_user="%%REDIS_USER%%"} -: ${redis_flags=""} - -run_rc_command "$1" diff --git a/databases/redis1/pkg-descr b/databases/redis1/pkg-descr deleted file mode 100644 index 81dd3e5bdd3b..000000000000 --- a/databases/redis1/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Redis is a key-value database. It is similar to memcached but the -dataset is not volatile, and values can be strings, exactly like in -memcached, but also lists and sets with atomic operations to push/pop -elements. - -In order to be very fast but at the same time persistent the whole -dataset is taken in memory and from time to time and/or when a number of -changes to the dataset are performed it is written asynchronously on -disk. You may lost the last few queries that is acceptable in many -applications but it is as fast as an in memory DB (Redis supports -non-blocking master-slave replication in order to solve this problem by -redundancy). - -WWW: http://code.google.com/p/redis/ diff --git a/databases/redis1/pkg-plist b/databases/redis1/pkg-plist deleted file mode 100644 index 3f7c08dc7eee..000000000000 --- a/databases/redis1/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/redis-server -bin/redis-benchmark -bin/redis-cli -@unexec (cmp -s %D/etc/redis.conf %D/etc/redis.conf.sample && rm -f %D/etc/redis.conf) || true -etc/redis.conf.sample -@exec [ -f %B/redis.conf ] || cp %B/%f %B/redis.conf diff --git a/databases/redis2/Makefile b/databases/redis2/Makefile deleted file mode 100644 index f4c84ea7d8a8..000000000000 --- a/databases/redis2/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: redis -# Date created: 03 Jul 2009 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= redis -PORTVERSION= 1.2.6 -CATEGORIES= databases -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= osa@FreeBSD.org -COMMENT= A persistent key-value database with built-in net interface - -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo - -CFLAGS+= -I${LOCALBASE}/include - -USE_GMAKE= yes -USE_RC_SUBR= redis.sh -BIN_FILES= redis-server redis-benchmark redis-cli - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-install -PKGMESSAGE= ${WRKDIR}/pkg-message - -REDIS_USER?= redis -REDIS_UID?= 535 -REDIS_GROUP?= redis -REDIS_GID?= 535 - -REDIS_DBDIR?= /var/db/redis -REDIS_RUNDIR?= /var/run/redis -REDIS_LOGDIR?= /var/log/redis - -SUB_FILES= pkg-message pkg-install -SUB_LIST+= PORTNAME="${PORTNAME}" \ - REDIS_USER="${REDIS_USER}" \ - REDIS_UID="${REDIS_UID}" \ - REDIS_GROUP="${REDIS_GROUP}" \ - REDIS_GID="${REDIS_GID}" \ - REDIS_LOGDIR="${REDIS_LOGDIR}" \ - REDIS_DBDIR="${REDIS_DBDIR}" \ - REDIS_RUNDIR="${REDIS_RUNDIR}" - -PATTERN= '10d;13s|$$$$(ARCH) ||' -.if !defined(WITH_DEBUG) -PATTERN:= ${PATTERN:S/'$/;14s|^|\#|'/} -.endif - -post-patch: - ${REINPLACE_CMD} ${PATTERN} ${WRKSRC}/Makefile - -post-build: - ${SED} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${WRKSRC}/redis.conf > ${WRKDIR}/redis.conf - -do-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - ${INSTALL_PROGRAM} ${BIN_FILES:C!^!${WRKSRC}/!} ${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKDIR}/redis.conf ${PREFIX}/etc/redis.conf.sample - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/databases/redis2/distinfo b/databases/redis2/distinfo deleted file mode 100644 index 9a3389d30aac..000000000000 --- a/databases/redis2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (redis-1.2.6.tar.gz) = 0c5355e57606523f9e8ce816db5e542f -SHA256 (redis-1.2.6.tar.gz) = bed0641225f786f225a2c4897ffbec1e6573a3c31e9f899884ee3041eab96873 -SIZE (redis-1.2.6.tar.gz) = 213341 diff --git a/databases/redis2/files/patch-redis.conf b/databases/redis2/files/patch-redis.conf deleted file mode 100644 index 4aab6fedaf65..000000000000 --- a/databases/redis2/files/patch-redis.conf +++ /dev/null @@ -1,34 +0,0 @@ ---- redis.conf.orig 2009-12-27 11:54:09.000000000 +0300 -+++ redis.conf 2009-12-27 11:56:16.000000000 +0300 -@@ -2,11 +2,11 @@ - - # By default Redis does not run as a daemon. Use 'yes' if you need it. - # Note that Redis will write a pid file in /var/run/redis.pid when daemonized. --daemonize no -+daemonize yes - - # When run as a daemon, Redis write a pid file in /var/run/redis.pid by default. - # You can specify a custom pid file location here. --pidfile /var/run/redis.pid -+pidfile %%REDIS_RUNDIR%%/redis.pid - - # Accept connections on the specified port, default is 6379 - port 6379 -@@ -29,7 +29,7 @@ - # Specify the log file name. Also 'stdout' can be used to force - # the demon to log on the standard output. Note that if you use standard - # output for logging but daemonize, logs will be sent to /dev/null --logfile stdout -+logfile %%REDIS_LOGDIR%%/redis.log - - # Set the number of databases. The default database is DB 0, you can select - # a different one on a per-connection basis using SELECT <dbid> where -@@ -64,7 +64,7 @@ - - # For default save/load DB in/from the working directory - # Note that you must specify a directory not a file name. --dir ./ -+dir %%REDIS_DBDIR%%/ - - ################################# REPLICATION ################################# - diff --git a/databases/redis2/files/pkg-install.in b/databases/redis2/files/pkg-install.in deleted file mode 100644 index 9eec80ea70f9..000000000000 --- a/databases/redis2/files/pkg-install.in +++ /dev/null @@ -1,85 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -USER="%%REDIS_USER%%" -USER_ID="%%REDIS_UID%%" -GROUP="%%REDIS_GROUP%%" -GROUP_ID="%%REDIS_GID%%" - -RUNTIME_DIRS="%%REDIS_LOGDIR%% %%REDIS_DBDIR%% %%REDIS_RUNDIR%%" - -case $2 in -PRE-INSTALL) - -if [ `id -u` -ne 0 ]; then - echo; echo "You must be root to run this step!"; echo; echo - exit 1 -fi - -RES=`pw groupshow -n ${GROUP} 2>/dev/null` -if [ $? -eq 0 ]; then - echo "You already have a group \"${GROUP}\", so we will use it." -else - RES=`pw groupshow -g ${GROUP_ID} 2>/dev/null` - if [ $? -ne 0 ]; then - _GID="-g ${GROUP_ID}" - else - _GID='' - fi - - if pw groupadd -n ${GROUP} ${_GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -RES=`id -u ${USER} 2>/dev/null` -if [ $? -ne 0 ]; then - RES=`id -un ${USER_ID} 2>/dev/null` - if [ $? -ne 0 ]; then - _UID="-u ${USER_ID}" - else - _UID='' - fi - - if pw useradd -n ${USER} ${_UID} -g ${GROUP} \ - -w no -s /usr/sbin/nologin; then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi - -;; - -POST-INSTALL) - -for DIR in ${RUNTIME_DIRS}; do - mkdir -p ${DIR} - chown -R ${USER}:${GROUP} ${DIR} - chmod -R 755 ${DIR} -done - -;; - -DEINSTALL) - -if [ -z ${UPGRADE_PORT} ] ; then - - echo - echo "If you do not intend to reinstall \"%%PORTNAME%%\" you should manually" - echo "remove user '${USER}' (uid='${USER_ID}') and group '${GROUP}' (gid='${USER_ID}')." - echo - echo "Also you may want to remove the no longer required directoris:" - echo ${RUNTIME_DIRS} - echo - -fi - -esac diff --git a/databases/redis2/files/pkg-message.in b/databases/redis2/files/pkg-message.in deleted file mode 100644 index fd3763137ea3..000000000000 --- a/databases/redis2/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ - -===> CONFIGURATION NOTE: - - To setup "%%PORTNAME%%" you need to edit the configuration file: - %%PREFIX%%/etc/%%PORTNAME%%.conf - - To run redis from startup, add %%PORTNAME%%_enable="YES" - in your /etc/rc.conf. diff --git a/databases/redis2/files/redis.sh.in b/databases/redis2/files/redis.sh.in deleted file mode 100644 index 30d006b15c54..000000000000 --- a/databases/redis2/files/redis.sh.in +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: redis -# REQUIRE: LOGIN -# BEFORE: securelevel -# KEYWORD: shutdown - -# Add the following line to /etc/rc.conf to enable `redis': -# -#redis_enable="YES" -# - -. /etc/rc.subr - -name="redis" -rcvar=`set_rcvar` - -extra_commands="reload" - -command="%%PREFIX%%/bin/redis-server" -config_file="%%PREFIX%%/etc/$name.conf" -command_args="${config_file}" -pidfile="%%REDIS_RUNDIR%%/$name.pid" -required_files="${config_file}" - -# read configuration and set defaults -load_rc_config "$name" -: ${redis_enable="NO"} -: ${redis_user="%%REDIS_USER%%"} -: ${redis_flags=""} - -run_rc_command "$1" diff --git a/databases/redis2/pkg-descr b/databases/redis2/pkg-descr deleted file mode 100644 index 81dd3e5bdd3b..000000000000 --- a/databases/redis2/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Redis is a key-value database. It is similar to memcached but the -dataset is not volatile, and values can be strings, exactly like in -memcached, but also lists and sets with atomic operations to push/pop -elements. - -In order to be very fast but at the same time persistent the whole -dataset is taken in memory and from time to time and/or when a number of -changes to the dataset are performed it is written asynchronously on -disk. You may lost the last few queries that is acceptable in many -applications but it is as fast as an in memory DB (Redis supports -non-blocking master-slave replication in order to solve this problem by -redundancy). - -WWW: http://code.google.com/p/redis/ diff --git a/databases/redis2/pkg-plist b/databases/redis2/pkg-plist deleted file mode 100644 index 3f7c08dc7eee..000000000000 --- a/databases/redis2/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/redis-server -bin/redis-benchmark -bin/redis-cli -@unexec (cmp -s %D/etc/redis.conf %D/etc/redis.conf.sample && rm -f %D/etc/redis.conf) || true -etc/redis.conf.sample -@exec [ -f %B/redis.conf ] || cp %B/%f %B/redis.conf diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile deleted file mode 100644 index 310a10d91e8e..000000000000 --- a/databases/rubygem-sqlite3-ruby/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: sqlite3-ruby -# Date created: 26 June 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= sqlite3 -PORTVERSION= 1.2.5 -CATEGORIES= databases rubygems -MASTER_SITES= RUBYFORGE/sqlite-ruby -DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ruby interface to the SQLite DB engine version 3 - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 - -CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE} - -GEM_NAME= ${DISTNAME} - -USE_RUBY= yes -USE_RUBYGEMS= yes -RUBYGEM_AUTOPLIST= yes - -.include <bsd.port.mk> diff --git a/databases/rubygem-sqlite3-ruby/distinfo b/databases/rubygem-sqlite3-ruby/distinfo deleted file mode 100644 index eb7245f8a356..000000000000 --- a/databases/rubygem-sqlite3-ruby/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rubygem/sqlite3-ruby-1.2.5.gem) = eaa6328b0e971f4563f8d26715e37e13 -SHA256 (rubygem/sqlite3-ruby-1.2.5.gem) = b94611a60e1f336b68291010f66e112e5c18c0808d3f45c16d779d3619e51d3b -SIZE (rubygem/sqlite3-ruby-1.2.5.gem) = 74240 diff --git a/databases/rubygem-sqlite3-ruby/pkg-descr b/databases/rubygem-sqlite3-ruby/pkg-descr deleted file mode 100644 index 7cca1fe5102f..000000000000 --- a/databases/rubygem-sqlite3-ruby/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -sqlite3-ruby provides an interface for the SQLite DB engine version 3. -This differs from the DBD::SQLite module in that it is more complete, -and from the ruby DBI version of SQLite in that it is SQLite specific, -so you can do things that would otherwise be more difficult via DBI. -If you want portability between backends, use DBI. If you want ease -of use with SQLite, use this. - -Author: Jamis Buck (minam) <jgb3@email.byu.edu> -WWW: http://sqlite-ruby.rubyforge.org diff --git a/databases/xapian-bindings10/Makefile b/databases/xapian-bindings10/Makefile deleted file mode 100644 index 92bfb9cebda3..000000000000 --- a/databases/xapian-bindings10/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: xapian-bindings -# Date created: 2007-05-26 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# -# $FreeBSD$ -# - -PORTNAME= xapian-bindings -PORTVERSION= 1.0.18 -CATEGORIES= databases -MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ - -MAINTAINER= gslin@gslin.org -COMMENT= Bindings allowing Xapian to be used from various programming languages - -RUN_DEPENDS= xapian-core>=1.0.18:${PORTSDIR}/databases/xapian-core -BUILD_DEPENDS:= ${RUN_DEPENDS} - -CONFIGURE_ARGS+= --datarootdir="${DATADIR}" --docdir="${DOCSDIR}" \ - --without-csharp --without-java --without-tcl -GNU_CONFIGURE= yes - -.ifdef(WITHOUT_PHP) -CONFIGURE_ARGS+= --without-php -PLIST_SUB+= BINDING_PHP="@comment " -.else -CONFIGURE_ARGS+= --with-php -CONFIGURE_ENV+= PHP_CONFIG="${LOCALBASE}/bin/php-config" -PLIST_SUB+= BINDING_PHP="" -USE_PHP= yes -USE_PHP_BUILD= yes -.endif - -.ifdef(WITHOUT_PYTHON) -CONFIGURE_ARGS+= --without-python -PLIST_SUB+= BINDING_PYTHON="@comment " -.else -CONFIGURE_ARGS+= --with-python -CONFIGURE_ENV+= PYTHON_LIB="${PYTHON_SITELIBDIR}" -PLIST_SUB+= BINDING_PYTHON="" -USE_PYTHON= yes -.endif - -.ifdef(WITHOUT_RUBY) -CONFIGURE_ARGS+= --without-ruby -PLIST_SUB+= BINDING_RUBY="@comment " -.else -CONFIGURE_ARGS+= --with-ruby -USE_RUBY_RDOCS= no -PLIST_SUB+= BINDING_RUBY="" -USE_RUBY= yes -.endif - -post-install: -.ifdef(NOPORTDOCS) - ${RM} -fr ${DOCSDIR} -.endif -.ifndef(WITHOUT_RUBY) - ${RM} -fr ${DOCSDIR}/ruby/rdocs -.endif - -.include <bsd.port.mk> diff --git a/databases/xapian-bindings10/distinfo b/databases/xapian-bindings10/distinfo deleted file mode 100644 index 6cce8e0e6b56..000000000000 --- a/databases/xapian-bindings10/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xapian-bindings-1.0.18.tar.gz) = a82b3cc1402eed22ce1d76e61d32d0fa -SHA256 (xapian-bindings-1.0.18.tar.gz) = 172d5f9faaa09c274b9ee429a579c6ac28d980176796b29b4c63222b2f20d12d -SIZE (xapian-bindings-1.0.18.tar.gz) = 1068245 diff --git a/databases/xapian-bindings10/pkg-descr b/databases/xapian-bindings10/pkg-descr deleted file mode 100644 index fe5eedc00196..000000000000 --- a/databases/xapian-bindings10/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -SWIG and JNI bindings allowing Xapian to be used from various other -programming languages. - -WWW: http://www.xapian.org/ diff --git a/databases/xapian-bindings10/pkg-plist b/databases/xapian-bindings10/pkg-plist deleted file mode 100644 index e15476c85df0..000000000000 --- a/databases/xapian-bindings10/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -@comment $FreeBSD$ -%%BINDING_PHP%%%%DATADIR%%/php5/xapian.php -%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php4 -%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleexpand.php5 -%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php4 -%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simpleindex.php5 -%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php4 -%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/examples/simplesearch.php5 -%%BINDING_PHP%%%%PORTDOCS%%%%DOCSDIR%%/php/index.html -%%BINDING_PHP%%lib/php/%%PHP_EXT_DIR%%/xapian.so -%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleexpand.py -%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simpleindex.py -%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplematchdecider.py -%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/examples/simplesearch.py -%%BINDING_PYTHON%%%%PORTDOCS%%%%DOCSDIR%%/python/index.html -%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/_xapian.so -%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.py -%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.pyc -%%BINDING_PYTHON%%%%PYTHON_SITELIBDIR%%/xapian.pyo -%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleexpand.rb -%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simpleindex.rb -%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplematchdecider.rb -%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/examples/simplesearch.rb -%%BINDING_RUBY%%%%PORTDOCS%%%%DOCSDIR%%/ruby/index.html -%%BINDING_RUBY%%%%RUBY_SITELIBDIR%%/xapian.rb -%%BINDING_RUBY%%%%RUBY_SITEARCHLIBDIR%%/_xapian.so -%%BINDING_RUBY%%@dirrmtry %%RUBY_SITELIBDIR%% -%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby/examples -%%BINDING_RUBY%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/ruby -%%BINDING_PYTHON%%@dirrmtry %%PYTHON_SITELIBDIR%% -%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python/examples -%%BINDING_PYTHON%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/python -%%BINDING_PHP%%@dirrmtry lib/php/%%PHP_EXT_DIR%% -%%BINDING_PHP%%@dirrmtry lib/php -%%BINDING_PHP%%@dirrmtry %%DATADIR%%/php5 -%%BINDING_PHP%%@dirrmtry %%DATADIR%% -%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php/examples -%%BINDING_PHP%%%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/php -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/databases/xapian-core10/Makefile b/databases/xapian-core10/Makefile deleted file mode 100644 index fab5c0ec3ac0..000000000000 --- a/databases/xapian-core10/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: xapian-core -# Date created: 5 November 2005 -# Whom: J.F. Dockes -# -# $FreeBSD$ -# - -PORTNAME= xapian-core -PORTVERSION= 1.0.18 -CATEGORIES= databases -MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ - -MAINTAINER= jean-francois.dockes@wanadoo.fr -COMMENT= A probabilistic text search database engine - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -MAN1= quartzcheck.1 quartzcompact.1 quartzdump.1 \ - xapian-check.1 xapian-compact.1 xapian-config.1 \ - xapian-progsrv.1 xapian-tcpsrv.1 xapian-inspect.1 - -post-install: -.for file in delve quest copydatabase - ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/${file} ${PREFIX}/bin/xapian-${file} -.endfor -.ifdef(NOPORTDOCS) - ${RM} -rf ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/databases/xapian-core10/distinfo b/databases/xapian-core10/distinfo deleted file mode 100644 index b36dc74a2023..000000000000 --- a/databases/xapian-core10/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xapian-core-1.0.18.tar.gz) = a6b911a68df200c99fb8f8f363fa7dad -SHA256 (xapian-core-1.0.18.tar.gz) = 9de782c0ef3d0be726a25e0e3aea63709d9a965d11968e559f90507bd8e2b2a1 -SIZE (xapian-core-1.0.18.tar.gz) = 3318636 diff --git a/databases/xapian-core10/files/patch-Makefile.in b/databases/xapian-core10/files/patch-Makefile.in deleted file mode 100644 index 1b04a2d5c972..000000000000 --- a/databases/xapian-core10/files/patch-Makefile.in +++ /dev/null @@ -1,32 +0,0 @@ ---- Makefile.in.orig Fri May 18 00:58:07 2007 -+++ Makefile.in Fri May 18 13:10:33 2007 -@@ -49,7 +49,8 @@ - @VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \ - @VPATH_BUILD_TRUE@ -I$(top_srcdir)/languages -Ilanguages \ - @VPATH_BUILD_TRUE@ -I$(top_srcdir)/queryparser --bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \ -+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) -+noinst_PROGRAMS = \ - examples/copydatabase$(EXEEXT) examples/delve$(EXEEXT) \ - examples/quest$(EXEEXT) examples/simpleexpand$(EXEEXT) \ - examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT) -@@ -464,7 +465,7 @@ - @BUILD_BACKEND_REMOTE_TRUE@am__EXEEXT_3 = bin/xapian-progsrv$(EXEEXT) \ - @BUILD_BACKEND_REMOTE_TRUE@ bin/xapian-tcpsrv$(EXEEXT) - binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) --PROGRAMS = $(bin_PROGRAMS) -+PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) - am_bin_quartzcheck_OBJECTS = \ - bin/bin_quartzcheck-quartzcheck.$(OBJEXT) - bin_quartzcheck_OBJECTS = $(am_bin_quartzcheck_OBJECTS) -@@ -909,9 +910,7 @@ - libxapian_la_LDFLAGS = $(XAPIAN_LDFLAGS) -no-undefined -version-info $(LIBRARY_VERSION_INFO) - @MAINTAINER_NO_DOCS_FALSE@dist_man_MANS = xapian-config.1 \ - @MAINTAINER_NO_DOCS_FALSE@ $(am__append_3) $(am__append_5) \ --@MAINTAINER_NO_DOCS_FALSE@ $(am__append_7) \ --@MAINTAINER_NO_DOCS_FALSE@ examples/copydatabase.1 \ --@MAINTAINER_NO_DOCS_FALSE@ examples/delve.1 examples/quest.1 -+@MAINTAINER_NO_DOCS_FALSE@ $(am__append_7) - bin_quartzcheck_CPPFLAGS = -I$(top_srcdir)/backends/quartz - bin_quartzcheck_SOURCES = bin/quartzcheck.cc - bin_quartzcheck_LDADD = $(ldflags) libquartzcheck.la libxapian.la diff --git a/databases/xapian-core10/pkg-descr b/databases/xapian-core10/pkg-descr deleted file mode 100644 index e9c1bbd6f25b..000000000000 --- a/databases/xapian-core10/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Xapian is an Open Source Probabilistic Information Retrieval library, -released under the GPL. It's written in C++, with bindings to allow use -from other languages. - -Xapian is designed to be a highly adaptable toolkit to allow developers to -easily add advanced indexing and search facilities to their own -applications. - -Xapian features include: - - Ranked probabilistic search - word importance weighting - - Relevance feedback - - Phrase and proximity searching - - Full range of structured boolean search operators - - Term stemming - - Database files > 2GB - - Platform independent data formats - - Allows simultaneous update and searching. - -WWW: http://www.xapian.org diff --git a/databases/xapian-core10/pkg-plist b/databases/xapian-core10/pkg-plist deleted file mode 100644 index 62e6313df23e..000000000000 --- a/databases/xapian-core10/pkg-plist +++ /dev/null @@ -1,361 +0,0 @@ -@comment $FreeBSD$ -bin/quartzcheck -bin/quartzcompact -bin/quartzdump -bin/xapian-check -bin/xapian-compact -bin/xapian-config -bin/xapian-copydatabase -bin/xapian-delve -bin/xapian-inspect -bin/xapian-progsrv -bin/xapian-quest -bin/xapian-tcpsrv -include/xapian/base.h -include/xapian/database.h -include/xapian/dbfactory.h -include/xapian/deprecated.h -include/xapian/document.h -include/xapian/enquire.h -include/xapian/error.h -include/xapian/errorhandler.h -include/xapian/expanddecider.h -include/xapian/positioniterator.h -include/xapian/postingiterator.h -include/xapian/query.h -include/xapian/queryparser.h -include/xapian/sorter.h -include/xapian/stem.h -include/xapian/termgenerator.h -include/xapian/termiterator.h -include/xapian/types.h -include/xapian/unicode.h -include/xapian/valueiterator.h -include/xapian/version.h -include/xapian/visibility.h -include/xapian.h -lib/libxapian.a -lib/libxapian.la -lib/libxapian.so -lib/libxapian.so.21 -share/aclocal/xapian.m4 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_l.gif -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_r.gif -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_10.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_11.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_2.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_3.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseModifiedError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseOpeningError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseVersionError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseLockError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Error__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/doxygen.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCreateError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidArgumentError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkTimeoutError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParserError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_1.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_4.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_5.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_6.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_7.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_8.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_9.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__0.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__1.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__10.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__11.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__12.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__13.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__14.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__15.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__16.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__17.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__18.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__19.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__2.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__20.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__21.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__4.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__5.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__6.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__7.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__8.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__9.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/doxygen.css -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tabs.css -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/annotated.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1AssertionError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1AssertionError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classes.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCorruptError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DateValueRangeProcessor.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCreateError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseCreateError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseLockError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseLockError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseModifiedError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseModifiedError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseOpeningError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_b.gif -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseOpeningError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseVersionError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DatabaseVersionError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocNotFoundError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Error-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Error.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ErrorHandler-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ErrorHandler.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1AssertionError__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1FeatureUnavailableError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InternalError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidArgumentError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidArgumentError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_0.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1InvalidOperationError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1LogicError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MultiValueSorter.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkTimeoutError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NetworkTimeoutError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1NumberValueRangeProcessor.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParserError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParserError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RangeError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RuntimeError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Sorter.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1StringValueRangeProcessor.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermGenerator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermGenerator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1UnimplementedError.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Utf8Iterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/deprecated.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/files.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x62.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x63.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x64.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x65.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x66.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x67.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x68.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x69.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6b.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6c.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6d.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6e.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x6f.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x70.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x71.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x72.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x73.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x74.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x75.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x76.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x77.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_0x7e.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_eval.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x62.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x63.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x64.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x65.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x66.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x67.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x68.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x69.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6b.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6c.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6d.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6e.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x6f.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x70.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x71.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x72.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x73.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x74.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x75.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x76.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x77.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func_0x7e.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_type.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_vars.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_func.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_type.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_vars.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/hierarchy.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherits.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Auto.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Flint.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1InMemory.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Quartz.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Remote.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian_1_1Unicode.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_func.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_type.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_vars.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaces.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/pages.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/sorter_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/structXapian_1_1ValueRangeProcessor.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termgenerator_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/unicode_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/version_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/xapian_8h.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/internals.html -%%PORTDOCS%%%%DOCSDIR%%/install.html -%%PORTDOCS%%%%DOCSDIR%%/intro_ir.html -%%PORTDOCS%%%%DOCSDIR%%/overview.html -%%PORTDOCS%%%%DOCSDIR%%/stemming.html -%%PORTDOCS%%%%DOCSDIR%%/quickstart.html -%%PORTDOCS%%%%DOCSDIR%%/remote.html -%%PORTDOCS%%%%DOCSDIR%%/remote_protocol.html -%%PORTDOCS%%%%DOCSDIR%%/quartzdesign.html -%%PORTDOCS%%%%DOCSDIR%%/matcherdesign.html -%%PORTDOCS%%%%DOCSDIR%%/tests.html -%%PORTDOCS%%%%DOCSDIR%%/scalability.html -%%PORTDOCS%%%%DOCSDIR%%/bm25.html -%%PORTDOCS%%%%DOCSDIR%%/code_structure.html -%%PORTDOCS%%%%DOCSDIR%%/queryparser.html -%%PORTDOCS%%%%DOCSDIR%%/quickstartexpand.cc.html -%%PORTDOCS%%%%DOCSDIR%%/quickstartindex.cc.html -%%PORTDOCS%%%%DOCSDIR%%/quickstartsearch.cc.html -%%PORTDOCS%%%%DOCSDIR%%/admin_notes.html -%%PORTDOCS%%%%DOCSDIR%%/deprecation.html -%%PORTDOCS%%%%DOCSDIR%%/glossary.html -%%PORTDOCS%%%%DOCSDIR%%/sorting.html -%%PORTDOCS%%%%DOCSDIR%%/spelling.html -%%PORTDOCS%%%%DOCSDIR%%/synonyms.html -%%PORTDOCS%%%%DOCSDIR%%/termgenerator.html -%%PORTDOCS%%%%DOCSDIR%%/valueranges.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/xapian |