diff options
Diffstat (limited to 'databases')
394 files changed, 0 insertions, 20554 deletions
diff --git a/databases/db45/Makefile b/databases/db45/Makefile deleted file mode 100644 index 8525e6c68f72..000000000000 --- a/databases/db45/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# ports collection makefile for: Berkeley DB v4.4 -# Date created: 2005-11-21 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= db44 -PORTVERSION= 4.4.20.4 -CATEGORIES= databases -MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ - http://download-east.oracle.com/berkeley-db/ \ - http://download-uk.oracle.com/berkeley-db/ -PKGNAMESUFFIX?= -DISTNAME= db-4.4.20 -DIST_SUBDIR= bdb - -PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/4.4.20/ -PATCHFILES= patch.4.4.20.1 patch.4.4.20.2 patch.4.4.20.3 patch.4.4.20.4 -PATCH_DIST_STRIP= -d .. -# * patch.4.4.20.1: ----------------------------------------------------------- -# Fix a bug that could cause a trap during recovery if multiple operations that -# could remove the same extent were recovered. [#14061] -# * patch.4.4.20.2: ----------------------------------------------------------- -# Fix a bug that could cause traps or hangs if the DB_TXN->set_name function is -# used in a multithreaded application. [#14033] -# * patch.4.4.20.3: ----------------------------------------------------------- -# Fix a bug where cursor lookups on secondary databases with off-page -# duplicates could fail. [#14240] -# * patch.4.4.20.4: ----------------------------------------------------------- -# Fix a bug where cache buffer retrieval could race with a checkpoint -# call, potentially causing database environment recovery to fail. [#14657] - -MAINTAINER= matthias.andree@gmx.de -COMMENT= The Berkeley DB package, revision 4.4 - -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= ../dist/configure -LIBTOOLFILES= ${CONFIGURE_SCRIPT} -BDBVER= ${PORTVERSION:R:R} -CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ - --enable-cxx --enable-dynamic \ - --enable-rpc \ - --includedir=${PREFIX}/include/${PORTNAME} \ - --libdir=${PREFIX}/lib/${PORTNAME} \ - --bindir=${PREFIX}/bin/${PORTNAME} -INSTALL_TARGET= install_include install_lib install_utilities -.if !defined(NOPORTDOCS) -INSTALL_TARGET+= install_docs docdir=${DOCSDIR} -PORTDOCS= * -.endif - -pre-patch: - @${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -pre-configure: - @${CHMOD} u+w ${WRKSRC}/../dist/configure - -post-configure: - @${REINPLACE_CMD} -e '/^extern void db_rpc_serverprog/ d;' ${WRKSRC}/db_server.h - -post-install: -.for i in libdb libdb_cxx - ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib - ${LN} -s -f ${i}-${BDBVER}.so.0 ${PREFIX}/lib/${i}-${BDBVER}.so -.endfor -.if !defined(NOPORTDOCS) - @${RMDIR} ${DOCSDIR}/ref/splash 2>/dev/null || : -.endif - cd ${PREFIX}/bin/${PORTNAME} ; \ - for i in * ; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done - -.include <bsd.port.mk> diff --git a/databases/db45/distinfo b/databases/db45/distinfo deleted file mode 100644 index 8c8ad6618a43..000000000000 --- a/databases/db45/distinfo +++ /dev/null @@ -1,15 +0,0 @@ -MD5 (bdb/db-4.4.20.tar.gz) = d84dff288a19186b136b0daf7067ade3 -SHA256 (bdb/db-4.4.20.tar.gz) = 298ab78801f7502016aa2db033b65fab46f323533bdc08610d3dabd910d63b79 -SIZE (bdb/db-4.4.20.tar.gz) = 7952742 -MD5 (bdb/patch.4.4.20.1) = 66584d621355df055b6e05b4a02e9c3e -SHA256 (bdb/patch.4.4.20.1) = 4eeb18450b88703282251c386405bf7c9efa053a42d1dda97603ee8039ee5869 -SIZE (bdb/patch.4.4.20.1) = 867 -MD5 (bdb/patch.4.4.20.2) = 85df93a0867f6cace3501671cdeb6ed1 -SHA256 (bdb/patch.4.4.20.2) = 45949e288482736bbc27bd62c854a99fad4b3e55103897eafd62bce1d5629bbc -SIZE (bdb/patch.4.4.20.2) = 721 -MD5 (bdb/patch.4.4.20.3) = 88ee91889ebf5498b22b2e7bed945d41 -SHA256 (bdb/patch.4.4.20.3) = ae54bb752a31655a1a945f12900b740fad397c3e2ddab792ecfd4660d3e6e236 -SIZE (bdb/patch.4.4.20.3) = 1366 -MD5 (bdb/patch.4.4.20.4) = c2ef7b3e59460c35950fab5f2faa3fc0 -SHA256 (bdb/patch.4.4.20.4) = 7018f74e5184451809f6864172132472e91d95e2bec97ce6124afb67f0d65e59 -SIZE (bdb/patch.4.4.20.4) = 837 diff --git a/databases/db45/files/patch-dist::configure b/databases/db45/files/patch-dist::configure deleted file mode 100644 index 2dac99fc909d..000000000000 --- a/databases/db45/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/db45/pkg-descr b/databases/db45/pkg-descr deleted file mode 100644 index d388abec8c4f..000000000000 --- a/databases/db45/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Version 4.4 of the Berkeley Data Base library which offers (key/value) storage -with optional concurrent access or transactions interface. - -This port will install the AES (American Encryption Standard) enabled version. - -Utilities are included in the distribution to convert v1.85 databases to v4.4 -databases, and a backwards compatible API is provided to maintain compatibility -with programs using the v1.85 interface. - -For details on compatibility with other DB versions, see: -http://dev.sleepycat.com/downloads/releasehistorybdb.html - --- Matthias Andree - -WWW: http://www.sleepycat.com/products/bdb.html diff --git a/databases/db45/pkg-plist b/databases/db45/pkg-plist deleted file mode 100644 index 554ddbac3237..000000000000 --- a/databases/db45/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -bin/db44/berkeley_db_svc -bin/db44/db_archive -bin/db44/db_checkpoint -bin/db44/db_deadlock -bin/db44/db_dump -bin/db44/db_dump185 -bin/db44/db_hotbackup -bin/db44/db_load -bin/db44/db_printlog -bin/db44/db_recover -bin/db44/db_stat -bin/db44/db_upgrade -bin/db44/db_verify -bin/berkeley_db_svc-4.4 -bin/db_archive-4.4 -bin/db_checkpoint-4.4 -bin/db_deadlock-4.4 -bin/db_dump-4.4 -bin/db_dump185-4.4 -bin/db_hotbackup-4.4 -bin/db_load-4.4 -bin/db_printlog-4.4 -bin/db_recover-4.4 -bin/db_stat-4.4 -bin/db_upgrade-4.4 -bin/db_verify-4.4 -include/db44/db.h -include/db44/db_185.h -include/db44/db_cxx.h -lib/db44/libdb-4.4.a -lib/db44/libdb-4.4.la -lib/db44/libdb-4.4.so -lib/db44/libdb-4.4.so.0 -lib/db44/libdb-4.so -lib/db44/libdb.a -lib/db44/libdb.so -lib/db44/libdb_cxx-4.4.a -lib/db44/libdb_cxx-4.4.la -lib/db44/libdb_cxx-4.4.so -lib/db44/libdb_cxx-4.4.so.0 -lib/db44/libdb_cxx-4.so -lib/db44/libdb_cxx.a -lib/db44/libdb_cxx.so -lib/libdb-4.4.so -lib/libdb-4.4.so.0 -lib/libdb_cxx-4.4.so -lib/libdb_cxx-4.4.so.0 -@dirrm lib/db44 -@dirrm include/db44 -@dirrm bin/db44 diff --git a/databases/db46/Makefile b/databases/db46/Makefile deleted file mode 100644 index 8525e6c68f72..000000000000 --- a/databases/db46/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# ports collection makefile for: Berkeley DB v4.4 -# Date created: 2005-11-21 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= db44 -PORTVERSION= 4.4.20.4 -CATEGORIES= databases -MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ - http://download-east.oracle.com/berkeley-db/ \ - http://download-uk.oracle.com/berkeley-db/ -PKGNAMESUFFIX?= -DISTNAME= db-4.4.20 -DIST_SUBDIR= bdb - -PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/4.4.20/ -PATCHFILES= patch.4.4.20.1 patch.4.4.20.2 patch.4.4.20.3 patch.4.4.20.4 -PATCH_DIST_STRIP= -d .. -# * patch.4.4.20.1: ----------------------------------------------------------- -# Fix a bug that could cause a trap during recovery if multiple operations that -# could remove the same extent were recovered. [#14061] -# * patch.4.4.20.2: ----------------------------------------------------------- -# Fix a bug that could cause traps or hangs if the DB_TXN->set_name function is -# used in a multithreaded application. [#14033] -# * patch.4.4.20.3: ----------------------------------------------------------- -# Fix a bug where cursor lookups on secondary databases with off-page -# duplicates could fail. [#14240] -# * patch.4.4.20.4: ----------------------------------------------------------- -# Fix a bug where cache buffer retrieval could race with a checkpoint -# call, potentially causing database environment recovery to fail. [#14657] - -MAINTAINER= matthias.andree@gmx.de -COMMENT= The Berkeley DB package, revision 4.4 - -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= ../dist/configure -LIBTOOLFILES= ${CONFIGURE_SCRIPT} -BDBVER= ${PORTVERSION:R:R} -CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ - --enable-cxx --enable-dynamic \ - --enable-rpc \ - --includedir=${PREFIX}/include/${PORTNAME} \ - --libdir=${PREFIX}/lib/${PORTNAME} \ - --bindir=${PREFIX}/bin/${PORTNAME} -INSTALL_TARGET= install_include install_lib install_utilities -.if !defined(NOPORTDOCS) -INSTALL_TARGET+= install_docs docdir=${DOCSDIR} -PORTDOCS= * -.endif - -pre-patch: - @${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -pre-configure: - @${CHMOD} u+w ${WRKSRC}/../dist/configure - -post-configure: - @${REINPLACE_CMD} -e '/^extern void db_rpc_serverprog/ d;' ${WRKSRC}/db_server.h - -post-install: -.for i in libdb libdb_cxx - ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib - ${LN} -s -f ${i}-${BDBVER}.so.0 ${PREFIX}/lib/${i}-${BDBVER}.so -.endfor -.if !defined(NOPORTDOCS) - @${RMDIR} ${DOCSDIR}/ref/splash 2>/dev/null || : -.endif - cd ${PREFIX}/bin/${PORTNAME} ; \ - for i in * ; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done - -.include <bsd.port.mk> diff --git a/databases/db46/distinfo b/databases/db46/distinfo deleted file mode 100644 index 8c8ad6618a43..000000000000 --- a/databases/db46/distinfo +++ /dev/null @@ -1,15 +0,0 @@ -MD5 (bdb/db-4.4.20.tar.gz) = d84dff288a19186b136b0daf7067ade3 -SHA256 (bdb/db-4.4.20.tar.gz) = 298ab78801f7502016aa2db033b65fab46f323533bdc08610d3dabd910d63b79 -SIZE (bdb/db-4.4.20.tar.gz) = 7952742 -MD5 (bdb/patch.4.4.20.1) = 66584d621355df055b6e05b4a02e9c3e -SHA256 (bdb/patch.4.4.20.1) = 4eeb18450b88703282251c386405bf7c9efa053a42d1dda97603ee8039ee5869 -SIZE (bdb/patch.4.4.20.1) = 867 -MD5 (bdb/patch.4.4.20.2) = 85df93a0867f6cace3501671cdeb6ed1 -SHA256 (bdb/patch.4.4.20.2) = 45949e288482736bbc27bd62c854a99fad4b3e55103897eafd62bce1d5629bbc -SIZE (bdb/patch.4.4.20.2) = 721 -MD5 (bdb/patch.4.4.20.3) = 88ee91889ebf5498b22b2e7bed945d41 -SHA256 (bdb/patch.4.4.20.3) = ae54bb752a31655a1a945f12900b740fad397c3e2ddab792ecfd4660d3e6e236 -SIZE (bdb/patch.4.4.20.3) = 1366 -MD5 (bdb/patch.4.4.20.4) = c2ef7b3e59460c35950fab5f2faa3fc0 -SHA256 (bdb/patch.4.4.20.4) = 7018f74e5184451809f6864172132472e91d95e2bec97ce6124afb67f0d65e59 -SIZE (bdb/patch.4.4.20.4) = 837 diff --git a/databases/db46/files/patch-dist::configure b/databases/db46/files/patch-dist::configure deleted file mode 100644 index 2dac99fc909d..000000000000 --- a/databases/db46/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/db46/pkg-descr b/databases/db46/pkg-descr deleted file mode 100644 index d388abec8c4f..000000000000 --- a/databases/db46/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Version 4.4 of the Berkeley Data Base library which offers (key/value) storage -with optional concurrent access or transactions interface. - -This port will install the AES (American Encryption Standard) enabled version. - -Utilities are included in the distribution to convert v1.85 databases to v4.4 -databases, and a backwards compatible API is provided to maintain compatibility -with programs using the v1.85 interface. - -For details on compatibility with other DB versions, see: -http://dev.sleepycat.com/downloads/releasehistorybdb.html - --- Matthias Andree - -WWW: http://www.sleepycat.com/products/bdb.html diff --git a/databases/db46/pkg-plist b/databases/db46/pkg-plist deleted file mode 100644 index 554ddbac3237..000000000000 --- a/databases/db46/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -bin/db44/berkeley_db_svc -bin/db44/db_archive -bin/db44/db_checkpoint -bin/db44/db_deadlock -bin/db44/db_dump -bin/db44/db_dump185 -bin/db44/db_hotbackup -bin/db44/db_load -bin/db44/db_printlog -bin/db44/db_recover -bin/db44/db_stat -bin/db44/db_upgrade -bin/db44/db_verify -bin/berkeley_db_svc-4.4 -bin/db_archive-4.4 -bin/db_checkpoint-4.4 -bin/db_deadlock-4.4 -bin/db_dump-4.4 -bin/db_dump185-4.4 -bin/db_hotbackup-4.4 -bin/db_load-4.4 -bin/db_printlog-4.4 -bin/db_recover-4.4 -bin/db_stat-4.4 -bin/db_upgrade-4.4 -bin/db_verify-4.4 -include/db44/db.h -include/db44/db_185.h -include/db44/db_cxx.h -lib/db44/libdb-4.4.a -lib/db44/libdb-4.4.la -lib/db44/libdb-4.4.so -lib/db44/libdb-4.4.so.0 -lib/db44/libdb-4.so -lib/db44/libdb.a -lib/db44/libdb.so -lib/db44/libdb_cxx-4.4.a -lib/db44/libdb_cxx-4.4.la -lib/db44/libdb_cxx-4.4.so -lib/db44/libdb_cxx-4.4.so.0 -lib/db44/libdb_cxx-4.so -lib/db44/libdb_cxx.a -lib/db44/libdb_cxx.so -lib/libdb-4.4.so -lib/libdb-4.4.so.0 -lib/libdb_cxx-4.4.so -lib/libdb_cxx-4.4.so.0 -@dirrm lib/db44 -@dirrm include/db44 -@dirrm bin/db44 diff --git a/databases/db47/Makefile b/databases/db47/Makefile deleted file mode 100644 index 8525e6c68f72..000000000000 --- a/databases/db47/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# ports collection makefile for: Berkeley DB v4.4 -# Date created: 2005-11-21 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= db44 -PORTVERSION= 4.4.20.4 -CATEGORIES= databases -MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ - http://download-east.oracle.com/berkeley-db/ \ - http://download-uk.oracle.com/berkeley-db/ -PKGNAMESUFFIX?= -DISTNAME= db-4.4.20 -DIST_SUBDIR= bdb - -PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/4.4.20/ -PATCHFILES= patch.4.4.20.1 patch.4.4.20.2 patch.4.4.20.3 patch.4.4.20.4 -PATCH_DIST_STRIP= -d .. -# * patch.4.4.20.1: ----------------------------------------------------------- -# Fix a bug that could cause a trap during recovery if multiple operations that -# could remove the same extent were recovered. [#14061] -# * patch.4.4.20.2: ----------------------------------------------------------- -# Fix a bug that could cause traps or hangs if the DB_TXN->set_name function is -# used in a multithreaded application. [#14033] -# * patch.4.4.20.3: ----------------------------------------------------------- -# Fix a bug where cursor lookups on secondary databases with off-page -# duplicates could fail. [#14240] -# * patch.4.4.20.4: ----------------------------------------------------------- -# Fix a bug where cache buffer retrieval could race with a checkpoint -# call, potentially causing database environment recovery to fail. [#14657] - -MAINTAINER= matthias.andree@gmx.de -COMMENT= The Berkeley DB package, revision 4.4 - -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= ../dist/configure -LIBTOOLFILES= ${CONFIGURE_SCRIPT} -BDBVER= ${PORTVERSION:R:R} -CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ - --enable-cxx --enable-dynamic \ - --enable-rpc \ - --includedir=${PREFIX}/include/${PORTNAME} \ - --libdir=${PREFIX}/lib/${PORTNAME} \ - --bindir=${PREFIX}/bin/${PORTNAME} -INSTALL_TARGET= install_include install_lib install_utilities -.if !defined(NOPORTDOCS) -INSTALL_TARGET+= install_docs docdir=${DOCSDIR} -PORTDOCS= * -.endif - -pre-patch: - @${REINPLACE_CMD} -Ee 's|-l?pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -pre-configure: - @${CHMOD} u+w ${WRKSRC}/../dist/configure - -post-configure: - @${REINPLACE_CMD} -e '/^extern void db_rpc_serverprog/ d;' ${WRKSRC}/db_server.h - -post-install: -.for i in libdb libdb_cxx - ${LN} -s -f ${PORTNAME}/${i}-${BDBVER}.so.0 ${PREFIX}/lib - ${LN} -s -f ${i}-${BDBVER}.so.0 ${PREFIX}/lib/${i}-${BDBVER}.so -.endfor -.if !defined(NOPORTDOCS) - @${RMDIR} ${DOCSDIR}/ref/splash 2>/dev/null || : -.endif - cd ${PREFIX}/bin/${PORTNAME} ; \ - for i in * ; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done - -.include <bsd.port.mk> diff --git a/databases/db47/distinfo b/databases/db47/distinfo deleted file mode 100644 index 8c8ad6618a43..000000000000 --- a/databases/db47/distinfo +++ /dev/null @@ -1,15 +0,0 @@ -MD5 (bdb/db-4.4.20.tar.gz) = d84dff288a19186b136b0daf7067ade3 -SHA256 (bdb/db-4.4.20.tar.gz) = 298ab78801f7502016aa2db033b65fab46f323533bdc08610d3dabd910d63b79 -SIZE (bdb/db-4.4.20.tar.gz) = 7952742 -MD5 (bdb/patch.4.4.20.1) = 66584d621355df055b6e05b4a02e9c3e -SHA256 (bdb/patch.4.4.20.1) = 4eeb18450b88703282251c386405bf7c9efa053a42d1dda97603ee8039ee5869 -SIZE (bdb/patch.4.4.20.1) = 867 -MD5 (bdb/patch.4.4.20.2) = 85df93a0867f6cace3501671cdeb6ed1 -SHA256 (bdb/patch.4.4.20.2) = 45949e288482736bbc27bd62c854a99fad4b3e55103897eafd62bce1d5629bbc -SIZE (bdb/patch.4.4.20.2) = 721 -MD5 (bdb/patch.4.4.20.3) = 88ee91889ebf5498b22b2e7bed945d41 -SHA256 (bdb/patch.4.4.20.3) = ae54bb752a31655a1a945f12900b740fad397c3e2ddab792ecfd4660d3e6e236 -SIZE (bdb/patch.4.4.20.3) = 1366 -MD5 (bdb/patch.4.4.20.4) = c2ef7b3e59460c35950fab5f2faa3fc0 -SHA256 (bdb/patch.4.4.20.4) = 7018f74e5184451809f6864172132472e91d95e2bec97ce6124afb67f0d65e59 -SIZE (bdb/patch.4.4.20.4) = 837 diff --git a/databases/db47/files/patch-dist::configure b/databases/db47/files/patch-dist::configure deleted file mode 100644 index 2dac99fc909d..000000000000 --- a/databases/db47/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/db47/pkg-descr b/databases/db47/pkg-descr deleted file mode 100644 index d388abec8c4f..000000000000 --- a/databases/db47/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Version 4.4 of the Berkeley Data Base library which offers (key/value) storage -with optional concurrent access or transactions interface. - -This port will install the AES (American Encryption Standard) enabled version. - -Utilities are included in the distribution to convert v1.85 databases to v4.4 -databases, and a backwards compatible API is provided to maintain compatibility -with programs using the v1.85 interface. - -For details on compatibility with other DB versions, see: -http://dev.sleepycat.com/downloads/releasehistorybdb.html - --- Matthias Andree - -WWW: http://www.sleepycat.com/products/bdb.html diff --git a/databases/db47/pkg-plist b/databases/db47/pkg-plist deleted file mode 100644 index 554ddbac3237..000000000000 --- a/databases/db47/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -bin/db44/berkeley_db_svc -bin/db44/db_archive -bin/db44/db_checkpoint -bin/db44/db_deadlock -bin/db44/db_dump -bin/db44/db_dump185 -bin/db44/db_hotbackup -bin/db44/db_load -bin/db44/db_printlog -bin/db44/db_recover -bin/db44/db_stat -bin/db44/db_upgrade -bin/db44/db_verify -bin/berkeley_db_svc-4.4 -bin/db_archive-4.4 -bin/db_checkpoint-4.4 -bin/db_deadlock-4.4 -bin/db_dump-4.4 -bin/db_dump185-4.4 -bin/db_hotbackup-4.4 -bin/db_load-4.4 -bin/db_printlog-4.4 -bin/db_recover-4.4 -bin/db_stat-4.4 -bin/db_upgrade-4.4 -bin/db_verify-4.4 -include/db44/db.h -include/db44/db_185.h -include/db44/db_cxx.h -lib/db44/libdb-4.4.a -lib/db44/libdb-4.4.la -lib/db44/libdb-4.4.so -lib/db44/libdb-4.4.so.0 -lib/db44/libdb-4.so -lib/db44/libdb.a -lib/db44/libdb.so -lib/db44/libdb_cxx-4.4.a -lib/db44/libdb_cxx-4.4.la -lib/db44/libdb_cxx-4.4.so -lib/db44/libdb_cxx-4.4.so.0 -lib/db44/libdb_cxx-4.so -lib/db44/libdb_cxx.a -lib/db44/libdb_cxx.so -lib/libdb-4.4.so -lib/libdb-4.4.so.0 -lib/libdb_cxx-4.4.so -lib/libdb_cxx-4.4.so.0 -@dirrm lib/db44 -@dirrm include/db44 -@dirrm bin/db44 diff --git a/databases/firebird20-client/Makefile b/databases/firebird20-client/Makefile deleted file mode 100644 index e4b999703b99..000000000000 --- a/databases/firebird20-client/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: firebird2-client -# Date created: 15 August 2006 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= firebird -PORTREVISION= 4 -PKGNAMESUFFIX= -client - -COMMENT= Firebird-2 database client - -MASTERDIR= ${.CURDIR}/../firebird2-server - -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile deleted file mode 100644 index c6a7e42cd796..000000000000 --- a/databases/firebird20-server/Makefile +++ /dev/null @@ -1,232 +0,0 @@ -# New ports collection makefile for: firebird2-server -# Date created: 15 August 2006 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME?= firebird -PORTVERSION= 2.0.0 -PORTREVISION?= 4 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=firebird -PKGNAMESUFFIX?= -server -DISTNAME= Firebird-2.0.0.12748 - -MAINTAINER= skv@FreeBSD.org -COMMENT?= Firebird-2 relational database (server) - -LATEST_LINK= ${PORTNAME}2${PKGNAMESUFFIX} - -USE_BISON= yes -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:259 aclocal:19 libtool:15 -ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal \ - -I ${WRKSRC}/m4 -USE_GCC= 3.4+ - -LOCALSTATEDIR= /var/db/firebird -CONFDIR= ${PREFIX}/etc/firebird -LIBEXECDIR= ${PREFIX}/libexec/firebird -PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION} \ - LOCALSTATEDIR="var/db/firebird" CONFDIR="etc/firebird" - -# Don't use ld for linking, use gcc -LD= ${CC} - -# Don't strip binary files -STRIP= - -ONLY_FOR_ARCHS= i386 amd64 -CONFLICTS= firebird-client-1* firebird-server-1* - -WRKSRC= ${WRKDIR}/${DISTNAME:C/^F/f/} - -INSTALL_FB= ${INSTALL} ${COPY} -g firebird - -.if !defined(CLIENT_ONLY) -# Server part stuff -LIB_DEPENDS+= fbembed.2:${PORTSDIR}/databases/firebird2-client - -AUTOGENARGS= --with-lock-manager - -ALL_TARGET= firebird_boot ref_databases msgs libfbembed intl otherfiles \ - inet_server extlib embed_gfix embed_gbak embed_gdef embed_util \ - embed_fbudf - -SUB_FILES= pkg-install pkg-message aliases.conf - -UTIL_BIN= fb_inet_server fb_lock_print gbak gdef gfix gsec gstat nbackup -UDF_SO= ib_udf.so fbudf.so -UDF_SQL= src/extlib/ib_udf2.sql src/extlib/fbudf/fbudf.sql -.else -# Client part stuff -LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu - -AUTOGENARGS= --with-editline - -ALL_TARGET= firebird_basic libfbembed embed_isql embed_gpre \ - embed_gdef embed_qli libfbclient extlib -#ALL_TARGET= firebird_basic libfbembed libfbclient \ -# client_gpre client_gdef client_isql client_qli extlib - -USE_LDCONFIG= yes -CLIENT_BIN= gpre isql qli - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.if !defined(NOPORTDOCS) -PORTDOCS= * -FB_DOCS_FILES= WhatsNew README.* Firebird* ReleaseNotes.pdf ambiguity.txt \ - ods11-index-structure.html -FB_DOCS_DIRS= sql.extensions license upgrade -.endif -.endif - -MAKE_ENV+= CC=${CC} CXX=${CXX} FIREBIRD_TMP="${WRKDIR}" FIREBIRD_LOCK="${WRKDIR}" - -post-extract: - @${RM} -rf ${WRKSRC}/extern/icu - -post-patch: - @${MKDIR} ${WRKSRC}/m4 - ${CP} ${FILESDIR}/*.m4 ${WRKSRC}/m4 - -.include <bsd.port.pre.mk> - -.if !defined(CLIENT_ONLY) -pre-everything:: - @${ECHO_MSG} "WARNING: The on-disk structure of the databases has" - @${ECHO_MSG} "changed since version 1.x." - @${ECHO_MSG} "Cancel this installation now and backup your databases" - @${ECHO_MSG} "if you have not already done so." -.if !defined(BATCH) - @sleep 2 -.endif -.endif - -.if !defined(CLIENT_ONLY) -pre-su-install: - @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - -post-install: - @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} -.endif - -.ifndef WITHOUT_IPC_CLEANUP -pre-build: -.ifndef PACKAGE_BUILDING - @if [ `${ID} -u` -eq 0 ]; then \ - ${ECHO_MSG} "==> Please do not build ${PORTNAME} as 'root' because this may cause conflicts with SysV semaphores of running services."; exit 1; fi -.endif - [ -f ${WRKDIR}/ipcs.pre.build ] || /usr/bin/ipcs -s | ${TAIL} -n +3 | \ - ${GREP} -F `${ID} -un` | ${CAT} > ${WRKDIR}/ipcs.pre.build - -post-build: - /usr/bin/ipcs -s | ${TAIL} -n +3 | ${GREP} -F `${ID} -un` | ${CAT} > ${WRKDIR}/ipcs.post.build - /usr/bin/diff -n ${WRKDIR}/ipcs.pre.build ${WRKDIR}/ipcs.post.build | \ - ${TAIL} -n +2 | ${SED} -E 's/^s +([0-9]+).*$$/\/usr\/bin\/ipcrm -s \1/' > ${WRKDIR}/ipcrm.sh - ${SH} ${WRKDIR}/ipcrm.sh -.endif - -do-configure: - @(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${MAKE_ENV} MAKE=${GMAKE} \ - ${AUTOTOOLS_VARS} ./autogen.sh --localstatedir=${LOCALSTATEDIR} \ - --prefix=${LOCALSTATEDIR} --exec-prefix=${PREFIX} \ - --libexecdir=${LIBEXECDIR} \ - --sysconfdir=${CONFDIR} --datadir=${DATADIR} \ - --with-icu-config=${LOCALBASE}/bin/icu-config \ - ${AUTOGENARGS}) - -post-configure: - @${REINPLACE_CMD} -e 's|__attribute__ ((__unused__));||' \ - ${WRKSRC}/src/dsql/parse.cpp - -do-install: -.if !defined(CLIENT_ONLY) - - ${INSTALL_PROGRAM} ${UTIL_BIN:S!^!${WRKSRC}/gen/firebird/bin/!} ${PREFIX}/bin - ${INSTALL_PROGRAM} -o root -g firebird -m 4550 \ - ${WRKSRC}/gen/firebird/bin/fb_lock_mgr ${PREFIX}/bin - ${INSTALL_PROGRAM} -m 500 \ - ${WRKSRC}/gen/firebird/bin/gds_drop ${PREFIX}/bin - - @${MKDIR} ${CONFDIR} - ${INSTALL_DATA} ${WRKDIR}/aliases.conf ${CONFDIR}/aliases.conf.sample -.if !exists(${CONFDIR}/aliases.conf) - ${INSTALL_DATA} ${WRKDIR}/aliases.conf ${CONFDIR}/aliases.conf -.endif - - ${MKDIR} ${LIBEXECDIR}/udf ${LOCALSTATEDIR}/help ${LIBEXECDIR}/intl - - ${CHOWN} -R firebird:firebird ${LOCALSTATEDIR} - - ${INSTALL_FB} -m 0555 ${UDF_SO:S!^!${WRKSRC}/gen/firebird/UDF/!} ${LIBEXECDIR}/udf - ${INSTALL_FB} -m 0444 ${UDF_SQL:S!^!${WRKSRC}/!} ${LIBEXECDIR}/udf - -.if !exists(${LOCALSTATEDIR}/security2.fdb) - ${INSTALL_FB} -m 0660 -o firebird ${WRKSRC}/gen/firebird/security2.fdb \ - ${LOCALSTATEDIR}/security2.fdb -.endif - ${INSTALL_FB} -m 0660 -o firebird ${WRKSRC}/gen/firebird/security2.fdb \ - ${LOCALSTATEDIR}/security2.fdb.sample - - ${INSTALL_FB} -m 0440 ${WRKSRC}/gen/firebird/help/help.fdb \ - ${LOCALSTATEDIR}/help - - ${INSTALL_FB} -m 0555 ${WRKSRC}/gen/firebird/intl/libfbintl.so ${LIBEXECDIR}/intl/fbintl - ${INSTALL_FB} -m 0444 ${WRKSRC}/gen/firebird/misc/fbintl.conf ${LIBEXECDIR}/intl/ -.else -# defined CLIENT_ONLY - ${INSTALL_PROGRAM} ${CLIENT_BIN:S!^!${WRKSRC}/gen/firebird/bin/!} \ - ${PREFIX}/bin - - ${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${WRKSRC}/gen/firebird/misc/firebird.conf > ${WRKDIR}/firebird.conf - - @${MKDIR} ${CONFDIR} -.if !exists(${CONFDIR}/firebird.conf) - ${INSTALL_DATA} ${WRKDIR}/firebird.conf ${CONFDIR} -.endif - ${INSTALL_DATA} ${WRKDIR}/firebird.conf ${CONFDIR}/firebird.conf.sample - - ${INSTALL_DATA} ${WRKSRC}/gen/firebird/lib/libib_util.so \ - ${WRKSRC}/gen/firebird/lib/libfbclient.so.${PORTVERSION} \ - ${WRKSRC}/gen/firebird/lib/libfbembed.so.${PORTVERSION} \ - ${PREFIX}/lib - - ${LN} -fs libfbclient.so.${PORTVERSION} ${PREFIX}/lib/libfbclient.so.2 - ${LN} -fs libfbclient.so.${PORTVERSION} ${PREFIX}/lib/libfbclient.so - - ${LN} -fs libfbembed.so.${PORTVERSION} ${PREFIX}/lib/libfbembed.so.2 - ${LN} -fs libfbembed.so.${PORTVERSION} ${PREFIX}/lib/libfbembed.so - - ${LN} -fs libfbembed.so.${PORTVERSION} ${PREFIX}/lib/libgds.so.2 - ${LN} -fs libfbembed.so.${PORTVERSION} ${PREFIX}/lib/libgds.so - - @${MKDIR} ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/gen/firebird/include/*.h ${PREFIX}/include - - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/gen/firebird/*.msg ${DATADIR} - -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" - @${MKDIR} ${FB_DOCS_DIRS:S!^!${DOCSDIR}/!} - @${INSTALL_DATA} ${FB_DOCS_FILES:S!^!${WRKSRC}/doc/!} ${DOCSDIR} - @${LN} -sf ${DOCSDIR}/README.user ${DOCSDIR}/README - @${INSTALL_DATA} ${WRKSRC}/doc/sql.extensions/* ${DOCSDIR}/sql.extensions - @${INSTALL_DATA} ${WRKSRC}/doc/license/* ${DOCSDIR}/license - @${INSTALL_DATA} ${WRKSRC}/src/misc/upgrade/v2/* ${DOCSDIR}/upgrade -.endif -.endif - -.include <bsd.port.post.mk> diff --git a/databases/firebird20-server/distinfo b/databases/firebird20-server/distinfo deleted file mode 100644 index cb55ddc572ee..000000000000 --- a/databases/firebird20-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Firebird-2.0.0.12748.tar.bz2) = 51a299465766023db85a73cb7763d16c -SHA256 (Firebird-2.0.0.12748.tar.bz2) = 2f0bba35a7d7ab712f3c53052202198aff10c8af2172339b307a04a251114f89 -SIZE (Firebird-2.0.0.12748.tar.bz2) = 12486774 diff --git a/databases/firebird20-server/files/aliases.conf.in b/databases/firebird20-server/files/aliases.conf.in deleted file mode 100644 index ded23bfd70cb..000000000000 --- a/databases/firebird20-server/files/aliases.conf.in +++ /dev/null @@ -1,9 +0,0 @@ -# -# List of known database aliases -# ------------------------------ -# -# Examples: -# -# employee = %%EXAMPLESDIR%%/employee.fdb -# security = /var/db/firebird/security2.fdb -# diff --git a/databases/firebird20-server/files/icu.m4 b/databases/firebird20-server/files/icu.m4 deleted file mode 100644 index 37d0f8a08c40..000000000000 --- a/databases/firebird20-server/files/icu.m4 +++ /dev/null @@ -1,46 +0,0 @@ -dnl AM_PATH_ICU([MINIMUM-VERSION]) -dnl Adds support for ICU -AC_DEFUN([AM_PATH_ICU], -[ - rast_lib_icu_major="$1" - rast_lib_icu_minor="$2" - rast_lib_icu_version="$1.$2" - - AC_ARG_WITH(icu-config, - AC_HELP_STRING([--with-icu-config=PATH],[path to icu-config]), - [ - AC_MSG_RESULT(using $withval for icu-config) - ICU_CONFIG="$withval" - ], [ - AC_PATH_PROG(ICU_CONFIG, icu-config, no) - ]) - HAVE_ICU="no" - if test "$ICU_CONFIG" != "no"; then - AC_MSG_CHECKING([ICU version]) - ICU_VERSION="`$ICU_CONFIG --version`" - if test $? -eq 0; then - changequote(<<, >>) - ICU_MAJOR=`expr "$ICU_VERSION" : '\(.*\)\..*'` - ICU_MINOR=`expr "$ICU_VERSION" : '.*\.\(.*\)'` - changequote([, ]) - if expr "$ICU_MAJOR" '>' "$rast_lib_icu_major" > /dev/null || - ( expr "$ICU_MAJOR" '=' "$rast_lib_icu_major" > /dev/null && - expr "$ICU_MINOR" '>=' "$rast_lib_icu_minor" > /dev/null ); then - AC_MSG_RESULT([$ICU_VERSION]) - - ICU_CPPFLAGS=`$ICU_CONFIG --cppflags` - ICU_LIBS=`$ICU_CONFIG --ldflags-libsonly` - ICU_LDFLAGS=`$ICU_CONFIG --ldflags-searchpath` - AC_SUBST(ICU_CPPFLAGS) - AC_SUBST(ICU_LIBS) - AC_SUBST(ICU_LDFLAGS) - HAVE_ICU="yes" - else - AC_MSG_WARN([$ICU_VERSION is too old; $rast_lib_icu_version is required]) - fi - else - AC_MSG_WARN([icu-config --version failed]) - fi - fi - AC_SUBST(HAVE_ICU) -]) diff --git a/databases/firebird20-server/files/patch-builds%install%misc%firebird.conf b/databases/firebird20-server/files/patch-builds%install%misc%firebird.conf deleted file mode 100644 index d0105af83cf6..000000000000 --- a/databases/firebird20-server/files/patch-builds%install%misc%firebird.conf +++ /dev/null @@ -1,20 +0,0 @@ ---- builds/install/misc/firebird.conf.orig Tue Aug 15 22:38:52 2006 -+++ builds/install/misc/firebird.conf Tue Aug 15 22:39:24 2006 -@@ -60,7 +60,7 @@ - # - # Type: string - # --#RootDirectory = -+#RootDirectory = /var/db/firebird - - - # ---------------------------- -@@ -125,7 +125,7 @@ - # - # Type: string (special format) - # --#UdfAccess = Restrict UDF -+UdfAccess = Restrict %%PREFIX%%/libexec/firebird/udf - - - # ---------------------------- diff --git a/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird b/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird deleted file mode 100644 index 31a0b95ec4f7..000000000000 --- a/databases/firebird20-server/files/patch-builds%posix%Makefile.in.firebird +++ /dev/null @@ -1,35 +0,0 @@ ---- builds/posix/Makefile.in.firebird.orig Sun Dec 18 20:56:17 2005 -+++ builds/posix/Makefile.in.firebird Wed Sep 13 20:31:13 2006 -@@ -186,7 +186,6 @@ - # - - external_libraries: -- $(MAKE) -f $(GEN_ROOT)/Makefile.extern.icu - ifeq ($(EDITLINE_FLG),Y) - $(MAKE) -f $(GEN_ROOT)/Makefile.extern.editline - endif -@@ -515,12 +514,12 @@ - #___________________________________________________________________________ - # - .PHONY: clean clean_objects clean_dependancies clean_extern_objects clean_build \ -- clean_gpre_gen clean_icu clean_dbs clean_examples clean_makefiles \ -+ clean_gpre_gen clean_dbs clean_examples clean_makefiles \ - clean_editline clean_all - - - clean: clean_objects clean_dependancies clean_extern_objects clean_build \ -- clean_gpre_gen clean_icu clean_dbs clean_examples -+ clean_gpre_gen clean_dbs clean_examples - - ifeq ($(EDITLINE_FLG),Y) - clean: clean_editline -@@ -542,9 +541,6 @@ - - clean_editline: - -make -C $(ROOT)/extern/editline clean -- --clean_icu: -- -make -C $(ROOT)/extern/icu/source clean - - clean_objects: - $(RM) `find $(TMP_ROOT)/ -type f -name '*.o' -print` diff --git a/databases/firebird20-server/files/patch-builds%posix%make.defaults b/databases/firebird20-server/files/patch-builds%posix%make.defaults deleted file mode 100644 index bef124859a91..000000000000 --- a/databases/firebird20-server/files/patch-builds%posix%make.defaults +++ /dev/null @@ -1,21 +0,0 @@ ---- builds/posix/make.defaults.orig Wed Dec 28 09:58:28 2005 -+++ builds/posix/make.defaults Wed Aug 16 16:26:16 2006 -@@ -102,7 +102,7 @@ - CHMOD= chmod - CHMOD_6= chmod 666 - CHMOD_7= chmod 777 --CHMOD_S7= chmod 06777 -+CHMOD_S7= chmod 04555 - MV= mv -f - TOUCH= touch - CP= cp -@@ -180,9 +180,6 @@ - - LIBFBSTATIC_A = $(LIB)/libfbstatic.a - LIBEDITLINE_A = $(LIB)/libeditline.a --LIBICU_SO = $(LIB)/$(LIB_PREFIX)icuuc.$(SHRLIB_EXT) \ -- $(LIB)/$(LIB_PREFIX)icudata.$(SHRLIB_EXT) \ -- $(LIB)/$(LIB_PREFIX)icui18n.$(SHRLIB_EXT) - - # Shared library name for usage inside of the UDF - IbUtilLibraryName = $(LIB_PREFIX)ib_util.$(SHRLIB_EXT) diff --git a/databases/firebird20-server/files/patch-builds%posix%make.rules b/databases/firebird20-server/files/patch-builds%posix%make.rules deleted file mode 100644 index 4131aff1f052..000000000000 --- a/databases/firebird20-server/files/patch-builds%posix%make.rules +++ /dev/null @@ -1,20 +0,0 @@ ---- builds/posix/make.rules.orig Wed Dec 28 09:58:28 2005 -+++ builds/posix/make.rules Thu Sep 14 17:29:08 2006 -@@ -33,7 +33,7 @@ - - - # Please don't use compiler/platform specific flags here - nmcc 02-Nov-2002 --CFLAGS:= $(CFLAGS) -I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include -I$(SRC_ROOT)/vulcan -I$(ROOT)/extern/icu/source/common -I$(ROOT)/extern/icu/source/i18n -DNAMESPACE=Vulcan -+CFLAGS:= $(CFLAGS) -I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include -I$(SRC_ROOT)/vulcan @ICU_CPPFLAGS@ -DNAMESPACE=Vulcan - - ifeq ($(IsProdTypeBuild),Y) - CFLAGS:= $(CFLAGS) $(PROD_FLAGS) -DPROD_BUILD -@@ -75,7 +75,7 @@ - STATICEXE_LINK = @CXX@ - - LINK_LIBS = @LIBS@ @EDITLINE_A@ --ICU_LIBS = -licuuc -licudata -licui18n -+ICU_LIBS = @ICU_LIBS@ @ICU_LDFLAGS@ - STATICLINK_LIBS = @LIBS@ @EDITLINE_A@ - SO_LINK_LIBS = @LIBS@ - diff --git a/databases/firebird20-server/files/patch-configure.in b/databases/firebird20-server/files/patch-configure.in deleted file mode 100644 index 4e09407641e4..000000000000 --- a/databases/firebird20-server/files/patch-configure.in +++ /dev/null @@ -1,45 +0,0 @@ ---- configure.in.orig Tue Apr 25 21:07:23 2006 -+++ configure.in Thu Sep 14 19:30:42 2006 -@@ -423,9 +423,10 @@ - AC_CHECK_LIB(curses, main) - dnl AC_CHECK_LIB(termcap, main) - if test "$EDITLINE_FLG" = "Y"; then -- AC_SUBST(EDITLINE_A, -leditline) -+ AC_SUBST(EDITLINE_A, "-ledit -lreadline") - fi - AC_CHECK_LIB(stdc++, main,,, $LIBS) -+AM_PATH_ICU(3, 4) - - - dnl Check for functions -@@ -696,6 +697,10 @@ - AC_SUBST(NEW_FIREBIRD_DIR) - - AC_DEFINE_UNQUOTED(FB_PREFIX, $(if test "x$prefix" = "xNONE" ; then echo \"$ac_default_prefix\"; else echo \"$prefix\"; fi), [Installation path prefix]) -+AC_DEFINE_UNQUOTED(FB_EXEC_PREFIX, "$exec_prefix", [Executables path prefix]) -+AC_DEFINE_UNQUOTED(FB_CONF_PREFIX, "$sysconfdir", [Single-machine data path prefix]) -+AC_DEFINE_UNQUOTED(FB_MSG_PREFIX, "$datadir", [Architecture-independent data path prefix]) -+AC_DEFINE_UNQUOTED(FB_LIBEXEC_PREFIX, "$libexecdir", [Program executables path prefix]) - - AC_CONFIG_COMMANDS(,,[ - dnl # rebuild version header if needed -@@ -1004,19 +1009,11 @@ - gen/Makefile.install:builds/install/arch-specific/${INSTALL_PREFIX}/Makefile.in - Makefile:Makefile.in - gen/Makefile.extern.editline:${MAKE_SRC_DIR}/Makefile.in.extern.editline --gen/Makefile.extern.icu:${MAKE_SRC_DIR}/Makefile.in.extern.icu - ) - - - --if test "$PROD_BUILD_FLG" = N; then -- DEBUG_ICU=--enable-debug --fi -- - AC_OUTPUT --(cd extern/icu/source --chmod +x runConfigureICU configure install-sh --./runConfigureICU "$ICU_PLATFORM" "$DEBUG_ICU" --prefix=`pwd`/..) - - - dnl Print out the build configuration (the most interesting thing) diff --git a/databases/firebird20-server/files/patch-src%common%config%config.cpp b/databases/firebird20-server/files/patch-src%common%config%config.cpp deleted file mode 100644 index b05adf508983..000000000000 --- a/databases/firebird20-server/files/patch-src%common%config%config.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/common/config/config.cpp.orig Tue Aug 15 22:53:43 2006 -+++ src/common/config/config.cpp Tue Aug 15 22:54:38 2006 -@@ -111,7 +111,7 @@ - {TYPE_STRING, "RemoteBindAddress", (ConfigValue) 0}, - {TYPE_STRING, "ExternalFileAccess", (ConfigValue) "None"}, // location(s) of external files for tables - {TYPE_STRING, "DatabaseAccess", (ConfigValue) "Full"}, // location(s) of databases -- {TYPE_STRING, "UdfAccess", (ConfigValue) "Restrict UDF"}, // location(s) of UDFs -+ {TYPE_STRING, "UdfAccess", (ConfigValue) "Restrict " FB_LIBEXEC_PREFIX "/UDF"}, // location(s) of UDFs - {TYPE_STRING, "TempDirectories", (ConfigValue) 0}, - #ifdef DEV_BUILD - {TYPE_BOOLEAN, "BugcheckAbort", (ConfigValue) true}, // whether to abort() engine when internal error is found diff --git a/databases/firebird20-server/files/patch-src%jrd%db_alias.cpp b/databases/firebird20-server/files/patch-src%jrd%db_alias.cpp deleted file mode 100644 index 27f7d6dc114d..000000000000 --- a/databases/firebird20-server/files/patch-src%jrd%db_alias.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- src/jrd/db_alias.cpp.orig Tue Aug 15 23:07:31 2006 -+++ src/jrd/db_alias.cpp Tue Aug 15 23:10:08 2006 -@@ -33,8 +33,8 @@ - - bool ResolveDatabaseAlias(const string& alias, string& database) - { -- string alias_filename; -- Firebird::Prefix(alias_filename, ALIAS_FILE); -+ string alias_filename = string(FB_CONF_PREFIX) -+ + PathUtils::dir_sep + ALIAS_FILE; - ConfigFile aliasConfig(false); - aliasConfig.setConfigFilePath(alias_filename); - diff --git a/databases/firebird20-server/files/patch-src%jrd%gds.cpp b/databases/firebird20-server/files/patch-src%jrd%gds.cpp deleted file mode 100644 index f22bc183629e..000000000000 --- a/databases/firebird20-server/files/patch-src%jrd%gds.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/jrd/gds.cpp.orig Tue Aug 15 22:49:37 2006 -+++ src/jrd/gds.cpp Tue Aug 15 22:50:14 2006 -@@ -3734,7 +3734,7 @@ - Firebird::PathName msgPrefix; - if (!fb_utils::readenv(FB_MSG_ENV, msgPrefix)) - { -- msgPrefix = prefix; -+ msgPrefix = FB_MSG_PREFIX; - } - msgPrefix.copyTo(ib_prefix_msg_val, sizeof(ib_prefix_msg_val)); - ib_prefix_msg = ib_prefix_msg_val; diff --git a/databases/firebird20-server/files/patch-src%jrd%os%config_root.h b/databases/firebird20-server/files/patch-src%jrd%os%config_root.h deleted file mode 100644 index 976da187b36a..000000000000 --- a/databases/firebird20-server/files/patch-src%jrd%os%config_root.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/jrd/os/config_root.h.orig Tue Aug 15 22:57:33 2006 -+++ src/jrd/os/config_root.h Tue Aug 15 22:57:53 2006 -@@ -76,7 +76,7 @@ - { - GetRoot(); - install_dir = root_dir; -- config_file = root_dir + string(CONFIG_FILE); -+ config_file = string(FB_CONF_PREFIX) + PathUtils::dir_sep + string(CONFIG_FILE); - } - - diff --git a/databases/firebird20-server/files/patch-src%jrd%plugin_manager.cpp b/databases/firebird20-server/files/patch-src%jrd%plugin_manager.cpp deleted file mode 100644 index 7a2ffab72408..000000000000 --- a/databases/firebird20-server/files/patch-src%jrd%plugin_manager.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/jrd/plugin_manager.cpp.orig Tue Aug 15 23:11:04 2006 -+++ src/jrd/plugin_manager.cpp Tue Aug 15 23:12:01 2006 -@@ -64,7 +64,7 @@ - void PluginManager::loadAllPlugins() - { - Firebird::PathName checkDir; -- const Firebird::PathName fbLibPath = Config::getRootDirectory(); -+ const Firebird::PathName fbLibPath = FB_LIBEXEC_PREFIX; - - for (spIterator pathItr = searchPaths.begin(); pathItr != searchPaths.end(); ++pathItr) - { -@@ -131,7 +131,7 @@ - PluginManager::Module *PluginManager::loadPluginModule(const Firebird::PathName& name) - { - Firebird::PathName checkPath; -- const Firebird::PathName fbLibPath = Config::getRootDirectory(); -+ const Firebird::PathName fbLibPath = FB_LIBEXEC_PREFIX; - - // Check to see if the module name was specified as a relative path - // from one of our search paths. This only makes sense if the name diff --git a/databases/firebird20-server/files/patch-src%jrd%svc.cpp b/databases/firebird20-server/files/patch-src%jrd%svc.cpp deleted file mode 100644 index a76b1568b036..000000000000 --- a/databases/firebird20-server/files/patch-src%jrd%svc.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- src/jrd/svc.cpp.orig Mon Jul 31 11:43:28 2006 -+++ src/jrd/svc.cpp Wed Nov 15 16:56:13 2006 -@@ -583,7 +583,8 @@ - { - #ifndef SERVICE_THREAD - TEXT service_path[MAXPATHLEN]; -- gds__prefix(service_path, serv->serv_executable); -+ strlcpy(service_path, FB_EXEC_PREFIX "/", MAXPATHLEN); -+ strlcat(service_path, serv->serv_executable, MAXPATHLEN); - service_fork(service_path, service); - #else - /* if service is single threaded, only call if not currently running */ -@@ -1742,7 +1743,8 @@ - TEXT service_path[MAXPATHLEN]; - - if (serv->serv_executable) { -- gds__prefix(service_path, serv->serv_executable); -+ strlcpy(service_path, FB_EXEC_PREFIX "/", MAXPATHLEN); -+ strlcat(service_path, serv->serv_executable, MAXPATHLEN); - service->svc_flags = SVC_forked; - service_fork(service_path, service); - } diff --git a/databases/firebird20-server/files/patch-src%lock%lock.cpp b/databases/firebird20-server/files/patch-src%lock%lock.cpp deleted file mode 100644 index 279324733739..000000000000 --- a/databases/firebird20-server/files/patch-src%lock%lock.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/lock/lock.cpp.orig Fri Feb 3 16:13:23 2006 -+++ src/lock/lock.cpp Wed Aug 16 12:41:32 2006 -@@ -2708,7 +2708,12 @@ - #ifdef DEBUG_MANAGER - gds__prefix(string, DEBUG_MANAGER); - #else -- gds__prefix(string, LOCK_MANAGER); -+ if (! getenv("FIREBIRD")) { -+ strlcpy(string, FB_EXEC_PREFIX "/", MAXPATHLEN); -+ strlcat(string, LOCK_MANAGER, MAXPATHLEN); -+ } else { -+ gds__prefix(string, LOCK_MANAGER); -+ } - #endif - if (statistics(string, &stat_buf) == -1) { - // bug() fills the vector with this address, it must be static. diff --git a/databases/firebird20-server/files/patch-src+jrd+IntlManager.cpp b/databases/firebird20-server/files/patch-src+jrd+IntlManager.cpp deleted file mode 100644 index c918181dce4f..000000000000 --- a/databases/firebird20-server/files/patch-src+jrd+IntlManager.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/jrd/IntlManager.cpp.orig Tue Nov 21 16:24:19 2006 -+++ src/jrd/IntlManager.cpp Tue Nov 21 16:30:40 2006 -@@ -78,7 +78,7 @@ - #endif - - Firebird::PathName intlPath; -- PathUtils::concatPath(intlPath, Config::getRootDirectory(), "intl"); -+ PathUtils::concatPath(intlPath, FB_LIBEXEC_PREFIX, "intl"); - - ScanDir dir(intlPath.c_str(), "*.conf"); - diff --git a/databases/firebird20-server/files/pkg-install.in b/databases/firebird20-server/files/pkg-install.in deleted file mode 100644 index ee702916f43c..000000000000 --- a/databases/firebird20-server/files/pkg-install.in +++ /dev/null @@ -1,71 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -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 - -nofbuid=0 -fbUID=`id -u firebird 2>/dev/null` -if [ $? -ne 0 ]; then - fbUID=90 - while [ ! -z `id -un $fbUID 2>/dev/null` ] - do - fbUID=$(($fbUID+1)) - done - nofbuid=1 -fi - -fbGID=`pw groupshow firebird 2>/dev/null` -if [ $? -ne 0 ]; then - fbGID=90 - while [ ! -z `id -gn $fbGID 2>/dev/null` ] - do - fbGID=$(($fbGID+1)) - done - echo "firebird:*:$fbGID:" >> /etc/group -else - fbGID=`echo $fbGID | awk -F: '{print $3}'` -fi - -echo "firebird user using uid $fbUID" -echo "firebird user using gid $fbGID" - -if which -s pw; then - if [ $nofbuid -ne 0 ]; then - pw useradd firebird -u $fbUID -g $fbGID -h - -s /bin/sh \ - -d /var/db/firebird -c "Firebird Database Administrator" - fi -else - echo -n "unable to create user firebird - please create it manually," - echo " before reinstalling this package." - exit 1 -fi -;; - -POST-INSTALL) -cd /var/db/firebird - -# Lock files - -for i in isc_init1 isc_lock1 isc_event1 -do - FileName=$i.`hostname` - touch $FileName - chmod uga=rw $FileName - chown firebird:firebird $FileName -done - -touch firebird.log -chown firebird:firebird firebird.log - -;; - -esac diff --git a/databases/firebird20-server/files/pkg-message.in b/databases/firebird20-server/files/pkg-message.in deleted file mode 100644 index 94d4194294b8..000000000000 --- a/databases/firebird20-server/files/pkg-message.in +++ /dev/null @@ -1,27 +0,0 @@ - ---------------------------------------------------------- -Firebird is now installed. - -Before start the server ensure that the following line exists in /etc/services: - -gds_db 3050/tcp #InterBase Database Remote Protocol - -If you use inetd then add the following line to /etc/inetd.conf - -gds_db stream tcp nowait firebird %%PREFIX%%/bin/fb_inet_server fb_inet_server - -And finally restart inetd. - -It is STRONGLY recommended that you change the SYSDBA -password with: - -% gsec -user SYSDBA -pass masterkey -GSEC> modify SYSDBA -pw newpassword -GSEC> quit - -before doing anything serious with Firebird. - -See documentation in %%DOCSDIR%%/ -for more information. ---------------------------------------------------------- - diff --git a/databases/firebird20-server/pkg-descr b/databases/firebird20-server/pkg-descr deleted file mode 100644 index ed76025f94b8..000000000000 --- a/databases/firebird20-server/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Firebird is a relational database offering many ANSI SQL-99 features -that runs on Linux, Windows, and a variety of Unix platforms. Firebird -offers excellent concurrency, high performance, and powerful language -support for stored procedures and triggers. It has been used in -production systems, under a variety of names since 1981. - -Firebird is completely free of any registration, licensing or deployment -fees. It may be deployed freely for use with any third-party software, -whether commercial or not. - -WWW: http://sourceforge.net/projects/firebird/ -WWW: http://www.firebirdsql.org/ diff --git a/databases/firebird20-server/pkg-plist b/databases/firebird20-server/pkg-plist deleted file mode 100644 index 096c66efee82..000000000000 --- a/databases/firebird20-server/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -@comment $FreeBSD$ -bin/fb_inet_server -bin/fb_lock_mgr -bin/fb_lock_print -bin/gbak -bin/gdef -bin/gds_drop -bin/gfix -bin/gsec -bin/gstat -bin/nbackup -libexec/firebird/intl/fbintl -libexec/firebird/intl/fbintl.conf -libexec/firebird/udf/fbudf.so -libexec/firebird/udf/fbudf.sql -libexec/firebird/udf/ib_udf.so -libexec/firebird/udf/ib_udf2.sql -@unexec (cmp -s %D/%%CONFDIR%%/aliases.conf %D/%%CONFDIR%%/aliases.conf.sample && rm -f %D/%%CONFDIR%%/aliases.conf) || true -%%CONFDIR%%/aliases.conf.sample -@exec [ -f %B/aliases.conf ] || cp %B/%f %B/aliases.conf -@dirrmtry %%CONFDIR%% -@dirrm libexec/firebird/intl -@dirrm libexec/firebird/udf -@dirrm libexec/firebird -@cwd / -@unexec (cmp -s %D/%%LOCALSTATEDIR%%/security2.fdb %D/%%LOCALSTATEDIR%%/security2.fdb.sample && rm -f %D/%%LOCALSTATEDIR%%/security2.fdb) || true -%%LOCALSTATEDIR%%/security2.fdb.sample -@exec [ -f %D/%%LOCALSTATEDIR%%/security2.fdb ] || cp %D/%F %D/%%LOCALSTATEDIR%%/security2.fdb -%%LOCALSTATEDIR%%/help/help.fdb -@unexec [ -s %D/%%LOCALSTATEDIR%%/firebird.log ] || rm -f %D/%%LOCALSTATEDIR%%/firebird.log -@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_event1.`hostname` -@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_init1.`hostname` -@unexec rm -f %D/%%LOCALSTATEDIR%%/isc_lock1.`hostname` -@dirrm %%LOCALSTATEDIR%%/help -@dirrmtry %%LOCALSTATEDIR%% diff --git a/databases/firebird20-server/pkg-plist.client b/databases/firebird20-server/pkg-plist.client deleted file mode 100644 index 71995b46b9f3..000000000000 --- a/databases/firebird20-server/pkg-plist.client +++ /dev/null @@ -1,26 +0,0 @@ -@comment $FreeBSD$ -bin/gpre -bin/isql -bin/qli -include/blr.h -include/ib_util.h -include/ibase.h -include/iberror.h -include/perf.h -lib/libfbclient.so -lib/libfbclient.so.2 -lib/libfbclient.so.%%FIREBIRD_VERSION%% -lib/libfbembed.so -lib/libfbembed.so.2 -lib/libfbembed.so.%%FIREBIRD_VERSION%% -lib/libgds.so -lib/libgds.so.2 -lib/libib_util.so -@unexec if cmp -s %D/%%CONFDIR%%/firebird.conf %D/%%CONFDIR%%/firebird.conf.sample; then rm -f %D/%%CONFDIR%%/firebird.conf; fi -%%CONFDIR%%/firebird.conf.sample -@exec [ -f %B/firebird.conf ] || cp %B/%f %B/firebird.conf -@dirrmtry %%CONFDIR%% -%%DATADIR%%/de_DE.msg -%%DATADIR%%/firebird.msg -%%DATADIR%%/fr_FR.msg -@dirrm %%DATADIR%% diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile deleted file mode 100644 index 020717925c03..000000000000 --- a/databases/freetds-devel/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: freetds -# Date created: 02 Nov 1999 -# Whom: Domas Mituzas <midom@dammit.lt> -# -# $FreeBSD$ - -PORTNAME= freetds -PORTVERSION= 0.63 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= ALPHA/freetds/stable - -MAINTAINER?= kiesel@schlund.de -COMMENT= Sybase/Microsoft TDS protocol library - -TDS_VER?= 5.0 - -USE_ICONV= yes -USE_GMAKE= yes -GNU_GONFIGURE= yes -USE_AUTOTOOLS= autoconf:259:env libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-tdsver=${TDS_VER} -INSTALLS_SHLIB= yes - -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-0.63 -MAN1= freebcp.1 tsql.1 bsqldb.1 defncopy.1 - -.if defined(WITH_IODBC) -LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc -CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE} -.endif - -.if defined(WITH_UNIXODBC) -LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE} -.endif - -.if defined(WITH_IODBC) || defined(WITH_UNIXODBC) -PLIST_SUB+= ODBC="" -.else -PLIST_SUB+= ODBC="@comment " -.endif - -# We cannot use msdblib-style by default, because port databases/sybtcl -# relies on sybase-style dblib -.if defined(WITH_MSDBLIB) -CONFIGURE_ARGS+= --enable-msdblib -.endif - -post-extract: - @cd ${WRKSRC} && ${LN} -s freetds.conf freetds.conf.dist - @cd ${WRKSRC} && ${LN} -s locales.conf locales.conf.dist - @cd ${WRKSRC}/src/pool && ${LN} -s pool.conf pool.conf.dist - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<malloc.h>|<stdlib.h>| ; \ - s|/freetds.conf|/freetds.conf.dist|g ; \ - s|/locales.conf|/locales.conf.dist|g ; \ - s|/pool.conf|/pool.conf.dist|g ; \ - s| common.h||g' -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e "s|\(install-data-am:\).*|\1 install-man|g" \ - ${WRKSRC}/doc/Makefile.in -.endif - -post-install: - @${MKDIR} ${PREFIX}/etc/freetds - @${INSTALL_DATA} ${WRKSRC}/interfaces ${PREFIX}/etc/freetds/interfaces.dist - @${ECHO_CMD} "Sample configuration files have been installed in ${PREFIX}/etc" - @${ECHO_CMD} "You should edit them and remove the .dist-suffix from their names" - -.include <bsd.port.mk> diff --git a/databases/freetds-devel/distinfo b/databases/freetds-devel/distinfo deleted file mode 100644 index bccccdd72a7c..000000000000 --- a/databases/freetds-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freetds-0.63.tar.gz) = a0a5038cfb708180308b381f848baf75 -SHA256 (freetds-0.63.tar.gz) = 8661ad1d58263220551745d4ef529250a412440e64e373612f569c709b09dcd2 -SIZE (freetds-0.63.tar.gz) = 1321466 diff --git a/databases/freetds-devel/pkg-descr b/databases/freetds-devel/pkg-descr deleted file mode 100644 index c7edc70e6849..000000000000 --- a/databases/freetds-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is TDS protocol library (CTlib/DBlib) that is used to connect to -Microsoft and Sybase SQL servers. This can be used instead of native -libraries, that are shipped with commercial products. - -WWW: http://www.freetds.org/ diff --git a/databases/freetds-devel/pkg-plist b/databases/freetds-devel/pkg-plist deleted file mode 100644 index 1b75863b49f1..000000000000 --- a/databases/freetds-devel/pkg-plist +++ /dev/null @@ -1,214 +0,0 @@ -bin/freebcp -bin/tdspool -bin/tsql -bin/bsqldb -bin/defncopy -etc/freetds.conf.dist -etc/freetds/interfaces.dist -etc/locales.conf.dist -etc/pool.conf.dist -include/bkpublic.h -include/cspublic.h -include/cstypes.h -include/ctpublic.h -include/sqldb.h -include/sqlfront.h -include/sybdb.h -include/syberror.h -include/sybfront.h -include/tds.h -include/tds_sysdep_public.h -include/tdsconvert.h -include/tdssrv.h -include/tdsver.h -lib/libct.a -lib/libct.la -lib/libct.so -lib/libct.so.3 -lib/libsybdb.a -lib/libsybdb.la -lib/libsybdb.so -lib/libsybdb.so.5 -lib/libtds.a -lib/libtds.la -lib/libtds.so -lib/libtds.so.4 -lib/libtdssrv.a -lib/libtdssrv.la -lib/libtdssrv.so -lib/libtdssrv.so.2 -%%ODBC%%lib/libtdsodbc.so -%%ODBC%%lib/libtdsodbc.so.0 -@comment %%ODBC%%lib/libtdsodbc.a -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl-11.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/index.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/about.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/what.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/tdshistory.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/freetdshistory.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/projects.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/build.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/packages.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/config.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/osissues.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/install.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/choosingtdsprotocol.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/freetdsconf.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/locales.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/envvar.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/configurations.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/confirminstall.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/prepodbc.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/odbcconnattr.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/php.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/dsnless.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/odbcinionly.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/odbcombo.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/odbcdiagnose.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/configs.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/nonwestern.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/domains.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/appendmode.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/tdspool.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/stunnel.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/software.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/perl.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/sybsql.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/python.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/troubleshooting.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/serverthere.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/logging.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/pagenodata.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/seemtooslow.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/help.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/mailinglist.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/askingforhelp.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/contrib.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/advocacy.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/programming.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/apireference.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/dblib.api.summary.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/ctlib.api.summary.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/odbc.api.summary.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/samplecode.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/acknowledgments.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/contributors.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/interfacesfile.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/interfaceslocation.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/interfacespurpose.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/interfacesformat.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/aboutunicode.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/iso8859.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/unicode.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/unicodegoodbad.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/unicodeutf.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/unicodefreetds.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl-1.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl-2.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl-3.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl-4.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl-5.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl-6.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl-7.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl-8.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl-9.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/gfdl-10.htm -%%PORTDOCS%%%%DOCSDIR%%/userguide/index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/todo.html -%%PORTDOCS%%%%DOCSDIR%%/reference/annotated.html -%%PORTDOCS%%%%DOCSDIR%%/reference/bug.html -%%PORTDOCS%%%%DOCSDIR%%/reference/doxygen.css -%%PORTDOCS%%%%DOCSDIR%%/reference/doxygen.png -%%PORTDOCS%%%%DOCSDIR%%/reference/files.html -%%PORTDOCS%%%%DOCSDIR%%/reference/functions.html -%%PORTDOCS%%%%DOCSDIR%%/reference/globals.html -%%PORTDOCS%%%%DOCSDIR%%/reference/index.html -%%PORTDOCS%%%%DOCSDIR%%/reference/modules.html -%%PORTDOCS%%%%DOCSDIR%%/reference/pages.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00075.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00081.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00082.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00083.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00085.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00087.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00156.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00159.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00194.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00197.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00198.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00213.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00217.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00232.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00255.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00307.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00310.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00336.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00337.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00338.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00339.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00340.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00341.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00342.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00343.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00344.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00345.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00346.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00347.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00348.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00349.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00350.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00351.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00352.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00353.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00354.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00356.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00358.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00359.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00360.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00361.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00362.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00363.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00364.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00365.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00366.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00367.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00368.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00369.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00370.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00371.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00372.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00373.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00374.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00375.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00376.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00377.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00378.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00379.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00380.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00381.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00382.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00383.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00384.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00385.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00386.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00387.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00388.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00389.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00391.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00393.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00394.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00395.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00396.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00397.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00398.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00399.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00064.html -%%PORTDOCS%%%%DOCSDIR%%/images/important.gif -%%PORTDOCS%%%%DOCSDIR%%/images/note.gif -%%PORTDOCS%%%%DOCSDIR%%/images/tip.gif -%%PORTDOCS%%@dirrm %%DOCSDIR%%/userguide -%%PORTDOCS%%@dirrm %%DOCSDIR%%/reference -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm etc/freetds diff --git a/databases/jrobin/Makefile b/databases/jrobin/Makefile deleted file mode 100644 index 889497fc2e66..000000000000 --- a/databases/jrobin/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: JRobin -# Date created: Mar 9, 2005 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= jrobin -PORTVERSION= 1.4.0 -CATEGORIES= net java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= JRobin-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A pure Java alternative to RRDTool - -USE_JAVA= yes -USE_ANT= yes -ALL_TARGET= all-libs -WRKSRC= ${WRKDIR}/${DISTNAME:L} -BUILD_WRKSRC= ${WRKSRC}/ant - -.if !defined(NOPORTDOCS) -ALL_TARGET+= javadoc -PORTDOCS= * -.endif - -CLASSES= jrobin jrobin-demo convertor inspector mrtg-client mrtg-server - -do-install: -.for c in ${CLASSES} - ${INSTALL_DATA} ${WRKSRC}/lib/${c}-${PORTVERSION}.jar ${JAVAJARDIR}/${c}.jar - @${ECHO} '${JAVAJARDIR:S,^${PREFIX}/,,}/${c}.jar' >> ${TMPPLIST} -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${CP} -R ${WRKSRC}/doc/ ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/databases/jrobin/distinfo b/databases/jrobin/distinfo deleted file mode 100644 index 703a951f7c51..000000000000 --- a/databases/jrobin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (JRobin-1.4.0.tar.gz) = 861b1fcc9d5554014120cd45be8a21d6 -SHA256 (JRobin-1.4.0.tar.gz) = 940a18b224760c3cbf1d374ac31e7127c6beac9b36f1512980c7e7dfc83a3d4e -SIZE (JRobin-1.4.0.tar.gz) = 1945845 diff --git a/databases/jrobin/pkg-descr b/databases/jrobin/pkg-descr deleted file mode 100644 index 3d699b201a9d..000000000000 --- a/databases/jrobin/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -JRobin is a 100% pure java implementation of RRDTool's functionality. It -follows the same logic and uses the same data sources, archive types and -definitions as RRDTool does. JRobin supports all standard operations on -Round Robin Database (RRD) files: CREATE, UPDATE, FETCH, LAST, DUMP, XPORT -and GRAPH. JRobin's API is made for those who are familiar with RRDTool's -concepts and logic, but prefer to work with pure java. If you provide the -same data to RRDTool and JRobin, you will get exactly the same results and -graphs. JRobin is made from the scratch and it uses very limited portions -of RRDTool's original source code. JRobin does not use native functions and -libraries, has no Runtime.exec() calls and does not require RRDTool to be -present. JRobin is distributed as a software library (jar files) and comes -with full java source code (LGPL licence). - -WWW: http://www.jrobin.org/ diff --git a/databases/mysql-connector-java50/Makefile b/databases/mysql-connector-java50/Makefile deleted file mode 100644 index 961c730d328a..000000000000 --- a/databases/mysql-connector-java50/Makefile +++ /dev/null @@ -1,108 +0,0 @@ -# New ports collection makefile for: mysql-connector-java -# Date created: 8 October 2003 -# Whom: Matthew Seaman <m.seaman@infracaninophile.co.uk> -# -# $FreeBSD$ -# - -PORTNAME= mysql-connector-java -PORTVERSION= 5.0.4 -CATEGORIES= databases java -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= Connector-J - -MAINTAINER= m.seaman@infracaninophile.co.uk -COMMENT= MySQL Connector/J: JDBC interface for MySQL - -RUN_DEPENDS= ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j - -.if !defined(WITHOUT_COMPILE) - -BUILD_DEPENDS= ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit \ - ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j - -USE_JAVA= yes -USE_ANT= yes -JAVA_VERSION= 1.4+ -ALL_TARGET= clean dist -MAKE_ARGS= -Djavalibdir=${JAVALIBDIR} -BUILDDIR= ${WRKDIR}/${DISTNAME}/build/${DISTNAME} - -.else - -USE_JAVA= yes -JAVA_VERSION= 1.2+ -BUILDDIR= ${WRKDIR}/${DISTNAME} - -.endif - -APIDOCSDIR= ${DOCSDIR}/javadoc -SRCDIR= ${WRKDIR}/${DISTNAME}/src -JAVADOCDIR= ${WRKDIR}/${DISTNAME}/javadoc -DESTJARFILE= ${PORTNAME}.jar -EXTRAJARS= jdbc2_0-stdext.jar jta-spec1_0_1.jar -EXTRADOCS= README CHANGES docs/connector-j.html docs/connector-j.pdf -JARFILE= ${DISTNAME}-bin.jar -JDCLASSPATH= ${SRCDIR}:${SRCDIR}/lib/jdbc2_0-stdext.jar:${SRCDIR}/lib/jta-spec1_0_1.jar:${CLASSPATH} - -PLIST_FILES= %%JAVAJARDIR%%/jdbc2_0-stdext.jar \ - %%JAVAJARDIR%%/jta-spec1_0_1.jar \ - %%JAVAJARDIR%%/mysql-connector-java.jar - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -pre-fetch: - @${ECHO_MSG} "" - @${ECHO_MSG} "You may use the following build options to override the" - @${ECHO_MSG} "default behaviour:" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITHOUT_COMPILE=yes Install the pre-compiled .jar file" - @${ECHO_MSG} "" - @${ECHO_MSG} "This port requires JDK 1.4.x or better to compile, but the" - @${ECHO_MSG} "JDBC driver can be made to operate with JVM 1.2.x or better" - @${ECHO_MSG} "" - -.if !defined(WITHOUT_COMPILE) -post-build: -.else -do-build: -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${JAVADOCDIR} && (cd ${SRCDIR}; \ - ${JAVADOC} -quiet -breakiterator \ - -d ${JAVADOCDIR} -package \ - -classpath ${JDCLASSPATH} \ - com.mysql.jdbc org.gjt.mm.mysql) -.endif - -do-install: do-install-jar do-install-apidocs - -do-install-jar: - @${ECHO_MSG} -n ">> Installing .jar files..." - @${INSTALL_DATA} ${BUILDDIR}/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE} - @for extrajar in ${EXTRAJARS} ; do \ - ${INSTALL_DATA} ${INSTALL_WRKSRC}/src/lib/$$extrajar ${JAVAJARDIR} ; \ - done - @${ECHO_MSG} " [ DONE ]" - -do-install-apidocs: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." - @${MKDIR} ${APIDOCSDIR} - @cd ${JAVADOCDIR} && for src in $$( ${FIND} . ) ; do \ - dst=${APIDOCSDIR}$${src#.} ; \ - if ${TEST} -d $$src ; then \ - ${MKDIR} $$dst ; \ - else \ - ${INSTALL_DATA} $$src $$dst ; \ - fi \ - done - @for extradoc in ${EXTRADOCS} ; do \ - ${INSTALL_DATA} ${INSTALL_WRKSRC}/$$extradoc ${DOCSDIR} ; \ - done - @${ECHO_MSG} " [ DONE ]" -.endif - -.include <bsd.port.mk> diff --git a/databases/mysql-connector-java50/distinfo b/databases/mysql-connector-java50/distinfo deleted file mode 100644 index c1e6b0ac2ffe..000000000000 --- a/databases/mysql-connector-java50/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mysql-connector-java-5.0.4.tar.gz) = fac72ed39a0533e2b0632495902fd3f1 -SHA256 (mysql-connector-java-5.0.4.tar.gz) = 523b4b24a1128706cb8f9d24de20d6446c4be2611e42b6b625ad9266ef34aae1 -SIZE (mysql-connector-java-5.0.4.tar.gz) = 8393544 diff --git a/databases/mysql-connector-java50/files/patch-build.xml b/databases/mysql-connector-java50/files/patch-build.xml deleted file mode 100644 index 0a304d58a244..000000000000 --- a/databases/mysql-connector-java50/files/patch-build.xml +++ /dev/null @@ -1,19 +0,0 @@ ---- build.xml.orig Mon Oct 10 15:59:00 2005 -+++ build.xml Tue Oct 18 09:45:11 2005 -@@ -60,12 +60,13 @@ - </path> - - <path id="project.build.classpath"> -- <fileset dir="${buildDir}/${fullProdName}/lib-nodist"> -+ <fileset dir="${buildDir}/${fullProdName}/lib"> - <include name="**/*.jar"/> - </fileset> - -- <fileset dir="${buildDir}/${fullProdName}/lib"> -- <include name="**/*.jar"/> -+ <fileset dir="${javalibdir}"> -+ <include name="junit.jar"/> -+ <include name="log4j.jar"/> - </fileset> - - <pathelement location="${buildDir}/${fullProdName}" /> diff --git a/databases/mysql-connector-java50/pkg-descr b/databases/mysql-connector-java50/pkg-descr deleted file mode 100644 index 6bc621760cea..000000000000 --- a/databases/mysql-connector-java50/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ - -MySQL Connector/J is a native Java driver that converts JDBC (Java -Database Connectivity) calls into the network protocol used by the -MySQL database. It lets developers working with the Java programming -language easily build programs and applets that interact with MySQL -and connect all corporate data, even in a heterogeneous -environment. MySQL Connector/J is a Type IV JDBC driver and has a -complete JDBC feature set that supports the capabilities of MySQL. - -This port is derived from the original databases/mysql-jdbc-mm port of -the mm.mysql JDBC connector by dglo@ssec.wisc.edu. - -WWW: http://www.mysql.com/products/connector-j/index.html -- m.seaman@infracaninophile.co.uk diff --git a/databases/mysql54-client/Makefile b/databases/mysql54-client/Makefile deleted file mode 100644 index 5a4b583553bf..000000000000 --- a/databases/mysql54-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}/../mysql51-server - -PKGINSTALL= mustnotexist -PKGMESSAGE= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql54-scripts/Makefile b/databases/mysql54-scripts/Makefile deleted file mode 100644 index 7aa6e28374ba..000000000000 --- a/databases/mysql54-scripts/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: MySQL-scripts -# Date created: 28 Jan 2006 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PKGNAMESUFFIX= -scripts - -COMMENT= Multithreaded SQL database (scripts) - -MASTERDIR= ${.CURDIR}/../mysql51-server - -PKGINSTALL= mustnotexist -PKGMESSAGE= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.scripts - -SCRIPTS_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile deleted file mode 100644 index d2f9e38c740b..000000000000 --- a/databases/mysql54-server/Makefile +++ /dev/null @@ -1,230 +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.1.14 -PORTREVISION?= 0 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQL-5.1 -PKGNAMESUFFIX?= -server -DISTNAME= ${PORTNAME}-${PORTVERSION}-beta - -MAINTAINER= ale@FreeBSD.org -COMMENT?= Multithreaded SQL database (server) - -SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts -USE_AUTOTOOLS= libtool:15 - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ - --without-debug \ - --without-readline \ - --without-libedit \ - --with-libwrap \ - --with-mysqlfs \ - --with-low-memory \ - --with-comment='FreeBSD port: ${PKGNAME}' \ - --enable-thread-safe-client - -.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(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) -CONFIGURE_ARGS+=--with-ssl=bundled -.endif -.if defined(BUILD_STATIC) -CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static -.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 -.if ${OSVERSION} > 500000 -LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r -llstdc++ -llsupc++' -.else -LIB_DEPENDS+= lthread.[24]:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r' -.endif -.else -CONFIGURE_ARGS+=--with-named-thread-libs=${PTHREAD_LIBS} -CFLAGS+= ${PTHREAD_CFLAGS} -.endif - -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CXX= ${CC} -.endif -.if defined(BUILD_OPTIMIZED) -CFLAGS+= -O3 -fno-omit-frame-pointer -.if ${OSVERSION} > 500000 || (defined(USE_GCC) && (${USE_GCC} == 3.0 || ${USE_GCC} == 3.1 || ${USE_GCC} == 3.2 || ${USE_GCC} == 3.3)) -CFLAGS+= -fno-gcse -.endif -.endif -CXXFLAGS+= ${CFLAGS} -felide-constructors -fno-rtti -.if ${OSVERSION} >= 400002 -CXXFLAGS+= -fno-exceptions -.endif - -# MySQL-Server part -.if !defined(CLIENT_ONLY) && !defined(SCRIPTS_ONLY) -USE_MYSQL= yes -WANT_MYSQL_VER= 51 - -LATEST_LINK= mysql51-server - -CONFLICTS= mysql-server-3.* mysql-server-4.* mysql-server-5.0.* - -USE_RC_SUBR= mysql-server.sh - -.if defined(WITH_NDB) -PLIST_SUB+= NDB="" -.else -PLIST_SUB+= NDB="@comment " -.endif - -MAN1= myisamchk.1 myisamlog.1 myisampack.1 mysqld.1 \ - mysqld_safe.1 mysql.server.1 perror.1 replace.1 - -INFO= mysql - -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} " 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} " 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@ @zlib_dir@ @sql_server_dirs@ storage @sql_server@ scripts @man_dirs@ support-files|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|all: config.h|all: config.h all-local|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = @server_scripts@ mysql_create_system_tables|g" ${WRKSRC}/scripts/Makefile.in - @${REINPLACE_CMD} -e "s|dist_pkgdata_DATA =|dist_pkgdata_DATA = fill_help_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-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|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/mysys/default.c -.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) - @${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} -.endif - -.else -# MySQL-Client part -.if defined(CLIENT_ONLY) -LATEST_LINK= mysql51-client - -CONFLICTS= mysql-client-3.* mysql-client-4.* mysql-client-5.0.* - -MAN1= mysql_config.1 mysql.1 mysqladmin.1 mysqlbinlog.1 \ - mysqlcheck.1 mysqldump.1 mysqlimport.1 mysqlshow.1 - -MAN8= mysqlmanager.8 - -USE_LDCONFIG= ${PREFIX}/lib/mysql - -CONFIGURE_ARGS+=--without-server - -.if ${OSVERSION} < 500000 -PLIST_SUB+= ZLIB="" -.else -PLIST_SUB+= ZLIB="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @zlib_dir@ strings mysys dbug extra regex libmysql_r libmysql client scripts @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|all: config.h|all: config.h all-local|g" ${WRKSRC}/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;s|man8_MANS =|man8_MANS = ${MAN8}|g" ${WRKSRC}/man/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-binPROGRAMS|install-exec-am:|g" ${WRKSRC}/extra/Makefile.in - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/mysys/default.c - -.else -# MySQL-Scripts part -USE_MYSQL= yes -WANT_MYSQL_VER= 51 -USE_PERL5= yes - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql51 -.if ${PERL_LEVEL} <= 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - -LATEST_LINK= mysql51-scripts - -CONFLICTS= mysql-scripts-3.* mysql-scripts-4.* mysql-scripts-5.0.* - -MAN1= msql2mysql.1 mysql_zap.1 mysqlaccess.1 mysqlhotcopy.1 \ - mysqld_multi.1 mysql_fix_privilege_tables.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(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/mysql54-server/distinfo b/databases/mysql54-server/distinfo deleted file mode 100644 index ec8e313d4c22..000000000000 --- a/databases/mysql54-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mysql-5.1.14-beta.tar.gz) = f02115e98c99558e062adcf2dc305283 -SHA256 (mysql-5.1.14-beta.tar.gz) = 6b4990a784169560fd487d24c69efba1f73662500d0d3132375d8b5cd026bb67 -SIZE (mysql-5.1.14-beta.tar.gz) = 23640648 diff --git a/databases/mysql54-server/files/mysql-server.sh.in b/databases/mysql54-server/files/mysql-server.sh.in deleted file mode 100644 index 3b5439c44407..000000000000 --- a/databases/mysql54-server/files/mysql-server.sh.in +++ /dev/null @@ -1,63 +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). -# - -. %%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 &" -procname="%%PREFIX%%/libexec/mysqld" -start_precmd="${name}_prestart" -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 - [ $? -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 -} - -run_rc_command "$1" diff --git a/databases/mysql54-server/files/patch-Docs::Makefile.in b/databases/mysql54-server/files/patch-Docs::Makefile.in deleted file mode 100644 index 677da903d045..000000000000 --- a/databases/mysql54-server/files/patch-Docs::Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Docs/Makefile.in.orig Fri Jun 2 20:02:56 2006 -+++ Docs/Makefile.in Thu Jun 15 07:18:41 2006 -@@ -370,7 +370,7 @@ - # generated files explicitly in DISTCLEANFILES. - DISTCLEANFILES = $(TXT_FILES) - GT = $(srcdir)/generate-text-files.pl --all: all-am -+all: - - .SUFFIXES: - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -@@ -458,7 +458,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/mysql54-server/files/patch-Makefile.in b/databases/mysql54-server/files/patch-Makefile.in deleted file mode 100644 index a8c65305f19f..000000000000 --- a/databases/mysql54-server/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig Wed Dec 6 18:07:33 2006 -+++ Makefile.in Sun Dec 31 12:03:09 2006 -@@ -395,14 +395,7 @@ - EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \ - README COPYING EXCEPTIONS-CLIENT CMakeLists.txt - --SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ -- @readline_topdir@ sql-common \ -- @thread_dirs@ pstack \ -- @sql_union_dirs@ unittest storage plugin \ -- @sql_server@ scripts @man_dirs@ tests \ -- netware @libmysqld_dirs@ \ -- mysql-test support-files sql-bench @tools_dirs@ \ -- win -+SUBDIRS = - - DIST_SUBDIRS = $(SUBDIRS) BUILD - diff --git a/databases/mysql54-server/files/patch-configure b/databases/mysql54-server/files/patch-configure deleted file mode 100644 index 681fa38d1099..000000000000 --- a/databases/mysql54-server/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.orig Thu Oct 26 14:03:58 2006 -+++ configure Tue Nov 7 17:13:30 2006 -@@ -20360,8 +20360,6 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - # Prevent multiple expansion - -@@ -26478,8 +26476,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*) -@@ -46147,7 +46145,7 @@ - - MAKE_BINARY_DISTRIBUTION_OPTIONS="$MAKE_BINARY_DISTRIBUTION_OPTIONS --with-ndbcluster" - -- CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" -+ # CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" - if test "$have_ndb_debug" = "default" - then - have_ndb_debug=$with_debug diff --git a/databases/mysql54-server/files/patch-extra_yassl_Makefile.in b/databases/mysql54-server/files/patch-extra_yassl_Makefile.in deleted file mode 100644 index 232d2c3852c2..000000000000 --- a/databases/mysql54-server/files/patch-extra_yassl_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/Makefile.in.orig Thu Oct 26 14:02:58 2006 -+++ extra/yassl/Makefile.in Tue Nov 7 08:17:34 2006 -@@ -351,7 +351,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 = yassl.dsp yassl.dsw yassl.vcproj \ - CMakeLists.txt - diff --git a/databases/mysql54-server/files/patch-extra_yassl_taocrypt_Makefile.in b/databases/mysql54-server/files/patch-extra_yassl_taocrypt_Makefile.in deleted file mode 100644 index bca462d08cba..000000000000 --- a/databases/mysql54-server/files/patch-extra_yassl_taocrypt_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/taocrypt/Makefile.in.orig Thu Oct 26 14:02:59 2006 -+++ extra/yassl/taocrypt/Makefile.in Tue Nov 7 08:18:38 2006 -@@ -351,7 +351,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 = taocrypt.dsw taocrypt.dsp taocrypt.vcproj CMakeLists.txt $(wildcard mySTL/*.hpp) - all: all-recursive - diff --git a/databases/mysql54-server/files/patch-include_my_libwrap.h b/databases/mysql54-server/files/patch-include_my_libwrap.h deleted file mode 100644 index a115f40fc8fc..000000000000 --- a/databases/mysql54-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/mysql54-server/files/patch-include_my_tcpd.h b/databases/mysql54-server/files/patch-include_my_tcpd.h deleted file mode 100644 index 38aad1aa57d7..000000000000 --- a/databases/mysql54-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/mysql54-server/files/patch-man::Makefile.in b/databases/mysql54-server/files/patch-man::Makefile.in deleted file mode 100644 index 0b15e2d4ca03..000000000000 --- a/databases/mysql54-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- man/Makefile.in.orig Thu Oct 26 14:03:04 2006 -+++ man/Makefile.in Tue Nov 7 08:19:50 2006 -@@ -363,8 +363,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) - all: all-am - diff --git a/databases/mysql54-server/files/patch-mysys_default.c b/databases/mysql54-server/files/patch-mysys_default.c deleted file mode 100644 index 7c1dbe23aa9a..000000000000 --- a/databases/mysql54-server/files/patch-mysys_default.c +++ /dev/null @@ -1,22 +0,0 @@ ---- mysys/default.c.orig Thu May 26 15:26:56 2005 -+++ mysys/default.c Fri Jun 3 17:16:59 2005 -@@ -517,7 +517,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 -@@ -867,9 +867,8 @@ - *ptr++= env; - #endif - *ptr++= "/etc/"; -+ *ptr++= "%%PREFIX%%/etc/"; - #endif -- if ((env= getenv(STRINGIFY_ARG(DEFAULT_HOME_ENV)))) -- *ptr++= env; - *ptr++= ""; /* Place for defaults_extra_file */ - #if !defined(__WIN__) && !defined(__NETWARE__) - *ptr++= "~/";; diff --git a/databases/mysql54-server/files/patch-scripts::Makefile.in b/databases/mysql54-server/files/patch-scripts::Makefile.in deleted file mode 100644 index 42e5e507112c..000000000000 --- a/databases/mysql54-server/files/patch-scripts::Makefile.in +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/Makefile.in.orig Thu Oct 26 14:03:08 2006 -+++ scripts/Makefile.in Tue Nov 7 08:23:48 2006 -@@ -371,22 +371,7 @@ - yassl_libs = @yassl_libs@ - yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ - zlib_dir = @zlib_dir@ --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 \ -- mysql_create_system_tables -+bin_SCRIPTS = - - noinst_SCRIPTS = make_binary_distribution \ - make_sharedlib_distribution -@@ -416,7 +401,7 @@ - mysqlbug \ - make_win_bin_dist - --dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql -+dist_pkgdata_DATA = - - # mysqlbug should be distributed built so that people can report build - # failures with it. diff --git a/databases/mysql54-server/files/patch-sql::mysqld.cc b/databases/mysql54-server/files/patch-sql::mysqld.cc deleted file mode 100644 index 4feed825cb11..000000000000 --- a/databases/mysql54-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/mysql54-server/pkg-descr b/databases/mysql54-server/pkg-descr deleted file mode 100644 index 4ddefbb70546..000000000000 --- a/databases/mysql54-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/mysql54-server/pkg-install b/databases/mysql54-server/pkg-install deleted file mode 100644 index 586f846c5031..000000000000 --- a/databases/mysql54-server/pkg-install +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d /nonexistent -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; -esac diff --git a/databases/mysql54-server/pkg-message b/databases/mysql54-server/pkg-message deleted file mode 100644 index 7e30302334e6..000000000000 --- a/databases/mysql54-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/mysql54-server/pkg-plist b/databases/mysql54-server/pkg-plist deleted file mode 100644 index 239f52d87b5f..000000000000 --- a/databases/mysql54-server/pkg-plist +++ /dev/null @@ -1,176 +0,0 @@ -@unexec %D/etc/rc.d/mysql-server.sh stop > /dev/null 2>&1 || true -bin/innochecksum -bin/my_print_defaults -bin/myisam_ftdump -bin/myisamchk -bin/myisamlog -bin/myisampack -bin/mysql_create_system_tables -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/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/ha_example.a -lib/mysql/ha_example.la -lib/mysql/ha_example.so -lib/mysql/ha_example.so.0 -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmyisam.a -lib/mysql/libmyisammrg.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.0 -lib/mysql/libvio.a -libexec/mysqld -%%NDB%%libexec/ndb_cpcd -%%NDB%%libexec/ndb_mgmd -%%NDB%%libexec/ndbd -%%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%%/czech/errmsg.sys -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/errmsg.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-log-rotate -%%DATADIR%%/mysql.server -%%DATADIR%%/ndb-config-2-node.ini -%%NDB%%%%DATADIR%%/ndb_size.tmpl -%%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 -@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/mysql54-server/pkg-plist.client b/databases/mysql54-server/pkg-plist.client deleted file mode 100644 index 857870c78dba..000000000000 --- a/databases/mysql54-server/pkg-plist.client +++ /dev/null @@ -1,60 +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/errmsg.h -include/mysql/keycache.h -include/mysql/m_ctype.h -include/mysql/m_string.h -include/mysql/my_alloc.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_semaphore.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_time.h -include/mysql/mysql_version.h -include/mysql/mysqld_ername.h -include/mysql/mysqld_error.h -include/mysql/plugin.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.15 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.la -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.15 -%%ZLIB%%lib/mysql/libz.a -%%ZLIB%%lib/mysql/libz.la -%%ZLIB%%lib/mysql/libz.so -%%ZLIB%%lib/mysql/libz.so.3 -%%DATADIR%%/mysql_fix_privilege_tables.sql -@dirrm include/mysql -@dirrm lib/mysql -@dirrm %%DATADIR%% diff --git a/databases/mysql54-server/pkg-plist.scripts b/databases/mysql54-server/pkg-plist.scripts deleted file mode 100644 index b0a603760ef0..000000000000 --- a/databases/mysql54-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/mysql55-client/Makefile b/databases/mysql55-client/Makefile deleted file mode 100644 index 5a4b583553bf..000000000000 --- a/databases/mysql55-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}/../mysql51-server - -PKGINSTALL= mustnotexist -PKGMESSAGE= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql55-scripts/Makefile b/databases/mysql55-scripts/Makefile deleted file mode 100644 index 7aa6e28374ba..000000000000 --- a/databases/mysql55-scripts/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: MySQL-scripts -# Date created: 28 Jan 2006 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PKGNAMESUFFIX= -scripts - -COMMENT= Multithreaded SQL database (scripts) - -MASTERDIR= ${.CURDIR}/../mysql51-server - -PKGINSTALL= mustnotexist -PKGMESSAGE= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.scripts - -SCRIPTS_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile deleted file mode 100644 index d2f9e38c740b..000000000000 --- a/databases/mysql55-server/Makefile +++ /dev/null @@ -1,230 +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.1.14 -PORTREVISION?= 0 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQL-5.1 -PKGNAMESUFFIX?= -server -DISTNAME= ${PORTNAME}-${PORTVERSION}-beta - -MAINTAINER= ale@FreeBSD.org -COMMENT?= Multithreaded SQL database (server) - -SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts -USE_AUTOTOOLS= libtool:15 - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ - --without-debug \ - --without-readline \ - --without-libedit \ - --with-libwrap \ - --with-mysqlfs \ - --with-low-memory \ - --with-comment='FreeBSD port: ${PKGNAME}' \ - --enable-thread-safe-client - -.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(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) -CONFIGURE_ARGS+=--with-ssl=bundled -.endif -.if defined(BUILD_STATIC) -CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static -.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 -.if ${OSVERSION} > 500000 -LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r -llstdc++ -llsupc++' -.else -LIB_DEPENDS+= lthread.[24]:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r' -.endif -.else -CONFIGURE_ARGS+=--with-named-thread-libs=${PTHREAD_LIBS} -CFLAGS+= ${PTHREAD_CFLAGS} -.endif - -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CXX= ${CC} -.endif -.if defined(BUILD_OPTIMIZED) -CFLAGS+= -O3 -fno-omit-frame-pointer -.if ${OSVERSION} > 500000 || (defined(USE_GCC) && (${USE_GCC} == 3.0 || ${USE_GCC} == 3.1 || ${USE_GCC} == 3.2 || ${USE_GCC} == 3.3)) -CFLAGS+= -fno-gcse -.endif -.endif -CXXFLAGS+= ${CFLAGS} -felide-constructors -fno-rtti -.if ${OSVERSION} >= 400002 -CXXFLAGS+= -fno-exceptions -.endif - -# MySQL-Server part -.if !defined(CLIENT_ONLY) && !defined(SCRIPTS_ONLY) -USE_MYSQL= yes -WANT_MYSQL_VER= 51 - -LATEST_LINK= mysql51-server - -CONFLICTS= mysql-server-3.* mysql-server-4.* mysql-server-5.0.* - -USE_RC_SUBR= mysql-server.sh - -.if defined(WITH_NDB) -PLIST_SUB+= NDB="" -.else -PLIST_SUB+= NDB="@comment " -.endif - -MAN1= myisamchk.1 myisamlog.1 myisampack.1 mysqld.1 \ - mysqld_safe.1 mysql.server.1 perror.1 replace.1 - -INFO= mysql - -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} " 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} " 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@ @zlib_dir@ @sql_server_dirs@ storage @sql_server@ scripts @man_dirs@ support-files|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|all: config.h|all: config.h all-local|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = @server_scripts@ mysql_create_system_tables|g" ${WRKSRC}/scripts/Makefile.in - @${REINPLACE_CMD} -e "s|dist_pkgdata_DATA =|dist_pkgdata_DATA = fill_help_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-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|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/mysys/default.c -.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) - @${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} -.endif - -.else -# MySQL-Client part -.if defined(CLIENT_ONLY) -LATEST_LINK= mysql51-client - -CONFLICTS= mysql-client-3.* mysql-client-4.* mysql-client-5.0.* - -MAN1= mysql_config.1 mysql.1 mysqladmin.1 mysqlbinlog.1 \ - mysqlcheck.1 mysqldump.1 mysqlimport.1 mysqlshow.1 - -MAN8= mysqlmanager.8 - -USE_LDCONFIG= ${PREFIX}/lib/mysql - -CONFIGURE_ARGS+=--without-server - -.if ${OSVERSION} < 500000 -PLIST_SUB+= ZLIB="" -.else -PLIST_SUB+= ZLIB="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @zlib_dir@ strings mysys dbug extra regex libmysql_r libmysql client scripts @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|all: config.h|all: config.h all-local|g" ${WRKSRC}/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;s|man8_MANS =|man8_MANS = ${MAN8}|g" ${WRKSRC}/man/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-binPROGRAMS|install-exec-am:|g" ${WRKSRC}/extra/Makefile.in - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/mysys/default.c - -.else -# MySQL-Scripts part -USE_MYSQL= yes -WANT_MYSQL_VER= 51 -USE_PERL5= yes - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql51 -.if ${PERL_LEVEL} <= 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - -LATEST_LINK= mysql51-scripts - -CONFLICTS= mysql-scripts-3.* mysql-scripts-4.* mysql-scripts-5.0.* - -MAN1= msql2mysql.1 mysql_zap.1 mysqlaccess.1 mysqlhotcopy.1 \ - mysqld_multi.1 mysql_fix_privilege_tables.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(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/mysql55-server/distinfo b/databases/mysql55-server/distinfo deleted file mode 100644 index ec8e313d4c22..000000000000 --- a/databases/mysql55-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mysql-5.1.14-beta.tar.gz) = f02115e98c99558e062adcf2dc305283 -SHA256 (mysql-5.1.14-beta.tar.gz) = 6b4990a784169560fd487d24c69efba1f73662500d0d3132375d8b5cd026bb67 -SIZE (mysql-5.1.14-beta.tar.gz) = 23640648 diff --git a/databases/mysql55-server/files/mysql-server.sh.in b/databases/mysql55-server/files/mysql-server.sh.in deleted file mode 100644 index 3b5439c44407..000000000000 --- a/databases/mysql55-server/files/mysql-server.sh.in +++ /dev/null @@ -1,63 +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). -# - -. %%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 &" -procname="%%PREFIX%%/libexec/mysqld" -start_precmd="${name}_prestart" -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 - [ $? -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 -} - -run_rc_command "$1" diff --git a/databases/mysql55-server/files/patch-Docs::Makefile.in b/databases/mysql55-server/files/patch-Docs::Makefile.in deleted file mode 100644 index 677da903d045..000000000000 --- a/databases/mysql55-server/files/patch-Docs::Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Docs/Makefile.in.orig Fri Jun 2 20:02:56 2006 -+++ Docs/Makefile.in Thu Jun 15 07:18:41 2006 -@@ -370,7 +370,7 @@ - # generated files explicitly in DISTCLEANFILES. - DISTCLEANFILES = $(TXT_FILES) - GT = $(srcdir)/generate-text-files.pl --all: all-am -+all: - - .SUFFIXES: - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -@@ -458,7 +458,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/mysql55-server/files/patch-Makefile.in b/databases/mysql55-server/files/patch-Makefile.in deleted file mode 100644 index a8c65305f19f..000000000000 --- a/databases/mysql55-server/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig Wed Dec 6 18:07:33 2006 -+++ Makefile.in Sun Dec 31 12:03:09 2006 -@@ -395,14 +395,7 @@ - EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \ - README COPYING EXCEPTIONS-CLIENT CMakeLists.txt - --SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ -- @readline_topdir@ sql-common \ -- @thread_dirs@ pstack \ -- @sql_union_dirs@ unittest storage plugin \ -- @sql_server@ scripts @man_dirs@ tests \ -- netware @libmysqld_dirs@ \ -- mysql-test support-files sql-bench @tools_dirs@ \ -- win -+SUBDIRS = - - DIST_SUBDIRS = $(SUBDIRS) BUILD - diff --git a/databases/mysql55-server/files/patch-configure b/databases/mysql55-server/files/patch-configure deleted file mode 100644 index 681fa38d1099..000000000000 --- a/databases/mysql55-server/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.orig Thu Oct 26 14:03:58 2006 -+++ configure Tue Nov 7 17:13:30 2006 -@@ -20360,8 +20360,6 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - # Prevent multiple expansion - -@@ -26478,8 +26476,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*) -@@ -46147,7 +46145,7 @@ - - MAKE_BINARY_DISTRIBUTION_OPTIONS="$MAKE_BINARY_DISTRIBUTION_OPTIONS --with-ndbcluster" - -- CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" -+ # CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" - if test "$have_ndb_debug" = "default" - then - have_ndb_debug=$with_debug diff --git a/databases/mysql55-server/files/patch-extra_yassl_Makefile.in b/databases/mysql55-server/files/patch-extra_yassl_Makefile.in deleted file mode 100644 index 232d2c3852c2..000000000000 --- a/databases/mysql55-server/files/patch-extra_yassl_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/Makefile.in.orig Thu Oct 26 14:02:58 2006 -+++ extra/yassl/Makefile.in Tue Nov 7 08:17:34 2006 -@@ -351,7 +351,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 = yassl.dsp yassl.dsw yassl.vcproj \ - CMakeLists.txt - diff --git a/databases/mysql55-server/files/patch-extra_yassl_taocrypt_Makefile.in b/databases/mysql55-server/files/patch-extra_yassl_taocrypt_Makefile.in deleted file mode 100644 index bca462d08cba..000000000000 --- a/databases/mysql55-server/files/patch-extra_yassl_taocrypt_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/taocrypt/Makefile.in.orig Thu Oct 26 14:02:59 2006 -+++ extra/yassl/taocrypt/Makefile.in Tue Nov 7 08:18:38 2006 -@@ -351,7 +351,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 = taocrypt.dsw taocrypt.dsp taocrypt.vcproj CMakeLists.txt $(wildcard mySTL/*.hpp) - all: all-recursive - diff --git a/databases/mysql55-server/files/patch-include_my_libwrap.h b/databases/mysql55-server/files/patch-include_my_libwrap.h deleted file mode 100644 index a115f40fc8fc..000000000000 --- a/databases/mysql55-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/mysql55-server/files/patch-include_my_tcpd.h b/databases/mysql55-server/files/patch-include_my_tcpd.h deleted file mode 100644 index 38aad1aa57d7..000000000000 --- a/databases/mysql55-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/mysql55-server/files/patch-man::Makefile.in b/databases/mysql55-server/files/patch-man::Makefile.in deleted file mode 100644 index 0b15e2d4ca03..000000000000 --- a/databases/mysql55-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- man/Makefile.in.orig Thu Oct 26 14:03:04 2006 -+++ man/Makefile.in Tue Nov 7 08:19:50 2006 -@@ -363,8 +363,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) - all: all-am - diff --git a/databases/mysql55-server/files/patch-mysys_default.c b/databases/mysql55-server/files/patch-mysys_default.c deleted file mode 100644 index 7c1dbe23aa9a..000000000000 --- a/databases/mysql55-server/files/patch-mysys_default.c +++ /dev/null @@ -1,22 +0,0 @@ ---- mysys/default.c.orig Thu May 26 15:26:56 2005 -+++ mysys/default.c Fri Jun 3 17:16:59 2005 -@@ -517,7 +517,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 -@@ -867,9 +867,8 @@ - *ptr++= env; - #endif - *ptr++= "/etc/"; -+ *ptr++= "%%PREFIX%%/etc/"; - #endif -- if ((env= getenv(STRINGIFY_ARG(DEFAULT_HOME_ENV)))) -- *ptr++= env; - *ptr++= ""; /* Place for defaults_extra_file */ - #if !defined(__WIN__) && !defined(__NETWARE__) - *ptr++= "~/";; diff --git a/databases/mysql55-server/files/patch-scripts::Makefile.in b/databases/mysql55-server/files/patch-scripts::Makefile.in deleted file mode 100644 index 42e5e507112c..000000000000 --- a/databases/mysql55-server/files/patch-scripts::Makefile.in +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/Makefile.in.orig Thu Oct 26 14:03:08 2006 -+++ scripts/Makefile.in Tue Nov 7 08:23:48 2006 -@@ -371,22 +371,7 @@ - yassl_libs = @yassl_libs@ - yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ - zlib_dir = @zlib_dir@ --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 \ -- mysql_create_system_tables -+bin_SCRIPTS = - - noinst_SCRIPTS = make_binary_distribution \ - make_sharedlib_distribution -@@ -416,7 +401,7 @@ - mysqlbug \ - make_win_bin_dist - --dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql -+dist_pkgdata_DATA = - - # mysqlbug should be distributed built so that people can report build - # failures with it. diff --git a/databases/mysql55-server/files/patch-sql::mysqld.cc b/databases/mysql55-server/files/patch-sql::mysqld.cc deleted file mode 100644 index 4feed825cb11..000000000000 --- a/databases/mysql55-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/mysql55-server/pkg-descr b/databases/mysql55-server/pkg-descr deleted file mode 100644 index 4ddefbb70546..000000000000 --- a/databases/mysql55-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/mysql55-server/pkg-install b/databases/mysql55-server/pkg-install deleted file mode 100644 index 586f846c5031..000000000000 --- a/databases/mysql55-server/pkg-install +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d /nonexistent -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; -esac diff --git a/databases/mysql55-server/pkg-message b/databases/mysql55-server/pkg-message deleted file mode 100644 index 7e30302334e6..000000000000 --- a/databases/mysql55-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/mysql55-server/pkg-plist b/databases/mysql55-server/pkg-plist deleted file mode 100644 index 239f52d87b5f..000000000000 --- a/databases/mysql55-server/pkg-plist +++ /dev/null @@ -1,176 +0,0 @@ -@unexec %D/etc/rc.d/mysql-server.sh stop > /dev/null 2>&1 || true -bin/innochecksum -bin/my_print_defaults -bin/myisam_ftdump -bin/myisamchk -bin/myisamlog -bin/myisampack -bin/mysql_create_system_tables -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/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/ha_example.a -lib/mysql/ha_example.la -lib/mysql/ha_example.so -lib/mysql/ha_example.so.0 -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmyisam.a -lib/mysql/libmyisammrg.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.0 -lib/mysql/libvio.a -libexec/mysqld -%%NDB%%libexec/ndb_cpcd -%%NDB%%libexec/ndb_mgmd -%%NDB%%libexec/ndbd -%%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%%/czech/errmsg.sys -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/errmsg.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-log-rotate -%%DATADIR%%/mysql.server -%%DATADIR%%/ndb-config-2-node.ini -%%NDB%%%%DATADIR%%/ndb_size.tmpl -%%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 -@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/mysql55-server/pkg-plist.client b/databases/mysql55-server/pkg-plist.client deleted file mode 100644 index 857870c78dba..000000000000 --- a/databases/mysql55-server/pkg-plist.client +++ /dev/null @@ -1,60 +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/errmsg.h -include/mysql/keycache.h -include/mysql/m_ctype.h -include/mysql/m_string.h -include/mysql/my_alloc.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_semaphore.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_time.h -include/mysql/mysql_version.h -include/mysql/mysqld_ername.h -include/mysql/mysqld_error.h -include/mysql/plugin.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.15 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.la -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.15 -%%ZLIB%%lib/mysql/libz.a -%%ZLIB%%lib/mysql/libz.la -%%ZLIB%%lib/mysql/libz.so -%%ZLIB%%lib/mysql/libz.so.3 -%%DATADIR%%/mysql_fix_privilege_tables.sql -@dirrm include/mysql -@dirrm lib/mysql -@dirrm %%DATADIR%% diff --git a/databases/mysql55-server/pkg-plist.scripts b/databases/mysql55-server/pkg-plist.scripts deleted file mode 100644 index b0a603760ef0..000000000000 --- a/databases/mysql55-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/mysql60-client/Makefile b/databases/mysql60-client/Makefile deleted file mode 100644 index 5a4b583553bf..000000000000 --- a/databases/mysql60-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}/../mysql51-server - -PKGINSTALL= mustnotexist -PKGMESSAGE= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql60-scripts/Makefile b/databases/mysql60-scripts/Makefile deleted file mode 100644 index 7aa6e28374ba..000000000000 --- a/databases/mysql60-scripts/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: MySQL-scripts -# Date created: 28 Jan 2006 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PKGNAMESUFFIX= -scripts - -COMMENT= Multithreaded SQL database (scripts) - -MASTERDIR= ${.CURDIR}/../mysql51-server - -PKGINSTALL= mustnotexist -PKGMESSAGE= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.scripts - -SCRIPTS_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile deleted file mode 100644 index d2f9e38c740b..000000000000 --- a/databases/mysql60-server/Makefile +++ /dev/null @@ -1,230 +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.1.14 -PORTREVISION?= 0 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQL-5.1 -PKGNAMESUFFIX?= -server -DISTNAME= ${PORTNAME}-${PORTVERSION}-beta - -MAINTAINER= ale@FreeBSD.org -COMMENT?= Multithreaded SQL database (server) - -SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts -USE_AUTOTOOLS= libtool:15 - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ - --without-debug \ - --without-readline \ - --without-libedit \ - --with-libwrap \ - --with-mysqlfs \ - --with-low-memory \ - --with-comment='FreeBSD port: ${PKGNAME}' \ - --enable-thread-safe-client - -.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(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) -CONFIGURE_ARGS+=--with-ssl=bundled -.endif -.if defined(BUILD_STATIC) -CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static -.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 -.if ${OSVERSION} > 500000 -LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r -llstdc++ -llsupc++' -.else -LIB_DEPENDS+= lthread.[24]:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r' -.endif -.else -CONFIGURE_ARGS+=--with-named-thread-libs=${PTHREAD_LIBS} -CFLAGS+= ${PTHREAD_CFLAGS} -.endif - -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CXX= ${CC} -.endif -.if defined(BUILD_OPTIMIZED) -CFLAGS+= -O3 -fno-omit-frame-pointer -.if ${OSVERSION} > 500000 || (defined(USE_GCC) && (${USE_GCC} == 3.0 || ${USE_GCC} == 3.1 || ${USE_GCC} == 3.2 || ${USE_GCC} == 3.3)) -CFLAGS+= -fno-gcse -.endif -.endif -CXXFLAGS+= ${CFLAGS} -felide-constructors -fno-rtti -.if ${OSVERSION} >= 400002 -CXXFLAGS+= -fno-exceptions -.endif - -# MySQL-Server part -.if !defined(CLIENT_ONLY) && !defined(SCRIPTS_ONLY) -USE_MYSQL= yes -WANT_MYSQL_VER= 51 - -LATEST_LINK= mysql51-server - -CONFLICTS= mysql-server-3.* mysql-server-4.* mysql-server-5.0.* - -USE_RC_SUBR= mysql-server.sh - -.if defined(WITH_NDB) -PLIST_SUB+= NDB="" -.else -PLIST_SUB+= NDB="@comment " -.endif - -MAN1= myisamchk.1 myisamlog.1 myisampack.1 mysqld.1 \ - mysqld_safe.1 mysql.server.1 perror.1 replace.1 - -INFO= mysql - -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} " 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} " 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@ @zlib_dir@ @sql_server_dirs@ storage @sql_server@ scripts @man_dirs@ support-files|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|all: config.h|all: config.h all-local|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = @server_scripts@ mysql_create_system_tables|g" ${WRKSRC}/scripts/Makefile.in - @${REINPLACE_CMD} -e "s|dist_pkgdata_DATA =|dist_pkgdata_DATA = fill_help_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-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|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/mysys/default.c -.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) - @${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} -.endif - -.else -# MySQL-Client part -.if defined(CLIENT_ONLY) -LATEST_LINK= mysql51-client - -CONFLICTS= mysql-client-3.* mysql-client-4.* mysql-client-5.0.* - -MAN1= mysql_config.1 mysql.1 mysqladmin.1 mysqlbinlog.1 \ - mysqlcheck.1 mysqldump.1 mysqlimport.1 mysqlshow.1 - -MAN8= mysqlmanager.8 - -USE_LDCONFIG= ${PREFIX}/lib/mysql - -CONFIGURE_ARGS+=--without-server - -.if ${OSVERSION} < 500000 -PLIST_SUB+= ZLIB="" -.else -PLIST_SUB+= ZLIB="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @zlib_dir@ strings mysys dbug extra regex libmysql_r libmysql client scripts @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|all: config.h|all: config.h all-local|g" ${WRKSRC}/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;s|man8_MANS =|man8_MANS = ${MAN8}|g" ${WRKSRC}/man/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-binPROGRAMS|install-exec-am:|g" ${WRKSRC}/extra/Makefile.in - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/mysys/default.c - -.else -# MySQL-Scripts part -USE_MYSQL= yes -WANT_MYSQL_VER= 51 -USE_PERL5= yes - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql51 -.if ${PERL_LEVEL} <= 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - -LATEST_LINK= mysql51-scripts - -CONFLICTS= mysql-scripts-3.* mysql-scripts-4.* mysql-scripts-5.0.* - -MAN1= msql2mysql.1 mysql_zap.1 mysqlaccess.1 mysqlhotcopy.1 \ - mysqld_multi.1 mysql_fix_privilege_tables.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(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/mysql60-server/distinfo b/databases/mysql60-server/distinfo deleted file mode 100644 index ec8e313d4c22..000000000000 --- a/databases/mysql60-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mysql-5.1.14-beta.tar.gz) = f02115e98c99558e062adcf2dc305283 -SHA256 (mysql-5.1.14-beta.tar.gz) = 6b4990a784169560fd487d24c69efba1f73662500d0d3132375d8b5cd026bb67 -SIZE (mysql-5.1.14-beta.tar.gz) = 23640648 diff --git a/databases/mysql60-server/files/mysql-server.sh.in b/databases/mysql60-server/files/mysql-server.sh.in deleted file mode 100644 index 3b5439c44407..000000000000 --- a/databases/mysql60-server/files/mysql-server.sh.in +++ /dev/null @@ -1,63 +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). -# - -. %%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 &" -procname="%%PREFIX%%/libexec/mysqld" -start_precmd="${name}_prestart" -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 - [ $? -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 -} - -run_rc_command "$1" diff --git a/databases/mysql60-server/files/patch-Docs::Makefile.in b/databases/mysql60-server/files/patch-Docs::Makefile.in deleted file mode 100644 index 677da903d045..000000000000 --- a/databases/mysql60-server/files/patch-Docs::Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Docs/Makefile.in.orig Fri Jun 2 20:02:56 2006 -+++ Docs/Makefile.in Thu Jun 15 07:18:41 2006 -@@ -370,7 +370,7 @@ - # generated files explicitly in DISTCLEANFILES. - DISTCLEANFILES = $(TXT_FILES) - GT = $(srcdir)/generate-text-files.pl --all: all-am -+all: - - .SUFFIXES: - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -@@ -458,7 +458,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/mysql60-server/files/patch-Makefile.in b/databases/mysql60-server/files/patch-Makefile.in deleted file mode 100644 index a8c65305f19f..000000000000 --- a/databases/mysql60-server/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig Wed Dec 6 18:07:33 2006 -+++ Makefile.in Sun Dec 31 12:03:09 2006 -@@ -395,14 +395,7 @@ - EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \ - README COPYING EXCEPTIONS-CLIENT CMakeLists.txt - --SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ -- @readline_topdir@ sql-common \ -- @thread_dirs@ pstack \ -- @sql_union_dirs@ unittest storage plugin \ -- @sql_server@ scripts @man_dirs@ tests \ -- netware @libmysqld_dirs@ \ -- mysql-test support-files sql-bench @tools_dirs@ \ -- win -+SUBDIRS = - - DIST_SUBDIRS = $(SUBDIRS) BUILD - diff --git a/databases/mysql60-server/files/patch-configure b/databases/mysql60-server/files/patch-configure deleted file mode 100644 index 681fa38d1099..000000000000 --- a/databases/mysql60-server/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.orig Thu Oct 26 14:03:58 2006 -+++ configure Tue Nov 7 17:13:30 2006 -@@ -20360,8 +20360,6 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - # Prevent multiple expansion - -@@ -26478,8 +26476,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*) -@@ -46147,7 +46145,7 @@ - - MAKE_BINARY_DISTRIBUTION_OPTIONS="$MAKE_BINARY_DISTRIBUTION_OPTIONS --with-ndbcluster" - -- CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" -+ # CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" - if test "$have_ndb_debug" = "default" - then - have_ndb_debug=$with_debug diff --git a/databases/mysql60-server/files/patch-extra_yassl_Makefile.in b/databases/mysql60-server/files/patch-extra_yassl_Makefile.in deleted file mode 100644 index 232d2c3852c2..000000000000 --- a/databases/mysql60-server/files/patch-extra_yassl_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/Makefile.in.orig Thu Oct 26 14:02:58 2006 -+++ extra/yassl/Makefile.in Tue Nov 7 08:17:34 2006 -@@ -351,7 +351,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 = yassl.dsp yassl.dsw yassl.vcproj \ - CMakeLists.txt - diff --git a/databases/mysql60-server/files/patch-extra_yassl_taocrypt_Makefile.in b/databases/mysql60-server/files/patch-extra_yassl_taocrypt_Makefile.in deleted file mode 100644 index bca462d08cba..000000000000 --- a/databases/mysql60-server/files/patch-extra_yassl_taocrypt_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/taocrypt/Makefile.in.orig Thu Oct 26 14:02:59 2006 -+++ extra/yassl/taocrypt/Makefile.in Tue Nov 7 08:18:38 2006 -@@ -351,7 +351,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 = taocrypt.dsw taocrypt.dsp taocrypt.vcproj CMakeLists.txt $(wildcard mySTL/*.hpp) - all: all-recursive - diff --git a/databases/mysql60-server/files/patch-include_my_libwrap.h b/databases/mysql60-server/files/patch-include_my_libwrap.h deleted file mode 100644 index a115f40fc8fc..000000000000 --- a/databases/mysql60-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/mysql60-server/files/patch-include_my_tcpd.h b/databases/mysql60-server/files/patch-include_my_tcpd.h deleted file mode 100644 index 38aad1aa57d7..000000000000 --- a/databases/mysql60-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/mysql60-server/files/patch-man::Makefile.in b/databases/mysql60-server/files/patch-man::Makefile.in deleted file mode 100644 index 0b15e2d4ca03..000000000000 --- a/databases/mysql60-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- man/Makefile.in.orig Thu Oct 26 14:03:04 2006 -+++ man/Makefile.in Tue Nov 7 08:19:50 2006 -@@ -363,8 +363,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) - all: all-am - diff --git a/databases/mysql60-server/files/patch-mysys_default.c b/databases/mysql60-server/files/patch-mysys_default.c deleted file mode 100644 index 7c1dbe23aa9a..000000000000 --- a/databases/mysql60-server/files/patch-mysys_default.c +++ /dev/null @@ -1,22 +0,0 @@ ---- mysys/default.c.orig Thu May 26 15:26:56 2005 -+++ mysys/default.c Fri Jun 3 17:16:59 2005 -@@ -517,7 +517,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 -@@ -867,9 +867,8 @@ - *ptr++= env; - #endif - *ptr++= "/etc/"; -+ *ptr++= "%%PREFIX%%/etc/"; - #endif -- if ((env= getenv(STRINGIFY_ARG(DEFAULT_HOME_ENV)))) -- *ptr++= env; - *ptr++= ""; /* Place for defaults_extra_file */ - #if !defined(__WIN__) && !defined(__NETWARE__) - *ptr++= "~/";; diff --git a/databases/mysql60-server/files/patch-scripts::Makefile.in b/databases/mysql60-server/files/patch-scripts::Makefile.in deleted file mode 100644 index 42e5e507112c..000000000000 --- a/databases/mysql60-server/files/patch-scripts::Makefile.in +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/Makefile.in.orig Thu Oct 26 14:03:08 2006 -+++ scripts/Makefile.in Tue Nov 7 08:23:48 2006 -@@ -371,22 +371,7 @@ - yassl_libs = @yassl_libs@ - yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ - zlib_dir = @zlib_dir@ --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 \ -- mysql_create_system_tables -+bin_SCRIPTS = - - noinst_SCRIPTS = make_binary_distribution \ - make_sharedlib_distribution -@@ -416,7 +401,7 @@ - mysqlbug \ - make_win_bin_dist - --dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql -+dist_pkgdata_DATA = - - # mysqlbug should be distributed built so that people can report build - # failures with it. diff --git a/databases/mysql60-server/files/patch-sql::mysqld.cc b/databases/mysql60-server/files/patch-sql::mysqld.cc deleted file mode 100644 index 4feed825cb11..000000000000 --- a/databases/mysql60-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/mysql60-server/pkg-descr b/databases/mysql60-server/pkg-descr deleted file mode 100644 index 4ddefbb70546..000000000000 --- a/databases/mysql60-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/mysql60-server/pkg-install b/databases/mysql60-server/pkg-install deleted file mode 100644 index 586f846c5031..000000000000 --- a/databases/mysql60-server/pkg-install +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d /nonexistent -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; -esac diff --git a/databases/mysql60-server/pkg-message b/databases/mysql60-server/pkg-message deleted file mode 100644 index 7e30302334e6..000000000000 --- a/databases/mysql60-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/mysql60-server/pkg-plist b/databases/mysql60-server/pkg-plist deleted file mode 100644 index 239f52d87b5f..000000000000 --- a/databases/mysql60-server/pkg-plist +++ /dev/null @@ -1,176 +0,0 @@ -@unexec %D/etc/rc.d/mysql-server.sh stop > /dev/null 2>&1 || true -bin/innochecksum -bin/my_print_defaults -bin/myisam_ftdump -bin/myisamchk -bin/myisamlog -bin/myisampack -bin/mysql_create_system_tables -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/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/ha_example.a -lib/mysql/ha_example.la -lib/mysql/ha_example.so -lib/mysql/ha_example.so.0 -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmyisam.a -lib/mysql/libmyisammrg.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.0 -lib/mysql/libvio.a -libexec/mysqld -%%NDB%%libexec/ndb_cpcd -%%NDB%%libexec/ndb_mgmd -%%NDB%%libexec/ndbd -%%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%%/czech/errmsg.sys -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/errmsg.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-log-rotate -%%DATADIR%%/mysql.server -%%DATADIR%%/ndb-config-2-node.ini -%%NDB%%%%DATADIR%%/ndb_size.tmpl -%%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 -@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/mysql60-server/pkg-plist.client b/databases/mysql60-server/pkg-plist.client deleted file mode 100644 index 857870c78dba..000000000000 --- a/databases/mysql60-server/pkg-plist.client +++ /dev/null @@ -1,60 +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/errmsg.h -include/mysql/keycache.h -include/mysql/m_ctype.h -include/mysql/m_string.h -include/mysql/my_alloc.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_semaphore.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_time.h -include/mysql/mysql_version.h -include/mysql/mysqld_ername.h -include/mysql/mysqld_error.h -include/mysql/plugin.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.15 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.la -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.15 -%%ZLIB%%lib/mysql/libz.a -%%ZLIB%%lib/mysql/libz.la -%%ZLIB%%lib/mysql/libz.so -%%ZLIB%%lib/mysql/libz.so.3 -%%DATADIR%%/mysql_fix_privilege_tables.sql -@dirrm include/mysql -@dirrm lib/mysql -@dirrm %%DATADIR%% diff --git a/databases/mysql60-server/pkg-plist.scripts b/databases/mysql60-server/pkg-plist.scripts deleted file mode 100644 index b0a603760ef0..000000000000 --- a/databases/mysql60-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/p5-DBD-mysql60/Makefile b/databases/p5-DBD-mysql60/Makefile deleted file mode 100644 index 1a454c065b56..000000000000 --- a/databases/p5-DBD-mysql60/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: p5-DBD-mysql51 -# Date created: 28 Jan 2006 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PKGNAMESUFFIX= 51 - -COMMENT= MySQL 5.1 driver for the Perl5 Database Interface (DBI) - -CONFLICTS= p5-Mysql-modules-[0-9]* p5-DBD-mysql-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* p5-DBD-mysql50-[0-9]* - -WANT_MYSQL_VER= 51 - -MASTERDIR= ${.CURDIR}/../p5-DBD-mysql - -.include "${MASTERDIR}/Makefile" diff --git a/databases/p5-MySQL-Diff/Makefile b/databases/p5-MySQL-Diff/Makefile deleted file mode 100644 index d9f4fd1df372..000000000000 --- a/databases/p5-MySQL-Diff/Makefile +++ /dev/null @@ -1,27 +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= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= MySQL -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-POE-Component-RRDTool/Makefile b/databases/p5-POE-Component-RRDTool/Makefile deleted file mode 100644 index b07a1a24fe65..000000000000 --- a/databases/p5-POE-Component-RRDTool/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: POE-Component-RRDTool -# Date created: 05 July 2002 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= POE-Component-RRDTool -PORTVERSION= 0.18 -CATEGORIES= net perl5 devel -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= POE -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@FreeBSD.org -COMMENT= POE interface to Round Robin Database Tools - -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/net/rrdtool -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes -CONFIGURE_ARGS= </dev/null - -MAN3= POE::Component::RRDTool.3 - -post-patch: - @${PERL} -pi -e 's/(\(\$$maj, \$$min, \$$sub\))/$$1; $$1/' \ - ${WRKSRC}/Makefile.PL - -.include <bsd.port.mk> diff --git a/databases/p5-POE-Component-RRDTool/distinfo b/databases/p5-POE-Component-RRDTool/distinfo deleted file mode 100644 index b6fbe3a17912..000000000000 --- a/databases/p5-POE-Component-RRDTool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (POE-Component-RRDTool-0.18.tar.gz) = 4dff6693e1331a090df8a954a12627f2 -SHA256 (POE-Component-RRDTool-0.18.tar.gz) = 0d4897a30432edf6f378eb1857274dd04d5a97fc65c0e51f387a5f8fc4049812 -SIZE (POE-Component-RRDTool-0.18.tar.gz) = 9907 diff --git a/databases/p5-POE-Component-RRDTool/pkg-descr b/databases/p5-POE-Component-RRDTool/pkg-descr deleted file mode 100644 index 866f8f46daa9..000000000000 --- a/databases/p5-POE-Component-RRDTool/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -RRDtool refers to round robin database tool. Round robin databases have -a fixed number of data points in them and contain a pointer to the -current element. Since the databases have a fixed number of data points -the database size doesn't change after creation. RRDtool allows you to -define a set of archives which consolidate the primary data points in -higher granularity. RRDtool is specialized for time series data and can -be used to create RRD files, update RRDs, retreive data from RRDs, and -generate graphs from the databases. This module provides a POE wrapper -around the rrdtool command line interface. - -WWW: http://search.cpan.org/dist/POE-Component-RRDTool/ diff --git a/databases/p5-POE-Component-RRDTool/pkg-plist b/databases/p5-POE-Component-RRDTool/pkg-plist deleted file mode 100644 index 529453770de0..000000000000 --- a/databases/p5-POE-Component-RRDTool/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/RRDTool/.packlist -%%SITE_PERL%%/POE/Component/RRDTool.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/RRDTool -@dirrmtry %%SITE_PERL%%/POE/Component -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component -@dirrmtry %%SITE_PERL%%/POE -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE diff --git a/databases/p5-RRD-Simple/Makefile b/databases/p5-RRD-Simple/Makefile deleted file mode 100644 index 3ac24ffb21b4..000000000000 --- a/databases/p5-RRD-Simple/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: RRD-Simple -# Date created: 2006/07/21 -# Whom: chinsan <chinsan.tw@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= RRD-Simple -PORTVERSION= 1.40 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../by-authors/id/N/NI/NICOLAW -PKGNAMEPREFIX= p5- - -MAINTAINER= chinsan@FreeBSD.org -COMMENT= Simple interface to create and store data in RRD files - -BUILD_DEPENDS= ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Pod>=0.90:${PORTSDIR}/devel/p5-Test-Pod \ - p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ - ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/net/rrdtool -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_MODBUILD= yes -MAN3= RRD::Simple.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> diff --git a/databases/p5-RRD-Simple/distinfo b/databases/p5-RRD-Simple/distinfo deleted file mode 100644 index 7aa668ba1f84..000000000000 --- a/databases/p5-RRD-Simple/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (RRD-Simple-1.40.tar.gz) = 3995bfff426755539667c549e4ae280a -SHA256 (RRD-Simple-1.40.tar.gz) = 1c85c5a82317ce8817918849a7aecba79bd5d23a64af9dcf59e32b3148331bf9 -SIZE (RRD-Simple-1.40.tar.gz) = 249475 diff --git a/databases/p5-RRD-Simple/pkg-descr b/databases/p5-RRD-Simple/pkg-descr deleted file mode 100644 index d717d6080f12..000000000000 --- a/databases/p5-RRD-Simple/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -RRD::Simple provides a simple interface to RRDTool's RRDs module. This module -does not currently offer fetch method that is available in the RRDs module. - -It does however create RRD files with a sensible set of default RRA (Round -Robin Archive) definitions, and can dynamically add new data source names to an -existing RRD file. - -This module is ideal for quick and simple storage of data within an RRD file if -you do not need to, nor want to, bother defining custom RRA definitions. - -WWW: http://search.cpan.org/dist/RRD-Simple/ diff --git a/databases/p5-RRD-Simple/pkg-plist b/databases/p5-RRD-Simple/pkg-plist deleted file mode 100644 index 498c3844b62c..000000000000 --- a/databases/p5-RRD-Simple/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/RRD/Simple.pm -@dirrmtry %%SITE_PERL%%/RRD diff --git a/databases/p5-Search-Xapian10/Makefile b/databases/p5-Search-Xapian10/Makefile deleted file mode 100644 index 2427a5d0a34a..000000000000 --- a/databases/p5-Search-Xapian10/Makefile +++ /dev/null @@ -1,43 +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= 0.9.9.1 -CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Search -PKGNAMEPREFIX= p5- - -MAINTAINER= lbr@FreeBSD.org -COMMENT= Perl XS frontend to the Xapian C++ search library - -BUILD_DEPENDS= xapian-core>=0.9.9:${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::PositionIterator.3 \ - Search::Xapian::PostingIterator.3 \ - Search::Xapian::QueryParser.3 \ - Search::Xapian::Stem.3 \ - Search::Xapian::TermIterator.3 \ - Search::Xapian::TradWeight.3 \ - Search::Xapian::Weight.3 \ - Search::Xapian::WritableDatabase.3 - -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6. Install lang/perl5 or perl5.8 and try again -.endif -.include <bsd.port.post.mk> diff --git a/databases/p5-Search-Xapian10/distinfo b/databases/p5-Search-Xapian10/distinfo deleted file mode 100644 index e78730f33bcc..000000000000 --- a/databases/p5-Search-Xapian10/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Search-Xapian-0.9.9.1.tar.gz) = 2551e8f97a7cb1f6a622eb1dd839a865 -SHA256 (Search-Xapian-0.9.9.1.tar.gz) = 7bfc5ea6c2a696e23a841b53305766202cbbe539cb87dfb7e24fb265ec20fc5e -SIZE (Search-Xapian-0.9.9.1.tar.gz) = 31342 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 e83482d7958e..000000000000 --- a/databases/p5-Search-Xapian10/pkg-plist +++ /dev/null @@ -1,33 +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/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.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Search/Xapian/Stopper.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/pear-DB_ldap2/Makefile b/databases/pear-DB_ldap2/Makefile deleted file mode 100644 index dd5ba8613909..000000000000 --- a/databases/pear-DB_ldap2/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Ports collection makefile for: pear-DB_ldap -# Date created: 08 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# -# $FreeBSD$ -# - -PORTNAME= DB_ldap -PORTVERSION= 1.1.1 -CATEGORIES= databases net pear - -MAINTAINER= ports@FreeBSD.org -COMMENT= PEAR DB compliant interface to LDAP servers - -BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB -RUN_DEPENDS= ${BUILD_DEPENDS} - -CATEGORY= DB -FILES= ldap.php - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> diff --git a/databases/pear-DB_ldap2/distinfo b/databases/pear-DB_ldap2/distinfo deleted file mode 100644 index f1397bb926c3..000000000000 --- a/databases/pear-DB_ldap2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PEAR/DB_ldap-1.1.1.tgz) = 18455feab68bc0cd4ebada001f2e6717 -SHA256 (PEAR/DB_ldap-1.1.1.tgz) = d63b8012075f77b077de31be726cfb49bcaed7855072d7bbd419bb314e77939e -SIZE (PEAR/DB_ldap-1.1.1.tgz) = 7950 diff --git a/databases/pear-DB_ldap2/pkg-descr b/databases/pear-DB_ldap2/pkg-descr deleted file mode 100644 index d1c7fb8fd5ce..000000000000 --- a/databases/pear-DB_ldap2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -PEAR::DB_ldap class provides a DB compliant interface to LDAP servers. - -WWW: http://pear.php.net/package/DB_ldap/ diff --git a/databases/percona55-client/Makefile b/databases/percona55-client/Makefile deleted file mode 100644 index 5a4b583553bf..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}/../mysql51-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 d2f9e38c740b..000000000000 --- a/databases/percona55-server/Makefile +++ /dev/null @@ -1,230 +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.1.14 -PORTREVISION?= 0 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQL-5.1 -PKGNAMESUFFIX?= -server -DISTNAME= ${PORTNAME}-${PORTVERSION}-beta - -MAINTAINER= ale@FreeBSD.org -COMMENT?= Multithreaded SQL database (server) - -SLAVEDIRS= databases/mysql51-client databases/mysql51-scripts -USE_AUTOTOOLS= libtool:15 - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --localstatedir=/var/db/mysql \ - --without-debug \ - --without-readline \ - --without-libedit \ - --with-libwrap \ - --with-mysqlfs \ - --with-low-memory \ - --with-comment='FreeBSD port: ${PKGNAME}' \ - --enable-thread-safe-client - -.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(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) -CONFIGURE_ARGS+=--with-ssl=bundled -.endif -.if defined(BUILD_STATIC) -CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static -.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 -.if ${OSVERSION} > 500000 -LIB_DEPENDS+= lthread.[35]:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r -llstdc++ -llsupc++' -.else -LIB_DEPENDS+= lthread.[24]:${PORTSDIR}/devel/linuxthreads -CONFIGURE_ARGS+=-L${LOCALBASE}/lib -llthread -llgcc_r' -.endif -.else -CONFIGURE_ARGS+=--with-named-thread-libs=${PTHREAD_LIBS} -CFLAGS+= ${PTHREAD_CFLAGS} -.endif - -.if ${OSVERSION} < 500000 -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CXX= ${CC} -.endif -.if defined(BUILD_OPTIMIZED) -CFLAGS+= -O3 -fno-omit-frame-pointer -.if ${OSVERSION} > 500000 || (defined(USE_GCC) && (${USE_GCC} == 3.0 || ${USE_GCC} == 3.1 || ${USE_GCC} == 3.2 || ${USE_GCC} == 3.3)) -CFLAGS+= -fno-gcse -.endif -.endif -CXXFLAGS+= ${CFLAGS} -felide-constructors -fno-rtti -.if ${OSVERSION} >= 400002 -CXXFLAGS+= -fno-exceptions -.endif - -# MySQL-Server part -.if !defined(CLIENT_ONLY) && !defined(SCRIPTS_ONLY) -USE_MYSQL= yes -WANT_MYSQL_VER= 51 - -LATEST_LINK= mysql51-server - -CONFLICTS= mysql-server-3.* mysql-server-4.* mysql-server-5.0.* - -USE_RC_SUBR= mysql-server.sh - -.if defined(WITH_NDB) -PLIST_SUB+= NDB="" -.else -PLIST_SUB+= NDB="@comment " -.endif - -MAN1= myisamchk.1 myisamlog.1 myisampack.1 mysqld.1 \ - mysqld_safe.1 mysql.server.1 perror.1 replace.1 - -INFO= mysql - -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} " 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} " 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@ @zlib_dir@ @sql_server_dirs@ storage @sql_server@ scripts @man_dirs@ support-files|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|all: config.h|all: config.h all-local|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|bin_SCRIPTS =|bin_SCRIPTS = @server_scripts@ mysql_create_system_tables|g" ${WRKSRC}/scripts/Makefile.in - @${REINPLACE_CMD} -e "s|dist_pkgdata_DATA =|dist_pkgdata_DATA = fill_help_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-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|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/mysys/default.c -.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) - @${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - @${CAT} ${PKGMESSAGE} -.endif - -.else -# MySQL-Client part -.if defined(CLIENT_ONLY) -LATEST_LINK= mysql51-client - -CONFLICTS= mysql-client-3.* mysql-client-4.* mysql-client-5.0.* - -MAN1= mysql_config.1 mysql.1 mysqladmin.1 mysqlbinlog.1 \ - mysqlcheck.1 mysqldump.1 mysqlimport.1 mysqlshow.1 - -MAN8= mysqlmanager.8 - -USE_LDCONFIG= ${PREFIX}/lib/mysql - -CONFIGURE_ARGS+=--without-server - -.if ${OSVERSION} < 500000 -PLIST_SUB+= ZLIB="" -.else -PLIST_SUB+= ZLIB="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @zlib_dir@ strings mysys dbug extra regex libmysql_r libmysql client scripts @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|all: config.h|all: config.h all-local|g" ${WRKSRC}/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;s|man8_MANS =|man8_MANS = ${MAN8}|g" ${WRKSRC}/man/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-binPROGRAMS|install-exec-am:|g" ${WRKSRC}/extra/Makefile.in - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/mysys/default.c - -.else -# MySQL-Scripts part -USE_MYSQL= yes -WANT_MYSQL_VER= 51 -USE_PERL5= yes - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql51 -.if ${PERL_LEVEL} <= 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - -LATEST_LINK= mysql51-scripts - -CONFLICTS= mysql-scripts-3.* mysql-scripts-4.* mysql-scripts-5.0.* - -MAN1= msql2mysql.1 mysql_zap.1 mysqlaccess.1 mysqlhotcopy.1 \ - mysqld_multi.1 mysql_fix_privilege_tables.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(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 ec8e313d4c22..000000000000 --- a/databases/percona55-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (mysql-5.1.14-beta.tar.gz) = f02115e98c99558e062adcf2dc305283 -SHA256 (mysql-5.1.14-beta.tar.gz) = 6b4990a784169560fd487d24c69efba1f73662500d0d3132375d8b5cd026bb67 -SIZE (mysql-5.1.14-beta.tar.gz) = 23640648 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 3b5439c44407..000000000000 --- a/databases/percona55-server/files/mysql-server.sh.in +++ /dev/null @@ -1,63 +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). -# - -. %%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 &" -procname="%%PREFIX%%/libexec/mysqld" -start_precmd="${name}_prestart" -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 - [ $? -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 -} - -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 677da903d045..000000000000 --- a/databases/percona55-server/files/patch-Docs::Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Docs/Makefile.in.orig Fri Jun 2 20:02:56 2006 -+++ Docs/Makefile.in Thu Jun 15 07:18:41 2006 -@@ -370,7 +370,7 @@ - # generated files explicitly in DISTCLEANFILES. - DISTCLEANFILES = $(TXT_FILES) - GT = $(srcdir)/generate-text-files.pl --all: all-am -+all: - - .SUFFIXES: - $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) -@@ -458,7 +458,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 a8c65305f19f..000000000000 --- a/databases/percona55-server/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig Wed Dec 6 18:07:33 2006 -+++ Makefile.in Sun Dec 31 12:03:09 2006 -@@ -395,14 +395,7 @@ - EXTRA_DIST = INSTALL-SOURCE INSTALL-WIN-SOURCE \ - README COPYING EXCEPTIONS-CLIENT CMakeLists.txt - --SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ -- @readline_topdir@ sql-common \ -- @thread_dirs@ pstack \ -- @sql_union_dirs@ unittest storage plugin \ -- @sql_server@ scripts @man_dirs@ tests \ -- netware @libmysqld_dirs@ \ -- mysql-test support-files sql-bench @tools_dirs@ \ -- win -+SUBDIRS = - - DIST_SUBDIRS = $(SUBDIRS) BUILD - diff --git a/databases/percona55-server/files/patch-configure b/databases/percona55-server/files/patch-configure deleted file mode 100644 index 681fa38d1099..000000000000 --- a/databases/percona55-server/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.orig Thu Oct 26 14:03:58 2006 -+++ configure Tue Nov 7 17:13:30 2006 -@@ -20360,8 +20360,6 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" - --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - # Prevent multiple expansion - -@@ -26478,8 +26476,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*) -@@ -46147,7 +46145,7 @@ - - MAKE_BINARY_DISTRIBUTION_OPTIONS="$MAKE_BINARY_DISTRIBUTION_OPTIONS --with-ndbcluster" - -- CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" -+ # CXXFLAGS="$CXXFLAGS \$(NDB_CXXFLAGS)" - if test "$have_ndb_debug" = "default" - then - have_ndb_debug=$with_debug 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 232d2c3852c2..000000000000 --- a/databases/percona55-server/files/patch-extra_yassl_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/Makefile.in.orig Thu Oct 26 14:02:58 2006 -+++ extra/yassl/Makefile.in Tue Nov 7 08:17:34 2006 -@@ -351,7 +351,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 = yassl.dsp yassl.dsw yassl.vcproj \ - CMakeLists.txt - 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 bca462d08cba..000000000000 --- a/databases/percona55-server/files/patch-extra_yassl_taocrypt_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- extra/yassl/taocrypt/Makefile.in.orig Thu Oct 26 14:02:59 2006 -+++ extra/yassl/taocrypt/Makefile.in Tue Nov 7 08:18:38 2006 -@@ -351,7 +351,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 = taocrypt.dsw taocrypt.dsp taocrypt.vcproj CMakeLists.txt $(wildcard mySTL/*.hpp) - all: all-recursive - 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-man::Makefile.in b/databases/percona55-server/files/patch-man::Makefile.in deleted file mode 100644 index 0b15e2d4ca03..000000000000 --- a/databases/percona55-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- man/Makefile.in.orig Thu Oct 26 14:03:04 2006 -+++ man/Makefile.in Tue Nov 7 08:19:50 2006 -@@ -363,8 +363,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) - 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 7c1dbe23aa9a..000000000000 --- a/databases/percona55-server/files/patch-mysys_default.c +++ /dev/null @@ -1,22 +0,0 @@ ---- mysys/default.c.orig Thu May 26 15:26:56 2005 -+++ mysys/default.c Fri Jun 3 17:16:59 2005 -@@ -517,7 +517,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 -@@ -867,9 +867,8 @@ - *ptr++= env; - #endif - *ptr++= "/etc/"; -+ *ptr++= "%%PREFIX%%/etc/"; - #endif -- if ((env= getenv(STRINGIFY_ARG(DEFAULT_HOME_ENV)))) -- *ptr++= env; - *ptr++= ""; /* Place for defaults_extra_file */ - #if !defined(__WIN__) && !defined(__NETWARE__) - *ptr++= "~/";; 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 42e5e507112c..000000000000 --- a/databases/percona55-server/files/patch-scripts::Makefile.in +++ /dev/null @@ -1,35 +0,0 @@ ---- scripts/Makefile.in.orig Thu Oct 26 14:03:08 2006 -+++ scripts/Makefile.in Tue Nov 7 08:23:48 2006 -@@ -371,22 +371,7 @@ - yassl_libs = @yassl_libs@ - yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@ - zlib_dir = @zlib_dir@ --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 \ -- mysql_create_system_tables -+bin_SCRIPTS = - - noinst_SCRIPTS = make_binary_distribution \ - make_sharedlib_distribution -@@ -416,7 +401,7 @@ - mysqlbug \ - make_win_bin_dist - --dist_pkgdata_DATA = fill_help_tables.sql mysql_fix_privilege_tables.sql -+dist_pkgdata_DATA = - - # mysqlbug should be distributed built so that people can report build - # failures with it. 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/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-install b/databases/percona55-server/pkg-install deleted file mode 100644 index 586f846c5031..000000000000 --- a/databases/percona55-server/pkg-install +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d /nonexistent -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ;; -esac 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 239f52d87b5f..000000000000 --- a/databases/percona55-server/pkg-plist +++ /dev/null @@ -1,176 +0,0 @@ -@unexec %D/etc/rc.d/mysql-server.sh stop > /dev/null 2>&1 || true -bin/innochecksum -bin/my_print_defaults -bin/myisam_ftdump -bin/myisamchk -bin/myisamlog -bin/myisampack -bin/mysql_create_system_tables -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/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/ha_example.a -lib/mysql/ha_example.la -lib/mysql/ha_example.so -lib/mysql/ha_example.so.0 -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmyisam.a -lib/mysql/libmyisammrg.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.0 -lib/mysql/libvio.a -libexec/mysqld -%%NDB%%libexec/ndb_cpcd -%%NDB%%libexec/ndb_mgmd -%%NDB%%libexec/ndbd -%%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%%/czech/errmsg.sys -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/errmsg.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-log-rotate -%%DATADIR%%/mysql.server -%%DATADIR%%/ndb-config-2-node.ini -%%NDB%%%%DATADIR%%/ndb_size.tmpl -%%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 -@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 857870c78dba..000000000000 --- a/databases/percona55-server/pkg-plist.client +++ /dev/null @@ -1,60 +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/errmsg.h -include/mysql/keycache.h -include/mysql/m_ctype.h -include/mysql/m_string.h -include/mysql/my_alloc.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_semaphore.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_time.h -include/mysql/mysql_version.h -include/mysql/mysqld_ername.h -include/mysql/mysqld_error.h -include/mysql/plugin.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.15 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.la -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.15 -%%ZLIB%%lib/mysql/libz.a -%%ZLIB%%lib/mysql/libz.la -%%ZLIB%%lib/mysql/libz.so -%%ZLIB%%lib/mysql/libz.so.3 -%%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-22/Makefile b/databases/pgpool-II-22/Makefile deleted file mode 100644 index e4036a20d844..000000000000 --- a/databases/pgpool-II-22/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: pgpool -# Date created: 2005-10-19 -# Whom: Choe, Cheng-Dae <whitekid@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= pgpool -PORTVERSION= 3.1.2 -CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/1192/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A connection pool server for PostgreSQL - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -USE_RC_SUBR= pgpool - -PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp - -MAN8= pgpool.8 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/pgpool-II-22/distinfo b/databases/pgpool-II-22/distinfo deleted file mode 100644 index 06278e630f0a..000000000000 --- a/databases/pgpool-II-22/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pgpool-3.1.2.tar.gz) = da633311ebe9a10172a14ea9784fed24 -SHA256 (pgpool-3.1.2.tar.gz) = f6093fbce9b1a8c9584fe00f882c6eaf18b57769856aec86dec903ef2c1d3d60 -SIZE (pgpool-3.1.2.tar.gz) = 167832 diff --git a/databases/pgpool-II-22/files/pgpool.in b/databases/pgpool-II-22/files/pgpool.in deleted file mode 100644 index 012accf2b7f3..000000000000 --- a/databases/pgpool-II-22/files/pgpool.in +++ /dev/null @@ -1,36 +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_user (uid): User ID to run as (default nobody) -# - -. %%RC_SUBR%% - -name=pgpool -rcvar=${name}_enable - -load_rc_config $name - -: ${pgpool_enable="NO"} -: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"} -: ${pgpool_user="nobody"} - -command="%%PREFIX%%/bin/pgpool" -command_args="-f ${pgpool_conf}" -stop_cmd="${command} ${command_args} stop" - -required_files="${pgpool_conf}" - -run_rc_command "$1" diff --git a/databases/pgpool-II-22/pkg-descr b/databases/pgpool-II-22/pkg-descr deleted file mode 100644 index a636d10f9948..000000000000 --- a/databases/pgpool-II-22/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -pgpool is a connection pool server for PostgreSQL. pgpool runs between -PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can -connect to pgpool as if it were a standard PostgreSQL server. - -pgpool caches the connection to PostgreSQL server to reduce the overhead to -establish the connection to it. - -WWW: http://pgpool.projects.postgresql.org/ diff --git a/databases/pgpool-II-22/pkg-plist b/databases/pgpool-II-22/pkg-plist deleted file mode 100644 index f9553ed2c290..000000000000 --- a/databases/pgpool-II-22/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -bin/pgpool -etc/pgpool.conf.sample diff --git a/databases/pgpool-II-23/Makefile b/databases/pgpool-II-23/Makefile deleted file mode 100644 index e4036a20d844..000000000000 --- a/databases/pgpool-II-23/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: pgpool -# Date created: 2005-10-19 -# Whom: Choe, Cheng-Dae <whitekid@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= pgpool -PORTVERSION= 3.1.2 -CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/1192/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A connection pool server for PostgreSQL - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -USE_RC_SUBR= pgpool - -PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp - -MAN8= pgpool.8 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/pgpool-II-23/distinfo b/databases/pgpool-II-23/distinfo deleted file mode 100644 index 06278e630f0a..000000000000 --- a/databases/pgpool-II-23/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pgpool-3.1.2.tar.gz) = da633311ebe9a10172a14ea9784fed24 -SHA256 (pgpool-3.1.2.tar.gz) = f6093fbce9b1a8c9584fe00f882c6eaf18b57769856aec86dec903ef2c1d3d60 -SIZE (pgpool-3.1.2.tar.gz) = 167832 diff --git a/databases/pgpool-II-23/files/pgpool.in b/databases/pgpool-II-23/files/pgpool.in deleted file mode 100644 index 012accf2b7f3..000000000000 --- a/databases/pgpool-II-23/files/pgpool.in +++ /dev/null @@ -1,36 +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_user (uid): User ID to run as (default nobody) -# - -. %%RC_SUBR%% - -name=pgpool -rcvar=${name}_enable - -load_rc_config $name - -: ${pgpool_enable="NO"} -: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"} -: ${pgpool_user="nobody"} - -command="%%PREFIX%%/bin/pgpool" -command_args="-f ${pgpool_conf}" -stop_cmd="${command} ${command_args} stop" - -required_files="${pgpool_conf}" - -run_rc_command "$1" diff --git a/databases/pgpool-II-23/pkg-descr b/databases/pgpool-II-23/pkg-descr deleted file mode 100644 index a636d10f9948..000000000000 --- a/databases/pgpool-II-23/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -pgpool is a connection pool server for PostgreSQL. pgpool runs between -PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can -connect to pgpool as if it were a standard PostgreSQL server. - -pgpool caches the connection to PostgreSQL server to reduce the overhead to -establish the connection to it. - -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 f9553ed2c290..000000000000 --- a/databases/pgpool-II-23/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -bin/pgpool -etc/pgpool.conf.sample diff --git a/databases/pgpool-II-30/Makefile b/databases/pgpool-II-30/Makefile deleted file mode 100644 index e4036a20d844..000000000000 --- a/databases/pgpool-II-30/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: pgpool -# Date created: 2005-10-19 -# Whom: Choe, Cheng-Dae <whitekid@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= pgpool -PORTVERSION= 3.1.2 -CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/1192/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A connection pool server for PostgreSQL - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -USE_RC_SUBR= pgpool - -PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp - -MAN8= pgpool.8 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/pgpool-II-30/distinfo b/databases/pgpool-II-30/distinfo deleted file mode 100644 index 06278e630f0a..000000000000 --- a/databases/pgpool-II-30/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pgpool-3.1.2.tar.gz) = da633311ebe9a10172a14ea9784fed24 -SHA256 (pgpool-3.1.2.tar.gz) = f6093fbce9b1a8c9584fe00f882c6eaf18b57769856aec86dec903ef2c1d3d60 -SIZE (pgpool-3.1.2.tar.gz) = 167832 diff --git a/databases/pgpool-II-30/files/pgpool.in b/databases/pgpool-II-30/files/pgpool.in deleted file mode 100644 index 012accf2b7f3..000000000000 --- a/databases/pgpool-II-30/files/pgpool.in +++ /dev/null @@ -1,36 +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_user (uid): User ID to run as (default nobody) -# - -. %%RC_SUBR%% - -name=pgpool -rcvar=${name}_enable - -load_rc_config $name - -: ${pgpool_enable="NO"} -: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"} -: ${pgpool_user="nobody"} - -command="%%PREFIX%%/bin/pgpool" -command_args="-f ${pgpool_conf}" -stop_cmd="${command} ${command_args} stop" - -required_files="${pgpool_conf}" - -run_rc_command "$1" diff --git a/databases/pgpool-II-30/pkg-descr b/databases/pgpool-II-30/pkg-descr deleted file mode 100644 index a636d10f9948..000000000000 --- a/databases/pgpool-II-30/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -pgpool is a connection pool server for PostgreSQL. pgpool runs between -PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can -connect to pgpool as if it were a standard PostgreSQL server. - -pgpool caches the connection to PostgreSQL server to reduce the overhead to -establish the connection to it. - -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 f9553ed2c290..000000000000 --- a/databases/pgpool-II-30/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -bin/pgpool -etc/pgpool.conf.sample diff --git a/databases/pgpool-II/Makefile b/databases/pgpool-II/Makefile deleted file mode 100644 index e4036a20d844..000000000000 --- a/databases/pgpool-II/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: pgpool -# Date created: 2005-10-19 -# Whom: Choe, Cheng-Dae <whitekid@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= pgpool -PORTVERSION= 3.1.2 -CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/1192/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A connection pool server for PostgreSQL - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -USE_RC_SUBR= pgpool - -PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp - -MAN8= pgpool.8 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/pgpool-II/distinfo b/databases/pgpool-II/distinfo deleted file mode 100644 index 06278e630f0a..000000000000 --- a/databases/pgpool-II/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pgpool-3.1.2.tar.gz) = da633311ebe9a10172a14ea9784fed24 -SHA256 (pgpool-3.1.2.tar.gz) = f6093fbce9b1a8c9584fe00f882c6eaf18b57769856aec86dec903ef2c1d3d60 -SIZE (pgpool-3.1.2.tar.gz) = 167832 diff --git a/databases/pgpool-II/files/pgpool.in b/databases/pgpool-II/files/pgpool.in deleted file mode 100644 index 012accf2b7f3..000000000000 --- a/databases/pgpool-II/files/pgpool.in +++ /dev/null @@ -1,36 +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_user (uid): User ID to run as (default nobody) -# - -. %%RC_SUBR%% - -name=pgpool -rcvar=${name}_enable - -load_rc_config $name - -: ${pgpool_enable="NO"} -: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"} -: ${pgpool_user="nobody"} - -command="%%PREFIX%%/bin/pgpool" -command_args="-f ${pgpool_conf}" -stop_cmd="${command} ${command_args} stop" - -required_files="${pgpool_conf}" - -run_rc_command "$1" diff --git a/databases/pgpool-II/pkg-descr b/databases/pgpool-II/pkg-descr deleted file mode 100644 index a636d10f9948..000000000000 --- a/databases/pgpool-II/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -pgpool is a connection pool server for PostgreSQL. pgpool runs between -PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can -connect to pgpool as if it were a standard PostgreSQL server. - -pgpool caches the connection to PostgreSQL server to reduce the overhead to -establish the connection to it. - -WWW: http://pgpool.projects.postgresql.org/ diff --git a/databases/pgpool-II/pkg-plist b/databases/pgpool-II/pkg-plist deleted file mode 100644 index f9553ed2c290..000000000000 --- a/databases/pgpool-II/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@comment $FreeBSD$ -bin/pgpool -etc/pgpool.conf.sample diff --git a/databases/php4-rrdtool/Makefile b/databases/php4-rrdtool/Makefile deleted file mode 100644 index 0bc031bf9b82..000000000000 --- a/databases/php4-rrdtool/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: php4-rrdtool -# Date created: 26 Aug 2004 -# Whom: mat -# -# $FreeBSD$ -# - -PORTNAME= rrdtool -PORTVERSION= 1.05 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_LOCAL} http://www.joeym.net/ -MASTER_SITE_SUBDIR= mat -PKGNAMEPREFIX= php4- -DISTNAME= ${UNIQUENAME}-${PORTVERSION} - -MAINTAINER= mat@FreeBSD.org -COMMENT= A php/rrdtool glue - -LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool - -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${UNIQUENAME}-${PORTVERSION} - -USE_PHP= yes -USE_PHPEXT= yes - -post-install: - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} - @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." - -.include <bsd.port.mk> diff --git a/databases/php4-rrdtool/distinfo b/databases/php4-rrdtool/distinfo deleted file mode 100644 index 7bcb044e35a1..000000000000 --- a/databases/php4-rrdtool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (php4-rrdtool-1.05.tar.gz) = 17816fc591c38135e81856e143aaab6f -SHA256 (php4-rrdtool-1.05.tar.gz) = 7250887228f12178e4121de54985355ae7173d3b957825af389ba483c5a5a523 -SIZE (php4-rrdtool-1.05.tar.gz) = 293555 diff --git a/databases/php4-rrdtool/files/patch-rrdtool.c b/databases/php4-rrdtool/files/patch-rrdtool.c deleted file mode 100644 index 951af3a8f254..000000000000 --- a/databases/php4-rrdtool/files/patch-rrdtool.c +++ /dev/null @@ -1,20 +0,0 @@ ---- rrdtool.c.orig Thu Jun 12 03:27:51 2003 -+++ rrdtool.c Tue May 10 12:39:24 2005 -@@ -331,6 +331,7 @@ - HashTable *args_arr; - int i, xsize, ysize, argc; - char **argv, **calcpr; -+ double ymin, ymax; - - - if ( rrd_test_error() ) -@@ -377,7 +378,8 @@ - } - - optind = 0; opterr = 0; -- if ( rrd_graph(argc-1, &argv[1], &calcpr, &xsize, &ysize) != -1 ) -+ if ( rrd_graph(argc-1, &argv[1], &calcpr, &xsize, &ysize, -+ NULL, &ymin, &ymax) != -1 ) - { - array_init(return_value); - add_assoc_long(return_value, "xsize", xsize); diff --git a/databases/php4-rrdtool/pkg-descr b/databases/php4-rrdtool/pkg-descr deleted file mode 100644 index efa020570b1f..000000000000 --- a/databases/php4-rrdtool/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Contained herein are bindings to allow you to interface php scripts with RRD -tool directly via RRD tool's 'librrd' library, thus avoiding the need to use -system() calls to the rrdtool binary. - -WWW: http://www.joeym.net/ diff --git a/databases/php4-rrdtool/pkg-plist b/databases/php4-rrdtool/pkg-plist deleted file mode 100644 index e4647ab69b32..000000000000 --- a/databases/php4-rrdtool/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%PORTDOCS%%%%EXAMPLESDIR%%/etc3p16.rrd -%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_create.php -%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_graph.php -%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_last.php -%%PORTDOCS%%%%EXAMPLESDIR%%/rrd_update.php -%%PORTDOCS%%%%EXAMPLESDIR%%/test_fetch.php -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/databases/php5-rrdtool/Makefile b/databases/php5-rrdtool/Makefile deleted file mode 100644 index 54b6fa21fb15..000000000000 --- a/databases/php5-rrdtool/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: php5-rrdtool -# Date created: 19 Mar 2006 -# Whom: rick@wzoeterwoude.net -# Credits: mat -# -# $FreeBSD$ - -PORTNAME= rrdtool -PORTVERSION= 1.00 -CATEGORIES= net -MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/ \ - http://ftp.ntua.gr/pub/net/monitoring/rrdtool/contrib/ \ - http://www.mirrors.wiretapped.net/security/network-monitoring/rrdtool/contrib/ -PKGNAMEPREFIX= php5- -DISTNAME= php_rrdtool -EXTRACT_SUFX= .tgz - -MAINTAINER= rick@wzoeterwoude.net -COMMENT= A php 5 rrdtool glue - -LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool - -WRKSRC= ${WRKDIR}/rrdtool - -USE_PHP= yes -DEFAULT_PHP_VER=5 -USE_PHPEXT= yes - -.include <bsd.port.mk> diff --git a/databases/php5-rrdtool/distinfo b/databases/php5-rrdtool/distinfo deleted file mode 100644 index 8bab1e9739d6..000000000000 --- a/databases/php5-rrdtool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (php_rrdtool.tgz) = c86a45cfc54517b9066c480bbc589d43 -SHA256 (php_rrdtool.tgz) = 922719f2dd8772512339e82856ed4f102b493ef5d34d6cb389eded57c0a1bce4 -SIZE (php_rrdtool.tgz) = 9353 diff --git a/databases/php5-rrdtool/files/patch-config.m4 b/databases/php5-rrdtool/files/patch-config.m4 deleted file mode 100644 index 733aa4b443b5..000000000000 --- a/databases/php5-rrdtool/files/patch-config.m4 +++ /dev/null @@ -1,55 +0,0 @@ ---- config.m4.orig Wed Nov 30 19:44:51 2005 -+++ config.m4 Sun Mar 19 20:48:34 2006 -@@ -13,7 +13,7 @@ - [ --with-rrdtool[=DIR] Include rrdtool support (requires rrdtool >= 1.0.49).]) - - if test "$PHP_RRDTOOL" != "no"; then -- -+ PHP_NEW_EXTENSION(rrdtool, rrdtool.c, $ext_shared) - if test "$PHP_RRDTOOL" != "yes"; then - AC_MSG_CHECKING(if rrdtool specified path is valid) - if test -r $PHP_RRDTOOL/include/rrd.h && test -f $PHP_RRDTOOL/lib/librrd.$SHLIB_SUFFIX_NAME -o -f $PHP_RRDTOOL/lib/librrd.a; then # path given as parameter -@@ -51,7 +51,14 @@ - fi - fi - --dnl Finish the setup -+ -+ dnl PHP Libaries include -+ AC_DEFINE(HAVE_RRDTOOL,1,[ ]) -+ PHP_SUBST(RRDTOOL_SHARED_LIBADD) -+ PHP_ADD_LIBRARY_WITH_PATH(rrd, $RRDTOOL_LIBDIR, RRDTOOL_SHARED_LIBADD) -+ PHP_ADD_INCLUDE($RRDTOOL_INCDIR) -+ -+ dnl Finish the setup - - RRD_H_PATH="$RRDTOOL_INCDIR/rrd.h" - PHP_RRDTOOL_DIR=$RRDTOOL_DIR -@@ -59,14 +66,9 @@ - - PHP_CHECK_LIBRARY(rrd, rrd_create, - [],[ -- PHP_CHECK_LIBRARY(rrd, rrd_create, -- [],[ -- AC_MSG_ERROR([wrong rrd lib version or lib not found]) -- ],[ -- -L$RRDTOOL_LIBDIR -ldl -- ]) -+ AC_MSG_ERROR([wrong rrd lib version or lib not found]) - ],[ -- -L$RRDTOOL_LIBDIR -ldl -+ -L$RRDTOOL_LIBDIR - ]) - - AC_MSG_CHECKING([rrdtool version]) -@@ -87,10 +89,4 @@ - if test "$ac_cv_rrdversion" = yes; then - AC_DEFINE(HAVE_RRD_12X, 1, [Whether you have rrd_verion]) - fi -- -- PHP_ADD_LIBRARY_WITH_PATH(rrd, $RRDTOOL_LIBDIR, RRDTOOL_SHARED_LIBADD) -- -- PHP_NEW_EXTENSION(rrdtool, rrdtool.c, $ext_shared) -- PHP_SUBST(RRDTOOL_SHARED_LIBADD) -- AC_DEFINE(HAVE_RRDTOOL, 1, [ ]) - fi diff --git a/databases/php5-rrdtool/pkg-descr b/databases/php5-rrdtool/pkg-descr deleted file mode 100644 index 0e3d378eb184..000000000000 --- a/databases/php5-rrdtool/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Contained herein are bindings to allow you to interface php scripts with RRD -tool directly via RRD tool's 'librrd' library, thus avoiding the need to use -system() calls to the rrdtool binary. - -WWW: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/contrib/php_rrdtool.txt diff --git a/databases/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile deleted file mode 100644 index 0a89f02acb92..000000000000 --- a/databases/phpmyadmin211/Makefile +++ /dev/null @@ -1,155 +0,0 @@ -# New ports collection makefile for: phpMyAdmin -# Date created: 19 Jan 2001 -# Whom: nbm -# -# $FreeBSD$ -# - -PORTNAME= phpMyAdmin -DISTVERSION= 2.9.2 -CATEGORIES= databases www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= phpmyadmin -DISTNAME= ${PORTNAME}-${PORTVERSION}-all-languages - -MAINTAINER= m.seaman@infracaninophile.co.uk -COMMENT= A set of PHP-scripts to manage MySQL over the web - -USE_BZIP2= yes -NO_BUILD= yes -.if !defined(WITHOUT_PHP_DEPENDS) -USE_PHP= mysql pcre session -.endif - -SUB_LIST+= "MYADMDIR=${MYADMDIR}" \ - "PKGNAME=${PKGNAME}" -SUB_FILES= pkg-message - -# Unfortunately can't make WITH_SUPHP part of the OPTIONS selection, -# since it has to be processed before just about anything else. - -.if defined(WITH_SUPHP) && !defined(WITHOUT_SUPHP) - -PKGNAMESUFFIX= -suphp -RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp -WANT_PHP_CGI= yes - -MYADMUSR?= phpmyadm - -SUB_LIST+= "MYADMUSR=${MYADMUSR}" \ - "MYADMGRP=${MYADMGRP}" -SUB_FILES+= pkg-install pkg-deinstall - -.else - -WANT_PHP_WEB= yes - -.endif - -# Copy the way lang/php{4,5}-extensions deals with its OPTIONS -- avoids -# problems with include of bsd.port.pre.mk - -OPTIONS= BZ2 "bzip2 library support" on \ - GD "GD library support" on \ - MYSQLI "Improved MySQL support" off \ - OPENSSL "OpenSSL support" on \ - PDF "PDFlib support (implies GD)" on \ - ZLIB "ZLIB support" on \ - MCRYPT "MCrypt library support" on \ - MBSTRING "Multi-byte character-set string support" on - -PORT_DBDIR?= ${DESTDIR}/var/db/ports -LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options - -.if exists(${OPTIONSFILE}) -.include "${OPTIONSFILE}" -.endif - -.if !defined(WITHOUT_PHP_DEPENDS) -# Options that default to on: -.for opt in BZ2 GD OPENSSL PDF ZLIB MCRYPT MBSTRING -. if !defined(WITHOUT_${opt}) || defined(WITH_${opt}) -USE_PHP+= ${opt:L} -. endif -.endfor - -# Options that default to off: -.for opt in MYSQLI -. if defined(WITH_${opt}) && !defined(WITHOUT_${opt}) -USE_PHP+= ${opt:L} -. endif -.endfor -.endif - -# MYADMUSR is only used WITH_SUPHP -MYADMDIR?= www/phpMyAdmin -MYADMGRP?= ${WWWGRP} -CFGFILE= config.inc.php - -PLIST= ${WRKDIR}/plist -PLIST_SUB+= MYADMDIR=${MYADMDIR} MYADMGRP=${MYADMGRP} - -.SILENT: - -do-build: - @${DO_NADA} - -pre-everything:: - ${ECHO_MSG} "" - ${ECHO_MSG} "You may use the following additional build option:" - ${ECHO_MSG} "" - ${ECHO_MSG} " WITH_SUPHP=yes Install appropriately for use with" - ${ECHO_MSG} " the www/suphp port [default: no]" - ${ECHO_MSG} "" - ${ECHO_MSG} "Note that selecting the MYSQLI option will only work" - ${ECHO_MSG} "with PHP5 and MySQL 4.1.x" - ${ECHO_MSG} "" - ${ECHO_MSG} "If you want to use PHP4, for best results, please" - ${ECHO_MSG} "install lang/php4 before attempting to install" - ${ECHO_MSG} "databases/phpmyadmin" - ${ECHO_MSG} "" - -post-patch: - ${CP} ${FILESDIR}/${CFGFILE}.sample ${WRKSRC}/${CFGFILE}.sample - cd ${WRKSRC} ; \ - ${FIND} . ! -type d ! -name ${CFGFILE}.sample | ${SORT} | \ - ${SED} -e "s,^\.,%%MYADMDIR%%," >${PLIST} ; \ - ${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} ; \ - ${FIND} . -type d | ${SORT} -r | ${SED} \ - -e "s,^\.$$,@dirrmtry %%MYADMDIR%%," \ - -e "s,^\.,@dirrm %%MYADMDIR%%," >>${PLIST} - -pre-install: -.if defined(WITH_SUPHP) - ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL -.endif - -do-install: install-app install-conf - -install-app: - cd ${WRKSRC} ; \ - for src in $$( ${FIND} . ! -name .cvsignore ) ; do \ - dst=${TARGETDIR}/${MYADMDIR}$${src#.} ; \ - if ${TEST} -d $$src ; then \ - ${MKDIR} $$dst ; \ - else \ - ${INSTALL_DATA} $$src $$dst ; \ - fi \ - done - -install-conf: install-app - cd ${TARGETDIR}/${MYADMDIR} ; \ - ${CHMOD} 0640 ${CFGFILE}.sample ; \ - ${CHGRP} ${MYADMGRP} ${CFGFILE}.sample ; \ - if ${TEST} ! -f ${CFGFILE} ; then \ - ${CP} -p ${CFGFILE}.sample ${CFGFILE} ; \ - fi - -post-install: -.if defined(WITH_SUPHP) - ${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/databases/phpmyadmin211/distinfo b/databases/phpmyadmin211/distinfo deleted file mode 100644 index a1dd2d5a0181..000000000000 --- a/databases/phpmyadmin211/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (phpMyAdmin-2.9.2-all-languages.tar.bz2) = 8d67cab6f93da370929622d0ef96839a -SHA256 (phpMyAdmin-2.9.2-all-languages.tar.bz2) = 9f53c41d7334e8234654512678a1de7b41f47c9149d2352216dd82cb351269f6 -SIZE (phpMyAdmin-2.9.2-all-languages.tar.bz2) = 2351428 diff --git a/databases/phpmyadmin211/files/config.inc.php.sample b/databases/phpmyadmin211/files/config.inc.php.sample deleted file mode 100644 index 0087f6fac79d..000000000000 --- a/databases/phpmyadmin211/files/config.inc.php.sample +++ /dev/null @@ -1,14 +0,0 @@ -<?php -/* $FreeBSD$ - * - * Skeleton configuration file -- this file is empty on a fresh - * installaton of phpmyadmin. - * - * Copy any settings you want to override from - * libraries/config.default.php or use scripts/setup.php to generate a - * basic configuration file - * - */ - - -?> diff --git a/databases/phpmyadmin211/files/pkg-deinstall.in b/databases/phpmyadmin211/files/pkg-deinstall.in deleted file mode 100644 index 4962506b4e26..000000000000 --- a/databases/phpmyadmin211/files/pkg-deinstall.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -case $2 in - POST-DEINSTALL) - cat <<EOMSG -The phpMyAdmin-suphp port has been deleted. -If you are not upgrading and don't intend to use -phpMyAdmin any more then you may wish to delete -the %%MYADMUSR%% account, which can be done with -the following command: - - # pw userdel %%MYADMUSR%% -EOMSG - if [ -d %%PREFIX%%/%%MYADMDIR%% ] ; then - echo " # rm -rf %%PREFIX%%/%%MYADMDIR%%/" - fi - echo - ;; -esac - -# -# That's All Folks! -# diff --git a/databases/phpmyadmin211/files/pkg-install.in b/databases/phpmyadmin211/files/pkg-install.in deleted file mode 100644 index bb4180b2660f..000000000000 --- a/databases/phpmyadmin211/files/pkg-install.in +++ /dev/null @@ -1,98 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -PATH=/usr/sbin:/usr/bin:/bin ; export PATH - -myadmdir=%%PREFIX%%/%%MYADMDIR%% -myadmusr=%%MYADMUSR%% -myadmgrp=%%MYADMGRP%% - -myadmgcos="phpMyAdmin Owner" -myadmhome=/nonexistent -myadmshell=/sbin/nologin - -create_group() { - local user group gcos home shell - - user=$1 - group=$2 - gcos=$3 - home=$4 - shell=$5 - - if pw groupadd -n $group ; then - echo "===> Group $group created" - else - cat <<-EOERRORMSG - *** Failed to create the $group group. - - Please add the $user user and $group group - manually with the commands: - - pw groupadd -n $group - pw useradd -n $user -g $group -c "$gcos" \\ - -d $home -s $shell -h - - - and retry installing this package. - EOERRORMSG - exit 1 - fi -} - - -create_user() { - local user group gcos home shell - - user=$1 - group=$2 - gcos=$3 - home=$4 - shell=$5 - - if pw useradd -n $user -g $group -c "$gcos" -d $home -s $shell -h - ; then - echo "===> Created $user user" - else - cat <<-EOERRORMSG - *** Failed to create the $user user. - - Please add the $user user manually with the command: - - pw useradd -n $user -g $group -c "$gcos" \\ - -d $home -s $shell -h - - - and retry installing this package. - EOERRORMSG - exit 1 - fi -} - - -case $2 in - PRE-INSTALL) - - # Create the myadm user and group if they do not already exist - - if pw user show -n $myadmusr >/dev/null 2>&1 ; then - echo "===> Using pre-existing user $myadmusr" - else - if ! pw group show -n $myadmgrp >/dev/null 2>&1 ; then - create_group $myadmusr $myadmgrp "$myadmgcos" $myadmhome \ - $myadmshell - fi - create_user $myadmusr $myadmgrp "$myadmgcos" $myadmhome $myadmshell - fi - ;; - POST-INSTALL) - - # Change ownership of the phpMyAdm directory - - echo "===> Adjusting file ownership in $myadmdir" - chown -R $myadmusr:$myadmgrp $myadmdir || exit 1 - ;; -esac - -# -# That's All Folks! -# diff --git a/databases/phpmyadmin211/files/pkg-message.in b/databases/phpmyadmin211/files/pkg-message.in deleted file mode 100644 index 34fbb55d1919..000000000000 --- a/databases/phpmyadmin211/files/pkg-message.in +++ /dev/null @@ -1,21 +0,0 @@ - -%%PKGNAME%% has been installed into: - - %%PREFIX%%/%%MYADMDIR%% - -Please edit config.inc.php to suit your needs. - -To make phpMyAdmin available through your web site, I suggest -that you add something like the following to httpd.conf: - - Alias /phpmyadmin/ "%%PREFIX%%/%%MYADMDIR%%/" - - <Directory "%%PREFIX%%/%%MYADMDIR%%/"> - Options none - AllowOverride Limit - - Order Deny,Allow - Deny from all - Allow from 127.0.0.1 .example.com - </Directory> - diff --git a/databases/phpmyadmin211/pkg-descr b/databases/phpmyadmin211/pkg-descr deleted file mode 100644 index 6d392982ab23..000000000000 --- a/databases/phpmyadmin211/pkg-descr +++ /dev/null @@ -1,36 +0,0 @@ - - phpMyAdmin handles the administration of MySQL over the Web. It can - manage a whole MySQL server as well as a single database. - - Currently phpMyAdmin can: - - easily browse through databases and tables - - create, copy, rename, alter and drop databases - - create, copy, rename, alter and drop tables - - do table maintenance - - add, edit and drop fields - - execute any SQL-statement, even multiple queries - - create, alter and drop indexes - - load text files into tables - - create (*) and read dumps of tables or databases - - export (*) data to SQL, CSV, XML, Word, Excel, PDF and Latex - formats - - administer multiple servers - - manage MySQL users and privileges - - check server settings and runtime information with - configuration hints - - check referential integrity in MyISAM tables - - using Query-by-example (QBE), create complex queries - automatically connecting required tables - - create PDF graphics of your Database layout - - search globally in a database or a subset of it - - transform stored data into any format using a set of predefined - functions, like displaying BLOB-data as image or download-link - - support InnoDB tables and foreign keys (see FAQ 3.6) - - support mysqli, the improved MySQL extension (see FAQ 1.17) - - communicate in 50 different languages - - (*) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats) - dumps and CSV exports if you use PHP4 >= 4.0.4 with Zlib support - (--with-zli b) and/or Bzip2 support (--with-bz2). - -WWW: http://www.phpmyadmin.net/ diff --git a/databases/phpmyadmin211/pkg-plist-chunk b/databases/phpmyadmin211/pkg-plist-chunk deleted file mode 100644 index 271eb110d237..000000000000 --- a/databases/phpmyadmin211/pkg-plist-chunk +++ /dev/null @@ -1,7 +0,0 @@ -@mode 640 -@group %%MYADMGRP%% -@unexec if cmp -s %D/%%MYADMDIR%%/config.inc.php.sample %D/%%MYADMDIR%%/config.inc.php ; then rm -f %D/%%MYADMDIR%%/config.inc.php ; fi -%%MYADMDIR%%/config.inc.php.sample -@exec [ ! -f %B/config.inc.php ] && cp -p %B/%f %B/config.inc.php || true -@mode -@group diff --git a/databases/postgresql-libpqxx3/Makefile b/databases/postgresql-libpqxx3/Makefile deleted file mode 100644 index 0ac942700c8a..000000000000 --- a/databases/postgresql-libpqxx3/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: PostgreSQL Pgaccess -# Date created: December 1st, 2002 -# Whom: Palle Girgensohn <girgen@pingpong.net> -# -# $FreeBSD$ -# - -PORTNAME= libpqxx -PORTVERSION= 2.6.7 -CATEGORIES= databases -MASTER_SITES= ftp://thaiopensource.org/%SUBDIR%/ -MASTER_SITE_SUBDIR= software/libpqxx -PKGNAMEPREFIX= postgresql- -DIST_SUBDIR= postgresql - -MAINTAINER= girgen@FreeBSD.org -COMMENT= A new C++ interface for PostgreSQL - -USE_PGSQL= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -PLIST_SUB= PORTVERSION=${PORTVERSION} - -CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \ - --enable-shared \ - --with-postgres-include=${LOCALBASE}/include/postgresql - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500035 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -CPPFLAGS+= -I${LOCALBASE}/include/stlport -LDFLAGS+= -L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS} -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" -.endif - -.include <bsd.port.post.mk> diff --git a/databases/postgresql-libpqxx3/distinfo b/databases/postgresql-libpqxx3/distinfo deleted file mode 100644 index b1a6496643ca..000000000000 --- a/databases/postgresql-libpqxx3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (postgresql/libpqxx-2.6.7.tar.gz) = f66b41065a5e3103a348d378320999e4 -SHA256 (postgresql/libpqxx-2.6.7.tar.gz) = 59d01aab3b442954a044fd21bb43482f03cf750fa54e03f03a6fc2543a6cca7a -SIZE (postgresql/libpqxx-2.6.7.tar.gz) = 1595069 diff --git a/databases/postgresql-libpqxx3/files/patch-Makefile.in b/databases/postgresql-libpqxx3/files/patch-Makefile.in deleted file mode 100644 index d1dd4d32ceef..000000000000 --- a/databases/postgresql-libpqxx3/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in~ Sat May 27 12:46:50 2006 -+++ Makefile.in Sun May 28 17:51:23 2006 -@@ -212,7 +212,7 @@ - - - #includedir=$(prefix)/include --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-tools-splitconfig b/databases/postgresql-libpqxx3/files/patch-tools-splitconfig deleted file mode 100644 index 383fb09cfa14..000000000000 --- a/databases/postgresql-libpqxx3/files/patch-tools-splitconfig +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/splitconfig.orig Wed Aug 9 12:00:50 2006 -+++ tools/splitconfig Wed Aug 9 12:00:59 2006 -@@ -58,7 +58,7 @@ - } - - --SAMPLETXT="`mktemp`" -+SAMPLETXT="`mktemp foo`" - - # Perform a "grep -F -w -h", or simulate one, searching for any of the patterns - # listed in "$2" (one per line) in file "$3". A code for the grep command line 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 d247e39fb75e..000000000000 --- a/databases/postgresql-libpqxx3/pkg-plist +++ /dev/null @@ -1,83 +0,0 @@ -bin/pqxx-config -include/pqxx/all.h -include/pqxx/basic_connection -include/pqxx/basic_connection.hxx -include/pqxx/binarystring -include/pqxx/binarystring.hxx -include/pqxx/cachedresult.h -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.h -include/pqxx/connection.hxx -include/pqxx/connection_base -include/pqxx/connection_base.h -include/pqxx/connection_base.hxx -include/pqxx/connectionitf.h -include/pqxx/connectionpolicy -include/pqxx/connectionpolicy.hxx -include/pqxx/cursor -include/pqxx/cursor.h -include/pqxx/cursor.hxx -include/pqxx/dbtransaction -include/pqxx/dbtransaction.h -include/pqxx/dbtransaction.hxx -include/pqxx/except -include/pqxx/except.h -include/pqxx/except.hxx -include/pqxx/isolation -include/pqxx/isolation.h -include/pqxx/isolation.hxx -include/pqxx/largeobject -include/pqxx/largeobject.h -include/pqxx/largeobject.hxx -include/pqxx/libpq-forward.hxx -include/pqxx/nontransaction -include/pqxx/nontransaction.h -include/pqxx/nontransaction.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.h -include/pqxx/result.hxx -include/pqxx/robusttransaction -include/pqxx/robusttransaction.h -include/pqxx/robusttransaction.hxx -include/pqxx/subtransaction -include/pqxx/subtransaction.hxx -include/pqxx/tablereader -include/pqxx/tablereader.h -include/pqxx/tablereader.hxx -include/pqxx/tablestream -include/pqxx/tablestream.h -include/pqxx/tablestream.hxx -include/pqxx/tablewriter -include/pqxx/tablewriter.h -include/pqxx/tablewriter.hxx -include/pqxx/transaction -include/pqxx/transaction.h -include/pqxx/transaction.hxx -include/pqxx/transaction_base -include/pqxx/transaction_base.h -include/pqxx/transaction_base.hxx -include/pqxx/transactionitf.h -include/pqxx/transactor -include/pqxx/transactor.h -include/pqxx/transactor.hxx -include/pqxx/trigger -include/pqxx/trigger.h -include/pqxx/trigger.hxx -include/pqxx/util -include/pqxx/util.h -include/pqxx/util.hxx -lib/libpqxx-%%PORTVERSION%%.so -lib/libpqxx.a -lib/libpqxx.la -lib/libpqxx.so -libdata/pkgconfig/libpqxx.pc -@dirrm include/pqxx diff --git a/databases/postgresql-libpqxx30/Makefile b/databases/postgresql-libpqxx30/Makefile deleted file mode 100644 index 0ac942700c8a..000000000000 --- a/databases/postgresql-libpqxx30/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: PostgreSQL Pgaccess -# Date created: December 1st, 2002 -# Whom: Palle Girgensohn <girgen@pingpong.net> -# -# $FreeBSD$ -# - -PORTNAME= libpqxx -PORTVERSION= 2.6.7 -CATEGORIES= databases -MASTER_SITES= ftp://thaiopensource.org/%SUBDIR%/ -MASTER_SITE_SUBDIR= software/libpqxx -PKGNAMEPREFIX= postgresql- -DIST_SUBDIR= postgresql - -MAINTAINER= girgen@FreeBSD.org -COMMENT= A new C++ interface for PostgreSQL - -USE_PGSQL= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -PLIST_SUB= PORTVERSION=${PORTVERSION} - -CONFIGURE_ARGS= --with-postgres=${LOCALBASE} \ - --enable-shared \ - --with-postgres-include=${LOCALBASE}/include/postgresql - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500035 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport -CPPFLAGS+= -I${LOCALBASE}/include/stlport -LDFLAGS+= -L${LOCALBASE}/lib -lstlport_gcc ${PTHREAD_LIBS} -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" -.endif - -.include <bsd.port.post.mk> diff --git a/databases/postgresql-libpqxx30/distinfo b/databases/postgresql-libpqxx30/distinfo deleted file mode 100644 index b1a6496643ca..000000000000 --- a/databases/postgresql-libpqxx30/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (postgresql/libpqxx-2.6.7.tar.gz) = f66b41065a5e3103a348d378320999e4 -SHA256 (postgresql/libpqxx-2.6.7.tar.gz) = 59d01aab3b442954a044fd21bb43482f03cf750fa54e03f03a6fc2543a6cca7a -SIZE (postgresql/libpqxx-2.6.7.tar.gz) = 1595069 diff --git a/databases/postgresql-libpqxx30/files/patch-Makefile.in b/databases/postgresql-libpqxx30/files/patch-Makefile.in deleted file mode 100644 index d1dd4d32ceef..000000000000 --- a/databases/postgresql-libpqxx30/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in~ Sat May 27 12:46:50 2006 -+++ Makefile.in Sun May 28 17:51:23 2006 -@@ -212,7 +212,7 @@ - - - #includedir=$(prefix)/include --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libpqxx.pc - bin_SCRIPTS = pqxx-config - all: all-recursive diff --git a/databases/postgresql-libpqxx30/files/patch-tools-splitconfig b/databases/postgresql-libpqxx30/files/patch-tools-splitconfig deleted file mode 100644 index 383fb09cfa14..000000000000 --- a/databases/postgresql-libpqxx30/files/patch-tools-splitconfig +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/splitconfig.orig Wed Aug 9 12:00:50 2006 -+++ tools/splitconfig Wed Aug 9 12:00:59 2006 -@@ -58,7 +58,7 @@ - } - - --SAMPLETXT="`mktemp`" -+SAMPLETXT="`mktemp foo`" - - # Perform a "grep -F -w -h", or simulate one, searching for any of the patterns - # listed in "$2" (one per line) in file "$3". A code for the grep command line diff --git a/databases/postgresql-libpqxx30/pkg-descr b/databases/postgresql-libpqxx30/pkg-descr deleted file mode 100644 index 5697d09a3e4d..000000000000 --- a/databases/postgresql-libpqxx30/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-libpqxx30/pkg-plist b/databases/postgresql-libpqxx30/pkg-plist deleted file mode 100644 index d247e39fb75e..000000000000 --- a/databases/postgresql-libpqxx30/pkg-plist +++ /dev/null @@ -1,83 +0,0 @@ -bin/pqxx-config -include/pqxx/all.h -include/pqxx/basic_connection -include/pqxx/basic_connection.hxx -include/pqxx/binarystring -include/pqxx/binarystring.hxx -include/pqxx/cachedresult.h -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.h -include/pqxx/connection.hxx -include/pqxx/connection_base -include/pqxx/connection_base.h -include/pqxx/connection_base.hxx -include/pqxx/connectionitf.h -include/pqxx/connectionpolicy -include/pqxx/connectionpolicy.hxx -include/pqxx/cursor -include/pqxx/cursor.h -include/pqxx/cursor.hxx -include/pqxx/dbtransaction -include/pqxx/dbtransaction.h -include/pqxx/dbtransaction.hxx -include/pqxx/except -include/pqxx/except.h -include/pqxx/except.hxx -include/pqxx/isolation -include/pqxx/isolation.h -include/pqxx/isolation.hxx -include/pqxx/largeobject -include/pqxx/largeobject.h -include/pqxx/largeobject.hxx -include/pqxx/libpq-forward.hxx -include/pqxx/nontransaction -include/pqxx/nontransaction.h -include/pqxx/nontransaction.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.h -include/pqxx/result.hxx -include/pqxx/robusttransaction -include/pqxx/robusttransaction.h -include/pqxx/robusttransaction.hxx -include/pqxx/subtransaction -include/pqxx/subtransaction.hxx -include/pqxx/tablereader -include/pqxx/tablereader.h -include/pqxx/tablereader.hxx -include/pqxx/tablestream -include/pqxx/tablestream.h -include/pqxx/tablestream.hxx -include/pqxx/tablewriter -include/pqxx/tablewriter.h -include/pqxx/tablewriter.hxx -include/pqxx/transaction -include/pqxx/transaction.h -include/pqxx/transaction.hxx -include/pqxx/transaction_base -include/pqxx/transaction_base.h -include/pqxx/transaction_base.hxx -include/pqxx/transactionitf.h -include/pqxx/transactor -include/pqxx/transactor.h -include/pqxx/transactor.hxx -include/pqxx/trigger -include/pqxx/trigger.h -include/pqxx/trigger.hxx -include/pqxx/util -include/pqxx/util.h -include/pqxx/util.hxx -lib/libpqxx-%%PORTVERSION%%.so -lib/libpqxx.a -lib/libpqxx.la -lib/libpqxx.so -libdata/pkgconfig/libpqxx.pc -@dirrm include/pqxx diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile deleted file mode 100644 index 783a1c4fc97e..000000000000 --- a/databases/postgresql83-server/Makefile +++ /dev/null @@ -1,321 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PORTVERSION?= 8.2.1 -PORTREVISION?= 0 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -PKGNAMESUFFIX?= -server -DISTFILES?= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \ - postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER?= girgen@FreeBSD.org -COMMENT?= The most advanced open-source database available anywhere - -CONFLICTS?= ${PORTNAME}-client-7.* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.* \ - ${PORTNAME}-client-8.[0-13-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-8.[0-13-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}82 -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 - -CONFIGURE_ARGS+=--with-libraries=${LOCALBASE}/lib \ - --with-includes=${LOCALBASE}/include \ - --with-docdir=${DOCSDIR} -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" - -PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX} - -BUILD_DIRS?= src/port src/timezone src/backend src/backend/utils/mb/conversion_procs \ - src/bin/initdb src/bin/ipcclean src/bin/pg_ctl src/bin/pg_controldata \ - src/bin/pg_resetxlog src/pl - -INSTALL_DIRS?= ${BUILD_DIRS} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= postgresql -SUB_FILES+= dot.cshrc dot.profile -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 - -# 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 ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= Coredump during build on alpha 4.x -.endif - -.if !defined(SLAVE_ONLY) -# gnugetopt will always be used if already installed -. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h) -OPTIONS+= GNUGETOPT "Use GNU getopt" on -. endif -OPTIONS+= PAM "Build with PAM support (server only)" 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+= LIBC_R "Link w/ libc_r, used by plpython (server)" off -OPTIONS+= THREADSAFE "make libpq thread safe" off -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -#OPTIONS+= ICU "Use ICU for unicode collation (server)" off - -# See http://gppl.moonbone.ru/ for more info -#OPTIONS+= HIER "Builds with query hierarchy (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)" off - -# . if (defined(SERVER_ONLY) && defined(WITH_HIER)) || make(makesum) -# PATCH_SITES+= http://gppl.moonbone.ru/:hier812055 -# PATCHFILES+= hier-Pg8.1.2-0.5.5.diff.gz:hier812055 -# USE_BISON= yes -# . endif - -# . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) -# USE_AUTOTOOLS= autoconf:259 -# CONFIGURE_ARGS+=--with-icu -# LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu -# PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu -# PATCHFILES+= pg-814-icu-xx-2006-09-25.diff.gz:icu -# . endif - -PATCH_DIST_STRIP=-p1 - -. ifmake makesum -DISTFILES+= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} -. endif - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. endif - -. if defined(WITH_INTDATE) -CONFIGURE_ARGS+=--enable-integer-datetimes -. endif - -. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h) -USE_GETOPT_LONG=yes -. 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.21:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+=--with-krb5 -. endif -. endif - -. if (defined(SERVER_ONLY) && defined(WITH_TESTS)) || defined(WITH_THREADSAFE) || make(makesum) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -. endif - -. if defined(WITH_THREADSAFE) -CONFIGURE_ARGS+=--enable-thread-safety -. endif - -. if defined(SERVER_ONLY) && defined(WITH_LIBC_R) -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -. 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 \ - ipcclean.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_function.7 alter_group.7 \ - alter_index.7 alter_language.7 alter_operator_class.7 \ - alter_role.7 \ - alter_schema.7 alter_sequence.7 alter_table.7 \ - alter_trigger.7 alter_user.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_function.7 \ - create_group.7 create_index.7 create_language.7 \ - create_operator.7 create_operator_class.7 \ - create_role.7 \ - create_rule.7 create_schema.7 create_sequence.7 \ - create_table.7 create_table_as.7 create_trigger.7 \ - create_type.7 create_user.7 create_view.7 deallocate.7 \ - declare.7 delete.7 \ - drop_aggregate.7 drop_cast.7 drop_conversion.7 \ - drop_database.7 drop_domain.7 drop_function.7 \ - drop_group.7 drop_index.7 drop_language.7 \ - drop_operator.7 drop_operator_class.7 drop_owned.7 \ - drop_role.7 drop_rule.7 \ - drop_schema.7 drop_sequence.7 drop_table.7 drop_trigger.7 \ - drop_type.7 drop_user.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 \ - 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 -.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 ;\ - ${GMAKE} ../../src/include/parser/parse.h ../../src/include/utils/fmgroids.h - @ 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} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -.endif - -.if !defined(NO_BUILD) -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 -. for i in profile cshrc - ${INSTALL_DATA} ${WRKDIR}/dot.$i ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${INSTALL_DATA} -o pgsql -g pgsql ${WRKDIR}/dot.$i ~pgsql/dot.$i.dist ; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} -p ~pgsql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${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) && defined(WITH_TESTS) -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/postgresql83-server/distinfo b/databases/postgresql83-server/distinfo deleted file mode 100644 index 7e8db647da52..000000000000 --- a/databases/postgresql83-server/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -MD5 (postgresql/postgresql-base-8.2.1.tar.bz2) = 7f20da3764ea2ff7329a6570da89926a -SHA256 (postgresql/postgresql-base-8.2.1.tar.bz2) = 99aa1b8d3f0f53f5fd138103052f5111310c061b25c0293dd9f93dc3fd6fda5c -SIZE (postgresql/postgresql-base-8.2.1.tar.bz2) = 8483464 -MD5 (postgresql/postgresql-opt-8.2.1.tar.bz2) = 018aaf094027456d4708d97320c86eaa -SHA256 (postgresql/postgresql-opt-8.2.1.tar.bz2) = 9a542c79c2983322c621b4086ae78e1d7c3bb841c95283e45e7bced73d975422 -SIZE (postgresql/postgresql-opt-8.2.1.tar.bz2) = 167629 -MD5 (postgresql/postgresql-docs-8.2.1.tar.bz2) = 62629d436573b97326e7bb56495a8609 -SHA256 (postgresql/postgresql-docs-8.2.1.tar.bz2) = 76544837b2241b1e5c00cce3118584499a902e948b0d5c0a7465535b21f22843 -SIZE (postgresql/postgresql-docs-8.2.1.tar.bz2) = 2750394 -MD5 (postgresql/postgresql-test-8.2.1.tar.bz2) = fefc23962bda107bc24d799996b11a92 -SHA256 (postgresql/postgresql-test-8.2.1.tar.bz2) = fa6835d4d68215dac9fc6242ea974aea671c3be1565fb84ce40b28c209a89fe3 -SIZE (postgresql/postgresql-test-8.2.1.tar.bz2) = 985153 diff --git a/databases/postgresql83-server/files/502.pgsql b/databases/postgresql83-server/files/502.pgsql deleted file mode 100644 index 09591559c317..000000000000 --- a/databases/postgresql83-server/files/502.pgsql +++ /dev/null @@ -1,97 +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_enable="YES" -daily_pgsql_backup_enable="NO" - -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 ${backupdir}; chmod 700 ${backupdir}; chown pgsql ${backupdir} - fi - - echo - echo "PostgreSQL maintenance" - - # Protect the data - umask 077 - dbnames=`su -l pgsql -c "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 "pg_dumpall -g | gzip -9 > ${file}.gz" - for db in ${dbnames}; do - echo -n " $db" - file=${backupdir}/pgdump_${db}_${now} - su -l pgsql -c "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 "vacuuming..." - 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/postgresql83-server/files/dot.cshrc.in b/databases/postgresql83-server/files/dot.cshrc.in deleted file mode 100644 index 4069398b376e..000000000000 --- a/databases/postgresql83-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/postgresql83-server/files/dot.profile.in b/databases/postgresql83-server/files/dot.profile.in deleted file mode 100644 index 954e22eae8f8..000000000000 --- a/databases/postgresql83-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/postgresql83-server/files/patch-plpython-Makefile b/databases/postgresql83-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql83-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/postgresql83-server/files/patch-src-makefiles-Makefile.freebsd b/databases/postgresql83-server/files/patch-src-makefiles-Makefile.freebsd deleted file mode 100644 index 81339e98e8db..000000000000 --- a/databases/postgresql83-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,8 +0,0 @@ ---- src/makefiles/Makefile.freebsd.orig Fri Nov 19 01:41:39 2004 -+++ src/makefiles/Makefile.freebsd Tue Dec 21 02:44:09 2004 -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/postgresql83-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql83-server/files/patch-src:backend:utils:misc:postgresql.conf.sample deleted file mode 100644 index 7c2831c41be0..000000000000 --- a/databases/postgresql83-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,27 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample.orig Sun May 21 22:11:02 2006 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Nov 7 17:23:50 2006 -@@ -206,6 +206,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of - # stderr, syslog and eventlog, - # depending on platform. -@@ -283,6 +284,7 @@ - #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements - # and their durations, in milliseconds. - -+silent_mode = on - #silent_mode = off # DO NOT USE without syslog or - # redirect_stderr - -@@ -339,6 +341,8 @@ - #--------------------------------------------------------------------------- - # AUTOVACUUM PARAMETERS - #--------------------------------------------------------------------------- -+ -+autovacuum = on - - #autovacuum = off # enable autovacuum subprocess? - #autovacuum_naptime = 60 # time between autovacuum runs, in secs diff --git a/databases/postgresql83-server/files/pkg-message-client.in b/databases/postgresql83-server/files/pkg-message-client.in deleted file mode 100644 index 722d50cb4244..000000000000 --- a/databases/postgresql83-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 autovacuum, pgcrypto and many other cool - things. - -etc... diff --git a/databases/postgresql83-server/files/pkg-message-contrib.in b/databases/postgresql83-server/files/pkg-message-contrib.in deleted file mode 100644 index 2b29ffd33041..000000000000 --- a/databases/postgresql83-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/postgresql83-server/files/pkg-message-plperl.in b/databases/postgresql83-server/files/pkg-message-plperl.in deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql83-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/postgresql83-server/files/pkg-message-plpython.in b/databases/postgresql83-server/files/pkg-message-plpython.in deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql83-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/postgresql83-server/files/pkg-message-pltcl.in b/databases/postgresql83-server/files/pkg-message-pltcl.in deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql83-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/postgresql83-server/files/pkg-message-server.in b/databases/postgresql83-server/files/pkg-message-server.in deleted file mode 100644 index cd6c42ed2090..000000000000 --- a/databases/postgresql83-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.conf/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/postgresql83-server/files/pkgIndex.tcl.in b/databases/postgresql83-server/files/pkgIndex.tcl.in deleted file mode 100644 index bd8329b15c69..000000000000 --- a/databases/postgresql83-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/postgresql83-server/files/postgresql.in b/databases/postgresql83-server/files/postgresql.in deleted file mode 100644 index 1b3b4226acdf..000000000000 --- a/databases/postgresql83-server/files/postgresql.in +++ /dev/null @@ -1,64 +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 - -prefix=%%PREFIX%% -command=${prefix}/bin/pg_ctl - -. %%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/postgresql83-server/pkg-descr b/databases/postgresql83-server/pkg-descr deleted file mode 100644 index f8f8a9e0d422..000000000000 --- a/databases/postgresql83-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/postgresql83-server/pkg-install-server b/databases/postgresql83-server/pkg-install-server deleted file mode 100644 index c3db75540ffa..000000000000 --- a/databases/postgresql83-server/pkg-install-server +++ /dev/null @@ -1,65 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/sbin -PGUSER=pgsql -DB_DIR=${PKG_PREFIX}/${PGUSER} - -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 - USER=${PGUSER} - GROUP=${USER} - UID=70 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -c "PostgreSQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${PGUSER} ] ; then - mkdir -p ${DB_DIR} - chown pgsql:pgsql ${DB_DIR} - fi - ;; - -BACKUPWARNING) - backupwarning - ;; -esac diff --git a/databases/postgresql83-server/pkg-plist b/databases/postgresql83-server/pkg-plist deleted file mode 100644 index 9c9bab36b9f8..000000000000 --- a/databases/postgresql83-server/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment to make portlint happy diff --git a/databases/postgresql83-server/pkg-plist-client b/databases/postgresql83-server/pkg-plist-client deleted file mode 100644 index 38e92046904b..000000000000 --- a/databases/postgresql83-server/pkg-plist-client +++ /dev/null @@ -1,549 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/pg_config -bin/pg_dump -bin/pg_dumpall -bin/pg_restore -bin/psql -bin/reindexdb -bin/vacuumdb -include/ecpg_config.h -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gin.h -include/postgresql/server/access/gist.h -include/postgresql/server/access/gist_private.h -include/postgresql/server/access/gistscan.h -include/postgresql/server/access/hash.h -include/postgresql/server/access/heapam.h -include/postgresql/server/access/hio.h -include/postgresql/server/access/htup.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/multixact.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/reloptions.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/sdir.h -include/postgresql/server/access/skey.h -include/postgresql/server/access/slru.h -include/postgresql/server/access/subtrans.h -include/postgresql/server/access/transam.h -include/postgresql/server/access/tupdesc.h -include/postgresql/server/access/tupmacs.h -include/postgresql/server/access/tuptoaster.h -include/postgresql/server/access/twophase.h -include/postgresql/server/access/twophase_rmgr.h -include/postgresql/server/access/valid.h -include/postgresql/server/access/xact.h -include/postgresql/server/access/xlog.h -include/postgresql/server/access/xlog_internal.h -include/postgresql/server/access/xlogdefs.h -include/postgresql/server/access/xlogutils.h -include/postgresql/server/bootstrap/bootstrap.h -include/postgresql/server/c.h -include/postgresql/server/catalog/catalog.h -include/postgresql/server/catalog/catversion.h -include/postgresql/server/catalog/dependency.h -include/postgresql/server/catalog/heap.h -include/postgresql/server/catalog/index.h -include/postgresql/server/catalog/indexing.h -include/postgresql/server/catalog/namespace.h -include/postgresql/server/catalog/pg_aggregate.h -include/postgresql/server/catalog/pg_am.h -include/postgresql/server/catalog/pg_amop.h -include/postgresql/server/catalog/pg_amproc.h -include/postgresql/server/catalog/pg_attrdef.h -include/postgresql/server/catalog/pg_attribute.h -include/postgresql/server/catalog/pg_auth_members.h -include/postgresql/server/catalog/pg_authid.h -include/postgresql/server/catalog/pg_autovacuum.h -include/postgresql/server/catalog/pg_cast.h -include/postgresql/server/catalog/pg_class.h -include/postgresql/server/catalog/pg_constraint.h -include/postgresql/server/catalog/pg_control.h -include/postgresql/server/catalog/pg_conversion.h -include/postgresql/server/catalog/pg_database.h -include/postgresql/server/catalog/pg_depend.h -include/postgresql/server/catalog/pg_description.h -include/postgresql/server/catalog/pg_index.h -include/postgresql/server/catalog/pg_inherits.h -include/postgresql/server/catalog/pg_language.h -include/postgresql/server/catalog/pg_largeobject.h -include/postgresql/server/catalog/pg_listener.h -include/postgresql/server/catalog/pg_namespace.h -include/postgresql/server/catalog/pg_opclass.h -include/postgresql/server/catalog/pg_operator.h -include/postgresql/server/catalog/pg_pltemplate.h -include/postgresql/server/catalog/pg_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shdepend.h -include/postgresql/server/catalog/pg_shdescription.h -include/postgresql/server/catalog/pg_statistic.h -include/postgresql/server/catalog/pg_tablespace.h -include/postgresql/server/catalog/pg_trigger.h -include/postgresql/server/catalog/pg_type.h -include/postgresql/server/catalog/toasting.h -include/postgresql/server/commands/alter.h -include/postgresql/server/commands/async.h -include/postgresql/server/commands/cluster.h -include/postgresql/server/commands/comment.h -include/postgresql/server/commands/conversioncmds.h -include/postgresql/server/commands/copy.h -include/postgresql/server/commands/dbcommands.h -include/postgresql/server/commands/defrem.h -include/postgresql/server/commands/explain.h -include/postgresql/server/commands/lockcmds.h -include/postgresql/server/commands/portalcmds.h -include/postgresql/server/commands/prepare.h -include/postgresql/server/commands/proclang.h -include/postgresql/server/commands/schemacmds.h -include/postgresql/server/commands/sequence.h -include/postgresql/server/commands/tablecmds.h -include/postgresql/server/commands/tablespace.h -include/postgresql/server/commands/trigger.h -include/postgresql/server/commands/typecmds.h -include/postgresql/server/commands/user.h -include/postgresql/server/commands/vacuum.h -include/postgresql/server/commands/variable.h -include/postgresql/server/commands/version.h -include/postgresql/server/commands/view.h -include/postgresql/server/dynloader.h -include/postgresql/server/executor/execdebug.h -include/postgresql/server/executor/execdefs.h -include/postgresql/server/executor/execdesc.h -include/postgresql/server/executor/executor.h -include/postgresql/server/executor/functions.h -include/postgresql/server/executor/hashjoin.h -include/postgresql/server/executor/instrument.h -include/postgresql/server/executor/nodeAgg.h -include/postgresql/server/executor/nodeAppend.h -include/postgresql/server/executor/nodeBitmapAnd.h -include/postgresql/server/executor/nodeBitmapHeapscan.h -include/postgresql/server/executor/nodeBitmapIndexscan.h -include/postgresql/server/executor/nodeBitmapOr.h -include/postgresql/server/executor/nodeFunctionscan.h -include/postgresql/server/executor/nodeGroup.h -include/postgresql/server/executor/nodeHash.h -include/postgresql/server/executor/nodeHashjoin.h -include/postgresql/server/executor/nodeIndexscan.h -include/postgresql/server/executor/nodeLimit.h -include/postgresql/server/executor/nodeMaterial.h -include/postgresql/server/executor/nodeMergejoin.h -include/postgresql/server/executor/nodeNestloop.h -include/postgresql/server/executor/nodeResult.h -include/postgresql/server/executor/nodeSeqscan.h -include/postgresql/server/executor/nodeSetOp.h -include/postgresql/server/executor/nodeSort.h -include/postgresql/server/executor/nodeSubplan.h -include/postgresql/server/executor/nodeSubqueryscan.h -include/postgresql/server/executor/nodeTidscan.h -include/postgresql/server/executor/nodeUnique.h -include/postgresql/server/executor/nodeValuesscan.h -include/postgresql/server/executor/spi.h -include/postgresql/server/executor/spi_priv.h -include/postgresql/server/executor/tstoreReceiver.h -include/postgresql/server/executor/tuptable.h -include/postgresql/server/fmgr.h -include/postgresql/server/funcapi.h -include/postgresql/server/getaddrinfo.h -include/postgresql/server/getopt_long.h -include/postgresql/server/lib/dllist.h -include/postgresql/server/lib/stringinfo.h -include/postgresql/server/libpq/auth.h -include/postgresql/server/libpq/be-fsstubs.h -include/postgresql/server/libpq/crypt.h -include/postgresql/server/libpq/hba.h -include/postgresql/server/libpq/ip.h -include/postgresql/server/libpq/libpq-be.h -include/postgresql/server/libpq/libpq-fs.h -include/postgresql/server/libpq/libpq.h -include/postgresql/server/libpq/md5.h -include/postgresql/server/libpq/pqcomm.h -include/postgresql/server/libpq/pqformat.h -include/postgresql/server/libpq/pqsignal.h -include/postgresql/server/mb/pg_wchar.h -include/postgresql/server/miscadmin.h -include/postgresql/server/nodes/bitmapset.h -include/postgresql/server/nodes/execnodes.h -include/postgresql/server/nodes/makefuncs.h -include/postgresql/server/nodes/memnodes.h -include/postgresql/server/nodes/nodeFuncs.h -include/postgresql/server/nodes/nodes.h -include/postgresql/server/nodes/params.h -include/postgresql/server/nodes/parsenodes.h -include/postgresql/server/nodes/pg_list.h -include/postgresql/server/nodes/plannodes.h -include/postgresql/server/nodes/primnodes.h -include/postgresql/server/nodes/print.h -include/postgresql/server/nodes/readfuncs.h -include/postgresql/server/nodes/relation.h -include/postgresql/server/nodes/tidbitmap.h -include/postgresql/server/nodes/value.h -include/postgresql/server/optimizer/clauses.h -include/postgresql/server/optimizer/cost.h -include/postgresql/server/optimizer/geqo.h -include/postgresql/server/optimizer/geqo_copy.h -include/postgresql/server/optimizer/geqo_gene.h -include/postgresql/server/optimizer/geqo_misc.h -include/postgresql/server/optimizer/geqo_mutation.h -include/postgresql/server/optimizer/geqo_pool.h -include/postgresql/server/optimizer/geqo_random.h -include/postgresql/server/optimizer/geqo_recombination.h -include/postgresql/server/optimizer/geqo_selection.h -include/postgresql/server/optimizer/joininfo.h -include/postgresql/server/optimizer/pathnode.h -include/postgresql/server/optimizer/paths.h -include/postgresql/server/optimizer/plancat.h -include/postgresql/server/optimizer/planmain.h -include/postgresql/server/optimizer/planner.h -include/postgresql/server/optimizer/predtest.h -include/postgresql/server/optimizer/prep.h -include/postgresql/server/optimizer/restrictinfo.h -include/postgresql/server/optimizer/subselect.h -include/postgresql/server/optimizer/tlist.h -include/postgresql/server/optimizer/var.h -include/postgresql/server/parser/analyze.h -include/postgresql/server/parser/gramparse.h -include/postgresql/server/parser/keywords.h -include/postgresql/server/parser/parse.h -include/postgresql/server/parser/parse_agg.h -include/postgresql/server/parser/parse_clause.h -include/postgresql/server/parser/parse_coerce.h -include/postgresql/server/parser/parse_expr.h -include/postgresql/server/parser/parse_func.h -include/postgresql/server/parser/parse_node.h -include/postgresql/server/parser/parse_oper.h -include/postgresql/server/parser/parse_relation.h -include/postgresql/server/parser/parse_target.h -include/postgresql/server/parser/parse_type.h -include/postgresql/server/parser/parser.h -include/postgresql/server/parser/parsetree.h -include/postgresql/server/parser/scansup.h -include/postgresql/server/pg_config.h -include/postgresql/server/pg_config_manual.h -include/postgresql/server/pg_config_os.h -include/postgresql/server/pg_trace.h -include/postgresql/server/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/bsdi.h -include/postgresql/server/port/cygwin.h -include/postgresql/server/port/darwin.h -include/postgresql/server/port/dgux.h -include/postgresql/server/port/freebsd.h -include/postgresql/server/port/hpux.h -include/postgresql/server/port/irix.h -include/postgresql/server/port/linux.h -include/postgresql/server/port/netbsd.h -include/postgresql/server/port/nextstep.h -include/postgresql/server/port/openbsd.h -include/postgresql/server/port/osf.h -include/postgresql/server/port/sco.h -include/postgresql/server/port/solaris.h -include/postgresql/server/port/sunos4.h -include/postgresql/server/port/svr4.h -include/postgresql/server/port/ultrix4.h -include/postgresql/server/port/univel.h -include/postgresql/server/port/unixware.h -include/postgresql/server/port/win32.h -include/postgresql/server/port/win32/arpa/inet.h -include/postgresql/server/port/win32/dlfcn.h -include/postgresql/server/port/win32/grp.h -include/postgresql/server/port/win32/netdb.h -include/postgresql/server/port/win32/netinet/in.h -include/postgresql/server/port/win32/pwd.h -include/postgresql/server/port/win32/sys/socket.h -include/postgresql/server/port/win32/sys/wait.h -include/postgresql/server/postgres.h -include/postgresql/server/postgres_ext.h -include/postgresql/server/postgres_fe.h -include/postgresql/server/regex/regcustom.h -include/postgresql/server/regex/regerrs.h -include/postgresql/server/regex/regex.h -include/postgresql/server/regex/regguts.h -include/postgresql/server/rewrite/prs2lock.h -include/postgresql/server/rewrite/rewriteDefine.h -include/postgresql/server/rewrite/rewriteHandler.h -include/postgresql/server/rewrite/rewriteManip.h -include/postgresql/server/rewrite/rewriteRemove.h -include/postgresql/server/rewrite/rewriteSupport.h -include/postgresql/server/rusagestub.h -include/postgresql/server/storage/backendid.h -include/postgresql/server/storage/block.h -include/postgresql/server/storage/buf.h -include/postgresql/server/storage/buf_internals.h -include/postgresql/server/storage/buffile.h -include/postgresql/server/storage/bufmgr.h -include/postgresql/server/storage/bufpage.h -include/postgresql/server/storage/fd.h -include/postgresql/server/storage/freespace.h -include/postgresql/server/storage/ipc.h -include/postgresql/server/storage/item.h -include/postgresql/server/storage/itemid.h -include/postgresql/server/storage/itempos.h -include/postgresql/server/storage/itemptr.h -include/postgresql/server/storage/large_object.h -include/postgresql/server/storage/lmgr.h -include/postgresql/server/storage/lock.h -include/postgresql/server/storage/lwlock.h -include/postgresql/server/storage/off.h -include/postgresql/server/storage/pg_sema.h -include/postgresql/server/storage/pg_shmem.h -include/postgresql/server/storage/pmsignal.h -include/postgresql/server/storage/pos.h -include/postgresql/server/storage/proc.h -include/postgresql/server/storage/procarray.h -include/postgresql/server/storage/relfilenode.h -include/postgresql/server/storage/s_lock.h -include/postgresql/server/storage/shmem.h -include/postgresql/server/storage/sinval.h -include/postgresql/server/storage/sinvaladt.h -include/postgresql/server/storage/smgr.h -include/postgresql/server/storage/spin.h -include/postgresql/server/tcop/dest.h -include/postgresql/server/tcop/fastpath.h -include/postgresql/server/tcop/pquery.h -include/postgresql/server/tcop/tcopdebug.h -include/postgresql/server/tcop/tcopprot.h -include/postgresql/server/tcop/utility.h -include/postgresql/server/utils/acl.h -include/postgresql/server/utils/array.h -include/postgresql/server/utils/ascii.h -include/postgresql/server/utils/builtins.h -include/postgresql/server/utils/cash.h -include/postgresql/server/utils/catcache.h -include/postgresql/server/utils/date.h -include/postgresql/server/utils/datetime.h -include/postgresql/server/utils/datum.h -include/postgresql/server/utils/dynahash.h -include/postgresql/server/utils/dynamic_loader.h -include/postgresql/server/utils/elog.h -include/postgresql/server/utils/errcodes.h -include/postgresql/server/utils/flatfiles.h -include/postgresql/server/utils/fmgroids.h -include/postgresql/server/utils/fmgrtab.h -include/postgresql/server/utils/formatting.h -include/postgresql/server/utils/geo_decls.h -include/postgresql/server/utils/guc.h -include/postgresql/server/utils/guc_tables.h -include/postgresql/server/utils/help_config.h -include/postgresql/server/utils/hsearch.h -include/postgresql/server/utils/inet.h -include/postgresql/server/utils/int8.h -include/postgresql/server/utils/inval.h -include/postgresql/server/utils/logtape.h -include/postgresql/server/utils/lsyscache.h -include/postgresql/server/utils/memutils.h -include/postgresql/server/utils/nabstime.h -include/postgresql/server/utils/numeric.h -include/postgresql/server/utils/palloc.h -include/postgresql/server/utils/pg_crc.h -include/postgresql/server/utils/pg_locale.h -include/postgresql/server/utils/pg_lzcompress.h -include/postgresql/server/utils/pg_rusage.h -include/postgresql/server/utils/portal.h -include/postgresql/server/utils/ps_status.h -include/postgresql/server/utils/rel.h -include/postgresql/server/utils/relcache.h -include/postgresql/server/utils/resowner.h -include/postgresql/server/utils/selfuncs.h -include/postgresql/server/utils/syscache.h -include/postgresql/server/utils/timestamp.h -include/postgresql/server/utils/tqual.h -include/postgresql/server/utils/tuplesort.h -include/postgresql/server/utils/tuplestore.h -include/postgresql/server/utils/typcache.h -include/postgresql/server/utils/tzparser.h -include/postgresql/server/utils/varbit.h -@dirrm include/postgresql/server/utils -@dirrm include/postgresql/server/tcop -@dirrm include/postgresql/server/storage -@dirrm include/postgresql/server/rewrite -@dirrm include/postgresql/server/regex -@dirrm include/postgresql/server/port/win32/sys -@dirrm include/postgresql/server/port/win32/netinet -@dirrm include/postgresql/server/port/win32/arpa -@dirrm include/postgresql/server/port/win32 -@dirrm include/postgresql/server/port -@dirrm include/postgresql/server/parser -@dirrm include/postgresql/server/optimizer -@dirrm include/postgresql/server/nodes -@dirrm include/postgresql/server/mb -@dirrm include/postgresql/server/libpq -@dirrm include/postgresql/server/lib -@dirrm include/postgresql/server/executor -@dirrm include/postgresql/server/commands -@dirrm include/postgresql/server/catalog -@dirrm include/postgresql/server/bootstrap -@dirrm include/postgresql/server/access -@dirrm include/postgresql/server -include/libpq/libpq-fs.h -@dirrm include/libpq -include/postgresql/internal/libpq/pqcomm.h -@dirrm include/postgresql/internal/libpq -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqlda.h -include/postgresql/informix/esql/sqltypes.h -@dirrm include/postgresql/informix/esql -@dirrm include/postgresql/informix -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -@dirrm include/postgresql/internal -@dirrm include/postgresql -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.h -include/pg_config.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/sql3types.h -include/sqlca.h -lib/libecpg.a -lib/libecpg.so -lib/libecpg.so.5 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.2 -lib/libpq.a -lib/libpq.so -lib/libpq.so.5 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.2 -lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/config/mkinstalldirs -lib/postgresql/pgxs/src/makefiles/pgxs.mk -lib/postgresql/pgxs/src/Makefile.global -lib/postgresql/pgxs/src/Makefile.port -lib/postgresql/pgxs/src/Makefile.shlib -lib/postgresql/pgxs/src/nls-global.mk -@dirrm lib/postgresql/pgxs/src/makefiles -@dirrm lib/postgresql/pgxs/config -@dirrm lib/postgresql/pgxs/src -@dirrm lib/postgresql/pgxs -@dirrm lib/postgresql -%%DOCSDIR%%/README-client -@dirrmtry %%DOCSDIR%% -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@dirrmtry share/postgresql -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@dirrmtry share/locale/cs/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/cs -%%GETTEXT%%@dirrmtry share/locale/ko/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ko -%%GETTEXT%%@dirrmtry share/locale/pl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/pl -%%GETTEXT%%@dirrmtry share/locale/ro/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ro -%%GETTEXT%%@dirrmtry share/locale/sk/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sk -%%GETTEXT%%@dirrmtry share/locale/sl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sl -%%GETTEXT%%@dirrmtry share/locale/zh_CN/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_CN -%%GETTEXT%%@dirrmtry share/locale/zh_TW/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_TW diff --git a/databases/postgresql83-server/pkg-plist-contrib b/databases/postgresql83-server/pkg-plist-contrib deleted file mode 100644 index 6aac8614c6bd..000000000000 --- a/databases/postgresql83-server/pkg-plist-contrib +++ /dev/null @@ -1,129 +0,0 @@ -bin/oid2name -bin/pgbench -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/adminpack.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/earthdistance.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/hstore.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/moddatetime.so -lib/postgresql/pg_buffercache.so -lib/postgresql/pg_freespacemap.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgrowlocks.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/seg.so -lib/postgresql/sslinfo.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch2.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.adminpack -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.hstore -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.isn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_buffercache -%%DOCSDIR%%/contrib/README.pg_freespacemap -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgrowlocks -%%DOCSDIR%%/contrib/README.pgrowlocks.euc_jp -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.sslinfo -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.vacuumlo -%%DOCSDIR%%/contrib/autoinc.example -%%DOCSDIR%%/contrib/insert_username.example -%%DOCSDIR%%/contrib/moddatetime.example -%%DOCSDIR%%/contrib/refint.example -%%DOCSDIR%%/contrib/timetravel.example -share/postgresql/contrib/_int.sql -share/postgresql/contrib/adminpack.sql -share/postgresql/contrib/autoinc.sql -share/postgresql/contrib/btree_gist.sql -share/postgresql/contrib/chkpass.sql -share/postgresql/contrib/cube.sql -share/postgresql/contrib/dblink.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/hstore.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/pg_buffercache.sql -share/postgresql/contrib/pg_freespacemap.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgrowlocks.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/russian.stop.utf8 -share/postgresql/contrib/seg.sql -share/postgresql/contrib/sslinfo.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/thesaurus -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/uninstall__int.sql -share/postgresql/contrib/uninstall_adminpack.sql -share/postgresql/contrib/uninstall_btree_gist.sql -share/postgresql/contrib/uninstall_chkpass.sql -share/postgresql/contrib/uninstall_cube.sql -share/postgresql/contrib/uninstall_dblink.sql -share/postgresql/contrib/uninstall_earthdistance.sql -share/postgresql/contrib/uninstall_fuzzystrmatch.sql -share/postgresql/contrib/uninstall_hstore.sql -share/postgresql/contrib/uninstall_int_aggregate.sql -share/postgresql/contrib/uninstall_isn.sql -share/postgresql/contrib/uninstall_lo.sql -share/postgresql/contrib/uninstall_ltree.sql -share/postgresql/contrib/uninstall_pg_buffercache.sql -share/postgresql/contrib/uninstall_pg_freespacemap.sql -share/postgresql/contrib/uninstall_pg_trgm.sql -share/postgresql/contrib/uninstall_pgcrypto.sql -share/postgresql/contrib/uninstall_pgrowlocks.sql -share/postgresql/contrib/uninstall_pgstattuple.sql -share/postgresql/contrib/uninstall_seg.sql -share/postgresql/contrib/uninstall_sslinfo.sql -share/postgresql/contrib/uninstall_tablefunc.sql -share/postgresql/contrib/uninstall_tsearch2.sql -@dirrmtry share/postgresql/contrib >&2 -@dirrmtry share/postgresql >&2 -@dirrmtry %%DOCSDIR%%/contrib >&2 -@dirrmtry %%DOCSDIR%% >&2 -@dirrmtry lib/postgresql >&2 diff --git a/databases/postgresql83-server/pkg-plist-plperl b/databases/postgresql83-server/pkg-plist-plperl deleted file mode 100644 index c84ea2e6d16c..000000000000 --- a/databases/postgresql83-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/postgresql83-server/pkg-plist-plpython b/databases/postgresql83-server/pkg-plist-plpython deleted file mode 100644 index d3c29953b6b5..000000000000 --- a/databases/postgresql83-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/postgresql83-server/pkg-plist-pltcl b/databases/postgresql83-server/pkg-plist-pltcl deleted file mode 100644 index 47036c2a4e2a..000000000000 --- a/databases/postgresql83-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/postgresql83-server/pkg-plist-server b/databases/postgresql83-server/pkg-plist-server deleted file mode 100644 index 696e19d28e70..000000000000 --- a/databases/postgresql83-server/pkg-plist-server +++ /dev/null @@ -1,749 +0,0 @@ -bin/initdb -bin/ipcclean -bin/pg_controldata -bin/pg_ctl -bin/pg_resetxlog -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -lib/libpgport.a -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@dirrmtry %%DOCSDIR%% -share/postgresql/conversion_create.sql -share/postgresql/information_schema.sql -share/postgresql/pg_hba.conf.sample -share/postgresql/pg_ident.conf.sample -share/postgresql/postgres.bki -share/postgresql/postgres.description -share/postgresql/postgresql.conf.sample -share/postgresql/recovery.conf.sample -share/postgresql/sql_features.txt -share/postgresql/system_views.sql -%%GETTEXT%%share/locale/af/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@dirrmtry share/locale/cs/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/cs -%%GETTEXT%%@dirrmtry share/locale/ko/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ko -%%GETTEXT%%@dirrmtry share/locale/sk/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sk -%%GETTEXT%%@dirrmtry share/locale/ro/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ro -%%GETTEXT%%@dirrmtry share/locale/sl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sl -%%GETTEXT%%@dirrmtry share/locale/zh_CN/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_CN -%%GETTEXT%%@dirrmtry share/locale/zh_TW/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_TW -share/postgresql/postgres.shdescription -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Atikokan -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Blanc-Sablon -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Coral_Harbour -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Petersburg -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Vincennes -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/Moncton -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/North_Dakota/New_Salem -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/Currie -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -share/postgresql/timezone/CET -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/Canada/Atlantic -share/postgresql/timezone/Canada/Central -share/postgresql/timezone/Canada/East-Saskatchewan -share/postgresql/timezone/Canada/Eastern -share/postgresql/timezone/Canada/Mountain -share/postgresql/timezone/Canada/Newfoundland -share/postgresql/timezone/Canada/Pacific -share/postgresql/timezone/Canada/Saskatchewan -share/postgresql/timezone/Canada/Yukon -share/postgresql/timezone/Chile/Continental -share/postgresql/timezone/Chile/EasterIsland -share/postgresql/timezone/Cuba -share/postgresql/timezone/EET -share/postgresql/timezone/EST -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT+1 -share/postgresql/timezone/Etc/GMT+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/GMT+2 -share/postgresql/timezone/Etc/GMT+3 -share/postgresql/timezone/Etc/GMT+4 -share/postgresql/timezone/Etc/GMT+5 -share/postgresql/timezone/Etc/GMT+6 -share/postgresql/timezone/Etc/GMT+7 -share/postgresql/timezone/Etc/GMT+8 -share/postgresql/timezone/Etc/GMT+9 -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Guernsey -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Isle_of_Man -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Jersey -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Podgorica -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Volgograd -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Factory -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/HST -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Iran -share/postgresql/timezone/Israel -share/postgresql/timezone/Jamaica -share/postgresql/timezone/Japan -share/postgresql/timezone/Kwajalein -share/postgresql/timezone/Libya -share/postgresql/timezone/MET -share/postgresql/timezone/MST -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Navajo -share/postgresql/timezone/PRC -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/US/Alaska -share/postgresql/timezone/US/Aleutian -share/postgresql/timezone/US/Arizona -share/postgresql/timezone/US/Central -share/postgresql/timezone/US/East-Indiana -share/postgresql/timezone/US/Eastern -share/postgresql/timezone/US/Hawaii -share/postgresql/timezone/US/Indiana-Starke -share/postgresql/timezone/US/Michigan -share/postgresql/timezone/US/Mountain -share/postgresql/timezone/US/Pacific -share/postgresql/timezone/US/Pacific-New -share/postgresql/timezone/US/Samoa -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/WET -share/postgresql/timezone/Zulu -share/postgresql/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 -@dirrm share/postgresql/timezone/Africa -@dirrm share/postgresql/timezone/America/Argentina -@dirrm share/postgresql/timezone/America/Indiana -@dirrm share/postgresql/timezone/America/Kentucky -@dirrm share/postgresql/timezone/America/North_Dakota -@dirrm share/postgresql/timezone/America -@dirrm share/postgresql/timezone/Antarctica -@dirrm share/postgresql/timezone/Arctic -@dirrm share/postgresql/timezone/Asia -@dirrm share/postgresql/timezone/Atlantic -@dirrm share/postgresql/timezone/Australia -@dirrm share/postgresql/timezone/Brazil -@dirrm share/postgresql/timezone/Canada -@dirrm share/postgresql/timezone/Chile -@dirrm share/postgresql/timezone/Etc -@dirrm share/postgresql/timezone/Europe -@dirrm share/postgresql/timezone/Indian -@dirrm share/postgresql/timezone/Mexico -@dirrm share/postgresql/timezone/Mideast -@dirrm share/postgresql/timezone/Pacific -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@dirrm share/postgresql/timezonesets -@unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi -@unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi -@unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist -@unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist -share/postgresql/dot.profile.dist -share/postgresql/dot.cshrc.dist -@exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist ~pgsql/. -@exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/. -@exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile) -@exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc) -@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/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile deleted file mode 100644 index 783a1c4fc97e..000000000000 --- a/databases/postgresql84-server/Makefile +++ /dev/null @@ -1,321 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PORTVERSION?= 8.2.1 -PORTREVISION?= 0 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -PKGNAMESUFFIX?= -server -DISTFILES?= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \ - postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER?= girgen@FreeBSD.org -COMMENT?= The most advanced open-source database available anywhere - -CONFLICTS?= ${PORTNAME}-client-7.* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.* \ - ${PORTNAME}-client-8.[0-13-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-8.[0-13-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}82 -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 - -CONFIGURE_ARGS+=--with-libraries=${LOCALBASE}/lib \ - --with-includes=${LOCALBASE}/include \ - --with-docdir=${DOCSDIR} -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" - -PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX} - -BUILD_DIRS?= src/port src/timezone src/backend src/backend/utils/mb/conversion_procs \ - src/bin/initdb src/bin/ipcclean src/bin/pg_ctl src/bin/pg_controldata \ - src/bin/pg_resetxlog src/pl - -INSTALL_DIRS?= ${BUILD_DIRS} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= postgresql -SUB_FILES+= dot.cshrc dot.profile -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 - -# 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 ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= Coredump during build on alpha 4.x -.endif - -.if !defined(SLAVE_ONLY) -# gnugetopt will always be used if already installed -. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h) -OPTIONS+= GNUGETOPT "Use GNU getopt" on -. endif -OPTIONS+= PAM "Build with PAM support (server only)" 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+= LIBC_R "Link w/ libc_r, used by plpython (server)" off -OPTIONS+= THREADSAFE "make libpq thread safe" off -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -#OPTIONS+= ICU "Use ICU for unicode collation (server)" off - -# See http://gppl.moonbone.ru/ for more info -#OPTIONS+= HIER "Builds with query hierarchy (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)" off - -# . if (defined(SERVER_ONLY) && defined(WITH_HIER)) || make(makesum) -# PATCH_SITES+= http://gppl.moonbone.ru/:hier812055 -# PATCHFILES+= hier-Pg8.1.2-0.5.5.diff.gz:hier812055 -# USE_BISON= yes -# . endif - -# . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) -# USE_AUTOTOOLS= autoconf:259 -# CONFIGURE_ARGS+=--with-icu -# LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu -# PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu -# PATCHFILES+= pg-814-icu-xx-2006-09-25.diff.gz:icu -# . endif - -PATCH_DIST_STRIP=-p1 - -. ifmake makesum -DISTFILES+= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} -. endif - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. endif - -. if defined(WITH_INTDATE) -CONFIGURE_ARGS+=--enable-integer-datetimes -. endif - -. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h) -USE_GETOPT_LONG=yes -. 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.21:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+=--with-krb5 -. endif -. endif - -. if (defined(SERVER_ONLY) && defined(WITH_TESTS)) || defined(WITH_THREADSAFE) || make(makesum) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -. endif - -. if defined(WITH_THREADSAFE) -CONFIGURE_ARGS+=--enable-thread-safety -. endif - -. if defined(SERVER_ONLY) && defined(WITH_LIBC_R) -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -. 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 \ - ipcclean.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_function.7 alter_group.7 \ - alter_index.7 alter_language.7 alter_operator_class.7 \ - alter_role.7 \ - alter_schema.7 alter_sequence.7 alter_table.7 \ - alter_trigger.7 alter_user.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_function.7 \ - create_group.7 create_index.7 create_language.7 \ - create_operator.7 create_operator_class.7 \ - create_role.7 \ - create_rule.7 create_schema.7 create_sequence.7 \ - create_table.7 create_table_as.7 create_trigger.7 \ - create_type.7 create_user.7 create_view.7 deallocate.7 \ - declare.7 delete.7 \ - drop_aggregate.7 drop_cast.7 drop_conversion.7 \ - drop_database.7 drop_domain.7 drop_function.7 \ - drop_group.7 drop_index.7 drop_language.7 \ - drop_operator.7 drop_operator_class.7 drop_owned.7 \ - drop_role.7 drop_rule.7 \ - drop_schema.7 drop_sequence.7 drop_table.7 drop_trigger.7 \ - drop_type.7 drop_user.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 \ - 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 -.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 ;\ - ${GMAKE} ../../src/include/parser/parse.h ../../src/include/utils/fmgroids.h - @ 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} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -.endif - -.if !defined(NO_BUILD) -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 -. for i in profile cshrc - ${INSTALL_DATA} ${WRKDIR}/dot.$i ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${INSTALL_DATA} -o pgsql -g pgsql ${WRKDIR}/dot.$i ~pgsql/dot.$i.dist ; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} -p ~pgsql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${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) && defined(WITH_TESTS) -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/postgresql84-server/distinfo b/databases/postgresql84-server/distinfo deleted file mode 100644 index 7e8db647da52..000000000000 --- a/databases/postgresql84-server/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -MD5 (postgresql/postgresql-base-8.2.1.tar.bz2) = 7f20da3764ea2ff7329a6570da89926a -SHA256 (postgresql/postgresql-base-8.2.1.tar.bz2) = 99aa1b8d3f0f53f5fd138103052f5111310c061b25c0293dd9f93dc3fd6fda5c -SIZE (postgresql/postgresql-base-8.2.1.tar.bz2) = 8483464 -MD5 (postgresql/postgresql-opt-8.2.1.tar.bz2) = 018aaf094027456d4708d97320c86eaa -SHA256 (postgresql/postgresql-opt-8.2.1.tar.bz2) = 9a542c79c2983322c621b4086ae78e1d7c3bb841c95283e45e7bced73d975422 -SIZE (postgresql/postgresql-opt-8.2.1.tar.bz2) = 167629 -MD5 (postgresql/postgresql-docs-8.2.1.tar.bz2) = 62629d436573b97326e7bb56495a8609 -SHA256 (postgresql/postgresql-docs-8.2.1.tar.bz2) = 76544837b2241b1e5c00cce3118584499a902e948b0d5c0a7465535b21f22843 -SIZE (postgresql/postgresql-docs-8.2.1.tar.bz2) = 2750394 -MD5 (postgresql/postgresql-test-8.2.1.tar.bz2) = fefc23962bda107bc24d799996b11a92 -SHA256 (postgresql/postgresql-test-8.2.1.tar.bz2) = fa6835d4d68215dac9fc6242ea974aea671c3be1565fb84ce40b28c209a89fe3 -SIZE (postgresql/postgresql-test-8.2.1.tar.bz2) = 985153 diff --git a/databases/postgresql84-server/files/502.pgsql b/databases/postgresql84-server/files/502.pgsql deleted file mode 100644 index 09591559c317..000000000000 --- a/databases/postgresql84-server/files/502.pgsql +++ /dev/null @@ -1,97 +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_enable="YES" -daily_pgsql_backup_enable="NO" - -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 ${backupdir}; chmod 700 ${backupdir}; chown pgsql ${backupdir} - fi - - echo - echo "PostgreSQL maintenance" - - # Protect the data - umask 077 - dbnames=`su -l pgsql -c "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 "pg_dumpall -g | gzip -9 > ${file}.gz" - for db in ${dbnames}; do - echo -n " $db" - file=${backupdir}/pgdump_${db}_${now} - su -l pgsql -c "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 "vacuuming..." - 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/postgresql84-server/files/dot.cshrc.in b/databases/postgresql84-server/files/dot.cshrc.in deleted file mode 100644 index 4069398b376e..000000000000 --- a/databases/postgresql84-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/postgresql84-server/files/dot.profile.in b/databases/postgresql84-server/files/dot.profile.in deleted file mode 100644 index 954e22eae8f8..000000000000 --- a/databases/postgresql84-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/postgresql84-server/files/patch-plpython-Makefile b/databases/postgresql84-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql84-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/postgresql84-server/files/patch-src-makefiles-Makefile.freebsd b/databases/postgresql84-server/files/patch-src-makefiles-Makefile.freebsd deleted file mode 100644 index 81339e98e8db..000000000000 --- a/databases/postgresql84-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,8 +0,0 @@ ---- src/makefiles/Makefile.freebsd.orig Fri Nov 19 01:41:39 2004 -+++ src/makefiles/Makefile.freebsd Tue Dec 21 02:44:09 2004 -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/postgresql84-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql84-server/files/patch-src:backend:utils:misc:postgresql.conf.sample deleted file mode 100644 index 7c2831c41be0..000000000000 --- a/databases/postgresql84-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,27 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample.orig Sun May 21 22:11:02 2006 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Nov 7 17:23:50 2006 -@@ -206,6 +206,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of - # stderr, syslog and eventlog, - # depending on platform. -@@ -283,6 +284,7 @@ - #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements - # and their durations, in milliseconds. - -+silent_mode = on - #silent_mode = off # DO NOT USE without syslog or - # redirect_stderr - -@@ -339,6 +341,8 @@ - #--------------------------------------------------------------------------- - # AUTOVACUUM PARAMETERS - #--------------------------------------------------------------------------- -+ -+autovacuum = on - - #autovacuum = off # enable autovacuum subprocess? - #autovacuum_naptime = 60 # time between autovacuum runs, in secs diff --git a/databases/postgresql84-server/files/pkg-message-client.in b/databases/postgresql84-server/files/pkg-message-client.in deleted file mode 100644 index 722d50cb4244..000000000000 --- a/databases/postgresql84-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 autovacuum, pgcrypto and many other cool - things. - -etc... diff --git a/databases/postgresql84-server/files/pkg-message-contrib.in b/databases/postgresql84-server/files/pkg-message-contrib.in deleted file mode 100644 index 2b29ffd33041..000000000000 --- a/databases/postgresql84-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/postgresql84-server/files/pkg-message-plperl.in b/databases/postgresql84-server/files/pkg-message-plperl.in deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql84-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/postgresql84-server/files/pkg-message-plpython.in b/databases/postgresql84-server/files/pkg-message-plpython.in deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql84-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/postgresql84-server/files/pkg-message-pltcl.in b/databases/postgresql84-server/files/pkg-message-pltcl.in deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql84-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/postgresql84-server/files/pkg-message-server.in b/databases/postgresql84-server/files/pkg-message-server.in deleted file mode 100644 index cd6c42ed2090..000000000000 --- a/databases/postgresql84-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.conf/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/postgresql84-server/files/pkgIndex.tcl.in b/databases/postgresql84-server/files/pkgIndex.tcl.in deleted file mode 100644 index bd8329b15c69..000000000000 --- a/databases/postgresql84-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/postgresql84-server/files/postgresql.in b/databases/postgresql84-server/files/postgresql.in deleted file mode 100644 index 1b3b4226acdf..000000000000 --- a/databases/postgresql84-server/files/postgresql.in +++ /dev/null @@ -1,64 +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 - -prefix=%%PREFIX%% -command=${prefix}/bin/pg_ctl - -. %%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/postgresql84-server/pkg-descr b/databases/postgresql84-server/pkg-descr deleted file mode 100644 index f8f8a9e0d422..000000000000 --- a/databases/postgresql84-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/postgresql84-server/pkg-install-server b/databases/postgresql84-server/pkg-install-server deleted file mode 100644 index c3db75540ffa..000000000000 --- a/databases/postgresql84-server/pkg-install-server +++ /dev/null @@ -1,65 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/sbin -PGUSER=pgsql -DB_DIR=${PKG_PREFIX}/${PGUSER} - -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 - USER=${PGUSER} - GROUP=${USER} - UID=70 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -c "PostgreSQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${PGUSER} ] ; then - mkdir -p ${DB_DIR} - chown pgsql:pgsql ${DB_DIR} - fi - ;; - -BACKUPWARNING) - backupwarning - ;; -esac diff --git a/databases/postgresql84-server/pkg-plist b/databases/postgresql84-server/pkg-plist deleted file mode 100644 index 9c9bab36b9f8..000000000000 --- a/databases/postgresql84-server/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment to make portlint happy diff --git a/databases/postgresql84-server/pkg-plist-client b/databases/postgresql84-server/pkg-plist-client deleted file mode 100644 index 38e92046904b..000000000000 --- a/databases/postgresql84-server/pkg-plist-client +++ /dev/null @@ -1,549 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/pg_config -bin/pg_dump -bin/pg_dumpall -bin/pg_restore -bin/psql -bin/reindexdb -bin/vacuumdb -include/ecpg_config.h -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gin.h -include/postgresql/server/access/gist.h -include/postgresql/server/access/gist_private.h -include/postgresql/server/access/gistscan.h -include/postgresql/server/access/hash.h -include/postgresql/server/access/heapam.h -include/postgresql/server/access/hio.h -include/postgresql/server/access/htup.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/multixact.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/reloptions.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/sdir.h -include/postgresql/server/access/skey.h -include/postgresql/server/access/slru.h -include/postgresql/server/access/subtrans.h -include/postgresql/server/access/transam.h -include/postgresql/server/access/tupdesc.h -include/postgresql/server/access/tupmacs.h -include/postgresql/server/access/tuptoaster.h -include/postgresql/server/access/twophase.h -include/postgresql/server/access/twophase_rmgr.h -include/postgresql/server/access/valid.h -include/postgresql/server/access/xact.h -include/postgresql/server/access/xlog.h -include/postgresql/server/access/xlog_internal.h -include/postgresql/server/access/xlogdefs.h -include/postgresql/server/access/xlogutils.h -include/postgresql/server/bootstrap/bootstrap.h -include/postgresql/server/c.h -include/postgresql/server/catalog/catalog.h -include/postgresql/server/catalog/catversion.h -include/postgresql/server/catalog/dependency.h -include/postgresql/server/catalog/heap.h -include/postgresql/server/catalog/index.h -include/postgresql/server/catalog/indexing.h -include/postgresql/server/catalog/namespace.h -include/postgresql/server/catalog/pg_aggregate.h -include/postgresql/server/catalog/pg_am.h -include/postgresql/server/catalog/pg_amop.h -include/postgresql/server/catalog/pg_amproc.h -include/postgresql/server/catalog/pg_attrdef.h -include/postgresql/server/catalog/pg_attribute.h -include/postgresql/server/catalog/pg_auth_members.h -include/postgresql/server/catalog/pg_authid.h -include/postgresql/server/catalog/pg_autovacuum.h -include/postgresql/server/catalog/pg_cast.h -include/postgresql/server/catalog/pg_class.h -include/postgresql/server/catalog/pg_constraint.h -include/postgresql/server/catalog/pg_control.h -include/postgresql/server/catalog/pg_conversion.h -include/postgresql/server/catalog/pg_database.h -include/postgresql/server/catalog/pg_depend.h -include/postgresql/server/catalog/pg_description.h -include/postgresql/server/catalog/pg_index.h -include/postgresql/server/catalog/pg_inherits.h -include/postgresql/server/catalog/pg_language.h -include/postgresql/server/catalog/pg_largeobject.h -include/postgresql/server/catalog/pg_listener.h -include/postgresql/server/catalog/pg_namespace.h -include/postgresql/server/catalog/pg_opclass.h -include/postgresql/server/catalog/pg_operator.h -include/postgresql/server/catalog/pg_pltemplate.h -include/postgresql/server/catalog/pg_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shdepend.h -include/postgresql/server/catalog/pg_shdescription.h -include/postgresql/server/catalog/pg_statistic.h -include/postgresql/server/catalog/pg_tablespace.h -include/postgresql/server/catalog/pg_trigger.h -include/postgresql/server/catalog/pg_type.h -include/postgresql/server/catalog/toasting.h -include/postgresql/server/commands/alter.h -include/postgresql/server/commands/async.h -include/postgresql/server/commands/cluster.h -include/postgresql/server/commands/comment.h -include/postgresql/server/commands/conversioncmds.h -include/postgresql/server/commands/copy.h -include/postgresql/server/commands/dbcommands.h -include/postgresql/server/commands/defrem.h -include/postgresql/server/commands/explain.h -include/postgresql/server/commands/lockcmds.h -include/postgresql/server/commands/portalcmds.h -include/postgresql/server/commands/prepare.h -include/postgresql/server/commands/proclang.h -include/postgresql/server/commands/schemacmds.h -include/postgresql/server/commands/sequence.h -include/postgresql/server/commands/tablecmds.h -include/postgresql/server/commands/tablespace.h -include/postgresql/server/commands/trigger.h -include/postgresql/server/commands/typecmds.h -include/postgresql/server/commands/user.h -include/postgresql/server/commands/vacuum.h -include/postgresql/server/commands/variable.h -include/postgresql/server/commands/version.h -include/postgresql/server/commands/view.h -include/postgresql/server/dynloader.h -include/postgresql/server/executor/execdebug.h -include/postgresql/server/executor/execdefs.h -include/postgresql/server/executor/execdesc.h -include/postgresql/server/executor/executor.h -include/postgresql/server/executor/functions.h -include/postgresql/server/executor/hashjoin.h -include/postgresql/server/executor/instrument.h -include/postgresql/server/executor/nodeAgg.h -include/postgresql/server/executor/nodeAppend.h -include/postgresql/server/executor/nodeBitmapAnd.h -include/postgresql/server/executor/nodeBitmapHeapscan.h -include/postgresql/server/executor/nodeBitmapIndexscan.h -include/postgresql/server/executor/nodeBitmapOr.h -include/postgresql/server/executor/nodeFunctionscan.h -include/postgresql/server/executor/nodeGroup.h -include/postgresql/server/executor/nodeHash.h -include/postgresql/server/executor/nodeHashjoin.h -include/postgresql/server/executor/nodeIndexscan.h -include/postgresql/server/executor/nodeLimit.h -include/postgresql/server/executor/nodeMaterial.h -include/postgresql/server/executor/nodeMergejoin.h -include/postgresql/server/executor/nodeNestloop.h -include/postgresql/server/executor/nodeResult.h -include/postgresql/server/executor/nodeSeqscan.h -include/postgresql/server/executor/nodeSetOp.h -include/postgresql/server/executor/nodeSort.h -include/postgresql/server/executor/nodeSubplan.h -include/postgresql/server/executor/nodeSubqueryscan.h -include/postgresql/server/executor/nodeTidscan.h -include/postgresql/server/executor/nodeUnique.h -include/postgresql/server/executor/nodeValuesscan.h -include/postgresql/server/executor/spi.h -include/postgresql/server/executor/spi_priv.h -include/postgresql/server/executor/tstoreReceiver.h -include/postgresql/server/executor/tuptable.h -include/postgresql/server/fmgr.h -include/postgresql/server/funcapi.h -include/postgresql/server/getaddrinfo.h -include/postgresql/server/getopt_long.h -include/postgresql/server/lib/dllist.h -include/postgresql/server/lib/stringinfo.h -include/postgresql/server/libpq/auth.h -include/postgresql/server/libpq/be-fsstubs.h -include/postgresql/server/libpq/crypt.h -include/postgresql/server/libpq/hba.h -include/postgresql/server/libpq/ip.h -include/postgresql/server/libpq/libpq-be.h -include/postgresql/server/libpq/libpq-fs.h -include/postgresql/server/libpq/libpq.h -include/postgresql/server/libpq/md5.h -include/postgresql/server/libpq/pqcomm.h -include/postgresql/server/libpq/pqformat.h -include/postgresql/server/libpq/pqsignal.h -include/postgresql/server/mb/pg_wchar.h -include/postgresql/server/miscadmin.h -include/postgresql/server/nodes/bitmapset.h -include/postgresql/server/nodes/execnodes.h -include/postgresql/server/nodes/makefuncs.h -include/postgresql/server/nodes/memnodes.h -include/postgresql/server/nodes/nodeFuncs.h -include/postgresql/server/nodes/nodes.h -include/postgresql/server/nodes/params.h -include/postgresql/server/nodes/parsenodes.h -include/postgresql/server/nodes/pg_list.h -include/postgresql/server/nodes/plannodes.h -include/postgresql/server/nodes/primnodes.h -include/postgresql/server/nodes/print.h -include/postgresql/server/nodes/readfuncs.h -include/postgresql/server/nodes/relation.h -include/postgresql/server/nodes/tidbitmap.h -include/postgresql/server/nodes/value.h -include/postgresql/server/optimizer/clauses.h -include/postgresql/server/optimizer/cost.h -include/postgresql/server/optimizer/geqo.h -include/postgresql/server/optimizer/geqo_copy.h -include/postgresql/server/optimizer/geqo_gene.h -include/postgresql/server/optimizer/geqo_misc.h -include/postgresql/server/optimizer/geqo_mutation.h -include/postgresql/server/optimizer/geqo_pool.h -include/postgresql/server/optimizer/geqo_random.h -include/postgresql/server/optimizer/geqo_recombination.h -include/postgresql/server/optimizer/geqo_selection.h -include/postgresql/server/optimizer/joininfo.h -include/postgresql/server/optimizer/pathnode.h -include/postgresql/server/optimizer/paths.h -include/postgresql/server/optimizer/plancat.h -include/postgresql/server/optimizer/planmain.h -include/postgresql/server/optimizer/planner.h -include/postgresql/server/optimizer/predtest.h -include/postgresql/server/optimizer/prep.h -include/postgresql/server/optimizer/restrictinfo.h -include/postgresql/server/optimizer/subselect.h -include/postgresql/server/optimizer/tlist.h -include/postgresql/server/optimizer/var.h -include/postgresql/server/parser/analyze.h -include/postgresql/server/parser/gramparse.h -include/postgresql/server/parser/keywords.h -include/postgresql/server/parser/parse.h -include/postgresql/server/parser/parse_agg.h -include/postgresql/server/parser/parse_clause.h -include/postgresql/server/parser/parse_coerce.h -include/postgresql/server/parser/parse_expr.h -include/postgresql/server/parser/parse_func.h -include/postgresql/server/parser/parse_node.h -include/postgresql/server/parser/parse_oper.h -include/postgresql/server/parser/parse_relation.h -include/postgresql/server/parser/parse_target.h -include/postgresql/server/parser/parse_type.h -include/postgresql/server/parser/parser.h -include/postgresql/server/parser/parsetree.h -include/postgresql/server/parser/scansup.h -include/postgresql/server/pg_config.h -include/postgresql/server/pg_config_manual.h -include/postgresql/server/pg_config_os.h -include/postgresql/server/pg_trace.h -include/postgresql/server/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/bsdi.h -include/postgresql/server/port/cygwin.h -include/postgresql/server/port/darwin.h -include/postgresql/server/port/dgux.h -include/postgresql/server/port/freebsd.h -include/postgresql/server/port/hpux.h -include/postgresql/server/port/irix.h -include/postgresql/server/port/linux.h -include/postgresql/server/port/netbsd.h -include/postgresql/server/port/nextstep.h -include/postgresql/server/port/openbsd.h -include/postgresql/server/port/osf.h -include/postgresql/server/port/sco.h -include/postgresql/server/port/solaris.h -include/postgresql/server/port/sunos4.h -include/postgresql/server/port/svr4.h -include/postgresql/server/port/ultrix4.h -include/postgresql/server/port/univel.h -include/postgresql/server/port/unixware.h -include/postgresql/server/port/win32.h -include/postgresql/server/port/win32/arpa/inet.h -include/postgresql/server/port/win32/dlfcn.h -include/postgresql/server/port/win32/grp.h -include/postgresql/server/port/win32/netdb.h -include/postgresql/server/port/win32/netinet/in.h -include/postgresql/server/port/win32/pwd.h -include/postgresql/server/port/win32/sys/socket.h -include/postgresql/server/port/win32/sys/wait.h -include/postgresql/server/postgres.h -include/postgresql/server/postgres_ext.h -include/postgresql/server/postgres_fe.h -include/postgresql/server/regex/regcustom.h -include/postgresql/server/regex/regerrs.h -include/postgresql/server/regex/regex.h -include/postgresql/server/regex/regguts.h -include/postgresql/server/rewrite/prs2lock.h -include/postgresql/server/rewrite/rewriteDefine.h -include/postgresql/server/rewrite/rewriteHandler.h -include/postgresql/server/rewrite/rewriteManip.h -include/postgresql/server/rewrite/rewriteRemove.h -include/postgresql/server/rewrite/rewriteSupport.h -include/postgresql/server/rusagestub.h -include/postgresql/server/storage/backendid.h -include/postgresql/server/storage/block.h -include/postgresql/server/storage/buf.h -include/postgresql/server/storage/buf_internals.h -include/postgresql/server/storage/buffile.h -include/postgresql/server/storage/bufmgr.h -include/postgresql/server/storage/bufpage.h -include/postgresql/server/storage/fd.h -include/postgresql/server/storage/freespace.h -include/postgresql/server/storage/ipc.h -include/postgresql/server/storage/item.h -include/postgresql/server/storage/itemid.h -include/postgresql/server/storage/itempos.h -include/postgresql/server/storage/itemptr.h -include/postgresql/server/storage/large_object.h -include/postgresql/server/storage/lmgr.h -include/postgresql/server/storage/lock.h -include/postgresql/server/storage/lwlock.h -include/postgresql/server/storage/off.h -include/postgresql/server/storage/pg_sema.h -include/postgresql/server/storage/pg_shmem.h -include/postgresql/server/storage/pmsignal.h -include/postgresql/server/storage/pos.h -include/postgresql/server/storage/proc.h -include/postgresql/server/storage/procarray.h -include/postgresql/server/storage/relfilenode.h -include/postgresql/server/storage/s_lock.h -include/postgresql/server/storage/shmem.h -include/postgresql/server/storage/sinval.h -include/postgresql/server/storage/sinvaladt.h -include/postgresql/server/storage/smgr.h -include/postgresql/server/storage/spin.h -include/postgresql/server/tcop/dest.h -include/postgresql/server/tcop/fastpath.h -include/postgresql/server/tcop/pquery.h -include/postgresql/server/tcop/tcopdebug.h -include/postgresql/server/tcop/tcopprot.h -include/postgresql/server/tcop/utility.h -include/postgresql/server/utils/acl.h -include/postgresql/server/utils/array.h -include/postgresql/server/utils/ascii.h -include/postgresql/server/utils/builtins.h -include/postgresql/server/utils/cash.h -include/postgresql/server/utils/catcache.h -include/postgresql/server/utils/date.h -include/postgresql/server/utils/datetime.h -include/postgresql/server/utils/datum.h -include/postgresql/server/utils/dynahash.h -include/postgresql/server/utils/dynamic_loader.h -include/postgresql/server/utils/elog.h -include/postgresql/server/utils/errcodes.h -include/postgresql/server/utils/flatfiles.h -include/postgresql/server/utils/fmgroids.h -include/postgresql/server/utils/fmgrtab.h -include/postgresql/server/utils/formatting.h -include/postgresql/server/utils/geo_decls.h -include/postgresql/server/utils/guc.h -include/postgresql/server/utils/guc_tables.h -include/postgresql/server/utils/help_config.h -include/postgresql/server/utils/hsearch.h -include/postgresql/server/utils/inet.h -include/postgresql/server/utils/int8.h -include/postgresql/server/utils/inval.h -include/postgresql/server/utils/logtape.h -include/postgresql/server/utils/lsyscache.h -include/postgresql/server/utils/memutils.h -include/postgresql/server/utils/nabstime.h -include/postgresql/server/utils/numeric.h -include/postgresql/server/utils/palloc.h -include/postgresql/server/utils/pg_crc.h -include/postgresql/server/utils/pg_locale.h -include/postgresql/server/utils/pg_lzcompress.h -include/postgresql/server/utils/pg_rusage.h -include/postgresql/server/utils/portal.h -include/postgresql/server/utils/ps_status.h -include/postgresql/server/utils/rel.h -include/postgresql/server/utils/relcache.h -include/postgresql/server/utils/resowner.h -include/postgresql/server/utils/selfuncs.h -include/postgresql/server/utils/syscache.h -include/postgresql/server/utils/timestamp.h -include/postgresql/server/utils/tqual.h -include/postgresql/server/utils/tuplesort.h -include/postgresql/server/utils/tuplestore.h -include/postgresql/server/utils/typcache.h -include/postgresql/server/utils/tzparser.h -include/postgresql/server/utils/varbit.h -@dirrm include/postgresql/server/utils -@dirrm include/postgresql/server/tcop -@dirrm include/postgresql/server/storage -@dirrm include/postgresql/server/rewrite -@dirrm include/postgresql/server/regex -@dirrm include/postgresql/server/port/win32/sys -@dirrm include/postgresql/server/port/win32/netinet -@dirrm include/postgresql/server/port/win32/arpa -@dirrm include/postgresql/server/port/win32 -@dirrm include/postgresql/server/port -@dirrm include/postgresql/server/parser -@dirrm include/postgresql/server/optimizer -@dirrm include/postgresql/server/nodes -@dirrm include/postgresql/server/mb -@dirrm include/postgresql/server/libpq -@dirrm include/postgresql/server/lib -@dirrm include/postgresql/server/executor -@dirrm include/postgresql/server/commands -@dirrm include/postgresql/server/catalog -@dirrm include/postgresql/server/bootstrap -@dirrm include/postgresql/server/access -@dirrm include/postgresql/server -include/libpq/libpq-fs.h -@dirrm include/libpq -include/postgresql/internal/libpq/pqcomm.h -@dirrm include/postgresql/internal/libpq -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqlda.h -include/postgresql/informix/esql/sqltypes.h -@dirrm include/postgresql/informix/esql -@dirrm include/postgresql/informix -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -@dirrm include/postgresql/internal -@dirrm include/postgresql -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.h -include/pg_config.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/sql3types.h -include/sqlca.h -lib/libecpg.a -lib/libecpg.so -lib/libecpg.so.5 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.2 -lib/libpq.a -lib/libpq.so -lib/libpq.so.5 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.2 -lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/config/mkinstalldirs -lib/postgresql/pgxs/src/makefiles/pgxs.mk -lib/postgresql/pgxs/src/Makefile.global -lib/postgresql/pgxs/src/Makefile.port -lib/postgresql/pgxs/src/Makefile.shlib -lib/postgresql/pgxs/src/nls-global.mk -@dirrm lib/postgresql/pgxs/src/makefiles -@dirrm lib/postgresql/pgxs/config -@dirrm lib/postgresql/pgxs/src -@dirrm lib/postgresql/pgxs -@dirrm lib/postgresql -%%DOCSDIR%%/README-client -@dirrmtry %%DOCSDIR%% -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@dirrmtry share/postgresql -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@dirrmtry share/locale/cs/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/cs -%%GETTEXT%%@dirrmtry share/locale/ko/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ko -%%GETTEXT%%@dirrmtry share/locale/pl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/pl -%%GETTEXT%%@dirrmtry share/locale/ro/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ro -%%GETTEXT%%@dirrmtry share/locale/sk/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sk -%%GETTEXT%%@dirrmtry share/locale/sl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sl -%%GETTEXT%%@dirrmtry share/locale/zh_CN/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_CN -%%GETTEXT%%@dirrmtry share/locale/zh_TW/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_TW diff --git a/databases/postgresql84-server/pkg-plist-contrib b/databases/postgresql84-server/pkg-plist-contrib deleted file mode 100644 index 6aac8614c6bd..000000000000 --- a/databases/postgresql84-server/pkg-plist-contrib +++ /dev/null @@ -1,129 +0,0 @@ -bin/oid2name -bin/pgbench -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/adminpack.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/earthdistance.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/hstore.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/moddatetime.so -lib/postgresql/pg_buffercache.so -lib/postgresql/pg_freespacemap.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgrowlocks.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/seg.so -lib/postgresql/sslinfo.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch2.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.adminpack -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.hstore -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.isn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_buffercache -%%DOCSDIR%%/contrib/README.pg_freespacemap -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgrowlocks -%%DOCSDIR%%/contrib/README.pgrowlocks.euc_jp -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.sslinfo -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.vacuumlo -%%DOCSDIR%%/contrib/autoinc.example -%%DOCSDIR%%/contrib/insert_username.example -%%DOCSDIR%%/contrib/moddatetime.example -%%DOCSDIR%%/contrib/refint.example -%%DOCSDIR%%/contrib/timetravel.example -share/postgresql/contrib/_int.sql -share/postgresql/contrib/adminpack.sql -share/postgresql/contrib/autoinc.sql -share/postgresql/contrib/btree_gist.sql -share/postgresql/contrib/chkpass.sql -share/postgresql/contrib/cube.sql -share/postgresql/contrib/dblink.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/hstore.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/pg_buffercache.sql -share/postgresql/contrib/pg_freespacemap.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgrowlocks.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/russian.stop.utf8 -share/postgresql/contrib/seg.sql -share/postgresql/contrib/sslinfo.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/thesaurus -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/uninstall__int.sql -share/postgresql/contrib/uninstall_adminpack.sql -share/postgresql/contrib/uninstall_btree_gist.sql -share/postgresql/contrib/uninstall_chkpass.sql -share/postgresql/contrib/uninstall_cube.sql -share/postgresql/contrib/uninstall_dblink.sql -share/postgresql/contrib/uninstall_earthdistance.sql -share/postgresql/contrib/uninstall_fuzzystrmatch.sql -share/postgresql/contrib/uninstall_hstore.sql -share/postgresql/contrib/uninstall_int_aggregate.sql -share/postgresql/contrib/uninstall_isn.sql -share/postgresql/contrib/uninstall_lo.sql -share/postgresql/contrib/uninstall_ltree.sql -share/postgresql/contrib/uninstall_pg_buffercache.sql -share/postgresql/contrib/uninstall_pg_freespacemap.sql -share/postgresql/contrib/uninstall_pg_trgm.sql -share/postgresql/contrib/uninstall_pgcrypto.sql -share/postgresql/contrib/uninstall_pgrowlocks.sql -share/postgresql/contrib/uninstall_pgstattuple.sql -share/postgresql/contrib/uninstall_seg.sql -share/postgresql/contrib/uninstall_sslinfo.sql -share/postgresql/contrib/uninstall_tablefunc.sql -share/postgresql/contrib/uninstall_tsearch2.sql -@dirrmtry share/postgresql/contrib >&2 -@dirrmtry share/postgresql >&2 -@dirrmtry %%DOCSDIR%%/contrib >&2 -@dirrmtry %%DOCSDIR%% >&2 -@dirrmtry lib/postgresql >&2 diff --git a/databases/postgresql84-server/pkg-plist-plperl b/databases/postgresql84-server/pkg-plist-plperl deleted file mode 100644 index c84ea2e6d16c..000000000000 --- a/databases/postgresql84-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/postgresql84-server/pkg-plist-plpython b/databases/postgresql84-server/pkg-plist-plpython deleted file mode 100644 index d3c29953b6b5..000000000000 --- a/databases/postgresql84-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/postgresql84-server/pkg-plist-pltcl b/databases/postgresql84-server/pkg-plist-pltcl deleted file mode 100644 index 47036c2a4e2a..000000000000 --- a/databases/postgresql84-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/postgresql84-server/pkg-plist-server b/databases/postgresql84-server/pkg-plist-server deleted file mode 100644 index 696e19d28e70..000000000000 --- a/databases/postgresql84-server/pkg-plist-server +++ /dev/null @@ -1,749 +0,0 @@ -bin/initdb -bin/ipcclean -bin/pg_controldata -bin/pg_ctl -bin/pg_resetxlog -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -lib/libpgport.a -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@dirrmtry %%DOCSDIR%% -share/postgresql/conversion_create.sql -share/postgresql/information_schema.sql -share/postgresql/pg_hba.conf.sample -share/postgresql/pg_ident.conf.sample -share/postgresql/postgres.bki -share/postgresql/postgres.description -share/postgresql/postgresql.conf.sample -share/postgresql/recovery.conf.sample -share/postgresql/sql_features.txt -share/postgresql/system_views.sql -%%GETTEXT%%share/locale/af/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@dirrmtry share/locale/cs/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/cs -%%GETTEXT%%@dirrmtry share/locale/ko/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ko -%%GETTEXT%%@dirrmtry share/locale/sk/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sk -%%GETTEXT%%@dirrmtry share/locale/ro/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ro -%%GETTEXT%%@dirrmtry share/locale/sl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sl -%%GETTEXT%%@dirrmtry share/locale/zh_CN/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_CN -%%GETTEXT%%@dirrmtry share/locale/zh_TW/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_TW -share/postgresql/postgres.shdescription -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Atikokan -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Blanc-Sablon -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Coral_Harbour -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Petersburg -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Vincennes -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/Moncton -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/North_Dakota/New_Salem -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/Currie -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -share/postgresql/timezone/CET -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/Canada/Atlantic -share/postgresql/timezone/Canada/Central -share/postgresql/timezone/Canada/East-Saskatchewan -share/postgresql/timezone/Canada/Eastern -share/postgresql/timezone/Canada/Mountain -share/postgresql/timezone/Canada/Newfoundland -share/postgresql/timezone/Canada/Pacific -share/postgresql/timezone/Canada/Saskatchewan -share/postgresql/timezone/Canada/Yukon -share/postgresql/timezone/Chile/Continental -share/postgresql/timezone/Chile/EasterIsland -share/postgresql/timezone/Cuba -share/postgresql/timezone/EET -share/postgresql/timezone/EST -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT+1 -share/postgresql/timezone/Etc/GMT+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/GMT+2 -share/postgresql/timezone/Etc/GMT+3 -share/postgresql/timezone/Etc/GMT+4 -share/postgresql/timezone/Etc/GMT+5 -share/postgresql/timezone/Etc/GMT+6 -share/postgresql/timezone/Etc/GMT+7 -share/postgresql/timezone/Etc/GMT+8 -share/postgresql/timezone/Etc/GMT+9 -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Guernsey -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Isle_of_Man -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Jersey -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Podgorica -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Volgograd -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Factory -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/HST -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Iran -share/postgresql/timezone/Israel -share/postgresql/timezone/Jamaica -share/postgresql/timezone/Japan -share/postgresql/timezone/Kwajalein -share/postgresql/timezone/Libya -share/postgresql/timezone/MET -share/postgresql/timezone/MST -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Navajo -share/postgresql/timezone/PRC -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/US/Alaska -share/postgresql/timezone/US/Aleutian -share/postgresql/timezone/US/Arizona -share/postgresql/timezone/US/Central -share/postgresql/timezone/US/East-Indiana -share/postgresql/timezone/US/Eastern -share/postgresql/timezone/US/Hawaii -share/postgresql/timezone/US/Indiana-Starke -share/postgresql/timezone/US/Michigan -share/postgresql/timezone/US/Mountain -share/postgresql/timezone/US/Pacific -share/postgresql/timezone/US/Pacific-New -share/postgresql/timezone/US/Samoa -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/WET -share/postgresql/timezone/Zulu -share/postgresql/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 -@dirrm share/postgresql/timezone/Africa -@dirrm share/postgresql/timezone/America/Argentina -@dirrm share/postgresql/timezone/America/Indiana -@dirrm share/postgresql/timezone/America/Kentucky -@dirrm share/postgresql/timezone/America/North_Dakota -@dirrm share/postgresql/timezone/America -@dirrm share/postgresql/timezone/Antarctica -@dirrm share/postgresql/timezone/Arctic -@dirrm share/postgresql/timezone/Asia -@dirrm share/postgresql/timezone/Atlantic -@dirrm share/postgresql/timezone/Australia -@dirrm share/postgresql/timezone/Brazil -@dirrm share/postgresql/timezone/Canada -@dirrm share/postgresql/timezone/Chile -@dirrm share/postgresql/timezone/Etc -@dirrm share/postgresql/timezone/Europe -@dirrm share/postgresql/timezone/Indian -@dirrm share/postgresql/timezone/Mexico -@dirrm share/postgresql/timezone/Mideast -@dirrm share/postgresql/timezone/Pacific -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@dirrm share/postgresql/timezonesets -@unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi -@unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi -@unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist -@unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist -share/postgresql/dot.profile.dist -share/postgresql/dot.cshrc.dist -@exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist ~pgsql/. -@exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/. -@exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile) -@exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc) -@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/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile deleted file mode 100644 index 783a1c4fc97e..000000000000 --- a/databases/postgresql90-server/Makefile +++ /dev/null @@ -1,321 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PORTVERSION?= 8.2.1 -PORTREVISION?= 0 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -PKGNAMESUFFIX?= -server -DISTFILES?= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \ - postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER?= girgen@FreeBSD.org -COMMENT?= The most advanced open-source database available anywhere - -CONFLICTS?= ${PORTNAME}-client-7.* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.* \ - ${PORTNAME}-client-8.[0-13-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-8.[0-13-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}82 -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 - -CONFIGURE_ARGS+=--with-libraries=${LOCALBASE}/lib \ - --with-includes=${LOCALBASE}/include \ - --with-docdir=${DOCSDIR} -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" - -PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX} - -BUILD_DIRS?= src/port src/timezone src/backend src/backend/utils/mb/conversion_procs \ - src/bin/initdb src/bin/ipcclean src/bin/pg_ctl src/bin/pg_controldata \ - src/bin/pg_resetxlog src/pl - -INSTALL_DIRS?= ${BUILD_DIRS} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= postgresql -SUB_FILES+= dot.cshrc dot.profile -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 - -# 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 ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= Coredump during build on alpha 4.x -.endif - -.if !defined(SLAVE_ONLY) -# gnugetopt will always be used if already installed -. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h) -OPTIONS+= GNUGETOPT "Use GNU getopt" on -. endif -OPTIONS+= PAM "Build with PAM support (server only)" 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+= LIBC_R "Link w/ libc_r, used by plpython (server)" off -OPTIONS+= THREADSAFE "make libpq thread safe" off -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -#OPTIONS+= ICU "Use ICU for unicode collation (server)" off - -# See http://gppl.moonbone.ru/ for more info -#OPTIONS+= HIER "Builds with query hierarchy (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)" off - -# . if (defined(SERVER_ONLY) && defined(WITH_HIER)) || make(makesum) -# PATCH_SITES+= http://gppl.moonbone.ru/:hier812055 -# PATCHFILES+= hier-Pg8.1.2-0.5.5.diff.gz:hier812055 -# USE_BISON= yes -# . endif - -# . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) -# USE_AUTOTOOLS= autoconf:259 -# CONFIGURE_ARGS+=--with-icu -# LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu -# PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu -# PATCHFILES+= pg-814-icu-xx-2006-09-25.diff.gz:icu -# . endif - -PATCH_DIST_STRIP=-p1 - -. ifmake makesum -DISTFILES+= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} -. endif - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. endif - -. if defined(WITH_INTDATE) -CONFIGURE_ARGS+=--enable-integer-datetimes -. endif - -. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h) -USE_GETOPT_LONG=yes -. 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.21:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+=--with-krb5 -. endif -. endif - -. if (defined(SERVER_ONLY) && defined(WITH_TESTS)) || defined(WITH_THREADSAFE) || make(makesum) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -. endif - -. if defined(WITH_THREADSAFE) -CONFIGURE_ARGS+=--enable-thread-safety -. endif - -. if defined(SERVER_ONLY) && defined(WITH_LIBC_R) -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -. 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 \ - ipcclean.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_function.7 alter_group.7 \ - alter_index.7 alter_language.7 alter_operator_class.7 \ - alter_role.7 \ - alter_schema.7 alter_sequence.7 alter_table.7 \ - alter_trigger.7 alter_user.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_function.7 \ - create_group.7 create_index.7 create_language.7 \ - create_operator.7 create_operator_class.7 \ - create_role.7 \ - create_rule.7 create_schema.7 create_sequence.7 \ - create_table.7 create_table_as.7 create_trigger.7 \ - create_type.7 create_user.7 create_view.7 deallocate.7 \ - declare.7 delete.7 \ - drop_aggregate.7 drop_cast.7 drop_conversion.7 \ - drop_database.7 drop_domain.7 drop_function.7 \ - drop_group.7 drop_index.7 drop_language.7 \ - drop_operator.7 drop_operator_class.7 drop_owned.7 \ - drop_role.7 drop_rule.7 \ - drop_schema.7 drop_sequence.7 drop_table.7 drop_trigger.7 \ - drop_type.7 drop_user.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 \ - 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 -.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 ;\ - ${GMAKE} ../../src/include/parser/parse.h ../../src/include/utils/fmgroids.h - @ 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} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -.endif - -.if !defined(NO_BUILD) -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 -. for i in profile cshrc - ${INSTALL_DATA} ${WRKDIR}/dot.$i ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${INSTALL_DATA} -o pgsql -g pgsql ${WRKDIR}/dot.$i ~pgsql/dot.$i.dist ; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} -p ~pgsql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${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) && defined(WITH_TESTS) -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/postgresql90-server/distinfo b/databases/postgresql90-server/distinfo deleted file mode 100644 index 7e8db647da52..000000000000 --- a/databases/postgresql90-server/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -MD5 (postgresql/postgresql-base-8.2.1.tar.bz2) = 7f20da3764ea2ff7329a6570da89926a -SHA256 (postgresql/postgresql-base-8.2.1.tar.bz2) = 99aa1b8d3f0f53f5fd138103052f5111310c061b25c0293dd9f93dc3fd6fda5c -SIZE (postgresql/postgresql-base-8.2.1.tar.bz2) = 8483464 -MD5 (postgresql/postgresql-opt-8.2.1.tar.bz2) = 018aaf094027456d4708d97320c86eaa -SHA256 (postgresql/postgresql-opt-8.2.1.tar.bz2) = 9a542c79c2983322c621b4086ae78e1d7c3bb841c95283e45e7bced73d975422 -SIZE (postgresql/postgresql-opt-8.2.1.tar.bz2) = 167629 -MD5 (postgresql/postgresql-docs-8.2.1.tar.bz2) = 62629d436573b97326e7bb56495a8609 -SHA256 (postgresql/postgresql-docs-8.2.1.tar.bz2) = 76544837b2241b1e5c00cce3118584499a902e948b0d5c0a7465535b21f22843 -SIZE (postgresql/postgresql-docs-8.2.1.tar.bz2) = 2750394 -MD5 (postgresql/postgresql-test-8.2.1.tar.bz2) = fefc23962bda107bc24d799996b11a92 -SHA256 (postgresql/postgresql-test-8.2.1.tar.bz2) = fa6835d4d68215dac9fc6242ea974aea671c3be1565fb84ce40b28c209a89fe3 -SIZE (postgresql/postgresql-test-8.2.1.tar.bz2) = 985153 diff --git a/databases/postgresql90-server/files/502.pgsql b/databases/postgresql90-server/files/502.pgsql deleted file mode 100644 index 09591559c317..000000000000 --- a/databases/postgresql90-server/files/502.pgsql +++ /dev/null @@ -1,97 +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_enable="YES" -daily_pgsql_backup_enable="NO" - -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 ${backupdir}; chmod 700 ${backupdir}; chown pgsql ${backupdir} - fi - - echo - echo "PostgreSQL maintenance" - - # Protect the data - umask 077 - dbnames=`su -l pgsql -c "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 "pg_dumpall -g | gzip -9 > ${file}.gz" - for db in ${dbnames}; do - echo -n " $db" - file=${backupdir}/pgdump_${db}_${now} - su -l pgsql -c "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 "vacuuming..." - 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/postgresql90-server/files/dot.cshrc.in b/databases/postgresql90-server/files/dot.cshrc.in deleted file mode 100644 index 4069398b376e..000000000000 --- a/databases/postgresql90-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/postgresql90-server/files/dot.profile.in b/databases/postgresql90-server/files/dot.profile.in deleted file mode 100644 index 954e22eae8f8..000000000000 --- a/databases/postgresql90-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/postgresql90-server/files/patch-plpython-Makefile b/databases/postgresql90-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql90-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/postgresql90-server/files/patch-src-makefiles-Makefile.freebsd b/databases/postgresql90-server/files/patch-src-makefiles-Makefile.freebsd deleted file mode 100644 index 81339e98e8db..000000000000 --- a/databases/postgresql90-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,8 +0,0 @@ ---- src/makefiles/Makefile.freebsd.orig Fri Nov 19 01:41:39 2004 -+++ src/makefiles/Makefile.freebsd Tue Dec 21 02:44:09 2004 -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/postgresql90-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql90-server/files/patch-src:backend:utils:misc:postgresql.conf.sample deleted file mode 100644 index 7c2831c41be0..000000000000 --- a/databases/postgresql90-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,27 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample.orig Sun May 21 22:11:02 2006 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Nov 7 17:23:50 2006 -@@ -206,6 +206,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of - # stderr, syslog and eventlog, - # depending on platform. -@@ -283,6 +284,7 @@ - #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements - # and their durations, in milliseconds. - -+silent_mode = on - #silent_mode = off # DO NOT USE without syslog or - # redirect_stderr - -@@ -339,6 +341,8 @@ - #--------------------------------------------------------------------------- - # AUTOVACUUM PARAMETERS - #--------------------------------------------------------------------------- -+ -+autovacuum = on - - #autovacuum = off # enable autovacuum subprocess? - #autovacuum_naptime = 60 # time between autovacuum runs, in secs diff --git a/databases/postgresql90-server/files/pkg-message-client.in b/databases/postgresql90-server/files/pkg-message-client.in deleted file mode 100644 index 722d50cb4244..000000000000 --- a/databases/postgresql90-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 autovacuum, pgcrypto and many other cool - things. - -etc... diff --git a/databases/postgresql90-server/files/pkg-message-contrib.in b/databases/postgresql90-server/files/pkg-message-contrib.in deleted file mode 100644 index 2b29ffd33041..000000000000 --- a/databases/postgresql90-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/postgresql90-server/files/pkg-message-plperl.in b/databases/postgresql90-server/files/pkg-message-plperl.in deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql90-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/postgresql90-server/files/pkg-message-plpython.in b/databases/postgresql90-server/files/pkg-message-plpython.in deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql90-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/postgresql90-server/files/pkg-message-pltcl.in b/databases/postgresql90-server/files/pkg-message-pltcl.in deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql90-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/postgresql90-server/files/pkg-message-server.in b/databases/postgresql90-server/files/pkg-message-server.in deleted file mode 100644 index cd6c42ed2090..000000000000 --- a/databases/postgresql90-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.conf/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/postgresql90-server/files/pkgIndex.tcl.in b/databases/postgresql90-server/files/pkgIndex.tcl.in deleted file mode 100644 index bd8329b15c69..000000000000 --- a/databases/postgresql90-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/postgresql90-server/files/postgresql.in b/databases/postgresql90-server/files/postgresql.in deleted file mode 100644 index 1b3b4226acdf..000000000000 --- a/databases/postgresql90-server/files/postgresql.in +++ /dev/null @@ -1,64 +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 - -prefix=%%PREFIX%% -command=${prefix}/bin/pg_ctl - -. %%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/postgresql90-server/pkg-descr b/databases/postgresql90-server/pkg-descr deleted file mode 100644 index f8f8a9e0d422..000000000000 --- a/databases/postgresql90-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/postgresql90-server/pkg-install-server b/databases/postgresql90-server/pkg-install-server deleted file mode 100644 index c3db75540ffa..000000000000 --- a/databases/postgresql90-server/pkg-install-server +++ /dev/null @@ -1,65 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/sbin -PGUSER=pgsql -DB_DIR=${PKG_PREFIX}/${PGUSER} - -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 - USER=${PGUSER} - GROUP=${USER} - UID=70 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -c "PostgreSQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${PGUSER} ] ; then - mkdir -p ${DB_DIR} - chown pgsql:pgsql ${DB_DIR} - fi - ;; - -BACKUPWARNING) - backupwarning - ;; -esac diff --git a/databases/postgresql90-server/pkg-plist b/databases/postgresql90-server/pkg-plist deleted file mode 100644 index 9c9bab36b9f8..000000000000 --- a/databases/postgresql90-server/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment to make portlint happy diff --git a/databases/postgresql90-server/pkg-plist-client b/databases/postgresql90-server/pkg-plist-client deleted file mode 100644 index 38e92046904b..000000000000 --- a/databases/postgresql90-server/pkg-plist-client +++ /dev/null @@ -1,549 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/pg_config -bin/pg_dump -bin/pg_dumpall -bin/pg_restore -bin/psql -bin/reindexdb -bin/vacuumdb -include/ecpg_config.h -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gin.h -include/postgresql/server/access/gist.h -include/postgresql/server/access/gist_private.h -include/postgresql/server/access/gistscan.h -include/postgresql/server/access/hash.h -include/postgresql/server/access/heapam.h -include/postgresql/server/access/hio.h -include/postgresql/server/access/htup.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/multixact.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/reloptions.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/sdir.h -include/postgresql/server/access/skey.h -include/postgresql/server/access/slru.h -include/postgresql/server/access/subtrans.h -include/postgresql/server/access/transam.h -include/postgresql/server/access/tupdesc.h -include/postgresql/server/access/tupmacs.h -include/postgresql/server/access/tuptoaster.h -include/postgresql/server/access/twophase.h -include/postgresql/server/access/twophase_rmgr.h -include/postgresql/server/access/valid.h -include/postgresql/server/access/xact.h -include/postgresql/server/access/xlog.h -include/postgresql/server/access/xlog_internal.h -include/postgresql/server/access/xlogdefs.h -include/postgresql/server/access/xlogutils.h -include/postgresql/server/bootstrap/bootstrap.h -include/postgresql/server/c.h -include/postgresql/server/catalog/catalog.h -include/postgresql/server/catalog/catversion.h -include/postgresql/server/catalog/dependency.h -include/postgresql/server/catalog/heap.h -include/postgresql/server/catalog/index.h -include/postgresql/server/catalog/indexing.h -include/postgresql/server/catalog/namespace.h -include/postgresql/server/catalog/pg_aggregate.h -include/postgresql/server/catalog/pg_am.h -include/postgresql/server/catalog/pg_amop.h -include/postgresql/server/catalog/pg_amproc.h -include/postgresql/server/catalog/pg_attrdef.h -include/postgresql/server/catalog/pg_attribute.h -include/postgresql/server/catalog/pg_auth_members.h -include/postgresql/server/catalog/pg_authid.h -include/postgresql/server/catalog/pg_autovacuum.h -include/postgresql/server/catalog/pg_cast.h -include/postgresql/server/catalog/pg_class.h -include/postgresql/server/catalog/pg_constraint.h -include/postgresql/server/catalog/pg_control.h -include/postgresql/server/catalog/pg_conversion.h -include/postgresql/server/catalog/pg_database.h -include/postgresql/server/catalog/pg_depend.h -include/postgresql/server/catalog/pg_description.h -include/postgresql/server/catalog/pg_index.h -include/postgresql/server/catalog/pg_inherits.h -include/postgresql/server/catalog/pg_language.h -include/postgresql/server/catalog/pg_largeobject.h -include/postgresql/server/catalog/pg_listener.h -include/postgresql/server/catalog/pg_namespace.h -include/postgresql/server/catalog/pg_opclass.h -include/postgresql/server/catalog/pg_operator.h -include/postgresql/server/catalog/pg_pltemplate.h -include/postgresql/server/catalog/pg_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shdepend.h -include/postgresql/server/catalog/pg_shdescription.h -include/postgresql/server/catalog/pg_statistic.h -include/postgresql/server/catalog/pg_tablespace.h -include/postgresql/server/catalog/pg_trigger.h -include/postgresql/server/catalog/pg_type.h -include/postgresql/server/catalog/toasting.h -include/postgresql/server/commands/alter.h -include/postgresql/server/commands/async.h -include/postgresql/server/commands/cluster.h -include/postgresql/server/commands/comment.h -include/postgresql/server/commands/conversioncmds.h -include/postgresql/server/commands/copy.h -include/postgresql/server/commands/dbcommands.h -include/postgresql/server/commands/defrem.h -include/postgresql/server/commands/explain.h -include/postgresql/server/commands/lockcmds.h -include/postgresql/server/commands/portalcmds.h -include/postgresql/server/commands/prepare.h -include/postgresql/server/commands/proclang.h -include/postgresql/server/commands/schemacmds.h -include/postgresql/server/commands/sequence.h -include/postgresql/server/commands/tablecmds.h -include/postgresql/server/commands/tablespace.h -include/postgresql/server/commands/trigger.h -include/postgresql/server/commands/typecmds.h -include/postgresql/server/commands/user.h -include/postgresql/server/commands/vacuum.h -include/postgresql/server/commands/variable.h -include/postgresql/server/commands/version.h -include/postgresql/server/commands/view.h -include/postgresql/server/dynloader.h -include/postgresql/server/executor/execdebug.h -include/postgresql/server/executor/execdefs.h -include/postgresql/server/executor/execdesc.h -include/postgresql/server/executor/executor.h -include/postgresql/server/executor/functions.h -include/postgresql/server/executor/hashjoin.h -include/postgresql/server/executor/instrument.h -include/postgresql/server/executor/nodeAgg.h -include/postgresql/server/executor/nodeAppend.h -include/postgresql/server/executor/nodeBitmapAnd.h -include/postgresql/server/executor/nodeBitmapHeapscan.h -include/postgresql/server/executor/nodeBitmapIndexscan.h -include/postgresql/server/executor/nodeBitmapOr.h -include/postgresql/server/executor/nodeFunctionscan.h -include/postgresql/server/executor/nodeGroup.h -include/postgresql/server/executor/nodeHash.h -include/postgresql/server/executor/nodeHashjoin.h -include/postgresql/server/executor/nodeIndexscan.h -include/postgresql/server/executor/nodeLimit.h -include/postgresql/server/executor/nodeMaterial.h -include/postgresql/server/executor/nodeMergejoin.h -include/postgresql/server/executor/nodeNestloop.h -include/postgresql/server/executor/nodeResult.h -include/postgresql/server/executor/nodeSeqscan.h -include/postgresql/server/executor/nodeSetOp.h -include/postgresql/server/executor/nodeSort.h -include/postgresql/server/executor/nodeSubplan.h -include/postgresql/server/executor/nodeSubqueryscan.h -include/postgresql/server/executor/nodeTidscan.h -include/postgresql/server/executor/nodeUnique.h -include/postgresql/server/executor/nodeValuesscan.h -include/postgresql/server/executor/spi.h -include/postgresql/server/executor/spi_priv.h -include/postgresql/server/executor/tstoreReceiver.h -include/postgresql/server/executor/tuptable.h -include/postgresql/server/fmgr.h -include/postgresql/server/funcapi.h -include/postgresql/server/getaddrinfo.h -include/postgresql/server/getopt_long.h -include/postgresql/server/lib/dllist.h -include/postgresql/server/lib/stringinfo.h -include/postgresql/server/libpq/auth.h -include/postgresql/server/libpq/be-fsstubs.h -include/postgresql/server/libpq/crypt.h -include/postgresql/server/libpq/hba.h -include/postgresql/server/libpq/ip.h -include/postgresql/server/libpq/libpq-be.h -include/postgresql/server/libpq/libpq-fs.h -include/postgresql/server/libpq/libpq.h -include/postgresql/server/libpq/md5.h -include/postgresql/server/libpq/pqcomm.h -include/postgresql/server/libpq/pqformat.h -include/postgresql/server/libpq/pqsignal.h -include/postgresql/server/mb/pg_wchar.h -include/postgresql/server/miscadmin.h -include/postgresql/server/nodes/bitmapset.h -include/postgresql/server/nodes/execnodes.h -include/postgresql/server/nodes/makefuncs.h -include/postgresql/server/nodes/memnodes.h -include/postgresql/server/nodes/nodeFuncs.h -include/postgresql/server/nodes/nodes.h -include/postgresql/server/nodes/params.h -include/postgresql/server/nodes/parsenodes.h -include/postgresql/server/nodes/pg_list.h -include/postgresql/server/nodes/plannodes.h -include/postgresql/server/nodes/primnodes.h -include/postgresql/server/nodes/print.h -include/postgresql/server/nodes/readfuncs.h -include/postgresql/server/nodes/relation.h -include/postgresql/server/nodes/tidbitmap.h -include/postgresql/server/nodes/value.h -include/postgresql/server/optimizer/clauses.h -include/postgresql/server/optimizer/cost.h -include/postgresql/server/optimizer/geqo.h -include/postgresql/server/optimizer/geqo_copy.h -include/postgresql/server/optimizer/geqo_gene.h -include/postgresql/server/optimizer/geqo_misc.h -include/postgresql/server/optimizer/geqo_mutation.h -include/postgresql/server/optimizer/geqo_pool.h -include/postgresql/server/optimizer/geqo_random.h -include/postgresql/server/optimizer/geqo_recombination.h -include/postgresql/server/optimizer/geqo_selection.h -include/postgresql/server/optimizer/joininfo.h -include/postgresql/server/optimizer/pathnode.h -include/postgresql/server/optimizer/paths.h -include/postgresql/server/optimizer/plancat.h -include/postgresql/server/optimizer/planmain.h -include/postgresql/server/optimizer/planner.h -include/postgresql/server/optimizer/predtest.h -include/postgresql/server/optimizer/prep.h -include/postgresql/server/optimizer/restrictinfo.h -include/postgresql/server/optimizer/subselect.h -include/postgresql/server/optimizer/tlist.h -include/postgresql/server/optimizer/var.h -include/postgresql/server/parser/analyze.h -include/postgresql/server/parser/gramparse.h -include/postgresql/server/parser/keywords.h -include/postgresql/server/parser/parse.h -include/postgresql/server/parser/parse_agg.h -include/postgresql/server/parser/parse_clause.h -include/postgresql/server/parser/parse_coerce.h -include/postgresql/server/parser/parse_expr.h -include/postgresql/server/parser/parse_func.h -include/postgresql/server/parser/parse_node.h -include/postgresql/server/parser/parse_oper.h -include/postgresql/server/parser/parse_relation.h -include/postgresql/server/parser/parse_target.h -include/postgresql/server/parser/parse_type.h -include/postgresql/server/parser/parser.h -include/postgresql/server/parser/parsetree.h -include/postgresql/server/parser/scansup.h -include/postgresql/server/pg_config.h -include/postgresql/server/pg_config_manual.h -include/postgresql/server/pg_config_os.h -include/postgresql/server/pg_trace.h -include/postgresql/server/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/bsdi.h -include/postgresql/server/port/cygwin.h -include/postgresql/server/port/darwin.h -include/postgresql/server/port/dgux.h -include/postgresql/server/port/freebsd.h -include/postgresql/server/port/hpux.h -include/postgresql/server/port/irix.h -include/postgresql/server/port/linux.h -include/postgresql/server/port/netbsd.h -include/postgresql/server/port/nextstep.h -include/postgresql/server/port/openbsd.h -include/postgresql/server/port/osf.h -include/postgresql/server/port/sco.h -include/postgresql/server/port/solaris.h -include/postgresql/server/port/sunos4.h -include/postgresql/server/port/svr4.h -include/postgresql/server/port/ultrix4.h -include/postgresql/server/port/univel.h -include/postgresql/server/port/unixware.h -include/postgresql/server/port/win32.h -include/postgresql/server/port/win32/arpa/inet.h -include/postgresql/server/port/win32/dlfcn.h -include/postgresql/server/port/win32/grp.h -include/postgresql/server/port/win32/netdb.h -include/postgresql/server/port/win32/netinet/in.h -include/postgresql/server/port/win32/pwd.h -include/postgresql/server/port/win32/sys/socket.h -include/postgresql/server/port/win32/sys/wait.h -include/postgresql/server/postgres.h -include/postgresql/server/postgres_ext.h -include/postgresql/server/postgres_fe.h -include/postgresql/server/regex/regcustom.h -include/postgresql/server/regex/regerrs.h -include/postgresql/server/regex/regex.h -include/postgresql/server/regex/regguts.h -include/postgresql/server/rewrite/prs2lock.h -include/postgresql/server/rewrite/rewriteDefine.h -include/postgresql/server/rewrite/rewriteHandler.h -include/postgresql/server/rewrite/rewriteManip.h -include/postgresql/server/rewrite/rewriteRemove.h -include/postgresql/server/rewrite/rewriteSupport.h -include/postgresql/server/rusagestub.h -include/postgresql/server/storage/backendid.h -include/postgresql/server/storage/block.h -include/postgresql/server/storage/buf.h -include/postgresql/server/storage/buf_internals.h -include/postgresql/server/storage/buffile.h -include/postgresql/server/storage/bufmgr.h -include/postgresql/server/storage/bufpage.h -include/postgresql/server/storage/fd.h -include/postgresql/server/storage/freespace.h -include/postgresql/server/storage/ipc.h -include/postgresql/server/storage/item.h -include/postgresql/server/storage/itemid.h -include/postgresql/server/storage/itempos.h -include/postgresql/server/storage/itemptr.h -include/postgresql/server/storage/large_object.h -include/postgresql/server/storage/lmgr.h -include/postgresql/server/storage/lock.h -include/postgresql/server/storage/lwlock.h -include/postgresql/server/storage/off.h -include/postgresql/server/storage/pg_sema.h -include/postgresql/server/storage/pg_shmem.h -include/postgresql/server/storage/pmsignal.h -include/postgresql/server/storage/pos.h -include/postgresql/server/storage/proc.h -include/postgresql/server/storage/procarray.h -include/postgresql/server/storage/relfilenode.h -include/postgresql/server/storage/s_lock.h -include/postgresql/server/storage/shmem.h -include/postgresql/server/storage/sinval.h -include/postgresql/server/storage/sinvaladt.h -include/postgresql/server/storage/smgr.h -include/postgresql/server/storage/spin.h -include/postgresql/server/tcop/dest.h -include/postgresql/server/tcop/fastpath.h -include/postgresql/server/tcop/pquery.h -include/postgresql/server/tcop/tcopdebug.h -include/postgresql/server/tcop/tcopprot.h -include/postgresql/server/tcop/utility.h -include/postgresql/server/utils/acl.h -include/postgresql/server/utils/array.h -include/postgresql/server/utils/ascii.h -include/postgresql/server/utils/builtins.h -include/postgresql/server/utils/cash.h -include/postgresql/server/utils/catcache.h -include/postgresql/server/utils/date.h -include/postgresql/server/utils/datetime.h -include/postgresql/server/utils/datum.h -include/postgresql/server/utils/dynahash.h -include/postgresql/server/utils/dynamic_loader.h -include/postgresql/server/utils/elog.h -include/postgresql/server/utils/errcodes.h -include/postgresql/server/utils/flatfiles.h -include/postgresql/server/utils/fmgroids.h -include/postgresql/server/utils/fmgrtab.h -include/postgresql/server/utils/formatting.h -include/postgresql/server/utils/geo_decls.h -include/postgresql/server/utils/guc.h -include/postgresql/server/utils/guc_tables.h -include/postgresql/server/utils/help_config.h -include/postgresql/server/utils/hsearch.h -include/postgresql/server/utils/inet.h -include/postgresql/server/utils/int8.h -include/postgresql/server/utils/inval.h -include/postgresql/server/utils/logtape.h -include/postgresql/server/utils/lsyscache.h -include/postgresql/server/utils/memutils.h -include/postgresql/server/utils/nabstime.h -include/postgresql/server/utils/numeric.h -include/postgresql/server/utils/palloc.h -include/postgresql/server/utils/pg_crc.h -include/postgresql/server/utils/pg_locale.h -include/postgresql/server/utils/pg_lzcompress.h -include/postgresql/server/utils/pg_rusage.h -include/postgresql/server/utils/portal.h -include/postgresql/server/utils/ps_status.h -include/postgresql/server/utils/rel.h -include/postgresql/server/utils/relcache.h -include/postgresql/server/utils/resowner.h -include/postgresql/server/utils/selfuncs.h -include/postgresql/server/utils/syscache.h -include/postgresql/server/utils/timestamp.h -include/postgresql/server/utils/tqual.h -include/postgresql/server/utils/tuplesort.h -include/postgresql/server/utils/tuplestore.h -include/postgresql/server/utils/typcache.h -include/postgresql/server/utils/tzparser.h -include/postgresql/server/utils/varbit.h -@dirrm include/postgresql/server/utils -@dirrm include/postgresql/server/tcop -@dirrm include/postgresql/server/storage -@dirrm include/postgresql/server/rewrite -@dirrm include/postgresql/server/regex -@dirrm include/postgresql/server/port/win32/sys -@dirrm include/postgresql/server/port/win32/netinet -@dirrm include/postgresql/server/port/win32/arpa -@dirrm include/postgresql/server/port/win32 -@dirrm include/postgresql/server/port -@dirrm include/postgresql/server/parser -@dirrm include/postgresql/server/optimizer -@dirrm include/postgresql/server/nodes -@dirrm include/postgresql/server/mb -@dirrm include/postgresql/server/libpq -@dirrm include/postgresql/server/lib -@dirrm include/postgresql/server/executor -@dirrm include/postgresql/server/commands -@dirrm include/postgresql/server/catalog -@dirrm include/postgresql/server/bootstrap -@dirrm include/postgresql/server/access -@dirrm include/postgresql/server -include/libpq/libpq-fs.h -@dirrm include/libpq -include/postgresql/internal/libpq/pqcomm.h -@dirrm include/postgresql/internal/libpq -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqlda.h -include/postgresql/informix/esql/sqltypes.h -@dirrm include/postgresql/informix/esql -@dirrm include/postgresql/informix -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -@dirrm include/postgresql/internal -@dirrm include/postgresql -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.h -include/pg_config.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/sql3types.h -include/sqlca.h -lib/libecpg.a -lib/libecpg.so -lib/libecpg.so.5 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.2 -lib/libpq.a -lib/libpq.so -lib/libpq.so.5 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.2 -lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/config/mkinstalldirs -lib/postgresql/pgxs/src/makefiles/pgxs.mk -lib/postgresql/pgxs/src/Makefile.global -lib/postgresql/pgxs/src/Makefile.port -lib/postgresql/pgxs/src/Makefile.shlib -lib/postgresql/pgxs/src/nls-global.mk -@dirrm lib/postgresql/pgxs/src/makefiles -@dirrm lib/postgresql/pgxs/config -@dirrm lib/postgresql/pgxs/src -@dirrm lib/postgresql/pgxs -@dirrm lib/postgresql -%%DOCSDIR%%/README-client -@dirrmtry %%DOCSDIR%% -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@dirrmtry share/postgresql -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@dirrmtry share/locale/cs/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/cs -%%GETTEXT%%@dirrmtry share/locale/ko/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ko -%%GETTEXT%%@dirrmtry share/locale/pl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/pl -%%GETTEXT%%@dirrmtry share/locale/ro/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ro -%%GETTEXT%%@dirrmtry share/locale/sk/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sk -%%GETTEXT%%@dirrmtry share/locale/sl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sl -%%GETTEXT%%@dirrmtry share/locale/zh_CN/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_CN -%%GETTEXT%%@dirrmtry share/locale/zh_TW/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_TW diff --git a/databases/postgresql90-server/pkg-plist-contrib b/databases/postgresql90-server/pkg-plist-contrib deleted file mode 100644 index 6aac8614c6bd..000000000000 --- a/databases/postgresql90-server/pkg-plist-contrib +++ /dev/null @@ -1,129 +0,0 @@ -bin/oid2name -bin/pgbench -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/adminpack.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/earthdistance.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/hstore.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/moddatetime.so -lib/postgresql/pg_buffercache.so -lib/postgresql/pg_freespacemap.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgrowlocks.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/seg.so -lib/postgresql/sslinfo.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch2.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.adminpack -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.hstore -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.isn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_buffercache -%%DOCSDIR%%/contrib/README.pg_freespacemap -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgrowlocks -%%DOCSDIR%%/contrib/README.pgrowlocks.euc_jp -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.sslinfo -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.vacuumlo -%%DOCSDIR%%/contrib/autoinc.example -%%DOCSDIR%%/contrib/insert_username.example -%%DOCSDIR%%/contrib/moddatetime.example -%%DOCSDIR%%/contrib/refint.example -%%DOCSDIR%%/contrib/timetravel.example -share/postgresql/contrib/_int.sql -share/postgresql/contrib/adminpack.sql -share/postgresql/contrib/autoinc.sql -share/postgresql/contrib/btree_gist.sql -share/postgresql/contrib/chkpass.sql -share/postgresql/contrib/cube.sql -share/postgresql/contrib/dblink.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/hstore.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/pg_buffercache.sql -share/postgresql/contrib/pg_freespacemap.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgrowlocks.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/russian.stop.utf8 -share/postgresql/contrib/seg.sql -share/postgresql/contrib/sslinfo.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/thesaurus -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/uninstall__int.sql -share/postgresql/contrib/uninstall_adminpack.sql -share/postgresql/contrib/uninstall_btree_gist.sql -share/postgresql/contrib/uninstall_chkpass.sql -share/postgresql/contrib/uninstall_cube.sql -share/postgresql/contrib/uninstall_dblink.sql -share/postgresql/contrib/uninstall_earthdistance.sql -share/postgresql/contrib/uninstall_fuzzystrmatch.sql -share/postgresql/contrib/uninstall_hstore.sql -share/postgresql/contrib/uninstall_int_aggregate.sql -share/postgresql/contrib/uninstall_isn.sql -share/postgresql/contrib/uninstall_lo.sql -share/postgresql/contrib/uninstall_ltree.sql -share/postgresql/contrib/uninstall_pg_buffercache.sql -share/postgresql/contrib/uninstall_pg_freespacemap.sql -share/postgresql/contrib/uninstall_pg_trgm.sql -share/postgresql/contrib/uninstall_pgcrypto.sql -share/postgresql/contrib/uninstall_pgrowlocks.sql -share/postgresql/contrib/uninstall_pgstattuple.sql -share/postgresql/contrib/uninstall_seg.sql -share/postgresql/contrib/uninstall_sslinfo.sql -share/postgresql/contrib/uninstall_tablefunc.sql -share/postgresql/contrib/uninstall_tsearch2.sql -@dirrmtry share/postgresql/contrib >&2 -@dirrmtry share/postgresql >&2 -@dirrmtry %%DOCSDIR%%/contrib >&2 -@dirrmtry %%DOCSDIR%% >&2 -@dirrmtry lib/postgresql >&2 diff --git a/databases/postgresql90-server/pkg-plist-plperl b/databases/postgresql90-server/pkg-plist-plperl deleted file mode 100644 index c84ea2e6d16c..000000000000 --- a/databases/postgresql90-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/postgresql90-server/pkg-plist-plpython b/databases/postgresql90-server/pkg-plist-plpython deleted file mode 100644 index d3c29953b6b5..000000000000 --- a/databases/postgresql90-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/postgresql90-server/pkg-plist-pltcl b/databases/postgresql90-server/pkg-plist-pltcl deleted file mode 100644 index 47036c2a4e2a..000000000000 --- a/databases/postgresql90-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/postgresql90-server/pkg-plist-server b/databases/postgresql90-server/pkg-plist-server deleted file mode 100644 index 696e19d28e70..000000000000 --- a/databases/postgresql90-server/pkg-plist-server +++ /dev/null @@ -1,749 +0,0 @@ -bin/initdb -bin/ipcclean -bin/pg_controldata -bin/pg_ctl -bin/pg_resetxlog -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -lib/libpgport.a -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@dirrmtry %%DOCSDIR%% -share/postgresql/conversion_create.sql -share/postgresql/information_schema.sql -share/postgresql/pg_hba.conf.sample -share/postgresql/pg_ident.conf.sample -share/postgresql/postgres.bki -share/postgresql/postgres.description -share/postgresql/postgresql.conf.sample -share/postgresql/recovery.conf.sample -share/postgresql/sql_features.txt -share/postgresql/system_views.sql -%%GETTEXT%%share/locale/af/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@dirrmtry share/locale/cs/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/cs -%%GETTEXT%%@dirrmtry share/locale/ko/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ko -%%GETTEXT%%@dirrmtry share/locale/sk/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sk -%%GETTEXT%%@dirrmtry share/locale/ro/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ro -%%GETTEXT%%@dirrmtry share/locale/sl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sl -%%GETTEXT%%@dirrmtry share/locale/zh_CN/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_CN -%%GETTEXT%%@dirrmtry share/locale/zh_TW/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_TW -share/postgresql/postgres.shdescription -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Atikokan -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Blanc-Sablon -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Coral_Harbour -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Petersburg -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Vincennes -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/Moncton -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/North_Dakota/New_Salem -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/Currie -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -share/postgresql/timezone/CET -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/Canada/Atlantic -share/postgresql/timezone/Canada/Central -share/postgresql/timezone/Canada/East-Saskatchewan -share/postgresql/timezone/Canada/Eastern -share/postgresql/timezone/Canada/Mountain -share/postgresql/timezone/Canada/Newfoundland -share/postgresql/timezone/Canada/Pacific -share/postgresql/timezone/Canada/Saskatchewan -share/postgresql/timezone/Canada/Yukon -share/postgresql/timezone/Chile/Continental -share/postgresql/timezone/Chile/EasterIsland -share/postgresql/timezone/Cuba -share/postgresql/timezone/EET -share/postgresql/timezone/EST -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT+1 -share/postgresql/timezone/Etc/GMT+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/GMT+2 -share/postgresql/timezone/Etc/GMT+3 -share/postgresql/timezone/Etc/GMT+4 -share/postgresql/timezone/Etc/GMT+5 -share/postgresql/timezone/Etc/GMT+6 -share/postgresql/timezone/Etc/GMT+7 -share/postgresql/timezone/Etc/GMT+8 -share/postgresql/timezone/Etc/GMT+9 -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Guernsey -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Isle_of_Man -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Jersey -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Podgorica -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Volgograd -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Factory -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/HST -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Iran -share/postgresql/timezone/Israel -share/postgresql/timezone/Jamaica -share/postgresql/timezone/Japan -share/postgresql/timezone/Kwajalein -share/postgresql/timezone/Libya -share/postgresql/timezone/MET -share/postgresql/timezone/MST -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Navajo -share/postgresql/timezone/PRC -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/US/Alaska -share/postgresql/timezone/US/Aleutian -share/postgresql/timezone/US/Arizona -share/postgresql/timezone/US/Central -share/postgresql/timezone/US/East-Indiana -share/postgresql/timezone/US/Eastern -share/postgresql/timezone/US/Hawaii -share/postgresql/timezone/US/Indiana-Starke -share/postgresql/timezone/US/Michigan -share/postgresql/timezone/US/Mountain -share/postgresql/timezone/US/Pacific -share/postgresql/timezone/US/Pacific-New -share/postgresql/timezone/US/Samoa -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/WET -share/postgresql/timezone/Zulu -share/postgresql/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 -@dirrm share/postgresql/timezone/Africa -@dirrm share/postgresql/timezone/America/Argentina -@dirrm share/postgresql/timezone/America/Indiana -@dirrm share/postgresql/timezone/America/Kentucky -@dirrm share/postgresql/timezone/America/North_Dakota -@dirrm share/postgresql/timezone/America -@dirrm share/postgresql/timezone/Antarctica -@dirrm share/postgresql/timezone/Arctic -@dirrm share/postgresql/timezone/Asia -@dirrm share/postgresql/timezone/Atlantic -@dirrm share/postgresql/timezone/Australia -@dirrm share/postgresql/timezone/Brazil -@dirrm share/postgresql/timezone/Canada -@dirrm share/postgresql/timezone/Chile -@dirrm share/postgresql/timezone/Etc -@dirrm share/postgresql/timezone/Europe -@dirrm share/postgresql/timezone/Indian -@dirrm share/postgresql/timezone/Mexico -@dirrm share/postgresql/timezone/Mideast -@dirrm share/postgresql/timezone/Pacific -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@dirrm share/postgresql/timezonesets -@unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi -@unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi -@unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist -@unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist -share/postgresql/dot.profile.dist -share/postgresql/dot.cshrc.dist -@exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist ~pgsql/. -@exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/. -@exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile) -@exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc) -@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/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile deleted file mode 100644 index 783a1c4fc97e..000000000000 --- a/databases/postgresql91-server/Makefile +++ /dev/null @@ -1,321 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PORTVERSION?= 8.2.1 -PORTREVISION?= 0 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -PKGNAMESUFFIX?= -server -DISTFILES?= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \ - postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER?= girgen@FreeBSD.org -COMMENT?= The most advanced open-source database available anywhere - -CONFLICTS?= ${PORTNAME}-client-7.* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.* \ - ${PORTNAME}-client-8.[0-13-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-8.[0-13-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}82 -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 - -CONFIGURE_ARGS+=--with-libraries=${LOCALBASE}/lib \ - --with-includes=${LOCALBASE}/include \ - --with-docdir=${DOCSDIR} -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" - -PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX} - -BUILD_DIRS?= src/port src/timezone src/backend src/backend/utils/mb/conversion_procs \ - src/bin/initdb src/bin/ipcclean src/bin/pg_ctl src/bin/pg_controldata \ - src/bin/pg_resetxlog src/pl - -INSTALL_DIRS?= ${BUILD_DIRS} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= postgresql -SUB_FILES+= dot.cshrc dot.profile -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 - -# 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 ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= Coredump during build on alpha 4.x -.endif - -.if !defined(SLAVE_ONLY) -# gnugetopt will always be used if already installed -. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h) -OPTIONS+= GNUGETOPT "Use GNU getopt" on -. endif -OPTIONS+= PAM "Build with PAM support (server only)" 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+= LIBC_R "Link w/ libc_r, used by plpython (server)" off -OPTIONS+= THREADSAFE "make libpq thread safe" off -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -#OPTIONS+= ICU "Use ICU for unicode collation (server)" off - -# See http://gppl.moonbone.ru/ for more info -#OPTIONS+= HIER "Builds with query hierarchy (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)" off - -# . if (defined(SERVER_ONLY) && defined(WITH_HIER)) || make(makesum) -# PATCH_SITES+= http://gppl.moonbone.ru/:hier812055 -# PATCHFILES+= hier-Pg8.1.2-0.5.5.diff.gz:hier812055 -# USE_BISON= yes -# . endif - -# . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) -# USE_AUTOTOOLS= autoconf:259 -# CONFIGURE_ARGS+=--with-icu -# LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu -# PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu -# PATCHFILES+= pg-814-icu-xx-2006-09-25.diff.gz:icu -# . endif - -PATCH_DIST_STRIP=-p1 - -. ifmake makesum -DISTFILES+= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} -. endif - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. endif - -. if defined(WITH_INTDATE) -CONFIGURE_ARGS+=--enable-integer-datetimes -. endif - -. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h) -USE_GETOPT_LONG=yes -. 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.21:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+=--with-krb5 -. endif -. endif - -. if (defined(SERVER_ONLY) && defined(WITH_TESTS)) || defined(WITH_THREADSAFE) || make(makesum) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -. endif - -. if defined(WITH_THREADSAFE) -CONFIGURE_ARGS+=--enable-thread-safety -. endif - -. if defined(SERVER_ONLY) && defined(WITH_LIBC_R) -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -. 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 \ - ipcclean.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_function.7 alter_group.7 \ - alter_index.7 alter_language.7 alter_operator_class.7 \ - alter_role.7 \ - alter_schema.7 alter_sequence.7 alter_table.7 \ - alter_trigger.7 alter_user.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_function.7 \ - create_group.7 create_index.7 create_language.7 \ - create_operator.7 create_operator_class.7 \ - create_role.7 \ - create_rule.7 create_schema.7 create_sequence.7 \ - create_table.7 create_table_as.7 create_trigger.7 \ - create_type.7 create_user.7 create_view.7 deallocate.7 \ - declare.7 delete.7 \ - drop_aggregate.7 drop_cast.7 drop_conversion.7 \ - drop_database.7 drop_domain.7 drop_function.7 \ - drop_group.7 drop_index.7 drop_language.7 \ - drop_operator.7 drop_operator_class.7 drop_owned.7 \ - drop_role.7 drop_rule.7 \ - drop_schema.7 drop_sequence.7 drop_table.7 drop_trigger.7 \ - drop_type.7 drop_user.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 \ - 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 -.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 ;\ - ${GMAKE} ../../src/include/parser/parse.h ../../src/include/utils/fmgroids.h - @ 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} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -.endif - -.if !defined(NO_BUILD) -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 -. for i in profile cshrc - ${INSTALL_DATA} ${WRKDIR}/dot.$i ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${INSTALL_DATA} -o pgsql -g pgsql ${WRKDIR}/dot.$i ~pgsql/dot.$i.dist ; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} -p ~pgsql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${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) && defined(WITH_TESTS) -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 7e8db647da52..000000000000 --- a/databases/postgresql91-server/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -MD5 (postgresql/postgresql-base-8.2.1.tar.bz2) = 7f20da3764ea2ff7329a6570da89926a -SHA256 (postgresql/postgresql-base-8.2.1.tar.bz2) = 99aa1b8d3f0f53f5fd138103052f5111310c061b25c0293dd9f93dc3fd6fda5c -SIZE (postgresql/postgresql-base-8.2.1.tar.bz2) = 8483464 -MD5 (postgresql/postgresql-opt-8.2.1.tar.bz2) = 018aaf094027456d4708d97320c86eaa -SHA256 (postgresql/postgresql-opt-8.2.1.tar.bz2) = 9a542c79c2983322c621b4086ae78e1d7c3bb841c95283e45e7bced73d975422 -SIZE (postgresql/postgresql-opt-8.2.1.tar.bz2) = 167629 -MD5 (postgresql/postgresql-docs-8.2.1.tar.bz2) = 62629d436573b97326e7bb56495a8609 -SHA256 (postgresql/postgresql-docs-8.2.1.tar.bz2) = 76544837b2241b1e5c00cce3118584499a902e948b0d5c0a7465535b21f22843 -SIZE (postgresql/postgresql-docs-8.2.1.tar.bz2) = 2750394 -MD5 (postgresql/postgresql-test-8.2.1.tar.bz2) = fefc23962bda107bc24d799996b11a92 -SHA256 (postgresql/postgresql-test-8.2.1.tar.bz2) = fa6835d4d68215dac9fc6242ea974aea671c3be1565fb84ce40b28c209a89fe3 -SIZE (postgresql/postgresql-test-8.2.1.tar.bz2) = 985153 diff --git a/databases/postgresql91-server/files/502.pgsql b/databases/postgresql91-server/files/502.pgsql deleted file mode 100644 index 09591559c317..000000000000 --- a/databases/postgresql91-server/files/502.pgsql +++ /dev/null @@ -1,97 +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_enable="YES" -daily_pgsql_backup_enable="NO" - -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 ${backupdir}; chmod 700 ${backupdir}; chown pgsql ${backupdir} - fi - - echo - echo "PostgreSQL maintenance" - - # Protect the data - umask 077 - dbnames=`su -l pgsql -c "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 "pg_dumpall -g | gzip -9 > ${file}.gz" - for db in ${dbnames}; do - echo -n " $db" - file=${backupdir}/pgdump_${db}_${now} - su -l pgsql -c "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 "vacuuming..." - 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/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-makefiles-Makefile.freebsd b/databases/postgresql91-server/files/patch-src-makefiles-Makefile.freebsd deleted file mode 100644 index 81339e98e8db..000000000000 --- a/databases/postgresql91-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,8 +0,0 @@ ---- src/makefiles/Makefile.freebsd.orig Fri Nov 19 01:41:39 2004 -+++ src/makefiles/Makefile.freebsd Tue Dec 21 02:44:09 2004 -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/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 7c2831c41be0..000000000000 --- a/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,27 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample.orig Sun May 21 22:11:02 2006 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Nov 7 17:23:50 2006 -@@ -206,6 +206,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of - # stderr, syslog and eventlog, - # depending on platform. -@@ -283,6 +284,7 @@ - #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements - # and their durations, in milliseconds. - -+silent_mode = on - #silent_mode = off # DO NOT USE without syslog or - # redirect_stderr - -@@ -339,6 +341,8 @@ - #--------------------------------------------------------------------------- - # AUTOVACUUM PARAMETERS - #--------------------------------------------------------------------------- -+ -+autovacuum = on - - #autovacuum = off # enable autovacuum subprocess? - #autovacuum_naptime = 60 # time between autovacuum runs, in secs diff --git a/databases/postgresql91-server/files/pkg-message-client.in b/databases/postgresql91-server/files/pkg-message-client.in deleted file mode 100644 index 722d50cb4244..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 autovacuum, 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 cd6c42ed2090..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.conf/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 1b3b4226acdf..000000000000 --- a/databases/postgresql91-server/files/postgresql.in +++ /dev/null @@ -1,64 +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 - -prefix=%%PREFIX%% -command=${prefix}/bin/pg_ctl - -. %%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 c3db75540ffa..000000000000 --- a/databases/postgresql91-server/pkg-install-server +++ /dev/null @@ -1,65 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/sbin -PGUSER=pgsql -DB_DIR=${PKG_PREFIX}/${PGUSER} - -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 - USER=${PGUSER} - GROUP=${USER} - UID=70 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -c "PostgreSQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${PGUSER} ] ; then - mkdir -p ${DB_DIR} - chown pgsql:pgsql ${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 38e92046904b..000000000000 --- a/databases/postgresql91-server/pkg-plist-client +++ /dev/null @@ -1,549 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/pg_config -bin/pg_dump -bin/pg_dumpall -bin/pg_restore -bin/psql -bin/reindexdb -bin/vacuumdb -include/ecpg_config.h -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gin.h -include/postgresql/server/access/gist.h -include/postgresql/server/access/gist_private.h -include/postgresql/server/access/gistscan.h -include/postgresql/server/access/hash.h -include/postgresql/server/access/heapam.h -include/postgresql/server/access/hio.h -include/postgresql/server/access/htup.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/multixact.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/reloptions.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/sdir.h -include/postgresql/server/access/skey.h -include/postgresql/server/access/slru.h -include/postgresql/server/access/subtrans.h -include/postgresql/server/access/transam.h -include/postgresql/server/access/tupdesc.h -include/postgresql/server/access/tupmacs.h -include/postgresql/server/access/tuptoaster.h -include/postgresql/server/access/twophase.h -include/postgresql/server/access/twophase_rmgr.h -include/postgresql/server/access/valid.h -include/postgresql/server/access/xact.h -include/postgresql/server/access/xlog.h -include/postgresql/server/access/xlog_internal.h -include/postgresql/server/access/xlogdefs.h -include/postgresql/server/access/xlogutils.h -include/postgresql/server/bootstrap/bootstrap.h -include/postgresql/server/c.h -include/postgresql/server/catalog/catalog.h -include/postgresql/server/catalog/catversion.h -include/postgresql/server/catalog/dependency.h -include/postgresql/server/catalog/heap.h -include/postgresql/server/catalog/index.h -include/postgresql/server/catalog/indexing.h -include/postgresql/server/catalog/namespace.h -include/postgresql/server/catalog/pg_aggregate.h -include/postgresql/server/catalog/pg_am.h -include/postgresql/server/catalog/pg_amop.h -include/postgresql/server/catalog/pg_amproc.h -include/postgresql/server/catalog/pg_attrdef.h -include/postgresql/server/catalog/pg_attribute.h -include/postgresql/server/catalog/pg_auth_members.h -include/postgresql/server/catalog/pg_authid.h -include/postgresql/server/catalog/pg_autovacuum.h -include/postgresql/server/catalog/pg_cast.h -include/postgresql/server/catalog/pg_class.h -include/postgresql/server/catalog/pg_constraint.h -include/postgresql/server/catalog/pg_control.h -include/postgresql/server/catalog/pg_conversion.h -include/postgresql/server/catalog/pg_database.h -include/postgresql/server/catalog/pg_depend.h -include/postgresql/server/catalog/pg_description.h -include/postgresql/server/catalog/pg_index.h -include/postgresql/server/catalog/pg_inherits.h -include/postgresql/server/catalog/pg_language.h -include/postgresql/server/catalog/pg_largeobject.h -include/postgresql/server/catalog/pg_listener.h -include/postgresql/server/catalog/pg_namespace.h -include/postgresql/server/catalog/pg_opclass.h -include/postgresql/server/catalog/pg_operator.h -include/postgresql/server/catalog/pg_pltemplate.h -include/postgresql/server/catalog/pg_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shdepend.h -include/postgresql/server/catalog/pg_shdescription.h -include/postgresql/server/catalog/pg_statistic.h -include/postgresql/server/catalog/pg_tablespace.h -include/postgresql/server/catalog/pg_trigger.h -include/postgresql/server/catalog/pg_type.h -include/postgresql/server/catalog/toasting.h -include/postgresql/server/commands/alter.h -include/postgresql/server/commands/async.h -include/postgresql/server/commands/cluster.h -include/postgresql/server/commands/comment.h -include/postgresql/server/commands/conversioncmds.h -include/postgresql/server/commands/copy.h -include/postgresql/server/commands/dbcommands.h -include/postgresql/server/commands/defrem.h -include/postgresql/server/commands/explain.h -include/postgresql/server/commands/lockcmds.h -include/postgresql/server/commands/portalcmds.h -include/postgresql/server/commands/prepare.h -include/postgresql/server/commands/proclang.h -include/postgresql/server/commands/schemacmds.h -include/postgresql/server/commands/sequence.h -include/postgresql/server/commands/tablecmds.h -include/postgresql/server/commands/tablespace.h -include/postgresql/server/commands/trigger.h -include/postgresql/server/commands/typecmds.h -include/postgresql/server/commands/user.h -include/postgresql/server/commands/vacuum.h -include/postgresql/server/commands/variable.h -include/postgresql/server/commands/version.h -include/postgresql/server/commands/view.h -include/postgresql/server/dynloader.h -include/postgresql/server/executor/execdebug.h -include/postgresql/server/executor/execdefs.h -include/postgresql/server/executor/execdesc.h -include/postgresql/server/executor/executor.h -include/postgresql/server/executor/functions.h -include/postgresql/server/executor/hashjoin.h -include/postgresql/server/executor/instrument.h -include/postgresql/server/executor/nodeAgg.h -include/postgresql/server/executor/nodeAppend.h -include/postgresql/server/executor/nodeBitmapAnd.h -include/postgresql/server/executor/nodeBitmapHeapscan.h -include/postgresql/server/executor/nodeBitmapIndexscan.h -include/postgresql/server/executor/nodeBitmapOr.h -include/postgresql/server/executor/nodeFunctionscan.h -include/postgresql/server/executor/nodeGroup.h -include/postgresql/server/executor/nodeHash.h -include/postgresql/server/executor/nodeHashjoin.h -include/postgresql/server/executor/nodeIndexscan.h -include/postgresql/server/executor/nodeLimit.h -include/postgresql/server/executor/nodeMaterial.h -include/postgresql/server/executor/nodeMergejoin.h -include/postgresql/server/executor/nodeNestloop.h -include/postgresql/server/executor/nodeResult.h -include/postgresql/server/executor/nodeSeqscan.h -include/postgresql/server/executor/nodeSetOp.h -include/postgresql/server/executor/nodeSort.h -include/postgresql/server/executor/nodeSubplan.h -include/postgresql/server/executor/nodeSubqueryscan.h -include/postgresql/server/executor/nodeTidscan.h -include/postgresql/server/executor/nodeUnique.h -include/postgresql/server/executor/nodeValuesscan.h -include/postgresql/server/executor/spi.h -include/postgresql/server/executor/spi_priv.h -include/postgresql/server/executor/tstoreReceiver.h -include/postgresql/server/executor/tuptable.h -include/postgresql/server/fmgr.h -include/postgresql/server/funcapi.h -include/postgresql/server/getaddrinfo.h -include/postgresql/server/getopt_long.h -include/postgresql/server/lib/dllist.h -include/postgresql/server/lib/stringinfo.h -include/postgresql/server/libpq/auth.h -include/postgresql/server/libpq/be-fsstubs.h -include/postgresql/server/libpq/crypt.h -include/postgresql/server/libpq/hba.h -include/postgresql/server/libpq/ip.h -include/postgresql/server/libpq/libpq-be.h -include/postgresql/server/libpq/libpq-fs.h -include/postgresql/server/libpq/libpq.h -include/postgresql/server/libpq/md5.h -include/postgresql/server/libpq/pqcomm.h -include/postgresql/server/libpq/pqformat.h -include/postgresql/server/libpq/pqsignal.h -include/postgresql/server/mb/pg_wchar.h -include/postgresql/server/miscadmin.h -include/postgresql/server/nodes/bitmapset.h -include/postgresql/server/nodes/execnodes.h -include/postgresql/server/nodes/makefuncs.h -include/postgresql/server/nodes/memnodes.h -include/postgresql/server/nodes/nodeFuncs.h -include/postgresql/server/nodes/nodes.h -include/postgresql/server/nodes/params.h -include/postgresql/server/nodes/parsenodes.h -include/postgresql/server/nodes/pg_list.h -include/postgresql/server/nodes/plannodes.h -include/postgresql/server/nodes/primnodes.h -include/postgresql/server/nodes/print.h -include/postgresql/server/nodes/readfuncs.h -include/postgresql/server/nodes/relation.h -include/postgresql/server/nodes/tidbitmap.h -include/postgresql/server/nodes/value.h -include/postgresql/server/optimizer/clauses.h -include/postgresql/server/optimizer/cost.h -include/postgresql/server/optimizer/geqo.h -include/postgresql/server/optimizer/geqo_copy.h -include/postgresql/server/optimizer/geqo_gene.h -include/postgresql/server/optimizer/geqo_misc.h -include/postgresql/server/optimizer/geqo_mutation.h -include/postgresql/server/optimizer/geqo_pool.h -include/postgresql/server/optimizer/geqo_random.h -include/postgresql/server/optimizer/geqo_recombination.h -include/postgresql/server/optimizer/geqo_selection.h -include/postgresql/server/optimizer/joininfo.h -include/postgresql/server/optimizer/pathnode.h -include/postgresql/server/optimizer/paths.h -include/postgresql/server/optimizer/plancat.h -include/postgresql/server/optimizer/planmain.h -include/postgresql/server/optimizer/planner.h -include/postgresql/server/optimizer/predtest.h -include/postgresql/server/optimizer/prep.h -include/postgresql/server/optimizer/restrictinfo.h -include/postgresql/server/optimizer/subselect.h -include/postgresql/server/optimizer/tlist.h -include/postgresql/server/optimizer/var.h -include/postgresql/server/parser/analyze.h -include/postgresql/server/parser/gramparse.h -include/postgresql/server/parser/keywords.h -include/postgresql/server/parser/parse.h -include/postgresql/server/parser/parse_agg.h -include/postgresql/server/parser/parse_clause.h -include/postgresql/server/parser/parse_coerce.h -include/postgresql/server/parser/parse_expr.h -include/postgresql/server/parser/parse_func.h -include/postgresql/server/parser/parse_node.h -include/postgresql/server/parser/parse_oper.h -include/postgresql/server/parser/parse_relation.h -include/postgresql/server/parser/parse_target.h -include/postgresql/server/parser/parse_type.h -include/postgresql/server/parser/parser.h -include/postgresql/server/parser/parsetree.h -include/postgresql/server/parser/scansup.h -include/postgresql/server/pg_config.h -include/postgresql/server/pg_config_manual.h -include/postgresql/server/pg_config_os.h -include/postgresql/server/pg_trace.h -include/postgresql/server/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/bsdi.h -include/postgresql/server/port/cygwin.h -include/postgresql/server/port/darwin.h -include/postgresql/server/port/dgux.h -include/postgresql/server/port/freebsd.h -include/postgresql/server/port/hpux.h -include/postgresql/server/port/irix.h -include/postgresql/server/port/linux.h -include/postgresql/server/port/netbsd.h -include/postgresql/server/port/nextstep.h -include/postgresql/server/port/openbsd.h -include/postgresql/server/port/osf.h -include/postgresql/server/port/sco.h -include/postgresql/server/port/solaris.h -include/postgresql/server/port/sunos4.h -include/postgresql/server/port/svr4.h -include/postgresql/server/port/ultrix4.h -include/postgresql/server/port/univel.h -include/postgresql/server/port/unixware.h -include/postgresql/server/port/win32.h -include/postgresql/server/port/win32/arpa/inet.h -include/postgresql/server/port/win32/dlfcn.h -include/postgresql/server/port/win32/grp.h -include/postgresql/server/port/win32/netdb.h -include/postgresql/server/port/win32/netinet/in.h -include/postgresql/server/port/win32/pwd.h -include/postgresql/server/port/win32/sys/socket.h -include/postgresql/server/port/win32/sys/wait.h -include/postgresql/server/postgres.h -include/postgresql/server/postgres_ext.h -include/postgresql/server/postgres_fe.h -include/postgresql/server/regex/regcustom.h -include/postgresql/server/regex/regerrs.h -include/postgresql/server/regex/regex.h -include/postgresql/server/regex/regguts.h -include/postgresql/server/rewrite/prs2lock.h -include/postgresql/server/rewrite/rewriteDefine.h -include/postgresql/server/rewrite/rewriteHandler.h -include/postgresql/server/rewrite/rewriteManip.h -include/postgresql/server/rewrite/rewriteRemove.h -include/postgresql/server/rewrite/rewriteSupport.h -include/postgresql/server/rusagestub.h -include/postgresql/server/storage/backendid.h -include/postgresql/server/storage/block.h -include/postgresql/server/storage/buf.h -include/postgresql/server/storage/buf_internals.h -include/postgresql/server/storage/buffile.h -include/postgresql/server/storage/bufmgr.h -include/postgresql/server/storage/bufpage.h -include/postgresql/server/storage/fd.h -include/postgresql/server/storage/freespace.h -include/postgresql/server/storage/ipc.h -include/postgresql/server/storage/item.h -include/postgresql/server/storage/itemid.h -include/postgresql/server/storage/itempos.h -include/postgresql/server/storage/itemptr.h -include/postgresql/server/storage/large_object.h -include/postgresql/server/storage/lmgr.h -include/postgresql/server/storage/lock.h -include/postgresql/server/storage/lwlock.h -include/postgresql/server/storage/off.h -include/postgresql/server/storage/pg_sema.h -include/postgresql/server/storage/pg_shmem.h -include/postgresql/server/storage/pmsignal.h -include/postgresql/server/storage/pos.h -include/postgresql/server/storage/proc.h -include/postgresql/server/storage/procarray.h -include/postgresql/server/storage/relfilenode.h -include/postgresql/server/storage/s_lock.h -include/postgresql/server/storage/shmem.h -include/postgresql/server/storage/sinval.h -include/postgresql/server/storage/sinvaladt.h -include/postgresql/server/storage/smgr.h -include/postgresql/server/storage/spin.h -include/postgresql/server/tcop/dest.h -include/postgresql/server/tcop/fastpath.h -include/postgresql/server/tcop/pquery.h -include/postgresql/server/tcop/tcopdebug.h -include/postgresql/server/tcop/tcopprot.h -include/postgresql/server/tcop/utility.h -include/postgresql/server/utils/acl.h -include/postgresql/server/utils/array.h -include/postgresql/server/utils/ascii.h -include/postgresql/server/utils/builtins.h -include/postgresql/server/utils/cash.h -include/postgresql/server/utils/catcache.h -include/postgresql/server/utils/date.h -include/postgresql/server/utils/datetime.h -include/postgresql/server/utils/datum.h -include/postgresql/server/utils/dynahash.h -include/postgresql/server/utils/dynamic_loader.h -include/postgresql/server/utils/elog.h -include/postgresql/server/utils/errcodes.h -include/postgresql/server/utils/flatfiles.h -include/postgresql/server/utils/fmgroids.h -include/postgresql/server/utils/fmgrtab.h -include/postgresql/server/utils/formatting.h -include/postgresql/server/utils/geo_decls.h -include/postgresql/server/utils/guc.h -include/postgresql/server/utils/guc_tables.h -include/postgresql/server/utils/help_config.h -include/postgresql/server/utils/hsearch.h -include/postgresql/server/utils/inet.h -include/postgresql/server/utils/int8.h -include/postgresql/server/utils/inval.h -include/postgresql/server/utils/logtape.h -include/postgresql/server/utils/lsyscache.h -include/postgresql/server/utils/memutils.h -include/postgresql/server/utils/nabstime.h -include/postgresql/server/utils/numeric.h -include/postgresql/server/utils/palloc.h -include/postgresql/server/utils/pg_crc.h -include/postgresql/server/utils/pg_locale.h -include/postgresql/server/utils/pg_lzcompress.h -include/postgresql/server/utils/pg_rusage.h -include/postgresql/server/utils/portal.h -include/postgresql/server/utils/ps_status.h -include/postgresql/server/utils/rel.h -include/postgresql/server/utils/relcache.h -include/postgresql/server/utils/resowner.h -include/postgresql/server/utils/selfuncs.h -include/postgresql/server/utils/syscache.h -include/postgresql/server/utils/timestamp.h -include/postgresql/server/utils/tqual.h -include/postgresql/server/utils/tuplesort.h -include/postgresql/server/utils/tuplestore.h -include/postgresql/server/utils/typcache.h -include/postgresql/server/utils/tzparser.h -include/postgresql/server/utils/varbit.h -@dirrm include/postgresql/server/utils -@dirrm include/postgresql/server/tcop -@dirrm include/postgresql/server/storage -@dirrm include/postgresql/server/rewrite -@dirrm include/postgresql/server/regex -@dirrm include/postgresql/server/port/win32/sys -@dirrm include/postgresql/server/port/win32/netinet -@dirrm include/postgresql/server/port/win32/arpa -@dirrm include/postgresql/server/port/win32 -@dirrm include/postgresql/server/port -@dirrm include/postgresql/server/parser -@dirrm include/postgresql/server/optimizer -@dirrm include/postgresql/server/nodes -@dirrm include/postgresql/server/mb -@dirrm include/postgresql/server/libpq -@dirrm include/postgresql/server/lib -@dirrm include/postgresql/server/executor -@dirrm include/postgresql/server/commands -@dirrm include/postgresql/server/catalog -@dirrm include/postgresql/server/bootstrap -@dirrm include/postgresql/server/access -@dirrm include/postgresql/server -include/libpq/libpq-fs.h -@dirrm include/libpq -include/postgresql/internal/libpq/pqcomm.h -@dirrm include/postgresql/internal/libpq -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqlda.h -include/postgresql/informix/esql/sqltypes.h -@dirrm include/postgresql/informix/esql -@dirrm include/postgresql/informix -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -@dirrm include/postgresql/internal -@dirrm include/postgresql -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.h -include/pg_config.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/sql3types.h -include/sqlca.h -lib/libecpg.a -lib/libecpg.so -lib/libecpg.so.5 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.2 -lib/libpq.a -lib/libpq.so -lib/libpq.so.5 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.2 -lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/config/mkinstalldirs -lib/postgresql/pgxs/src/makefiles/pgxs.mk -lib/postgresql/pgxs/src/Makefile.global -lib/postgresql/pgxs/src/Makefile.port -lib/postgresql/pgxs/src/Makefile.shlib -lib/postgresql/pgxs/src/nls-global.mk -@dirrm lib/postgresql/pgxs/src/makefiles -@dirrm lib/postgresql/pgxs/config -@dirrm lib/postgresql/pgxs/src -@dirrm lib/postgresql/pgxs -@dirrm lib/postgresql -%%DOCSDIR%%/README-client -@dirrmtry %%DOCSDIR%% -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@dirrmtry share/postgresql -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@dirrmtry share/locale/cs/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/cs -%%GETTEXT%%@dirrmtry share/locale/ko/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ko -%%GETTEXT%%@dirrmtry share/locale/pl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/pl -%%GETTEXT%%@dirrmtry share/locale/ro/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ro -%%GETTEXT%%@dirrmtry share/locale/sk/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sk -%%GETTEXT%%@dirrmtry share/locale/sl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sl -%%GETTEXT%%@dirrmtry share/locale/zh_CN/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_CN -%%GETTEXT%%@dirrmtry share/locale/zh_TW/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_TW diff --git a/databases/postgresql91-server/pkg-plist-contrib b/databases/postgresql91-server/pkg-plist-contrib deleted file mode 100644 index 6aac8614c6bd..000000000000 --- a/databases/postgresql91-server/pkg-plist-contrib +++ /dev/null @@ -1,129 +0,0 @@ -bin/oid2name -bin/pgbench -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/adminpack.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/earthdistance.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/hstore.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/moddatetime.so -lib/postgresql/pg_buffercache.so -lib/postgresql/pg_freespacemap.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgrowlocks.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/seg.so -lib/postgresql/sslinfo.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch2.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.adminpack -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.hstore -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.isn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_buffercache -%%DOCSDIR%%/contrib/README.pg_freespacemap -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgrowlocks -%%DOCSDIR%%/contrib/README.pgrowlocks.euc_jp -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.sslinfo -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.vacuumlo -%%DOCSDIR%%/contrib/autoinc.example -%%DOCSDIR%%/contrib/insert_username.example -%%DOCSDIR%%/contrib/moddatetime.example -%%DOCSDIR%%/contrib/refint.example -%%DOCSDIR%%/contrib/timetravel.example -share/postgresql/contrib/_int.sql -share/postgresql/contrib/adminpack.sql -share/postgresql/contrib/autoinc.sql -share/postgresql/contrib/btree_gist.sql -share/postgresql/contrib/chkpass.sql -share/postgresql/contrib/cube.sql -share/postgresql/contrib/dblink.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/hstore.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/pg_buffercache.sql -share/postgresql/contrib/pg_freespacemap.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgrowlocks.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/russian.stop.utf8 -share/postgresql/contrib/seg.sql -share/postgresql/contrib/sslinfo.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/thesaurus -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/uninstall__int.sql -share/postgresql/contrib/uninstall_adminpack.sql -share/postgresql/contrib/uninstall_btree_gist.sql -share/postgresql/contrib/uninstall_chkpass.sql -share/postgresql/contrib/uninstall_cube.sql -share/postgresql/contrib/uninstall_dblink.sql -share/postgresql/contrib/uninstall_earthdistance.sql -share/postgresql/contrib/uninstall_fuzzystrmatch.sql -share/postgresql/contrib/uninstall_hstore.sql -share/postgresql/contrib/uninstall_int_aggregate.sql -share/postgresql/contrib/uninstall_isn.sql -share/postgresql/contrib/uninstall_lo.sql -share/postgresql/contrib/uninstall_ltree.sql -share/postgresql/contrib/uninstall_pg_buffercache.sql -share/postgresql/contrib/uninstall_pg_freespacemap.sql -share/postgresql/contrib/uninstall_pg_trgm.sql -share/postgresql/contrib/uninstall_pgcrypto.sql -share/postgresql/contrib/uninstall_pgrowlocks.sql -share/postgresql/contrib/uninstall_pgstattuple.sql -share/postgresql/contrib/uninstall_seg.sql -share/postgresql/contrib/uninstall_sslinfo.sql -share/postgresql/contrib/uninstall_tablefunc.sql -share/postgresql/contrib/uninstall_tsearch2.sql -@dirrmtry share/postgresql/contrib >&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 696e19d28e70..000000000000 --- a/databases/postgresql91-server/pkg-plist-server +++ /dev/null @@ -1,749 +0,0 @@ -bin/initdb -bin/ipcclean -bin/pg_controldata -bin/pg_ctl -bin/pg_resetxlog -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -lib/libpgport.a -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@dirrmtry %%DOCSDIR%% -share/postgresql/conversion_create.sql -share/postgresql/information_schema.sql -share/postgresql/pg_hba.conf.sample -share/postgresql/pg_ident.conf.sample -share/postgresql/postgres.bki -share/postgresql/postgres.description -share/postgresql/postgresql.conf.sample -share/postgresql/recovery.conf.sample -share/postgresql/sql_features.txt -share/postgresql/system_views.sql -%%GETTEXT%%share/locale/af/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@dirrmtry share/locale/cs/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/cs -%%GETTEXT%%@dirrmtry share/locale/ko/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ko -%%GETTEXT%%@dirrmtry share/locale/sk/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sk -%%GETTEXT%%@dirrmtry share/locale/ro/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ro -%%GETTEXT%%@dirrmtry share/locale/sl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sl -%%GETTEXT%%@dirrmtry share/locale/zh_CN/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_CN -%%GETTEXT%%@dirrmtry share/locale/zh_TW/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_TW -share/postgresql/postgres.shdescription -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Atikokan -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Blanc-Sablon -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Coral_Harbour -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Petersburg -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Vincennes -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/Moncton -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/North_Dakota/New_Salem -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/Currie -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -share/postgresql/timezone/CET -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/Canada/Atlantic -share/postgresql/timezone/Canada/Central -share/postgresql/timezone/Canada/East-Saskatchewan -share/postgresql/timezone/Canada/Eastern -share/postgresql/timezone/Canada/Mountain -share/postgresql/timezone/Canada/Newfoundland -share/postgresql/timezone/Canada/Pacific -share/postgresql/timezone/Canada/Saskatchewan -share/postgresql/timezone/Canada/Yukon -share/postgresql/timezone/Chile/Continental -share/postgresql/timezone/Chile/EasterIsland -share/postgresql/timezone/Cuba -share/postgresql/timezone/EET -share/postgresql/timezone/EST -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT+1 -share/postgresql/timezone/Etc/GMT+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/GMT+2 -share/postgresql/timezone/Etc/GMT+3 -share/postgresql/timezone/Etc/GMT+4 -share/postgresql/timezone/Etc/GMT+5 -share/postgresql/timezone/Etc/GMT+6 -share/postgresql/timezone/Etc/GMT+7 -share/postgresql/timezone/Etc/GMT+8 -share/postgresql/timezone/Etc/GMT+9 -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Guernsey -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Isle_of_Man -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Jersey -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Podgorica -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Volgograd -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Factory -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/HST -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Iran -share/postgresql/timezone/Israel -share/postgresql/timezone/Jamaica -share/postgresql/timezone/Japan -share/postgresql/timezone/Kwajalein -share/postgresql/timezone/Libya -share/postgresql/timezone/MET -share/postgresql/timezone/MST -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Navajo -share/postgresql/timezone/PRC -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/US/Alaska -share/postgresql/timezone/US/Aleutian -share/postgresql/timezone/US/Arizona -share/postgresql/timezone/US/Central -share/postgresql/timezone/US/East-Indiana -share/postgresql/timezone/US/Eastern -share/postgresql/timezone/US/Hawaii -share/postgresql/timezone/US/Indiana-Starke -share/postgresql/timezone/US/Michigan -share/postgresql/timezone/US/Mountain -share/postgresql/timezone/US/Pacific -share/postgresql/timezone/US/Pacific-New -share/postgresql/timezone/US/Samoa -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/WET -share/postgresql/timezone/Zulu -share/postgresql/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 -@dirrm share/postgresql/timezone/Africa -@dirrm share/postgresql/timezone/America/Argentina -@dirrm share/postgresql/timezone/America/Indiana -@dirrm share/postgresql/timezone/America/Kentucky -@dirrm share/postgresql/timezone/America/North_Dakota -@dirrm share/postgresql/timezone/America -@dirrm share/postgresql/timezone/Antarctica -@dirrm share/postgresql/timezone/Arctic -@dirrm share/postgresql/timezone/Asia -@dirrm share/postgresql/timezone/Atlantic -@dirrm share/postgresql/timezone/Australia -@dirrm share/postgresql/timezone/Brazil -@dirrm share/postgresql/timezone/Canada -@dirrm share/postgresql/timezone/Chile -@dirrm share/postgresql/timezone/Etc -@dirrm share/postgresql/timezone/Europe -@dirrm share/postgresql/timezone/Indian -@dirrm share/postgresql/timezone/Mexico -@dirrm share/postgresql/timezone/Mideast -@dirrm share/postgresql/timezone/Pacific -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@dirrm share/postgresql/timezonesets -@unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi -@unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi -@unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist -@unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist -share/postgresql/dot.profile.dist -share/postgresql/dot.cshrc.dist -@exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist ~pgsql/. -@exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/. -@exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile) -@exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc) -@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 783a1c4fc97e..000000000000 --- a/databases/postgresql92-server/Makefile +++ /dev/null @@ -1,321 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PORTVERSION?= 8.2.1 -PORTREVISION?= 0 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -PKGNAMESUFFIX?= -server -DISTFILES?= postgresql-base-${PORTVERSION}${EXTRACT_SUFX} \ - postgresql-opt-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER?= girgen@FreeBSD.org -COMMENT?= The most advanced open-source database available anywhere - -CONFLICTS?= ${PORTNAME}-client-7.* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.* \ - ${PORTNAME}-client-8.[0-13-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-8.[0-13-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}82 -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 - -CONFIGURE_ARGS+=--with-libraries=${LOCALBASE}/lib \ - --with-includes=${LOCALBASE}/include \ - --with-docdir=${DOCSDIR} -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" - -PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX} - -BUILD_DIRS?= src/port src/timezone src/backend src/backend/utils/mb/conversion_procs \ - src/bin/initdb src/bin/ipcclean src/bin/pg_ctl src/bin/pg_controldata \ - src/bin/pg_resetxlog src/pl - -INSTALL_DIRS?= ${BUILD_DIRS} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= postgresql -SUB_FILES+= dot.cshrc dot.profile -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 - -# 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 ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= Coredump during build on alpha 4.x -.endif - -.if !defined(SLAVE_ONLY) -# gnugetopt will always be used if already installed -. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h) -OPTIONS+= GNUGETOPT "Use GNU getopt" on -. endif -OPTIONS+= PAM "Build with PAM support (server only)" 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+= LIBC_R "Link w/ libc_r, used by plpython (server)" off -OPTIONS+= THREADSAFE "make libpq thread safe" off -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -#OPTIONS+= ICU "Use ICU for unicode collation (server)" off - -# See http://gppl.moonbone.ru/ for more info -#OPTIONS+= HIER "Builds with query hierarchy (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)" off - -# . if (defined(SERVER_ONLY) && defined(WITH_HIER)) || make(makesum) -# PATCH_SITES+= http://gppl.moonbone.ru/:hier812055 -# PATCHFILES+= hier-Pg8.1.2-0.5.5.diff.gz:hier812055 -# USE_BISON= yes -# . endif - -# . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum) -# USE_AUTOTOOLS= autoconf:259 -# CONFIGURE_ARGS+=--with-icu -# LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu -# PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu -# PATCHFILES+= pg-814-icu-xx-2006-09-25.diff.gz:icu -# . endif - -PATCH_DIST_STRIP=-p1 - -. ifmake makesum -DISTFILES+= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} -. endif - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. endif - -. if defined(WITH_INTDATE) -CONFIGURE_ARGS+=--enable-integer-datetimes -. endif - -. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h) -USE_GETOPT_LONG=yes -. 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.21:${PORTSDIR}/security/heimdal -CONFIGURE_ARGS+=--with-krb5 -. endif -. endif - -. if (defined(SERVER_ONLY) && defined(WITH_TESTS)) || defined(WITH_THREADSAFE) || make(makesum) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -. endif - -. if defined(WITH_THREADSAFE) -CONFIGURE_ARGS+=--enable-thread-safety -. endif - -. if defined(SERVER_ONLY) && defined(WITH_LIBC_R) -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -. 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 \ - ipcclean.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_function.7 alter_group.7 \ - alter_index.7 alter_language.7 alter_operator_class.7 \ - alter_role.7 \ - alter_schema.7 alter_sequence.7 alter_table.7 \ - alter_trigger.7 alter_user.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_function.7 \ - create_group.7 create_index.7 create_language.7 \ - create_operator.7 create_operator_class.7 \ - create_role.7 \ - create_rule.7 create_schema.7 create_sequence.7 \ - create_table.7 create_table_as.7 create_trigger.7 \ - create_type.7 create_user.7 create_view.7 deallocate.7 \ - declare.7 delete.7 \ - drop_aggregate.7 drop_cast.7 drop_conversion.7 \ - drop_database.7 drop_domain.7 drop_function.7 \ - drop_group.7 drop_index.7 drop_language.7 \ - drop_operator.7 drop_operator_class.7 drop_owned.7 \ - drop_role.7 drop_rule.7 \ - drop_schema.7 drop_sequence.7 drop_table.7 drop_trigger.7 \ - drop_type.7 drop_user.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 \ - 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 -.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 ;\ - ${GMAKE} ../../src/include/parser/parse.h ../../src/include/utils/fmgroids.h - @ 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} \ - ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -.endif - -.if !defined(NO_BUILD) -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 -. for i in profile cshrc - ${INSTALL_DATA} ${WRKDIR}/dot.$i ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${INSTALL_DATA} -o pgsql -g pgsql ${WRKDIR}/dot.$i ~pgsql/dot.$i.dist ; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} -p ~pgsql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${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) && defined(WITH_TESTS) -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 7e8db647da52..000000000000 --- a/databases/postgresql92-server/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -MD5 (postgresql/postgresql-base-8.2.1.tar.bz2) = 7f20da3764ea2ff7329a6570da89926a -SHA256 (postgresql/postgresql-base-8.2.1.tar.bz2) = 99aa1b8d3f0f53f5fd138103052f5111310c061b25c0293dd9f93dc3fd6fda5c -SIZE (postgresql/postgresql-base-8.2.1.tar.bz2) = 8483464 -MD5 (postgresql/postgresql-opt-8.2.1.tar.bz2) = 018aaf094027456d4708d97320c86eaa -SHA256 (postgresql/postgresql-opt-8.2.1.tar.bz2) = 9a542c79c2983322c621b4086ae78e1d7c3bb841c95283e45e7bced73d975422 -SIZE (postgresql/postgresql-opt-8.2.1.tar.bz2) = 167629 -MD5 (postgresql/postgresql-docs-8.2.1.tar.bz2) = 62629d436573b97326e7bb56495a8609 -SHA256 (postgresql/postgresql-docs-8.2.1.tar.bz2) = 76544837b2241b1e5c00cce3118584499a902e948b0d5c0a7465535b21f22843 -SIZE (postgresql/postgresql-docs-8.2.1.tar.bz2) = 2750394 -MD5 (postgresql/postgresql-test-8.2.1.tar.bz2) = fefc23962bda107bc24d799996b11a92 -SHA256 (postgresql/postgresql-test-8.2.1.tar.bz2) = fa6835d4d68215dac9fc6242ea974aea671c3be1565fb84ce40b28c209a89fe3 -SIZE (postgresql/postgresql-test-8.2.1.tar.bz2) = 985153 diff --git a/databases/postgresql92-server/files/502.pgsql b/databases/postgresql92-server/files/502.pgsql deleted file mode 100644 index 09591559c317..000000000000 --- a/databases/postgresql92-server/files/502.pgsql +++ /dev/null @@ -1,97 +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_enable="YES" -daily_pgsql_backup_enable="NO" - -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 ${backupdir}; chmod 700 ${backupdir}; chown pgsql ${backupdir} - fi - - echo - echo "PostgreSQL maintenance" - - # Protect the data - umask 077 - dbnames=`su -l pgsql -c "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 "pg_dumpall -g | gzip -9 > ${file}.gz" - for db in ${dbnames}; do - echo -n " $db" - file=${backupdir}/pgdump_${db}_${now} - su -l pgsql -c "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 "vacuuming..." - 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/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-makefiles-Makefile.freebsd b/databases/postgresql92-server/files/patch-src-makefiles-Makefile.freebsd deleted file mode 100644 index 81339e98e8db..000000000000 --- a/databases/postgresql92-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,8 +0,0 @@ ---- src/makefiles/Makefile.freebsd.orig Fri Nov 19 01:41:39 2004 -+++ src/makefiles/Makefile.freebsd Tue Dec 21 02:44:09 2004 -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/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 7c2831c41be0..000000000000 --- a/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,27 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample.orig Sun May 21 22:11:02 2006 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Nov 7 17:23:50 2006 -@@ -206,6 +206,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of - # stderr, syslog and eventlog, - # depending on platform. -@@ -283,6 +284,7 @@ - #log_min_duration_statement = -1 # -1 is disabled, 0 logs all statements - # and their durations, in milliseconds. - -+silent_mode = on - #silent_mode = off # DO NOT USE without syslog or - # redirect_stderr - -@@ -339,6 +341,8 @@ - #--------------------------------------------------------------------------- - # AUTOVACUUM PARAMETERS - #--------------------------------------------------------------------------- -+ -+autovacuum = on - - #autovacuum = off # enable autovacuum subprocess? - #autovacuum_naptime = 60 # time between autovacuum runs, in secs diff --git a/databases/postgresql92-server/files/pkg-message-client.in b/databases/postgresql92-server/files/pkg-message-client.in deleted file mode 100644 index 722d50cb4244..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 autovacuum, 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 cd6c42ed2090..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.conf/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 1b3b4226acdf..000000000000 --- a/databases/postgresql92-server/files/postgresql.in +++ /dev/null @@ -1,64 +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 - -prefix=%%PREFIX%% -command=${prefix}/bin/pg_ctl - -. %%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 c3db75540ffa..000000000000 --- a/databases/postgresql92-server/pkg-install-server +++ /dev/null @@ -1,65 +0,0 @@ -#! /bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/sbin -PGUSER=pgsql -DB_DIR=${PKG_PREFIX}/${PGUSER} - -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 - USER=${PGUSER} - GROUP=${USER} - UID=70 - GID=${UID} - - if pw group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if pw user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -c "PostgreSQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - if ! [ -x ~${PGUSER} ] ; then - mkdir -p ${DB_DIR} - chown pgsql:pgsql ${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 38e92046904b..000000000000 --- a/databases/postgresql92-server/pkg-plist-client +++ /dev/null @@ -1,549 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/pg_config -bin/pg_dump -bin/pg_dumpall -bin/pg_restore -bin/psql -bin/reindexdb -bin/vacuumdb -include/ecpg_config.h -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gin.h -include/postgresql/server/access/gist.h -include/postgresql/server/access/gist_private.h -include/postgresql/server/access/gistscan.h -include/postgresql/server/access/hash.h -include/postgresql/server/access/heapam.h -include/postgresql/server/access/hio.h -include/postgresql/server/access/htup.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/multixact.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/reloptions.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/sdir.h -include/postgresql/server/access/skey.h -include/postgresql/server/access/slru.h -include/postgresql/server/access/subtrans.h -include/postgresql/server/access/transam.h -include/postgresql/server/access/tupdesc.h -include/postgresql/server/access/tupmacs.h -include/postgresql/server/access/tuptoaster.h -include/postgresql/server/access/twophase.h -include/postgresql/server/access/twophase_rmgr.h -include/postgresql/server/access/valid.h -include/postgresql/server/access/xact.h -include/postgresql/server/access/xlog.h -include/postgresql/server/access/xlog_internal.h -include/postgresql/server/access/xlogdefs.h -include/postgresql/server/access/xlogutils.h -include/postgresql/server/bootstrap/bootstrap.h -include/postgresql/server/c.h -include/postgresql/server/catalog/catalog.h -include/postgresql/server/catalog/catversion.h -include/postgresql/server/catalog/dependency.h -include/postgresql/server/catalog/heap.h -include/postgresql/server/catalog/index.h -include/postgresql/server/catalog/indexing.h -include/postgresql/server/catalog/namespace.h -include/postgresql/server/catalog/pg_aggregate.h -include/postgresql/server/catalog/pg_am.h -include/postgresql/server/catalog/pg_amop.h -include/postgresql/server/catalog/pg_amproc.h -include/postgresql/server/catalog/pg_attrdef.h -include/postgresql/server/catalog/pg_attribute.h -include/postgresql/server/catalog/pg_auth_members.h -include/postgresql/server/catalog/pg_authid.h -include/postgresql/server/catalog/pg_autovacuum.h -include/postgresql/server/catalog/pg_cast.h -include/postgresql/server/catalog/pg_class.h -include/postgresql/server/catalog/pg_constraint.h -include/postgresql/server/catalog/pg_control.h -include/postgresql/server/catalog/pg_conversion.h -include/postgresql/server/catalog/pg_database.h -include/postgresql/server/catalog/pg_depend.h -include/postgresql/server/catalog/pg_description.h -include/postgresql/server/catalog/pg_index.h -include/postgresql/server/catalog/pg_inherits.h -include/postgresql/server/catalog/pg_language.h -include/postgresql/server/catalog/pg_largeobject.h -include/postgresql/server/catalog/pg_listener.h -include/postgresql/server/catalog/pg_namespace.h -include/postgresql/server/catalog/pg_opclass.h -include/postgresql/server/catalog/pg_operator.h -include/postgresql/server/catalog/pg_pltemplate.h -include/postgresql/server/catalog/pg_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shdepend.h -include/postgresql/server/catalog/pg_shdescription.h -include/postgresql/server/catalog/pg_statistic.h -include/postgresql/server/catalog/pg_tablespace.h -include/postgresql/server/catalog/pg_trigger.h -include/postgresql/server/catalog/pg_type.h -include/postgresql/server/catalog/toasting.h -include/postgresql/server/commands/alter.h -include/postgresql/server/commands/async.h -include/postgresql/server/commands/cluster.h -include/postgresql/server/commands/comment.h -include/postgresql/server/commands/conversioncmds.h -include/postgresql/server/commands/copy.h -include/postgresql/server/commands/dbcommands.h -include/postgresql/server/commands/defrem.h -include/postgresql/server/commands/explain.h -include/postgresql/server/commands/lockcmds.h -include/postgresql/server/commands/portalcmds.h -include/postgresql/server/commands/prepare.h -include/postgresql/server/commands/proclang.h -include/postgresql/server/commands/schemacmds.h -include/postgresql/server/commands/sequence.h -include/postgresql/server/commands/tablecmds.h -include/postgresql/server/commands/tablespace.h -include/postgresql/server/commands/trigger.h -include/postgresql/server/commands/typecmds.h -include/postgresql/server/commands/user.h -include/postgresql/server/commands/vacuum.h -include/postgresql/server/commands/variable.h -include/postgresql/server/commands/version.h -include/postgresql/server/commands/view.h -include/postgresql/server/dynloader.h -include/postgresql/server/executor/execdebug.h -include/postgresql/server/executor/execdefs.h -include/postgresql/server/executor/execdesc.h -include/postgresql/server/executor/executor.h -include/postgresql/server/executor/functions.h -include/postgresql/server/executor/hashjoin.h -include/postgresql/server/executor/instrument.h -include/postgresql/server/executor/nodeAgg.h -include/postgresql/server/executor/nodeAppend.h -include/postgresql/server/executor/nodeBitmapAnd.h -include/postgresql/server/executor/nodeBitmapHeapscan.h -include/postgresql/server/executor/nodeBitmapIndexscan.h -include/postgresql/server/executor/nodeBitmapOr.h -include/postgresql/server/executor/nodeFunctionscan.h -include/postgresql/server/executor/nodeGroup.h -include/postgresql/server/executor/nodeHash.h -include/postgresql/server/executor/nodeHashjoin.h -include/postgresql/server/executor/nodeIndexscan.h -include/postgresql/server/executor/nodeLimit.h -include/postgresql/server/executor/nodeMaterial.h -include/postgresql/server/executor/nodeMergejoin.h -include/postgresql/server/executor/nodeNestloop.h -include/postgresql/server/executor/nodeResult.h -include/postgresql/server/executor/nodeSeqscan.h -include/postgresql/server/executor/nodeSetOp.h -include/postgresql/server/executor/nodeSort.h -include/postgresql/server/executor/nodeSubplan.h -include/postgresql/server/executor/nodeSubqueryscan.h -include/postgresql/server/executor/nodeTidscan.h -include/postgresql/server/executor/nodeUnique.h -include/postgresql/server/executor/nodeValuesscan.h -include/postgresql/server/executor/spi.h -include/postgresql/server/executor/spi_priv.h -include/postgresql/server/executor/tstoreReceiver.h -include/postgresql/server/executor/tuptable.h -include/postgresql/server/fmgr.h -include/postgresql/server/funcapi.h -include/postgresql/server/getaddrinfo.h -include/postgresql/server/getopt_long.h -include/postgresql/server/lib/dllist.h -include/postgresql/server/lib/stringinfo.h -include/postgresql/server/libpq/auth.h -include/postgresql/server/libpq/be-fsstubs.h -include/postgresql/server/libpq/crypt.h -include/postgresql/server/libpq/hba.h -include/postgresql/server/libpq/ip.h -include/postgresql/server/libpq/libpq-be.h -include/postgresql/server/libpq/libpq-fs.h -include/postgresql/server/libpq/libpq.h -include/postgresql/server/libpq/md5.h -include/postgresql/server/libpq/pqcomm.h -include/postgresql/server/libpq/pqformat.h -include/postgresql/server/libpq/pqsignal.h -include/postgresql/server/mb/pg_wchar.h -include/postgresql/server/miscadmin.h -include/postgresql/server/nodes/bitmapset.h -include/postgresql/server/nodes/execnodes.h -include/postgresql/server/nodes/makefuncs.h -include/postgresql/server/nodes/memnodes.h -include/postgresql/server/nodes/nodeFuncs.h -include/postgresql/server/nodes/nodes.h -include/postgresql/server/nodes/params.h -include/postgresql/server/nodes/parsenodes.h -include/postgresql/server/nodes/pg_list.h -include/postgresql/server/nodes/plannodes.h -include/postgresql/server/nodes/primnodes.h -include/postgresql/server/nodes/print.h -include/postgresql/server/nodes/readfuncs.h -include/postgresql/server/nodes/relation.h -include/postgresql/server/nodes/tidbitmap.h -include/postgresql/server/nodes/value.h -include/postgresql/server/optimizer/clauses.h -include/postgresql/server/optimizer/cost.h -include/postgresql/server/optimizer/geqo.h -include/postgresql/server/optimizer/geqo_copy.h -include/postgresql/server/optimizer/geqo_gene.h -include/postgresql/server/optimizer/geqo_misc.h -include/postgresql/server/optimizer/geqo_mutation.h -include/postgresql/server/optimizer/geqo_pool.h -include/postgresql/server/optimizer/geqo_random.h -include/postgresql/server/optimizer/geqo_recombination.h -include/postgresql/server/optimizer/geqo_selection.h -include/postgresql/server/optimizer/joininfo.h -include/postgresql/server/optimizer/pathnode.h -include/postgresql/server/optimizer/paths.h -include/postgresql/server/optimizer/plancat.h -include/postgresql/server/optimizer/planmain.h -include/postgresql/server/optimizer/planner.h -include/postgresql/server/optimizer/predtest.h -include/postgresql/server/optimizer/prep.h -include/postgresql/server/optimizer/restrictinfo.h -include/postgresql/server/optimizer/subselect.h -include/postgresql/server/optimizer/tlist.h -include/postgresql/server/optimizer/var.h -include/postgresql/server/parser/analyze.h -include/postgresql/server/parser/gramparse.h -include/postgresql/server/parser/keywords.h -include/postgresql/server/parser/parse.h -include/postgresql/server/parser/parse_agg.h -include/postgresql/server/parser/parse_clause.h -include/postgresql/server/parser/parse_coerce.h -include/postgresql/server/parser/parse_expr.h -include/postgresql/server/parser/parse_func.h -include/postgresql/server/parser/parse_node.h -include/postgresql/server/parser/parse_oper.h -include/postgresql/server/parser/parse_relation.h -include/postgresql/server/parser/parse_target.h -include/postgresql/server/parser/parse_type.h -include/postgresql/server/parser/parser.h -include/postgresql/server/parser/parsetree.h -include/postgresql/server/parser/scansup.h -include/postgresql/server/pg_config.h -include/postgresql/server/pg_config_manual.h -include/postgresql/server/pg_config_os.h -include/postgresql/server/pg_trace.h -include/postgresql/server/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/bsdi.h -include/postgresql/server/port/cygwin.h -include/postgresql/server/port/darwin.h -include/postgresql/server/port/dgux.h -include/postgresql/server/port/freebsd.h -include/postgresql/server/port/hpux.h -include/postgresql/server/port/irix.h -include/postgresql/server/port/linux.h -include/postgresql/server/port/netbsd.h -include/postgresql/server/port/nextstep.h -include/postgresql/server/port/openbsd.h -include/postgresql/server/port/osf.h -include/postgresql/server/port/sco.h -include/postgresql/server/port/solaris.h -include/postgresql/server/port/sunos4.h -include/postgresql/server/port/svr4.h -include/postgresql/server/port/ultrix4.h -include/postgresql/server/port/univel.h -include/postgresql/server/port/unixware.h -include/postgresql/server/port/win32.h -include/postgresql/server/port/win32/arpa/inet.h -include/postgresql/server/port/win32/dlfcn.h -include/postgresql/server/port/win32/grp.h -include/postgresql/server/port/win32/netdb.h -include/postgresql/server/port/win32/netinet/in.h -include/postgresql/server/port/win32/pwd.h -include/postgresql/server/port/win32/sys/socket.h -include/postgresql/server/port/win32/sys/wait.h -include/postgresql/server/postgres.h -include/postgresql/server/postgres_ext.h -include/postgresql/server/postgres_fe.h -include/postgresql/server/regex/regcustom.h -include/postgresql/server/regex/regerrs.h -include/postgresql/server/regex/regex.h -include/postgresql/server/regex/regguts.h -include/postgresql/server/rewrite/prs2lock.h -include/postgresql/server/rewrite/rewriteDefine.h -include/postgresql/server/rewrite/rewriteHandler.h -include/postgresql/server/rewrite/rewriteManip.h -include/postgresql/server/rewrite/rewriteRemove.h -include/postgresql/server/rewrite/rewriteSupport.h -include/postgresql/server/rusagestub.h -include/postgresql/server/storage/backendid.h -include/postgresql/server/storage/block.h -include/postgresql/server/storage/buf.h -include/postgresql/server/storage/buf_internals.h -include/postgresql/server/storage/buffile.h -include/postgresql/server/storage/bufmgr.h -include/postgresql/server/storage/bufpage.h -include/postgresql/server/storage/fd.h -include/postgresql/server/storage/freespace.h -include/postgresql/server/storage/ipc.h -include/postgresql/server/storage/item.h -include/postgresql/server/storage/itemid.h -include/postgresql/server/storage/itempos.h -include/postgresql/server/storage/itemptr.h -include/postgresql/server/storage/large_object.h -include/postgresql/server/storage/lmgr.h -include/postgresql/server/storage/lock.h -include/postgresql/server/storage/lwlock.h -include/postgresql/server/storage/off.h -include/postgresql/server/storage/pg_sema.h -include/postgresql/server/storage/pg_shmem.h -include/postgresql/server/storage/pmsignal.h -include/postgresql/server/storage/pos.h -include/postgresql/server/storage/proc.h -include/postgresql/server/storage/procarray.h -include/postgresql/server/storage/relfilenode.h -include/postgresql/server/storage/s_lock.h -include/postgresql/server/storage/shmem.h -include/postgresql/server/storage/sinval.h -include/postgresql/server/storage/sinvaladt.h -include/postgresql/server/storage/smgr.h -include/postgresql/server/storage/spin.h -include/postgresql/server/tcop/dest.h -include/postgresql/server/tcop/fastpath.h -include/postgresql/server/tcop/pquery.h -include/postgresql/server/tcop/tcopdebug.h -include/postgresql/server/tcop/tcopprot.h -include/postgresql/server/tcop/utility.h -include/postgresql/server/utils/acl.h -include/postgresql/server/utils/array.h -include/postgresql/server/utils/ascii.h -include/postgresql/server/utils/builtins.h -include/postgresql/server/utils/cash.h -include/postgresql/server/utils/catcache.h -include/postgresql/server/utils/date.h -include/postgresql/server/utils/datetime.h -include/postgresql/server/utils/datum.h -include/postgresql/server/utils/dynahash.h -include/postgresql/server/utils/dynamic_loader.h -include/postgresql/server/utils/elog.h -include/postgresql/server/utils/errcodes.h -include/postgresql/server/utils/flatfiles.h -include/postgresql/server/utils/fmgroids.h -include/postgresql/server/utils/fmgrtab.h -include/postgresql/server/utils/formatting.h -include/postgresql/server/utils/geo_decls.h -include/postgresql/server/utils/guc.h -include/postgresql/server/utils/guc_tables.h -include/postgresql/server/utils/help_config.h -include/postgresql/server/utils/hsearch.h -include/postgresql/server/utils/inet.h -include/postgresql/server/utils/int8.h -include/postgresql/server/utils/inval.h -include/postgresql/server/utils/logtape.h -include/postgresql/server/utils/lsyscache.h -include/postgresql/server/utils/memutils.h -include/postgresql/server/utils/nabstime.h -include/postgresql/server/utils/numeric.h -include/postgresql/server/utils/palloc.h -include/postgresql/server/utils/pg_crc.h -include/postgresql/server/utils/pg_locale.h -include/postgresql/server/utils/pg_lzcompress.h -include/postgresql/server/utils/pg_rusage.h -include/postgresql/server/utils/portal.h -include/postgresql/server/utils/ps_status.h -include/postgresql/server/utils/rel.h -include/postgresql/server/utils/relcache.h -include/postgresql/server/utils/resowner.h -include/postgresql/server/utils/selfuncs.h -include/postgresql/server/utils/syscache.h -include/postgresql/server/utils/timestamp.h -include/postgresql/server/utils/tqual.h -include/postgresql/server/utils/tuplesort.h -include/postgresql/server/utils/tuplestore.h -include/postgresql/server/utils/typcache.h -include/postgresql/server/utils/tzparser.h -include/postgresql/server/utils/varbit.h -@dirrm include/postgresql/server/utils -@dirrm include/postgresql/server/tcop -@dirrm include/postgresql/server/storage -@dirrm include/postgresql/server/rewrite -@dirrm include/postgresql/server/regex -@dirrm include/postgresql/server/port/win32/sys -@dirrm include/postgresql/server/port/win32/netinet -@dirrm include/postgresql/server/port/win32/arpa -@dirrm include/postgresql/server/port/win32 -@dirrm include/postgresql/server/port -@dirrm include/postgresql/server/parser -@dirrm include/postgresql/server/optimizer -@dirrm include/postgresql/server/nodes -@dirrm include/postgresql/server/mb -@dirrm include/postgresql/server/libpq -@dirrm include/postgresql/server/lib -@dirrm include/postgresql/server/executor -@dirrm include/postgresql/server/commands -@dirrm include/postgresql/server/catalog -@dirrm include/postgresql/server/bootstrap -@dirrm include/postgresql/server/access -@dirrm include/postgresql/server -include/libpq/libpq-fs.h -@dirrm include/libpq -include/postgresql/internal/libpq/pqcomm.h -@dirrm include/postgresql/internal/libpq -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqlda.h -include/postgresql/informix/esql/sqltypes.h -@dirrm include/postgresql/informix/esql -@dirrm include/postgresql/informix -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/port.h -include/postgresql/internal/pqexpbuffer.h -@dirrm include/postgresql/internal -@dirrm include/postgresql -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-fe.h -include/pg_config.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/sql3types.h -include/sqlca.h -lib/libecpg.a -lib/libecpg.so -lib/libecpg.so.5 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.2 -lib/libpq.a -lib/libpq.so -lib/libpq.so.5 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.2 -lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/config/mkinstalldirs -lib/postgresql/pgxs/src/makefiles/pgxs.mk -lib/postgresql/pgxs/src/Makefile.global -lib/postgresql/pgxs/src/Makefile.port -lib/postgresql/pgxs/src/Makefile.shlib -lib/postgresql/pgxs/src/nls-global.mk -@dirrm lib/postgresql/pgxs/src/makefiles -@dirrm lib/postgresql/pgxs/config -@dirrm lib/postgresql/pgxs/src -@dirrm lib/postgresql/pgxs -@dirrm lib/postgresql -%%DOCSDIR%%/README-client -@dirrmtry %%DOCSDIR%% -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@dirrmtry share/postgresql -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@dirrmtry share/locale/cs/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/cs -%%GETTEXT%%@dirrmtry share/locale/ko/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ko -%%GETTEXT%%@dirrmtry share/locale/pl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/pl -%%GETTEXT%%@dirrmtry share/locale/ro/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ro -%%GETTEXT%%@dirrmtry share/locale/sk/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sk -%%GETTEXT%%@dirrmtry share/locale/sl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sl -%%GETTEXT%%@dirrmtry share/locale/zh_CN/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_CN -%%GETTEXT%%@dirrmtry share/locale/zh_TW/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_TW diff --git a/databases/postgresql92-server/pkg-plist-contrib b/databases/postgresql92-server/pkg-plist-contrib deleted file mode 100644 index 6aac8614c6bd..000000000000 --- a/databases/postgresql92-server/pkg-plist-contrib +++ /dev/null @@ -1,129 +0,0 @@ -bin/oid2name -bin/pgbench -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/adminpack.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/earthdistance.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/hstore.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/moddatetime.so -lib/postgresql/pg_buffercache.so -lib/postgresql/pg_freespacemap.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgrowlocks.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/seg.so -lib/postgresql/sslinfo.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch2.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.adminpack -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.hstore -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.isn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_buffercache -%%DOCSDIR%%/contrib/README.pg_freespacemap -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgrowlocks -%%DOCSDIR%%/contrib/README.pgrowlocks.euc_jp -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.sslinfo -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.vacuumlo -%%DOCSDIR%%/contrib/autoinc.example -%%DOCSDIR%%/contrib/insert_username.example -%%DOCSDIR%%/contrib/moddatetime.example -%%DOCSDIR%%/contrib/refint.example -%%DOCSDIR%%/contrib/timetravel.example -share/postgresql/contrib/_int.sql -share/postgresql/contrib/adminpack.sql -share/postgresql/contrib/autoinc.sql -share/postgresql/contrib/btree_gist.sql -share/postgresql/contrib/chkpass.sql -share/postgresql/contrib/cube.sql -share/postgresql/contrib/dblink.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/hstore.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/pg_buffercache.sql -share/postgresql/contrib/pg_freespacemap.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgrowlocks.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/russian.stop.utf8 -share/postgresql/contrib/seg.sql -share/postgresql/contrib/sslinfo.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/thesaurus -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/uninstall__int.sql -share/postgresql/contrib/uninstall_adminpack.sql -share/postgresql/contrib/uninstall_btree_gist.sql -share/postgresql/contrib/uninstall_chkpass.sql -share/postgresql/contrib/uninstall_cube.sql -share/postgresql/contrib/uninstall_dblink.sql -share/postgresql/contrib/uninstall_earthdistance.sql -share/postgresql/contrib/uninstall_fuzzystrmatch.sql -share/postgresql/contrib/uninstall_hstore.sql -share/postgresql/contrib/uninstall_int_aggregate.sql -share/postgresql/contrib/uninstall_isn.sql -share/postgresql/contrib/uninstall_lo.sql -share/postgresql/contrib/uninstall_ltree.sql -share/postgresql/contrib/uninstall_pg_buffercache.sql -share/postgresql/contrib/uninstall_pg_freespacemap.sql -share/postgresql/contrib/uninstall_pg_trgm.sql -share/postgresql/contrib/uninstall_pgcrypto.sql -share/postgresql/contrib/uninstall_pgrowlocks.sql -share/postgresql/contrib/uninstall_pgstattuple.sql -share/postgresql/contrib/uninstall_seg.sql -share/postgresql/contrib/uninstall_sslinfo.sql -share/postgresql/contrib/uninstall_tablefunc.sql -share/postgresql/contrib/uninstall_tsearch2.sql -@dirrmtry share/postgresql/contrib >&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 696e19d28e70..000000000000 --- a/databases/postgresql92-server/pkg-plist-server +++ /dev/null @@ -1,749 +0,0 @@ -bin/initdb -bin/ipcclean -bin/pg_controldata -bin/pg_ctl -bin/pg_resetxlog -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -lib/libpgport.a -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@dirrmtry %%DOCSDIR%% -share/postgresql/conversion_create.sql -share/postgresql/information_schema.sql -share/postgresql/pg_hba.conf.sample -share/postgresql/pg_ident.conf.sample -share/postgresql/postgres.bki -share/postgresql/postgres.description -share/postgresql/postgresql.conf.sample -share/postgresql/recovery.conf.sample -share/postgresql/sql_features.txt -share/postgresql/system_views.sql -%%GETTEXT%%share/locale/af/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@dirrmtry share/locale/cs/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/cs -%%GETTEXT%%@dirrmtry share/locale/ko/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ko -%%GETTEXT%%@dirrmtry share/locale/sk/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sk -%%GETTEXT%%@dirrmtry share/locale/ro/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/ro -%%GETTEXT%%@dirrmtry share/locale/sl/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/sl -%%GETTEXT%%@dirrmtry share/locale/zh_CN/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_CN -%%GETTEXT%%@dirrmtry share/locale/zh_TW/LC_MESSAGES -%%GETTEXT%%@dirrmtry share/locale/zh_TW -share/postgresql/postgres.shdescription -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Atikokan -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Blanc-Sablon -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Coral_Harbour -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Petersburg -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Vincennes -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/Moncton -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/North_Dakota/New_Salem -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/Currie -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -share/postgresql/timezone/CET -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/Canada/Atlantic -share/postgresql/timezone/Canada/Central -share/postgresql/timezone/Canada/East-Saskatchewan -share/postgresql/timezone/Canada/Eastern -share/postgresql/timezone/Canada/Mountain -share/postgresql/timezone/Canada/Newfoundland -share/postgresql/timezone/Canada/Pacific -share/postgresql/timezone/Canada/Saskatchewan -share/postgresql/timezone/Canada/Yukon -share/postgresql/timezone/Chile/Continental -share/postgresql/timezone/Chile/EasterIsland -share/postgresql/timezone/Cuba -share/postgresql/timezone/EET -share/postgresql/timezone/EST -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT+1 -share/postgresql/timezone/Etc/GMT+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/GMT+2 -share/postgresql/timezone/Etc/GMT+3 -share/postgresql/timezone/Etc/GMT+4 -share/postgresql/timezone/Etc/GMT+5 -share/postgresql/timezone/Etc/GMT+6 -share/postgresql/timezone/Etc/GMT+7 -share/postgresql/timezone/Etc/GMT+8 -share/postgresql/timezone/Etc/GMT+9 -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Guernsey -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Isle_of_Man -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Jersey -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Podgorica -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Volgograd -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Factory -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/HST -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Iran -share/postgresql/timezone/Israel -share/postgresql/timezone/Jamaica -share/postgresql/timezone/Japan -share/postgresql/timezone/Kwajalein -share/postgresql/timezone/Libya -share/postgresql/timezone/MET -share/postgresql/timezone/MST -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Navajo -share/postgresql/timezone/PRC -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/US/Alaska -share/postgresql/timezone/US/Aleutian -share/postgresql/timezone/US/Arizona -share/postgresql/timezone/US/Central -share/postgresql/timezone/US/East-Indiana -share/postgresql/timezone/US/Eastern -share/postgresql/timezone/US/Hawaii -share/postgresql/timezone/US/Indiana-Starke -share/postgresql/timezone/US/Michigan -share/postgresql/timezone/US/Mountain -share/postgresql/timezone/US/Pacific -share/postgresql/timezone/US/Pacific-New -share/postgresql/timezone/US/Samoa -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/WET -share/postgresql/timezone/Zulu -share/postgresql/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 -@dirrm share/postgresql/timezone/Africa -@dirrm share/postgresql/timezone/America/Argentina -@dirrm share/postgresql/timezone/America/Indiana -@dirrm share/postgresql/timezone/America/Kentucky -@dirrm share/postgresql/timezone/America/North_Dakota -@dirrm share/postgresql/timezone/America -@dirrm share/postgresql/timezone/Antarctica -@dirrm share/postgresql/timezone/Arctic -@dirrm share/postgresql/timezone/Asia -@dirrm share/postgresql/timezone/Atlantic -@dirrm share/postgresql/timezone/Australia -@dirrm share/postgresql/timezone/Brazil -@dirrm share/postgresql/timezone/Canada -@dirrm share/postgresql/timezone/Chile -@dirrm share/postgresql/timezone/Etc -@dirrm share/postgresql/timezone/Europe -@dirrm share/postgresql/timezone/Indian -@dirrm share/postgresql/timezone/Mexico -@dirrm share/postgresql/timezone/Mideast -@dirrm share/postgresql/timezone/Pacific -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@dirrm share/postgresql/timezonesets -@unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi -@unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi -@unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist -@unexec [ -f ~pgsql/dot.cshrc.dist ] && rm ~pgsql/dot.cshrc.dist -share/postgresql/dot.profile.dist -share/postgresql/dot.cshrc.dist -@exec [ -f %D/share/postgresql/dot.profile.dist ] && cp %D/share/postgresql/dot.profile.dist ~pgsql/. -@exec [ -f %D/share/postgresql/dot.cshrc.dist ] && cp %D/share/postgresql/dot.cshrc.dist ~pgsql/. -@exec [ -f ~pgsql/.profile ] || (cp %D/share/postgresql/dot.profile.dist ~pgsql/.profile && chown pgsql:pgsql ~pgsql/.profile) -@exec [ -f ~pgsql/.cshrc ] || (cp %D/share/postgresql/dot.cshrc.dist ~pgsql/.cshrc && chown pgsql:pgsql ~pgsql/.cshrc) -@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-rrdpipe/Makefile b/databases/py-rrdpipe/Makefile deleted file mode 100644 index cb7c0138a928..000000000000 --- a/databases/py-rrdpipe/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: py-rrdpipe -# Date created: May 31, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= rrdpipe -PORTVERSION= 0.1 -CATEGORIES= net python -MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ - http://mirror2.unixfreunde.de/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyRRDpipe-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Portable Python module to access RRDTool files via pipes - -LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool - -USE_PYTHON= yes -NO_BUILD= yes -PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/RRDpipe.py - -do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/RRDpipe.py ${PYTHON_SITELIBDIR} - -.include <bsd.port.mk> diff --git a/databases/py-rrdpipe/distinfo b/databases/py-rrdpipe/distinfo deleted file mode 100644 index ac06ec8b001a..000000000000 --- a/databases/py-rrdpipe/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PyRRDpipe-0.1.tar.gz) = 4ad257c8bfdab3ba62e4a957e3d3124d -SHA256 (PyRRDpipe-0.1.tar.gz) = 8a1f8035dd71ef8ba16de75d46205e760cac62a94fb99346faf2d33a320127cf -SIZE (PyRRDpipe-0.1.tar.gz) = 2592 diff --git a/databases/py-rrdpipe/pkg-descr b/databases/py-rrdpipe/pkg-descr deleted file mode 100644 index d38a1092076b..000000000000 --- a/databases/py-rrdpipe/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Portable Python module to access RRDTool files via pipes diff --git a/databases/py-rrdtool_lgpl/Makefile b/databases/py-rrdtool_lgpl/Makefile deleted file mode 100644 index 83a6f5479581..000000000000 --- a/databases/py-rrdtool_lgpl/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Ports collection makefile for: py-rrdtool_lgpl -# Date created: 8 January 2003 -# Whom: Hye-Shik Chang -# -# $FreeBSD$ - -PORTNAME= rrdtool_lgpl -PORTVERSION= 0.2.1 -PORTREVISION= 1 -CATEGORIES= net python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= py-rrdtool -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py-rrdtool-${PORTVERSION} - -MAINTAINER= perky@FreeBSD.org -COMMENT= Python interface to RRDTool, the graphing and logging utility - -LIB_DEPENDS= rrd:${PORTSDIR}/net/rrdtool - -USE_PYTHON= yes -USE_PYDISTUTILS=yes - -LIBDIR?= ${LOCALBASE}/lib # directory where librrd.so lives - -.include <bsd.port.mk> diff --git a/databases/py-rrdtool_lgpl/distinfo b/databases/py-rrdtool_lgpl/distinfo deleted file mode 100644 index 691bb31b76fc..000000000000 --- a/databases/py-rrdtool_lgpl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (py-rrdtool-0.2.1.tar.gz) = 32aa26ac40274419c4bbd68bed77407d -SHA256 (py-rrdtool-0.2.1.tar.gz) = 3a72b6483c4da110e0a3563f0b0f233d891b78a0fa226d6981e9cc7dd5a53f05 -SIZE (py-rrdtool-0.2.1.tar.gz) = 18809 diff --git a/databases/py-rrdtool_lgpl/files/patch-src::_rrdtoolmodule.c b/databases/py-rrdtool_lgpl/files/patch-src::_rrdtoolmodule.c deleted file mode 100644 index 358957220aaf..000000000000 --- a/databases/py-rrdtool_lgpl/files/patch-src::_rrdtoolmodule.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/_rrdtoolmodule.c.orig Tue May 10 15:02:49 2005 -+++ src/_rrdtoolmodule.c Tue May 10 15:06:59 2005 -@@ -232,11 +232,13 @@ - PyObject *r; - char **argv, **calcpr; - int argc, xsize, ysize, i; -+ double ymin, ymax; - - if (create_args("graph", args, &argc, &argv) < 0) - return NULL; - -- if (rrd_graph(argc, argv, &calcpr, &xsize, &ysize) == -1) { -+ if (rrd_graph(argc, argv, &calcpr, &xsize, &ysize, NULL, -+ &ymin, &ymax) == -1) { - PyErr_SetString(ErrorObject, rrd_get_error()); - rrd_clear_error(); - r = NULL; diff --git a/databases/py-rrdtool_lgpl/pkg-descr b/databases/py-rrdtool_lgpl/pkg-descr deleted file mode 100644 index 9256ac3fb534..000000000000 --- a/databases/py-rrdtool_lgpl/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The python-rrdtool provides a interface to rrdtool, the -wonderful graphing and logging utility. This wrapper -implementation has worked from the scratch (without SWIG), -and it's under LGPL. - -WWW: http://sourceforge.net/projects/py-rrdtool/ diff --git a/databases/py-rrdtool_lgpl/pkg-plist b/databases/py-rrdtool_lgpl/pkg-plist deleted file mode 100644 index 0df51430e879..000000000000 --- a/databases/py-rrdtool_lgpl/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -%%PYTHON_SITELIBDIR%%/rrdtool/__init__.py -%%PYTHON_SITELIBDIR%%/rrdtool/__init__.pyc -%%PYTHON_SITELIBDIR%%/rrdtool/__init__.pyo -%%PYTHON_SITELIBDIR%%/rrdtool/_rrdtool.so -@dirrm %%PYTHON_SITELIBDIR%%/rrdtool diff --git a/databases/py-sqlalchemy06/Makefile b/databases/py-sqlalchemy06/Makefile deleted file mode 100644 index 5cfd1082e66c..000000000000 --- a/databases/py-sqlalchemy06/Makefile +++ /dev/null @@ -1,86 +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.3.3 -CATEGORIES= databases python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://cheeseshop.python.org/packages/source/S/SQLAlchemy/ \ - http://dryice.name/computer/FreeBSD/distfiles/ -MASTER_SITE_SUBDIR= sqlalchemy -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= SQLAlchemy-${PORTVERSION} - -MAINTAINER= dryice@dryice.name -COMMENT= A Python SQL toolkit and Object Relational Mapper - -USE_PYTHON= 2.3+ -PLIST_SUB+= PORTVERSION=${PORTVERSION} \ - PYTHONVERSION=${_PYTHON_VERSION} \ - EXAMPLEDIR=share/examples/${PORTNAME} -USE_PYDISTUTILS= yes - -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools - -# 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 - -.if !defined(NOPORTDOCS) -PORTDOCS= adv_datamapping.html alphaapi.html \ - alphaimplementation.html datamapping.html \ - dbengine.html docs.css docstrings.html \ - documentation.html index.html metadata.html \ - plugins.html pooling.html scripts.js \ - sqlconstruction.html style.css syntaxhighlight.css \ - tutorial.html types.html unitofwork.html -.endif - -PORTEXAMPLES= adjacencytree association backref collections graphs \ - pickle polymorph vertical - -.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_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb -.endif - -.if !defined(WITHOUT_POSTGRE) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psycopg2/__init__.py:${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 ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR} -.endfor -.endif - - ${MKDIR} ${EXAMPLESDIR} -.for i in ${PORTEXAMPLES} - ${CP} -r ${WRKSRC}/examples/${i} ${EXAMPLESDIR} -.endfor - -.include <bsd.port.post.mk> diff --git a/databases/py-sqlalchemy06/distinfo b/databases/py-sqlalchemy06/distinfo deleted file mode 100644 index a1f983cced95..000000000000 --- a/databases/py-sqlalchemy06/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (SQLAlchemy-0.3.3.tar.gz) = 1336d87f659944f131f7f2c340e81e02 -SHA256 (SQLAlchemy-0.3.3.tar.gz) = fd425065ba70ce199508c3bde9cf7198dd84dd72980ca36a05a24bcbdd095c15 -SIZE (SQLAlchemy-0.3.3.tar.gz) = 737019 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 e4dddb6f29dc..000000000000 --- a/databases/py-sqlalchemy06/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -%%PYTHON_SITELIBDIR%%/SQLAlchemy-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg -%%EXAMPLEDIR%%/adjacencytree/basic_tree.py -%%EXAMPLEDIR%%/adjacencytree/byroot_tree.py -%%EXAMPLEDIR%%/association/basic_association.py -%%EXAMPLEDIR%%/association/proxied_association.py -%%EXAMPLEDIR%%/backref/backref_tree.py -%%EXAMPLEDIR%%/collections/large_collection.py -%%EXAMPLEDIR%%/graphs/graph1.py -%%EXAMPLEDIR%%/pickle/custom_pickler.py -%%EXAMPLEDIR%%/polymorph/concrete.py -%%EXAMPLEDIR%%/polymorph/polymorph.py -%%EXAMPLEDIR%%/polymorph/single.py -%%EXAMPLEDIR%%/vertical/vertical.py -@dirrm %%EXAMPLEDIR%%/adjacencytree -@dirrm %%EXAMPLEDIR%%/association -@dirrm %%EXAMPLEDIR%%/backref -@dirrm %%EXAMPLEDIR%%/collections -@dirrm %%EXAMPLEDIR%%/graphs -@dirrm %%EXAMPLEDIR%%/pickle -@dirrm %%EXAMPLEDIR%%/polymorph -@dirrm %%EXAMPLEDIR%%/vertical -@dirrm %%EXAMPLEDIR%% diff --git a/databases/py25-bsddb/Makefile b/databases/py25-bsddb/Makefile deleted file mode 100644 index 915e241a4492..000000000000 --- a/databases/py25-bsddb/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: py-bsddb -# Date created: 31 July 2003 -# Whom: Hye-Shik Chang <perky@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= bsddb -PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 2 -CATEGORIES= databases python -MASTER_SITES= ${PYTHON_MASTER_SITES} -MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= ${PYTHON_DISTFILE} - -MAINTAINER= perky@FreeBSD.org -COMMENT= Python bindings to the Berkeley DB library - -USE_BDB= yes -USE_PYTHON= 2.3+ -USE_PYDISTUTILS=yes -DIST_SUBDIR= python -WRKSRC= ${PYTHON_WRKSRC}/Modules -MD5_FILE= ${PORTSDIR}/lang/python/distinfo -MAKE_ENV= BSDDB_VERSION=${BDB_LIB_NAME} -PLIST_FILES= %%PYTHON_SITELIBDIR%%/_bsddb.so - -post-extract: - @${CP} ${FILESDIR}/setup.py ${WRKSRC} - -post-patch: - ${REINPLACE_CMD} -e \ - 's,^\(#include.*\)\(db\.h.*\)$$,\1${BDB_INCLUDE_DIR}/\2,' \ - ${WRKSRC}/_bsddb.c - -.include <bsd.port.mk> diff --git a/databases/py25-bsddb/files/setup.py b/databases/py25-bsddb/files/setup.py deleted file mode 100644 index 92416409922f..000000000000 --- a/databases/py25-bsddb/files/setup.py +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env python -# To use: -# python setup.py install -# - -__version__ = "$FreeBSD: /tmp/pcvs/ports/databases/py25-bsddb/files/Attic/setup.py,v 1.1 2003-07-31 20:03:51 perky Exp $" - -import os -try: - import distutils - from distutils import sysconfig - from distutils.command.install import install - from distutils.core import setup, Extension -except: - raise SystemExit, "Distutils problem" - -prefix = sysconfig.PREFIX -inc_dirs = [prefix + "/include"] -lib_dirs = [prefix + "/lib"] -libs = [os.environ['BSDDB_VERSION']] - -setup(name = "_bsddb", - description = "BSDDB Extension to Python", - - ext_modules = [Extension('_bsddb', ['_bsddb.c'], - include_dirs = inc_dirs, - libraries = libs, - library_dirs = lib_dirs)] - ) diff --git a/databases/py25-bsddb/pkg-descr b/databases/py25-bsddb/pkg-descr deleted file mode 100644 index eca654c2b7ae..000000000000 --- a/databases/py25-bsddb/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Python bindings to the Berkeley DB library. diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile deleted file mode 100644 index f841e59321dc..000000000000 --- a/databases/rrdtool/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: rrdtool -# Date created: 20 July 1999 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# -# $FreeBSD$ -# - -PORTNAME= rrdtool -PORTVERSION= 1.2.15 -CATEGORIES= net -MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ - -MAINTAINER= demon@FreeBSD.org -COMMENT= Round Robin Database Tools - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ - png.5:${PORTSDIR}/graphics/png - -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --enable-perl-site-install --disable-python --disable-tcl -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libart-2.0 -I${LOCALBASE}/include/freetype2 -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS:= ${CFLAGS:N-ffast-math} -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -INSTALLS_SHLIB= yes - -MAN1= bin_dec_hex.1 cdeftutorial.1 rpntutorial.1 rrd-beginners.1 \ - rrdbuild.1 rrdcgi.1 rrdcreate.1 rrddump.1 rrdfetch.1 rrdfirst.1 \ - rrdgraph.1 rrdgraph_data.1 rrdgraph_examples.1 rrdgraph_graph.1 \ - rrdgraph_rpn.1 rrdinfo.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ - rrdthreads.1 rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 \ - rrdxport.1 -MAN3= RRDp.3 RRDs.3 -MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} - -post-extract: -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \ - ${WRKSRC}/doc/Makefile.in -.endif - -post-install: -.if !defined(BATCH) - @${ECHO_MSG} "" - @${ECHO_MSG} "############################################################################" - @${ECHO_MSG} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" - @${ECHO_MSG} "############################################################################" -.endif - -.include <bsd.port.mk> diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo deleted file mode 100644 index 68fcf53878b1..000000000000 --- a/databases/rrdtool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rrdtool-1.2.15.tar.gz) = bde8b12c202bc4e27fb9a9588a0aaddf -SHA256 (rrdtool-1.2.15.tar.gz) = b33d68da8a39bb0fc745c0202f3a58e73bfc6a9fd35d71fbd8979d40a5ef7397 -SIZE (rrdtool-1.2.15.tar.gz) = 1043064 diff --git a/databases/rrdtool/files/patch-bindings-Makefile.in b/databases/rrdtool/files/patch-bindings-Makefile.in deleted file mode 100644 index 29eb27835f0f..000000000000 --- a/databases/rrdtool/files/patch-bindings-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- bindings/Makefile.in.orig Fri Jun 17 13:07:13 2005 -+++ bindings/Makefile.in Fri Jun 17 15:44:27 2005 -@@ -525,8 +525,8 @@ - all-local: @COMP_PERL@ - - install-data-local: -- test -f perl-piped/Makefile && cd perl-piped && $(MAKE) install || true -- test -f perl-shared/Makefile && cd perl-shared && $(MAKE) install || true -+ test -f perl-piped/Makefile && cd perl-piped && $(MAKE) pure_install || true -+ test -f perl-shared/Makefile && cd perl-shared && $(MAKE) pure_install || true - - # rules for building the perl module - perl_piped: perl-piped/Makefile diff --git a/databases/rrdtool/files/patch-doc-Makefile.in b/databases/rrdtool/files/patch-doc-Makefile.in deleted file mode 100644 index a1f0acc6f7c1..000000000000 --- a/databases/rrdtool/files/patch-doc-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- doc/Makefile.in.orig Mon Jul 25 18:14:49 2005 -+++ doc/Makefile.in Wed Jul 27 13:11:47 2005 -@@ -235,9 +235,9 @@ - - # what should go into the distribution - EXTRA_DIST = $(POD) $(HTML) $(MAN) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd --idocdir = $(RRDDOCDIR)/txt -+idocdir = $(datadir)/doc/rrdtool/txt - idoc_DATA = $(POD) $(TXT) --ihtmldir = $(RRDDOCDIR)/html -+ihtmldir = $(datadir)/doc/rrdtool/html - ihtml_DATA = $(HTML) - imandir = $(mandir)/man1 - iman_DATA = $(MAN) diff --git a/databases/rrdtool/files/patch-examples-Makefile.in b/databases/rrdtool/files/patch-examples-Makefile.in deleted file mode 100644 index 60e62aa64792..000000000000 --- a/databases/rrdtool/files/patch-examples-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/Makefile.in.orig Mon Jul 25 18:14:50 2005 -+++ examples/Makefile.in Wed Jul 27 13:13:02 2005 -@@ -217,7 +217,7 @@ - EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in \ - stripes.pl.in bigtops.pl.in minmax.pl.in 4charts.pl.in - --examplesdir = $(pkgdatadir)/examples -+examplesdir = $(datadir)/examples/rrdtool - examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl \ - stripes.pl bigtops.pl minmax.pl 4charts.pl - diff --git a/databases/rrdtool/pkg-descr b/databases/rrdtool/pkg-descr deleted file mode 100644 index 2d47a2220ffc..000000000000 --- a/databases/rrdtool/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -It is pretty easy to gather status information from all sorts of things, -ranging from the temperature in your office to the number of octets which -have passed through the FDDI interface of your router. But it is not so -trivial to store this data in a efficient and systematic manner. This is -where RRDtool kicks in. It lets you log and analyze the data you gather from -all kinds of data-sources. The data analysis part of RRDtool is based -on the ability to quickly generate graphical representations of the data -values collected over a definable time period. - -WWW: http://www.rrdtool.org/ diff --git a/databases/rrdtool/pkg-plist b/databases/rrdtool/pkg-plist deleted file mode 100644 index 1b3396f599cf..000000000000 --- a/databases/rrdtool/pkg-plist +++ /dev/null @@ -1,113 +0,0 @@ -bin/rrdtool -bin/rrdcgi -bin/rrdupdate -lib/librrd.a -lib/librrd.la -lib/librrd.so -lib/librrd.so.2 -lib/librrd_th.a -lib/librrd_th.la -lib/librrd_th.so -lib/librrd_th.so.2 -include/rrd.h -%%EXAMPLESDIR%%/4charts.pl -%%EXAMPLESDIR%%/bigtops.pl -%%EXAMPLESDIR%%/cgi-demo.cgi -%%EXAMPLESDIR%%/minmax.pl -%%EXAMPLESDIR%%/piped-demo.pl -%%EXAMPLESDIR%%/shared-demo.pl -%%EXAMPLESDIR%%/stripes.pl -%%PORTDOCS%%%%DOCSDIR%%/html/RRDp.html -%%PORTDOCS%%%%DOCSDIR%%/html/RRDs.html -%%PORTDOCS%%%%DOCSDIR%%/html/bin_dec_hex.html -%%PORTDOCS%%%%DOCSDIR%%/html/cdeftutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/rpntutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrd-beginners.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdbuild.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdcgi.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdcreate.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrddump.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdfetch.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdfirst.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph_data.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph_examples.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph_graph.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph_rpn.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdinfo.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdlast.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdresize.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdrestore.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdthreads.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtool.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtune.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdxport.html -%%PORTDOCS%%%%DOCSDIR%%/txt/bin_dec_hex.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/bin_dec_hex.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/cdeftutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/cdeftutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rpntutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rpntutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrd-beginners.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrd-beginners.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdbuild.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdbuild.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdcgi.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdcgi.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdcreate.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdcreate.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrddump.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrddump.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdfetch.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdfetch.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdfirst.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdfirst.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_data.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_data.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_examples.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_examples.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_graph.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_graph.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_rpn.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdgraph_rpn.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdinfo.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdinfo.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdlast.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdlast.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdresize.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdresize.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdrestore.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdrestore.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdthreads.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdthreads.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtool.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtool.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtune.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtune.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdtutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdupdate.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdupdate.txt -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdxport.pod -%%PORTDOCS%%%%DOCSDIR%%/txt/rrdxport.txt -%%DATADIR%%/fonts/DejaVuSansMono-Roman.ttf -%%SITE_PERL%%/RRDp.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm -%%SITE_PERL%%/%%PERL_ARCH%%/ntmake.pl -%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/.packlist -@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/fonts -@dirrm %%DATADIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile deleted file mode 100644 index 9b659fce79de..000000000000 --- a/databases/rrdtool10/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: rrdtool -# Date created: 20 July 1999 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# -# $FreeBSD$ -# - -PORTNAME= rrdtool -PORTVERSION= 1.0.50 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/rrdtool-1.0.x/ - -MAINTAINER= lth@FreeBSD.org -COMMENT= Round Robin Database Tools - -USE_PERL5= yes -MAKE_ENV= PERL=${PERL} - -CONFLICTS= rrdtool-1.2* -LATEST_LINK= rrdtool10 - -USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-shared --enable-local-zlib \ - --program-transform-name='' -CONFIGURE_ENV= PERL=${PERL} PERL_MAKE_OPTIONS="PREFIX=${PREFIX}" -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS:= ${CFLAGS:N-ffast-math} - -MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ - rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ - rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \ - cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 rrd-beginners.1 \ - rrdfirst.1 -MAN3= RRDp.3 RRDs.3 -MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION} - -OPTIONS= "ISO-8859-2 fonts support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_LATIN2) -CONFIGURE_ARGS+=--enable-latin2 -.endif - -.if ${ARCH} == "amd64" -CONFIGURE_ARGS+=--with-pic -.endif - -.if ${ARCH} == "ia64" -BROKEN= "Does not build on ia64" -.endif - -post-extract: -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \ - ${WRKSRC}/doc/Makefile.in -.endif - -post-install: -.if !defined(BATCH) - @${ECHO_MSG} "" - @${ECHO_MSG} "############################################################################" - @${ECHO_MSG} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" - @${ECHO_MSG} "############################################################################" -.endif - -.include <bsd.port.post.mk> diff --git a/databases/rrdtool10/distinfo b/databases/rrdtool10/distinfo deleted file mode 100644 index 25f26fc6effd..000000000000 --- a/databases/rrdtool10/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rrdtool-1.0.50.tar.gz) = c466e2e7df95fa8e318e46437da87686 -SHA256 (rrdtool-1.0.50.tar.gz) = 42aa7c213dedbd95d33ca84d92f4187880f7e96062c6a3fb05bfb16f77ba2a91 -SIZE (rrdtool-1.0.50.tar.gz) = 1474200 diff --git a/databases/rrdtool10/files/patch-aa b/databases/rrdtool10/files/patch-aa deleted file mode 100644 index 8436cf0346fb..000000000000 --- a/databases/rrdtool10/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- perl-shared/Makefile.PL.in.orig Thu Apr 8 01:04:53 2004 -+++ perl-shared/Makefile.PL.in Sun Aug 8 18:11:16 2004 -@@ -10,7 +10,7 @@ - 'NAME' => 'RRDs', - 'VERSION_FROM' => '@top_srcdir@/perl-shared/RRDs.pm', # finds $VERSION - 'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}", -- 'INC' => '-I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3', -+ 'INC' => '-I../ -I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3', - 'CCFLAGS' => "$Config{ccflags} -DHAVE_CONFIG_H", - # where to look for the necessary libraries - # Perl will figure out which one is valid diff --git a/databases/rrdtool10/files/patch-ac b/databases/rrdtool10/files/patch-ac deleted file mode 100644 index 5d34a7b5d9e1..000000000000 --- a/databases/rrdtool10/files/patch-ac +++ /dev/null @@ -1,36 +0,0 @@ ---- Makefile.in.orig Sun Aug 8 12:40:15 2004 -+++ Makefile.in Wed Mar 16 21:26:50 2005 -@@ -633,21 +633,7 @@ - # lets schedule the perl stuff for installation - # the special call to install-sh is because the -d switch is not portable - # mac os X has its perl module in bundles so it seems --install-data-local: -- @if test "x$(PERL)" != "xno"; then \ -- echo "$(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs"; \ -- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs; \ -- echo "$(INSTALL) -m 644 $(top_srcdir)/perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl"; \ -- $(INSTALL) -m 644 $(top_srcdir)/perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl; \ -- echo "$(INSTALL) -m 644 $(top_srcdir)/perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl"; \ -- $(INSTALL) -m 644 $(top_srcdir)/perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl; \ -- echo "$(INSTALL) -m 644 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs"; \ -- $(INSTALL) -m 644 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs; \ -- echo "test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true"; \ -- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true; \ -- echo "test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs|| true"; \ -- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs|| true; \ -- fi -+install-data-local: site-perl-inst - - # rules for building the perl module - -@@ -727,8 +713,8 @@ - site-perl-inst: site-perl-install - - site-perl-install: all perl-piped/Makefile perl-shared/Makefile -- cd perl-piped && $(MAKE) install -- cd perl-shared && $(MAKE) install -+ cd perl-piped && $(MAKE) pure_install -+ cd perl-shared && $(MAKE) pure_install - - site-tcl-install: all - cd tcl && $(MAKE) tcl-install diff --git a/databases/rrdtool10/files/patch-ae b/databases/rrdtool10/files/patch-ae deleted file mode 100644 index b1465ab16354..000000000000 --- a/databases/rrdtool10/files/patch-ae +++ /dev/null @@ -1,14 +0,0 @@ ---- doc/Makefile.in.orig Sun Apr 14 11:51:02 2002 -+++ doc/Makefile.in Wed May 1 16:05:42 2002 -@@ -110,9 +110,9 @@ - EXTRA_DIST = $(POD) $(HTML) $(TXT) - - # some install rules --idocdir = $(prefix)/doc -+idocdir = $(prefix)/share/doc/rrdtool/ - idoc_DATA = $(POD) $(TXT) --ihtmldir = $(prefix)/html -+ihtmldir = $(prefix)/share/doc/rrdtool/html - ihtml_DATA = $(HTML) - imandir = $(prefix)/man/man1 - iman_DATA = $(MAN) diff --git a/databases/rrdtool10/files/patch-af b/databases/rrdtool10/files/patch-af deleted file mode 100644 index 6fe55fd6132f..000000000000 --- a/databases/rrdtool10/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/Makefile.in.orig Sat Jul 23 13:27:58 2005 -+++ examples/Makefile.in Sat Jul 23 13:29:30 2005 -@@ -188,7 +188,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in stripes.pl.in bigtops.pl.in minmax.pl.in --examplesdir = $(prefix)/examples -+examplesdir = $(prefix)/share/examples/rrdtool - examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl stripes.pl bigtops.pl minmax.pl - all: all-am - diff --git a/databases/rrdtool10/files/patch-ag b/databases/rrdtool10/files/patch-ag deleted file mode 100644 index 205d5ac7228c..000000000000 --- a/databases/rrdtool10/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/Makefile.in.orig Sun Apr 14 11:51:05 2002 -+++ contrib/Makefile.in Wed May 1 16:08:10 2002 -@@ -88,7 +88,7 @@ - ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ - - SUBDIRS = trytime --contribdir = $(prefix)/contrib -+contribdir = $(prefix)/share/examples/rrdtool - contrib_DATA = README - EXTRA_DIST = rrdview log2rrd rrd-file-icon rrdproc rrdlastds add_ds killspike rrdfetchnames snmpstats rrdexplorer php3 php4 - mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs diff --git a/databases/rrdtool10/files/patch-ak b/databases/rrdtool10/files/patch-ak deleted file mode 100644 index 982c95f4fd38..000000000000 --- a/databases/rrdtool10/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/trytime/Makefile.in.orig Mon Apr 5 02:03:53 2004 -+++ contrib/trytime/Makefile.in Tue Apr 6 11:17:12 2004 -@@ -162,7 +162,7 @@ - target_vendor = @target_vendor@ - AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/gd1.3 - EXTRA_DIST = trytime.c --contribdir = $(prefix)/contrib/trytime -+contribdir = $(prefix)/share/examples/rrdtool/trytime - contrib_DATA = README trytime.c - bin_PROGRAMS = trytime - trytime_SOURCES = trytime.c diff --git a/databases/rrdtool10/pkg-descr b/databases/rrdtool10/pkg-descr deleted file mode 100644 index 2d47a2220ffc..000000000000 --- a/databases/rrdtool10/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -It is pretty easy to gather status information from all sorts of things, -ranging from the temperature in your office to the number of octets which -have passed through the FDDI interface of your router. But it is not so -trivial to store this data in a efficient and systematic manner. This is -where RRDtool kicks in. It lets you log and analyze the data you gather from -all kinds of data-sources. The data analysis part of RRDtool is based -on the ability to quickly generate graphical representations of the data -values collected over a definable time period. - -WWW: http://www.rrdtool.org/ diff --git a/databases/rrdtool10/pkg-plist b/databases/rrdtool10/pkg-plist deleted file mode 100644 index 65883b7d1358..000000000000 --- a/databases/rrdtool10/pkg-plist +++ /dev/null @@ -1,95 +0,0 @@ -bin/rrdtool -bin/rrdcgi -bin/trytime -bin/rrdupdate -lib/librrd.a -lib/librrd.la -lib/librrd.so.0 -lib/librrd.so -include/rrd.h -%%EXAMPLESDIR%%/cgi-demo.cgi -%%EXAMPLESDIR%%/piped-demo.pl -%%EXAMPLESDIR%%/shared-demo.pl -%%EXAMPLESDIR%%/stripes.pl -%%EXAMPLESDIR%%/bigtops.pl -%%EXAMPLESDIR%%/minmax.pl -%%EXAMPLESDIR%%/trytime/trytime.c -%%EXAMPLESDIR%%/trytime/README -%%EXAMPLESDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/rrdtool.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdlast.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.pod -%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.pod -%%PORTDOCS%%%%DOCSDIR%%/bin_dec_hex.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.pod -%%PORTDOCS%%%%DOCSDIR%%/rrddump.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdtune.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdresize.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.es.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdxport.pod -%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdtool.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdlast.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.txt -%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.txt -%%PORTDOCS%%%%DOCSDIR%%/bin_dec_hex.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.txt -%%PORTDOCS%%%%DOCSDIR%%/rrddump.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdtune.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdresize.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.es.txt -%%PORTDOCS%%%%DOCSDIR%%/RRDs.txt -%%PORTDOCS%%%%DOCSDIR%%/RRDp.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdxport.txt -%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdfirst.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdfirst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtool.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdinfo.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdlast.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdcreate.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/cdeftutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/rpntutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph.html -%%PORTDOCS%%%%DOCSDIR%%/html/bin_dec_hex.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdfetch.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdrestore.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrddump.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtune.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdresize.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdcgi.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtutorial.es.html -%%PORTDOCS%%%%DOCSDIR%%/html/RRDs.html -%%PORTDOCS%%%%DOCSDIR%%/html/RRDp.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdxport.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrd-beginners.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdfirst.html -%%SITE_PERL%%/RRDp.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm -%%SITE_PERL%%/%%PERL_ARCH%%/ntmake.pl -%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/.packlist -@dirrm %%EXAMPLESDIR%%/trytime -@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile deleted file mode 100644 index 4abade5f551c..000000000000 --- a/databases/rubygem-postgres/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: ruby-postgres -# Date created: 19 April 1999 -# Whom: Yasuhiro Fukuma <yasuf@big.or.jp> -# -# $FreeBSD$ -# - -PORTNAME= postgres -PORTVERSION= 0.7.1 -PORTREVISION= 2 -CATEGORIES= databases ruby -MASTER_SITES= http://ruby.scripting.ca/postgres/archive/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ruby interface to PostgreSQL library - -USE_PGSQL= yes -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include" -INSTALL_TARGET= site-install - -DOCS_EN= ChangeLog README doc/postgres.html -DOCS_JA= README.ja doc/postgres.jp.html - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR}/ja -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/rubygem-postgres/distinfo b/databases/rubygem-postgres/distinfo deleted file mode 100644 index af78e2a2bad6..000000000000 --- a/databases/rubygem-postgres/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/ruby-postgres-0.7.1.tar.gz) = 8ef67b3f4b089248f0420baeb0e3b3c8 -SHA256 (ruby/ruby-postgres-0.7.1.tar.gz) = 78b875f6632dd89ecaab22c264e4c99f7742c8ca6100b380b01e2f65221b80d1 -SIZE (ruby/ruby-postgres-0.7.1.tar.gz) = 29256 diff --git a/databases/rubygem-postgres/pkg-descr b/databases/rubygem-postgres/pkg-descr deleted file mode 100644 index 074748923a80..000000000000 --- a/databases/rubygem-postgres/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is an extention module to access PostgreSQL database from Ruby. -This library works with PostgreSQL 6.4/6.5 and 7.0/7.1. - -Authors: Yukihiro Matsumoto <matz@ruby-lang.org> - Eiji Matsumoto <usagi@ruby.club.or.jp> - Noboru Saitou <noborus@zetabits.com> (current maintainer) -WWW: http://www.postgresql.jp/interfaces/ruby/archive/ diff --git a/databases/rubygem-postgres/pkg-plist b/databases/rubygem-postgres/pkg-plist deleted file mode 100644 index 1535649e3bc3..000000000000 --- a/databases/rubygem-postgres/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/postgres.so -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/losample.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/psql.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/psqlHelp.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test1.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test2.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test4.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/postgres.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/postgres.jp.html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/databases/rubygem-sqlite3-ruby/Makefile b/databases/rubygem-sqlite3-ruby/Makefile deleted file mode 100644 index 4176a611117a..000000000000 --- a/databases/rubygem-sqlite3-ruby/Makefile +++ /dev/null @@ -1,39 +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.1.0 -CATEGORIES= databases ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= sqlite-ruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ruby interface to the SQLite DB engine version 3 - -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 - -USE_BZIP2= yes -USE_RUBY= yes -USE_RUBY_SETUP= yes - -CONFIGURE_ARGS= -- --with-sqlite3-dir="${LOCALBASE}" - -DOCS= ChangeLog LICENSE README api/* doc/* - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/rubygem-sqlite3-ruby/distinfo b/databases/rubygem-sqlite3-ruby/distinfo deleted file mode 100644 index 05d3702e3d21..000000000000 --- a/databases/rubygem-sqlite3-ruby/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/sqlite3-ruby-1.1.0.tar.bz2) = 83c6c16dc40a282931edfd0525d3aaf3 -SHA256 (ruby/sqlite3-ruby-1.1.0.tar.bz2) = b4a6c3a68d1169d51c019304fd59f7664960935ffcc16a60de0c05262d7869df -SIZE (ruby/sqlite3-ruby-1.1.0.tar.bz2) = 63089 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/rubygem-sqlite3-ruby/pkg-plist b/databases/rubygem-sqlite3-ruby/pkg-plist deleted file mode 100644 index 7e9dc37a0a8c..000000000000 --- a/databases/rubygem-sqlite3-ruby/pkg-plist +++ /dev/null @@ -1,115 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/sqlite3_api.so -%%RUBY_SITELIBDIR%%/sqlite3.rb -%%RUBY_SITELIBDIR%%/sqlite3/constants.rb -%%RUBY_SITELIBDIR%%/sqlite3/database.rb -%%RUBY_SITELIBDIR%%/sqlite3/driver/dl/api.rb -%%RUBY_SITELIBDIR%%/sqlite3/driver/dl/driver.rb -%%RUBY_SITELIBDIR%%/sqlite3/driver/native/driver.rb -%%RUBY_SITELIBDIR%%/sqlite3/errors.rb -%%RUBY_SITELIBDIR%%/sqlite3/pragmas.rb -%%RUBY_SITELIBDIR%%/sqlite3/resultset.rb -%%RUBY_SITELIBDIR%%/sqlite3/statement.rb -%%RUBY_SITELIBDIR%%/sqlite3/translator.rb -%%RUBY_SITELIBDIR%%/sqlite3/value.rb -%%RUBY_SITELIBDIR%%/sqlite3/version.rb -@dirrm %%RUBY_SITELIBDIR%%/sqlite3/driver/native -@dirrm %%RUBY_SITELIBDIR%%/sqlite3/driver/dl -@dirrm %%RUBY_SITELIBDIR%%/sqlite3/driver -@dirrm %%RUBY_SITELIBDIR%%/sqlite3 -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/blank.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/DL.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/DL/PtrData.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Kernel.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/AbortException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/AuthorizationException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Blob.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/BusyException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/CantOpenException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Constants.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Constants/ColumnType.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Constants/ErrorCode.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Constants/TextRep.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ConstraintException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/CorruptException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Database.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Database/FunctionProxy.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/DL.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/DL/API.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/DL/Driver.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/Native.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/Native/Driver.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/EmptyException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Error.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Exception.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/FormatException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/FullException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/IOException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/InternalException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/InterruptException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/LockedException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/MemoryException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/MismatchException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/MisuseException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/NotADatabaseException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/NotFoundException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/PermissionException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Pragmas.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ProtocolException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/RangeException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ReadOnlyException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ResultSet.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ResultSet/FieldsContainer.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ResultSet/TypesContainer.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/SQLException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/SchemaChangedException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Statement.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/TooBigException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Translator.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/UnsupportedException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Value.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Version.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/String.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/created.rid -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/faq/faq.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/faq/faq.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/faq/faq.yml -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/constants_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/database_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver/dl/api_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver/dl/driver_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver/native/driver_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/errors_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/pragmas_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/resultset_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/statement_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/translator_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/value_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/version_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_class_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_file_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_method_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc-style.css -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver/native -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver/dl -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib/sqlite3 -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/faq -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/ResultSet -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/Native -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/DL -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/Driver -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/Database -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/Constants -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3 -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/DL -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile deleted file mode 100644 index 4176a611117a..000000000000 --- a/databases/rubygem-sqlite3/Makefile +++ /dev/null @@ -1,39 +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.1.0 -CATEGORIES= databases ruby -MASTER_SITES= ${MASTER_SITE_RUBYFORGE} -MASTER_SITE_SUBDIR= sqlite-ruby -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ruby interface to the SQLite DB engine version 3 - -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 - -USE_BZIP2= yes -USE_RUBY= yes -USE_RUBY_SETUP= yes - -CONFIGURE_ARGS= -- --with-sqlite3-dir="${LOCALBASE}" - -DOCS= ChangeLog LICENSE README api/* doc/* - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/databases/rubygem-sqlite3/distinfo b/databases/rubygem-sqlite3/distinfo deleted file mode 100644 index 05d3702e3d21..000000000000 --- a/databases/rubygem-sqlite3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/sqlite3-ruby-1.1.0.tar.bz2) = 83c6c16dc40a282931edfd0525d3aaf3 -SHA256 (ruby/sqlite3-ruby-1.1.0.tar.bz2) = b4a6c3a68d1169d51c019304fd59f7664960935ffcc16a60de0c05262d7869df -SIZE (ruby/sqlite3-ruby-1.1.0.tar.bz2) = 63089 diff --git a/databases/rubygem-sqlite3/pkg-descr b/databases/rubygem-sqlite3/pkg-descr deleted file mode 100644 index 7cca1fe5102f..000000000000 --- a/databases/rubygem-sqlite3/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/rubygem-sqlite3/pkg-plist b/databases/rubygem-sqlite3/pkg-plist deleted file mode 100644 index 7e9dc37a0a8c..000000000000 --- a/databases/rubygem-sqlite3/pkg-plist +++ /dev/null @@ -1,115 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/sqlite3_api.so -%%RUBY_SITELIBDIR%%/sqlite3.rb -%%RUBY_SITELIBDIR%%/sqlite3/constants.rb -%%RUBY_SITELIBDIR%%/sqlite3/database.rb -%%RUBY_SITELIBDIR%%/sqlite3/driver/dl/api.rb -%%RUBY_SITELIBDIR%%/sqlite3/driver/dl/driver.rb -%%RUBY_SITELIBDIR%%/sqlite3/driver/native/driver.rb -%%RUBY_SITELIBDIR%%/sqlite3/errors.rb -%%RUBY_SITELIBDIR%%/sqlite3/pragmas.rb -%%RUBY_SITELIBDIR%%/sqlite3/resultset.rb -%%RUBY_SITELIBDIR%%/sqlite3/statement.rb -%%RUBY_SITELIBDIR%%/sqlite3/translator.rb -%%RUBY_SITELIBDIR%%/sqlite3/value.rb -%%RUBY_SITELIBDIR%%/sqlite3/version.rb -@dirrm %%RUBY_SITELIBDIR%%/sqlite3/driver/native -@dirrm %%RUBY_SITELIBDIR%%/sqlite3/driver/dl -@dirrm %%RUBY_SITELIBDIR%%/sqlite3/driver -@dirrm %%RUBY_SITELIBDIR%%/sqlite3 -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/blank.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/DL.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/DL/PtrData.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/Kernel.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/AbortException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/AuthorizationException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Blob.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/BusyException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/CantOpenException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Constants.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Constants/ColumnType.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Constants/ErrorCode.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Constants/TextRep.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ConstraintException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/CorruptException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Database.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Database/FunctionProxy.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/DL.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/DL/API.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/DL/Driver.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/Native.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/Native/Driver.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/EmptyException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Error.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Exception.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/FormatException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/FullException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/IOException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/InternalException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/InterruptException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/LockedException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/MemoryException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/MismatchException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/MisuseException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/NotADatabaseException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/NotFoundException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/PermissionException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Pragmas.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ProtocolException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/RangeException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ReadOnlyException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ResultSet.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ResultSet/FieldsContainer.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/ResultSet/TypesContainer.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/SQLException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/SchemaChangedException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Statement.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/TooBigException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Translator.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/UnsupportedException.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Value.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/SQLite3/Version.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/classes/String.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/created.rid -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/faq/faq.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/faq/faq.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/faq/faq.yml -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/constants_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/database_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver/dl/api_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver/dl/driver_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver/native/driver_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/errors_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/pragmas_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/resultset_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/statement_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/translator_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/value_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3/version_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/files/lib/sqlite3_rb.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_class_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_file_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/fr_method_index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/index.html -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/rdoc-style.css -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver/native -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver/dl -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib/sqlite3/driver -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib/sqlite3 -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files/lib -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/files -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/faq -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/ResultSet -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/Native -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/Driver/DL -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/Driver -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/Database -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3/Constants -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/SQLite3 -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes/DL -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/classes -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/databases/slony1v2/Makefile b/databases/slony1v2/Makefile deleted file mode 100644 index 0cc70e5ed0d1..000000000000 --- a/databases/slony1v2/Makefile +++ /dev/null @@ -1,83 +0,0 @@ -# New ports collection makefile for: slony1 -# Date created: 20 Jun 2004 -# Whom: Radim Kolar -# -# $FreeBSD$ -# - -PORTNAME= slony1 -PORTVERSION= 1.2.6 -CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/1215/:main \ - http://pgfoundry.org/frs/download.php/1216/:docs -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:main \ - ${PORTNAME}-${PORTVERSION}-docs${EXTRACT_SUFX}:docs - -MAINTAINER= vivek@khera.org -COMMENT= PostgreSQL master to multiple replicas replication system - -PGSQL_PORT= ${PORTSDIR}/databases/postgresql${PGSQL_VER}-server -RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} -BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_BZIP2= yes -USE_RC_SUBR= slon.sh - -SUB_FILES= pkg-message slon-mkservice.sh -SUB_LIST+= NAME=slon - -OPTIONS= PERLTOOLS "Install perl configuration tools" Off - -.include <bsd.port.pre.mk> - -.if defined(WITH_PERLTOOLS) -USE_PERL5= yes -CONFIGURE_ARGS+= --with-perltools=${LOCALBASE}/sbin -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg -PLIST_SUB+= PERLTOOLS="" -SUB_LIST+= PERLTOOLS="" -.else -PLIST_SUB+= PERLTOOLS="@comment " -SUB_LIST+= PERLTOOLS="@comment " -.endif - -# let configure find postgres stuff in non-standard places -CONFIGURE_ARGS+=--with-pgconfigdir=${LOCALBASE}/bin \ - --with-pgbindir=${LOCALBASE}/bin \ - --with-pgincludedir=${LOCALBASE}/include \ - --with-pgincludeserverdir=${LOCALBASE}/include/postgresql/server \ - --with-pglibdir=${LOCALBASE}/lib \ - --with-pgpkglibdir=${LOCALBASE}/lib/postgresql \ - --with-pgsharedir=${LOCALBASE}/share/postgresql - -DEFAULT_PGSQL_VER?=80 - -# Setting/finding PostgreSQL version we want. -.if exists(${LOCALBASE}/bin/postmaster) -PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | \ - ${SED} -En 's/.*PostgreSQL[^0-9]*([0-9]+)\.([0-9]+)\..*/\1\2/p' -.elif exists(${LOCALBASE}/bin/pg_config) -PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | \ - ${SED} -En 's/PostgreSQL[^0-9]*([0-9]*)\.([0-9]+)\..*/\1\2/p' -.else -PGSQL_VER= ${DEFAULT_PGSQL_VER} -.endif - -post-install: -.if ! defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${MKDIR} ${DOCSDIR}/adminguide - ${MKDIR} ${DOCSDIR}/howto - ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/INSTALL ${WRKSRC}/SAMPLE ${WRKSRC}/README ${WRKSRC}/HISTORY-1.1 ${WRKSRC}/UPGRADING ${DOCSDIR} -# ${INSTALL_DATA} ${WRKSRC}/doc/*/*.pdf ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${WRKSRC}/doc/howto/*.html ${DOCSDIR}/howto/ - ${INSTALL_DATA} ${WRKSRC}/doc/adminguide/*.html ${WRKSRC}/doc/adminguide/*.png ${DOCSDIR}/adminguide/ -.endif - @${INSTALL_SCRIPT} ${WRKDIR}/slon-mkservice.sh ${PREFIX}/sbin/slon-mkservice - @${INSTALL_DATA} ${FILESDIR}/slon.conf-sample ${PREFIX}/etc/ - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/databases/slony1v2/distinfo b/databases/slony1v2/distinfo deleted file mode 100644 index c20f40375b27..000000000000 --- a/databases/slony1v2/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (slony1-1.2.6.tar.bz2) = 4f00747a7faa672f475efd57aa0f96b1 -SHA256 (slony1-1.2.6.tar.bz2) = 584cfed1e38067de415209a7028aaa75c37b084a2ec3b598337a722e0dee7d64 -SIZE (slony1-1.2.6.tar.bz2) = 833539 -MD5 (slony1-1.2.6-docs.tar.bz2) = bd0b9d9e3611098098e533847c24c2d0 -SHA256 (slony1-1.2.6-docs.tar.bz2) = 9de00d6c19de36e7eaa6f8a4a15ca20454cf7a31a16719e59a4d29604316440e -SIZE (slony1-1.2.6-docs.tar.bz2) = 203561 diff --git a/databases/slony1v2/files/pkg-message.in b/databases/slony1v2/files/pkg-message.in deleted file mode 100644 index d63faf0d7d1b..000000000000 --- a/databases/slony1v2/files/pkg-message.in +++ /dev/null @@ -1,26 +0,0 @@ -********************************************************************** - - -Please read the docs on configuring and runing slony-1. Unless you specified -NOPORTDOCS, they are in the %%LOCALBASE%%/share/doc/slony1 directory. - -If you are upgrading from a prior version of slony, please read the UPGRADING -file in the above docs directory. - -The script %%LOCALBASE%%/sbin/slon-mkservice can be used to create a control -directory to run and monitor the slon daemon under svscan from daemontools. -If you use this, be sure not to set slon_enable="YES" in /etc/rc.conf. - -If you prefer to use the standard startup script in %%LOCALBASE%%/etc/rc.d then -set slon_enable="YES" in /etc/rc.conf to enable the slon.sh script. - -To use either of the above startup configurations, you will need to set up a -%%LOCALBASE%%/etc/slon.conf file to tell slon what to replicate. This file -is documented in %%LOCALBASE%%/share/doc/slony1/adminguide/runtime-config.html - -%%PERLTOOLS%%To use the perl slony configuration and monitoring tools, you must -%%PERLTOOLS%%create %%LOCALBASE%%/etc/slon_tools.conf based on the sample file. - - - -********************************************************************** diff --git a/databases/slony1v2/files/slon-mkservice.sh.in b/databases/slony1v2/files/slon-mkservice.sh.in deleted file mode 100644 index ea77e07c0677..000000000000 --- a/databases/slony1v2/files/slon-mkservice.sh.in +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh - -# create a slon service directory for use with svscan from deamontools - -echo -n 'specify directory for "slon" service like "/var/slon-master": ' -read DIR -if [ -z "$DIR" ]; then - echo "Directory must be non-empty" - exit 1; -fi - -echo -n 'System user name for programs to run under (default pgsql): ' -read sysuser -if [ -z "$sysuser" ]; then - echo "User name pgsql being used." - sysuser='pgsql' -fi - -mkdir -p ${DIR}/env ${DIR}/supervise || exit 1 -mkdir -p ${DIR}/log/main ${DIR}/log/supervise || exit 1 - -cat > ${DIR}/run <<EOF -#!/bin/sh -exec 2>&1 - -exec envdir ./env sh -c 'exec setuidgid ${sysuser} slon -f \${CONFIGFILE}' -EOF -chmod +x ${DIR}/run - -cat >${DIR}/log/run <<EOF -#!/bin/sh -exec setuidgid ${sysuser} multilog t ./main -EOF -chmod +x ${DIR}/log/run - -echo "%%PREFIX%%/etc/slon.conf" > ${DIR}/env/CONFIGFILE - -chown -R ${sysuser} ${DIR} diff --git a/databases/slony1v2/files/slon.conf-sample b/databases/slony1v2/files/slon.conf-sample deleted file mode 100644 index 96e94209ca01..000000000000 --- a/databases/slony1v2/files/slon.conf-sample +++ /dev/null @@ -1,16 +0,0 @@ -# sample config file. see share/doc/slony1/runtime-config.html -# values are overridden by command line options. -# not all settings are shown here. - -syslog 0 -log_level 4 -log_timestamp 1 - -cluster_name sample -conn_info 'dbname=pgbench user=postgres host=localhost port=5432' - -#sync_interval 100 -#sync_interval_timeout 1000 -#sync_group_maxsize 6 -#vac_frequency 3 -#desired_sync_time 60000 diff --git a/databases/slony1v2/files/slon.sh.in b/databases/slony1v2/files/slon.sh.in deleted file mode 100644 index 6f2ee3c82feb..000000000000 --- a/databases/slony1v2/files/slon.sh.in +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: %%NAME%% -# REQUIRE: postgresql -# KEYWORD: shutdown - -# Add the following line to /etc/rc.conf to enable `%%NAME%%': -# -#%%NAME%%_enable="YES" -# -# and be sure to configure %%PREFIX%%/etc/%%NAME%%.conf - -. "%%RC_SUBR%%" - -name="%%NAME%%" -rcvar=`set_rcvar` - -pidfile="/var/run/$name.pid" -command="%%PREFIX%%/bin/slon" -command_args="-f %%PREFIX%%/etc/$name.conf -p $pidfile &" -required_files="%%PREFIX%%/etc/$name.conf" - -# read configuration and set defaults -load_rc_config "$name" -: ${%%NAME%%_enable="NO"} - -run_rc_command "$1" diff --git a/databases/slony1v2/pkg-descr b/databases/slony1v2/pkg-descr deleted file mode 100644 index 4d9368491802..000000000000 --- a/databases/slony1v2/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Slony-I is enterprise-level "master to multiple slaves" -replication system with cascading and failover. - -The big picture for the development of Slony-I is to build -a master-slave system that includes all features and -capabilities needed to replicate large databases to a -reasonably limited number of slave systems. - -Slony-I is developed as a system for data centers and backup -sites, where the normal mode of operation is that all nodes -are available. - -WWW: http://www.slony.info/ diff --git a/databases/slony1v2/pkg-plist b/databases/slony1v2/pkg-plist deleted file mode 100644 index ee06046f7d03..000000000000 --- a/databases/slony1v2/pkg-plist +++ /dev/null @@ -1,275 +0,0 @@ -bin/slon -bin/slonik -lib/postgresql/slony1_funcs.so -lib/postgresql/xxid.so -etc/slon.conf-sample -sbin/slon-mkservice -share/postgresql/slony1_base.sql -share/postgresql/slony1_base.v74.sql -share/postgresql/slony1_base.v80.sql -share/postgresql/slony1_funcs.sql -share/postgresql/slony1_funcs.v74.sql -share/postgresql/slony1_funcs.v80.sql -share/postgresql/xxid.v80.sql -%%PERLTOOLS%%sbin/show_configuration -%%PERLTOOLS%%sbin/slon_kill -%%PERLTOOLS%%sbin/slon_start -%%PERLTOOLS%%sbin/slon_watchdog -%%PERLTOOLS%%sbin/slon_watchdog2 -%%PERLTOOLS%%sbin/slonik_build_env -%%PERLTOOLS%%sbin/slonik_create_set -%%PERLTOOLS%%sbin/slonik_drop_node -%%PERLTOOLS%%sbin/slonik_drop_set -%%PERLTOOLS%%sbin/slonik_drop_table -%%PERLTOOLS%%sbin/slonik_execute_script -%%PERLTOOLS%%sbin/slonik_failover -%%PERLTOOLS%%sbin/slonik_init_cluster -%%PERLTOOLS%%sbin/slonik_merge_sets -%%PERLTOOLS%%sbin/slonik_move_set -%%PERLTOOLS%%sbin/slonik_print_preamble -%%PERLTOOLS%%sbin/slonik_restart_node -%%PERLTOOLS%%sbin/slonik_store_node -%%PERLTOOLS%%sbin/slonik_subscribe_set -%%PERLTOOLS%%sbin/slonik_uninstall_nodes -%%PERLTOOLS%%sbin/slonik_unsubscribe_set -%%PERLTOOLS%%sbin/slonik_update_nodes -%%PERLTOOLS%%sbin/slony_show_configuration -%%PERLTOOLS%%lib/slon-tools.pm -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/HISTORY-1.1 -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/SAMPLE -%%PORTDOCS%%%%DOCSDIR%%/UPGRADING -%%PORTDOCS%%%%DOCSDIR%%/adminguide/LEGALNOTICE.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/addthings.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/admconninfo.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/adminscripts.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/cluster.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/clustername.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/cmds.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/commandreference.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/complexenv.png -%%PORTDOCS%%%%DOCSDIR%%/adminguide/concepts.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/ddlchanges.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/definingsets.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/dropthings.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/failover.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/faq.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/firstdb.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.add-missing-table-field-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.addpartiallogindices.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertableforreplication-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertablerestore-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.checkmoduleversion.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupevent.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupnodelock.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.copyfields-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-complete-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-complete-integer-text-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-prepare-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-prepare-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.denyaccess.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindserial-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindunique-text-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineidxnameserial-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineidxnameunique-text-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.disablenode-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.disablenode-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droplisten-int-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droplisten-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropnode-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropnode-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droppath-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droppath-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropset-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropset-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droptrigger-int-integer-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droptrigger-integer-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablenode-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablenode-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablesubscription-int-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablesubscription-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failednode-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failednode2-integer-integer-integer-bigint-bigint.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failoverset-int-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.forwardconfirm-integer-integer-bigint-timestamp-without-time-zone.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.generate-sync-event-interval.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getlocalnodeid-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getmoduleversion.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getsessionrole-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.initializelocalnode-integer-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.killbackend-integer-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockedset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockset-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-finish.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-start.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-weekly.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logtrigger.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-int-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.reachablefromnode-integer-integerarray.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.rebuildlistenentries.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registernodeconnection-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-int4-text-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-timestamp-text-timestamp-without-time-zone.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-int4-text-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-text-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-timestamp-text-timestamp-without-time-zone.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencelastvalue-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencesetvalue-integer-integer-bigint-bigint.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-int-integer-integer-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-integer-integer-text-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddtable-int-integer-integer-text-name-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddtable-integer-integer-text-name-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdropsequence-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdropsequence-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdroptable-int-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdroptable-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovesequence-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovesequence-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovetable-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovetable-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setsessionrole-name-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slon-quote-brute-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slon-quote-input-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversion.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionmajor.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionminor.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionpatchlevel.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storelisten-int-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storelisten-integer-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storenode-int-integer-text-boolean.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storenode-integer-text-boolean.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storepath-int-integer-integer-text-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storepath-integer-integer-text-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storeset-int-integer-integer-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storeset-integer-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storetrigger-int-integer-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storetrigger-integer-name.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.subscribeset-int-integer-integer-integer-boolean.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.subscribeset-integer-integer-integer-boolean.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tableaddkey-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tabledropkey-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tablehasserialkey-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.terminatenodeconnections-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.uninstallnode.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unlockset-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-int-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.updaterelname-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.updatereloid-integer-integer.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.upgradeschema-text.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/hdrcmds.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/help.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/i11220.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/index.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/installation.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/listenpaths.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/locking.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/loganalysis.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/logshipping.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/maintenance.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/metacmds.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/monitoring.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/noslonik.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/plainpaths.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/releasechecklist.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/requirements.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/reshape.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/runtime-config.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/schema.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-archive-logging.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-connection.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-interval.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonik.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonikref.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonikshell.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonstart.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyadmin.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyintro.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonylistenercosts.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyupgrade.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtcreateset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtddlscript.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdefine.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroplisten.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdropnode.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroppath.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdropset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroptrigger.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtecho.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtexit.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtfailover.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtinclude.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtinitcluster.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtlockset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmergeset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmoveset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrepairconfig.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrestartnode.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddsequence.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddtable.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetdropsequence.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetdroptable.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetmovesequence.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetmovetable.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsleep.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorelisten.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorenode.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorepath.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstoretrigger.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsubscribeset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsync.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmttableaddkey.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtuninstallnode.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunlockset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunsubscribeset.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtupdatefunctions.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtwaitevent.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/subscribenodes.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/supportedplatforms.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-confirm.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-event.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-listen.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-1.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-2.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-node.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-nodelock.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-path.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-registry.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-seqlog.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-sequence.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-set.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-setsync.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-subscribe.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-table.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-trigger.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/testbed.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/usingslonik.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/versionupgrade.html -%%PORTDOCS%%%%DOCSDIR%%/adminguide/view.sl-seqlastvalue.html -%%PORTDOCS%%%%DOCSDIR%%/howto/helpitsbroken.txt -%%PORTDOCS%%%%DOCSDIR%%/howto/randomfacts.txt -%%PORTDOCS%%%%DOCSDIR%%/howto/schemadoc.html -%%PORTDOCS%%%%DOCSDIR%%/howto/slonik_commands.html -%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-basic-mstr-slv.txt -%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-failover.txt -%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-install.txt -%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-overview.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto -%%PORTDOCS%%@dirrm %%DOCSDIR%%/adminguide -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile deleted file mode 100644 index 1766270cee70..000000000000 --- a/databases/sqlite34/Makefile +++ /dev/null @@ -1,103 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: sqlite -# Date created: Feb 21, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= sqlite -PORTVERSION= 3.3.8 -CATEGORIES= databases -MASTER_SITES= http://www.sqlite.org/ - -MAINTAINER= mnag@FreeBSD.org -COMMENT= An SQL database engine in a C library w/ Tcl wrapper - -USE_GMAKE= YES -USE_GNOME= pkgconfig -USE_AUTOTOOLS= libtool:15 -USE_DOS2UNIX= *.pc.in -USE_LDCONFIG= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -DOCSDIR= ${PREFIX}/share/doc/sqlite3 -EXAMPLESDIR= ${PREFIX}/share/examples/sqlite3 - -OPTIONS= DEBUG "Enable debugging & verbose explain" off \ - DOCS "Building docs (depends on TCL)" on \ - FTS1 "Enable FTS1 (Full Text Search) module" off \ - TCLWRAPPER "TCL wrapper for SQLITE" off \ - THREADS "Enable threads support" off - -# Defaults, for building the docs: -TCL_V?= 8.4 -MAKE_ARGS+= TCLSH=tclsh${TCL_V} -MAKE_ENV+= TCL_VER=${TCL_V} - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug -.endif - -.if !defined(NOPORTDOCS) && !defined(WITHOUT_DOCS) -BUILD_DEPENDS+= tclsh${TCL_V}:${PORTSDIR}/lang/tcl${TCL_V:S/.//} -ALL_TARGET+= all doc -PORTDOCS= * -.endif - -.if defined(WITH_FTS1) -CFLAGS+= -DSQLITE_ENABLE_FTS1 -EXTRA_PATCHES= ${FILESDIR}/fts1_patch-Makefile.in -.endif - -.if defined(WITH_TCLWRAPPER) -CATEGORIES+= lang tcl${TCL_V:S/.//} -LIB_DEPENDS+= tcl${TCL_V:S/.//}:${PORTSDIR}/lang/tcl${TCL_V:S/.//} -CONFIGURE_ARGS+= --with-tcl=${LOCALBASE}/lib/tcl${TCL_V} -PLIST_SUB+= WITH_TCLWRAPPER="" -.else -CONFIGURE_ARGS+= --disable-tcl -PLIST_SUB+= WITH_TCLWRAPPER="@comment " -.endif - -.if defined(WITH_THREADS) -CONFIGURE_ARGS+= --enable-threadsafe -.endif - -post-patch: -.if defined(WITH_THREADS) - @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -E -e "s|(Libs:.*)|\1 ${PTHREAD_LIBS}|" \ - -e "s|(Cflags:.*)|\1 ${PTHREAD_CFLAGS}|" \ - ${WRKSRC}/sqlite.pc.in ${WRKSRC}/sqlite3.pc.in -.endif - @${REINPLACE_CMD} -e "s|tclsh \$$(TOP)|\$$(TCLSH) \$$(TOP)|g" \ - -e "s|./libtool|${LIBTOOL}|g" \ - -e "s|\$${HAVE_TCL:1=tcl_install}||" \ - ${WRKSRC}/Makefile.in - @${ECHO} "config_TARGET_TCL_INC=\"-I${PREFIX}/include/tcl${TCL_V}\"" \ - > ${WRKSRC}/freebsd.hints - @${ECHO} "config_TARGET_TCL_LIBS=\"-L${PREFIX}/lib -ltcl${TCL_V:S/.//}\"" \ - >> ${WRKSRC}/freebsd.hints - -post-install: -.if defined(WITH_TCLWRAPPER) - @${MKDIR} ${PREFIX}/lib/sqlite - @(cd ${WRKSRC} && ${LIBTOOL} --mode=install ${INSTALL_DATA} \ - libtclsqlite3.la ${PREFIX}/lib/sqlite/) - @${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/sqlite/ - @${INSTALL_PROGRAM} ${WRKSRC}/.libs/tclsqlite3 ${PREFIX}/bin -.endif -.if !defined(NOPORTDOCS) && !defined(WITHOUT_DOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} -.endif - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${FILESDIR}/example.tcl ${EXAMPLESDIR} - -.include <bsd.port.post.mk> diff --git a/databases/sqlite34/distinfo b/databases/sqlite34/distinfo deleted file mode 100644 index 9591fefcb909..000000000000 --- a/databases/sqlite34/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sqlite-3.3.8.tar.gz) = 2b2b0f967b6c5df1a5d495067c092d11 -SHA256 (sqlite-3.3.8.tar.gz) = 25ad20114cbf9821249b9e383f2af5ca447ea5382149519c0a84bf9fb37f0f0a -SIZE (sqlite-3.3.8.tar.gz) = 1921871 diff --git a/databases/sqlite34/files/example.tcl b/databases/sqlite34/files/example.tcl deleted file mode 100644 index 765c3f9ba715..000000000000 --- a/databases/sqlite34/files/example.tcl +++ /dev/null @@ -1,14 +0,0 @@ -package require sqlite - -if {$argc!=2} { - puts stderr "Usage: %s DATABASE SQL-STATEMENT" - exit 1 -} -sqlite db [lindex $argv 0] -db eval [lindex $argv 1] x { - foreach v $x(*) { - puts "$v = $x($v)" - } - puts "" -} -db close diff --git a/databases/sqlite34/files/patch-Makefile.in b/databases/sqlite34/files/patch-Makefile.in deleted file mode 100644 index b66fd8181372..000000000000 --- a/databases/sqlite34/files/patch-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig Fri Mar 11 14:50:32 2005 -+++ Makefile.in Sat Mar 19 16:06:28 2005 -@@ -212,7 +212,7 @@ - # This is the default Makefile target. The objects listed here - # are what get build when you type just "make" with no arguments. - # --all: sqlite3.h libsqlite3.la sqlite3$(TEXE) $(HAVE_TCL:1=libtclsqlite3.la) -+all: sqlite3.h libsqlite3.la sqlite3$(TEXE) $(HAVE_TCL:1=libtclsqlite3.la tclsqlite3) - - Makefile: $(TOP)/Makefile.in - ./config.status -@@ -611,8 +611,8 @@ - $(LTINSTALL) sqlite3 $(DESTDIR)$(exec_prefix)/bin - $(INSTALL) -d $(DESTDIR)$(prefix)/include - $(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(prefix)/include -- $(INSTALL) -d $(DESTDIR)$(libdir)/pkgconfig; -- $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(libdir)/pkgconfig; -+ $(INSTALL) -d $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; -+ $(INSTALL) -m 0644 sqlite3.pc $(DESTDIR)$(exec_prefix)/libdata/pkgconfig; - - tcl_install: libtclsqlite3.la - tclsh $(TOP)/tclinstaller.tcl $(VERSION) diff --git a/databases/sqlite34/files/pkgIndex.tcl b/databases/sqlite34/files/pkgIndex.tcl deleted file mode 100644 index d8b6bbc30048..000000000000 --- a/databases/sqlite34/files/pkgIndex.tcl +++ /dev/null @@ -1 +0,0 @@ -package ifneeded sqlite 0.0 [list load [file join $dir libtclsqlite3.so] sqlite] diff --git a/databases/sqlite34/pkg-descr b/databases/sqlite34/pkg-descr deleted file mode 100644 index 3cdcbd6b2daf..000000000000 --- a/databases/sqlite34/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -SQLite is an SQL database engine in a C library. Programs that link the SQLite -library can have SQL database access without running a separate RDBMS process. -The distribution comes with a standalone command-line access program (sqlite) -that can be used to administer an SQLite database and which serves as an -example of how to use the SQLite library. - -WWW: http://www.sqlite.org/ diff --git a/databases/sqlite34/pkg-plist b/databases/sqlite34/pkg-plist deleted file mode 100644 index 54f6affb0162..000000000000 --- a/databases/sqlite34/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/sqlite3 -%%WITH_TCLWRAPPER%%bin/tclsqlite3 -include/sqlite3.h -lib/libsqlite3.a -lib/libsqlite3.la -lib/libsqlite3.so -lib/libsqlite3.so.8 -libdata/pkgconfig/sqlite3.pc -%%WITH_TCLWRAPPER%%lib/sqlite/libtclsqlite3.a -%%WITH_TCLWRAPPER%%lib/sqlite/libtclsqlite3.la -%%WITH_TCLWRAPPER%%lib/sqlite/libtclsqlite3.so -%%WITH_TCLWRAPPER%%lib/sqlite/libtclsqlite3.so.8 -%%WITH_TCLWRAPPER%%lib/sqlite/pkgIndex.tcl -%%WITH_TCLWRAPPER%%@dirrm lib/sqlite -%%EXAMPLESDIR%%/example.tcl -@dirrm %%EXAMPLESDIR%% diff --git a/databases/xapian-core10/Makefile b/databases/xapian-core10/Makefile deleted file mode 100644 index 958d37cec34e..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= 0.9.9 -CATEGORIES= databases -MASTER_SITES= http://www.oligarchy.co.uk/xapian/${PORTVERSION}/ - -MAINTAINER= jean-francois.dockes@wanadoo.fr -COMMENT= A probabilistic text search database engine - -CONFIGURE_ARGS= --mandir=${MANPREFIX}/man -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -MAN1= quartzcheck.1 quartzcompact.1 quartzdump.1 xapian-compact.1 \ - xapian-config.1 xapian-progsrv.1 xapian-tcpsrv.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 ac549ce5e74d..000000000000 --- a/databases/xapian-core10/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xapian-core-0.9.9.tar.gz) = 4bbfb9284788818aef58b2343198aec1 -SHA256 (xapian-core-0.9.9.tar.gz) = 678c302eb12fcde09c2507f1189fa2aaa2c982ceb30b1169eabc435b5851c359 -SIZE (xapian-core-0.9.9.tar.gz) = 2831513 diff --git a/databases/xapian-core10/files/patch-examples-Makefile.in b/databases/xapian-core10/files/patch-examples-Makefile.in deleted file mode 100644 index db049a9bd3b9..000000000000 --- a/databases/xapian-core10/files/patch-examples-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/Makefile.in.orig Fri Jul 15 12:22:59 2005 -+++ examples/Makefile.in Mon Nov 7 12:02:24 2005 -@@ -442,7 +442,7 @@ - for dir in "$(DESTDIR)$(bindir)"; do \ - test -z "$$dir" || $(mkdir_p) "$$dir"; \ - done --install: install-am -+install: - install-exec: install-exec-am - install-data: install-data-am - uninstall: uninstall-am 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 825631f8643c..000000000000 --- a/databases/xapian-core10/pkg-plist +++ /dev/null @@ -1,492 +0,0 @@ -@comment $FreeBSD$ -bin/quartzcheck -bin/quartzcompact -bin/quartzdump -bin/xapian-compact -bin/xapian-config -bin/xapian-copydatabase -bin/xapian-delve -bin/xapian-progsrv -bin/xapian-quest -bin/xapian-tcpsrv -include/xapian.h -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/errortypes.h -include/xapian/expanddecider.h -include/xapian/output.h -include/xapian/positioniterator.h -include/xapian/postingiterator.h -include/xapian/query.h -include/xapian/queryparser.h -include/xapian/stem.h -include/xapian/termiterator.h -include/xapian/types.h -include/xapian/valueiterator.h -include/xapian/version.h -lib/libxapian.a -lib/libxapian.la -lib/libxapian.so -lib/libxapian.so.13 -share/aclocal/xapian.m4 -%%PORTDOCS%%%%DOCSDIR%%/apidoc.pdf -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/annotated.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/base_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BM25Weight__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1BoolWeight__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Database__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocIDWrapper-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1DocIDWrapper.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Document__coll__graph.png -%%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_1ESetIterator__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESetIterator__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ESet__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Enquire__coll__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_1ExpandDeciderAnd__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderAnd__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDeciderFilterTerms__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ExpandDecider__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntBase-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntBase.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntBase__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntBase__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntBase__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Internal_1_1RefCntPtr__inherit__graph.png -%%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_1MSetIterator__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSetIterator__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MSet__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1MatchDecider.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PositionIterator__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1PostingIterator__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1QueryParser__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query_1_1Internal__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Query__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1RSet__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1SimpleStopper__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stem__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Stopper__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermIterator__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermNameWrapper-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermNameWrapper.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermPosWrapper-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TermPosWrapper.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1TradWeight__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1ValueIterator__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1Weight__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase-members.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__coll__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__coll__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__coll__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classXapian_1_1WritableDatabase__inherit__graph.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/classes.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/database_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/dbfactory_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/deprecated.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/deprecated_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/document_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/doxygen.css -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/doxygen.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/enquire_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/error_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errorhandler_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errortypes_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errortypes_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errortypes_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errortypes_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/errortypes_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/expanddecider_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/files.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_0.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/form_1.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/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/formula.repository -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_enum.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_eval.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_func.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/functions_rela.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_defs.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_func.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/globals_type.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.dot -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/graph_legend.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/hierarchy.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__0.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__0.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__0.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__1.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__1.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__1.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__10.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__10.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__10.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__11.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__11.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__11.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__12.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__12.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__12.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__13.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__13.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__13.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__14.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__14.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__14.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__15.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__15.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__15.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__16.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__16.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__16.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__17.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__17.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__17.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__18.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__18.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__18.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__19.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__19.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__19.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__2.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__2.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__2.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__20.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__20.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__20.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__21.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__21.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__21.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__22.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__23.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__24.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__25.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__25.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__25.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__3.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__4.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__4.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__4.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__5.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__5.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__5.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__6.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__6.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__6.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__7.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__7.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__7.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__8.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__8.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__8.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__9.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__9.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherit__graph__9.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/inherits.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaceXapian.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespacemembers_func.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/namespaces.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/output_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/output_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/output_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/output_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/output_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/pages.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/positioniterator_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/postingiterator_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/query_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/queryparser_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/stem_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_b.gif -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_l.gif -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tab_r.gif -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/tabs.css -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/termiterator_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/types_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h.html -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h__dep__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h__dep__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h__dep__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h__incl.map -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h__incl.md5 -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/valueiterator_8h__incl.png -%%PORTDOCS%%%%DOCSDIR%%/apidoc/html/xapian_8h-source.html -%%PORTDOCS%%%%DOCSDIR%%/bm25.html -%%PORTDOCS%%%%DOCSDIR%%/code_structure.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/install.html -%%PORTDOCS%%%%DOCSDIR%%/intro_ir.html -%%PORTDOCS%%%%DOCSDIR%%/matcherdesign.html -%%PORTDOCS%%%%DOCSDIR%%/overview.html -%%PORTDOCS%%%%DOCSDIR%%/quartzdesign.html -%%PORTDOCS%%%%DOCSDIR%%/queryparser.html -%%PORTDOCS%%%%DOCSDIR%%/quickstart.html -%%PORTDOCS%%%%DOCSDIR%%/quickstartexpand.cc.html -%%PORTDOCS%%%%DOCSDIR%%/quickstartindex.cc.html -%%PORTDOCS%%%%DOCSDIR%%/quickstartsearch.cc.html -%%PORTDOCS%%%%DOCSDIR%%/remote.html -%%PORTDOCS%%%%DOCSDIR%%/remote_protocol.html -%%PORTDOCS%%%%DOCSDIR%%/scalability.html -%%PORTDOCS%%%%DOCSDIR%%/stemming.html -%%PORTDOCS%%%%DOCSDIR%%/tests.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc/html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/apidoc -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/xapian |