diff options
Diffstat (limited to 'databases')
579 files changed, 0 insertions, 32478 deletions
diff --git a/databases/courier-authlib-mysql/Makefile b/databases/courier-authlib-mysql/Makefile deleted file mode 100644 index 8be4fa9cad28..000000000000 --- a/databases/courier-authlib-mysql/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# New ports collection makefile for: courier-authdaemon -# Date created: 19 Dec 2004 -# Whom: Oliver Lehmann -# -# $FreeBSD$ -# - -PORTNAME= courier-authlib -PORTVERSION= 0.55 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= courier - -MAINTAINER= oliver@FreeBSD.org -COMMENT= Authentication library used by courier ports - -USE_BZIP2= yes -USE_REINPLACE= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_RC_SUBR= yes -USE_LIBTOOL_VER=15 -USE_LIBLTDL= yes - -# -# options available: -# -# WITH_MAILUSER: The user running authlib -# WITH_MAILGROUP: The group running authlib -# WITH_SYSLOG_FACILITY: The syslogfacility to use -# - -OPTIONS= PAM "Build with PAM support" on \ - VPOPMAIL "Build in vpopmail support" off \ - MYSQL "Build in mysql support" off \ - POSTGRESQL "Build in postgresql support" off \ - LDAP "Build in ldap support with openldap" off \ - GDBM "Use gdbm files instead of bdb" off \ - AUTHUSERDB "Build with authuserdb" on - -VPOPMAILDIR?= ${LOCALBASE}/vpopmail -WITH_MAILUSER?= daemon -WITH_MAILGROUP?=daemon - -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LIBS="${LDFLAGS} -L${LOCALBASE}/lib" - -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-authshadow \ - --without-authcustom \ - --enable-unicode \ - --enable-ltdl-install=no \ - --with-mailuser=${WITH_MAILUSER} \ - --with-mailgroup=${WITH_MAILGROUP} \ - --with-authdaemonvar=/var/run/authdaemond - -.include <bsd.port.pre.mk> - -.if defined(WITH_SYSLOG_FACILITY) -CONFIGURE_ARGS+=--with-syslog=${WITH_SYSLOG_FACILITY} -.endif - -.if defined(WITH_GDBM) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm -CONFIGURE_ARGS+=--with-db=gdbm -.else -CONFIGURE_ARGS+=--with-db=db -.endif - -.if !defined(WITH_VPOPMAIL) -CONFIGURE_ARGS+=--without-authvchkpw -PLIST_SUB+= VPOPMAILFLAG="@comment " -.else -CONFIGURE_ARGS+=--with-authvchkpw -BUILD_DEPENDS+= ${VPOPMAILDIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -PLIST_SUB+= VPOPMAILFLAG="" -.endif - -.if defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-authldap -PLIST_SUB+= LDAPFLAG="" -.else -CONFIGURE_ARGS+=--without-authldap -PLIST_SUB+= LDAPFLAG="@comment " -.endif - -.if !defined(WITH_MYSQL) -CONFIGURE_ARGS+=--without-authmysql -PLIST_SUB+= MYSQLFLAG="@comment " -.else -USE_MYSQL= YES -PLIST_SUB+= MYSQLFLAG="" -CONFIGURE_ARGS+=--with-authmysql \ - --with-mysql-libs=${LOCALBASE}/lib/mysql \ - --with-mysql-includes=${LOCALBASE}/include/mysql -.endif - -.if !defined(WITH_POSTGRESQL) -CONFIGURE_ARGS+=--without-authpgsql -PLIST_SUB+= PGSQLFLAG="@comment " -.else -USE_PGSQL= YES -PLIST_SUB+= PGSQLFLAG="" -.endif - -.if !defined(WITHOUT_PAM) -CONFIGURE_ARGS+=--with-authpam -PLIST_SUB+= PAMFLAG="" -.else -CONFIGURE_ARGS+=--without-authpam -PLIST_SUB+= PAMFLAG="@comment " -.endif - -.if defined(WITHOUT_AUTHUSERDB) -CONFIGURE_ARGS+=--without-authuserdb -PLIST_SUB+= AUTHUSERDBFLAG="@comment " -.else -PLIST_SUB+= AUTHUSERDBFLAG="" -.endif - -RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} MAILUSER=${WITH_MAILUSER} MAILGROUP=${WITH_MAILGROUP} - -MAN1= courierlogger.1 - -MAN3= authlib.3 auth_generic.3 auth_login.3 auth_getuserinfo.3 \ - auth_enumerate.3 auth_passwd.3 auth_getoption.3 auth_sasl.3 - -MAN8= makeuserdb.8 userdb.8 userdbpw.8 - -EXTRA_DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ - README.authdebug.html README.authmysql.html \ - README.authmysql.myownquery README.authpostgres.html \ - README.ldap README_authlib.html - -post-patch: - @${REINPLACE_CMD} -e 's|$$VPOPMAILLIBS|& -lcrypt|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|%%INSTALL_MAN%%|${INSTALL_MAN}|' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/liblog/Makefile.in \ - ${WRKSRC}/userdb/Makefile.in - @${REINPLACE_CMD} -e 's|DEFAULTOPTIONS=""|DEFAULTOPTIONS="wbnodsn=1"|' \ - ${WRKSRC}/authdaemonrc.in - @${REINPLACE_CMD} -e 's|conftest.lock|/tmp/courier-authlib.locktest|g' \ - ${WRKSRC}/liblock/locktest.c - -post-configure: - @${RM} -f /tmp/courier-authlib.locktest - -post-install: - ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/courier-authdaemond.sh > ${WRKDIR}/courier-authdaemond.sh - ${INSTALL_SCRIPT} ${WRKDIR}/courier-authdaemond.sh ${PREFIX}/etc/rc.d/courier-authdaemond.sh - cd ${WRKSRC} && ( ${GMAKE} install-configure ; cd - ) - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for a in ${EXTRA_DOCS} - ${INSTALL_DATA} ${WRKSRC}/${a} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/databases/courier-authlib-mysql/distinfo b/databases/courier-authlib-mysql/distinfo deleted file mode 100644 index f4e92b503fbb..000000000000 --- a/databases/courier-authlib-mysql/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (courier-authlib-0.55.tar.bz2) = eb57aefb8460106709d560c40cccaa41 -SIZE(courier-authlib-0.55.tar.bz2) = 1972024 diff --git a/databases/courier-authlib-mysql/files/courier-authdaemond.sh b/databases/courier-authlib-mysql/files/courier-authdaemond.sh deleted file mode 100644 index c13b5d921c40..000000000000 --- a/databases/courier-authlib-mysql/files/courier-authdaemond.sh +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# -# An rc.subr-style startup script for courier-authdaemond service. - -# PROVIDE: courier_authdaemond -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# Define these courier_authdaemond_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/courier_authdaemond -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE - -courier_authdaemond_enable=${courier_authdaemond_enable-"NO"} - -. %%RC_SUBR%% - -name="courier_authdaemond" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/authdaemond" - -start_cmd="authdaemond_cmd start" -stop_cmd="authdaemond_cmd stop" -restart_cmd="authdaemond_cmd stop && authdaemond_cmd start" -rundir=/var/run/authdaemond -pidfile="${rundir}/pid" -procname="%%PREFIX%%/sbin/courierlogger" - -load_rc_config $name - -authdaemond_cmd () { - case $1 in - start) - if [ ! -d "${rundir}" ] ; then - mkdir -p -m 0750 "${rundir}" && chown %%MAILUSER%%:%%MAILGROUP%% "${rundir}" - if [ $? -ne 0 ] ; then - echo "creating ${rundir} with the correct permissions was not possible!" - return 1 - fi - fi - echo "Starting ${name}." - ${command} start - ;; - stop) - echo "Stopping ${name}." - ${command} stop - if [ $? -eq 0 ] ; then - [ -f "${pidfile}" ] && rm -f "$pidfile" - [ -f "${pidfile}.lock" ] && rm -f "${pidfile}.lock" - [ -S "${rundir}/socket" ] && rm -f "${rundir}/socket" - return 0 - fi - ;; - esac -} - -run_rc_command "$1" - diff --git a/databases/courier-authlib-mysql/files/patch-Makefile.in b/databases/courier-authlib-mysql/files/patch-Makefile.in deleted file mode 100644 index 03046540f679..000000000000 --- a/databases/courier-authlib-mysql/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Sat Dec 18 17:25:16 2004 -+++ Makefile.in Sat Dec 18 17:27:50 2004 -@@ -992,8 +992,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ - done - uninstall-man3: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-mysql/files/patch-ldap b/databases/courier-authlib-mysql/files/patch-ldap deleted file mode 100644 index 1cae12242d67..000000000000 --- a/databases/courier-authlib-mysql/files/patch-ldap +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Wed Mar 3 05:54:13 2004 -+++ configure Tue Mar 16 19:36:40 2004 -@@ -1268,6 +1268,10 @@ - { (exit 1); exit 1; }; } - fi - -+CFLAGS="$CFLAGS -I%%LOCALBASE%%/include" -+CPPFLAGS="$CPPFLAGS -I%%LOCALBASE%%/include" -+LDFLAGS="-L%%LOCALBASE%%/lib $LDFLAGS" -+ - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff --git a/databases/courier-authlib-mysql/files/patch-liblog::Makefile.in b/databases/courier-authlib-mysql/files/patch-liblog::Makefile.in deleted file mode 100644 index 301ba9c2efba..000000000000 --- a/databases/courier-authlib-mysql/files/patch-liblog::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- liblog/Makefile.in.orig Sat Dec 18 18:31:57 2004 -+++ liblog/Makefile.in Sat Dec 18 18:32:18 2004 -@@ -346,8 +346,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ - done - uninstall-man1: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-mysql/files/patch-mysql b/databases/courier-authlib-mysql/files/patch-mysql deleted file mode 100644 index 17f6042e3a47..000000000000 --- a/databases/courier-authlib-mysql/files/patch-mysql +++ /dev/null @@ -1,182 +0,0 @@ ---- configure.orig Sat Dec 18 17:28:54 2004 -+++ configure Sat Dec 18 17:30:51 2004 -@@ -23821,9 +23821,9 @@ - if test "$doauthmysql" = "" - then - LIBS="$MYSQL_LIBS $LIBS" -- echo "$as_me:$LINENO: checking for mysql_connect" >&5 --echo $ECHO_N "checking for mysql_connect... $ECHO_C" >&6 --if test "${ac_cv_func_mysql_connect+set}" = set; then -+ echo "$as_me:$LINENO: checking for mysql_real_connect" >&5 -+echo $ECHO_N "checking for mysql_real_connect... $ECHO_C" >&6 -+if test "${ac_cv_func_mysql_real_connect+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -23832,12 +23832,12 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --/* Define mysql_connect to an innocuous variant, in case <limits.h> declares mysql_connect. -+/* Define mysql_real_connect to an innocuous variant, in case <limits.h> declares mysql_real_connect. - For example, HP-UX 11i <limits.h> declares gettimeofday. */ --#define mysql_connect innocuous_mysql_connect -+#define mysql_real_connect innocuous_mysql_real_connect - - /* System header to define __stub macros and hopefully few prototypes, -- which can conflict with char mysql_connect (); below. -+ which can conflict with char mysql_real_connect (); below. - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since - <limits.h> exists even on freestanding compilers. */ - -@@ -23847,7 +23847,7 @@ - # include <assert.h> - #endif - --#undef mysql_connect -+#undef mysql_real_connect - - /* Override any gcc2 internal prototype to avoid an error. */ - #ifdef __cplusplus -@@ -23856,14 +23856,14 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char mysql_connect (); -+char mysql_real_connect (); - /* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ --#if defined (__stub_mysql_connect) || defined (__stub___mysql_connect) -+#if defined (__stub_mysql_real_connect) || defined (__stub___mysql_real_connect) - choke me - #else --char (*f) () = mysql_connect; -+char (*f) () = mysql_real_connect; - #endif - #ifdef __cplusplus - } -@@ -23872,7 +23872,7 @@ - int - main () - { --return f != mysql_connect; -+return f != mysql_real_connect; - ; - return 0; - } -@@ -23899,19 +23899,19 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_func_mysql_connect=yes -+ ac_cv_func_mysql_real_connect=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_mysql_connect=no -+ac_cv_func_mysql_real_connect=no - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_mysql_connect" >&5 --echo "${ECHO_T}$ac_cv_func_mysql_connect" >&6 --if test $ac_cv_func_mysql_connect = yes; then -+echo "$as_me:$LINENO: result: $ac_cv_func_mysql_real_connect" >&5 -+echo "${ECHO_T}$ac_cv_func_mysql_real_connect" >&6 -+if test $ac_cv_func_mysql_real_connect = yes; then - doauthmysql="yes" - - fi -@@ -24021,9 +24021,9 @@ - else - saveLIBS="$LIBS" - LIBS="$MYSQL_LIBS $LIBS" -- echo "$as_me:$LINENO: checking for mysql_connect" >&5 --echo $ECHO_N "checking for mysql_connect... $ECHO_C" >&6 --if test "${ac_cv_func_mysql_connect+set}" = set; then -+ echo "$as_me:$LINENO: checking for mysql_real_connect" >&5 -+echo $ECHO_N "checking for mysql_real_connect... $ECHO_C" >&6 -+if test "${ac_cv_func_mysql_real_connect+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -24032,12 +24032,12 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --/* Define mysql_connect to an innocuous variant, in case <limits.h> declares mysql_connect. -+/* Define mysql_real_connect to an innocuous variant, in case <limits.h> declares mysql_real_connect. - For example, HP-UX 11i <limits.h> declares gettimeofday. */ --#define mysql_connect innocuous_mysql_connect -+#define mysql_real_connect innocuous_mysql_real_connect - - /* System header to define __stub macros and hopefully few prototypes, -- which can conflict with char mysql_connect (); below. -+ which can conflict with char mysql_real_connect (); below. - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since - <limits.h> exists even on freestanding compilers. */ - -@@ -24047,7 +24047,7 @@ - # include <assert.h> - #endif - --#undef mysql_connect -+#undef mysql_real_connect - - /* Override any gcc2 internal prototype to avoid an error. */ - #ifdef __cplusplus -@@ -24056,14 +24056,14 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char mysql_connect (); -+char mysql_real_connect (); - /* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ --#if defined (__stub_mysql_connect) || defined (__stub___mysql_connect) -+#if defined (__stub_mysql_real_connect) || defined (__stub___mysql_real_connect) - choke me - #else --char (*f) () = mysql_connect; -+char (*f) () = mysql_real_connect; - #endif - #ifdef __cplusplus - } -@@ -24072,7 +24072,7 @@ - int - main () - { --return f != mysql_connect; -+return f != mysql_real_connect; - ; - return 0; - } -@@ -24099,19 +24099,19 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_func_mysql_connect=yes -+ ac_cv_func_mysql_real_connect=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_mysql_connect=no -+ac_cv_func_mysql_real_connect=no - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_mysql_connect" >&5 --echo "${ECHO_T}$ac_cv_func_mysql_connect" >&6 --if test $ac_cv_func_mysql_connect = yes; then -+echo "$as_me:$LINENO: result: $ac_cv_func_mysql_real_connect" >&5 -+echo "${ECHO_T}$ac_cv_func_mysql_real_connect" >&6 -+if test $ac_cv_func_mysql_real_connect = yes; then - LIBAUTHMYSQL="libauthmysql.la" - HAVE_AUTHMYSQL=1 - else diff --git a/databases/courier-authlib-mysql/files/patch-userdb::Makefile.in b/databases/courier-authlib-mysql/files/patch-userdb::Makefile.in deleted file mode 100644 index c4c62ce68aa3..000000000000 --- a/databases/courier-authlib-mysql/files/patch-userdb::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- userdb/Makefile.in.orig Sat Dec 18 18:33:08 2004 -+++ userdb/Makefile.in Sat Dec 18 18:34:09 2004 -@@ -378,8 +378,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \ - done - uninstall-man8: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-mysql/files/patch-userdb::pw2userdb.in b/databases/courier-authlib-mysql/files/patch-userdb::pw2userdb.in deleted file mode 100644 index 7cb79aa49b02..000000000000 --- a/databases/courier-authlib-mysql/files/patch-userdb::pw2userdb.in +++ /dev/null @@ -1,104 +0,0 @@ ---- userdb/pw2userdb.in.orig Wed Jul 19 13:55:15 2000 -+++ userdb/pw2userdb.in Tue Mar 1 21:58:51 2005 -@@ -7,6 +7,8 @@ - # Copyright 1998 - 1999 Double Precision, Inc. See COPYING for - # distribution information. - -+# Adapted to BSD master.passwd -+ - use Getopt::Long; - - # -@@ -22,42 +24,66 @@ - if $vpopuid; - - $passwd="/etc/passwd" unless $passwd =~ /./; --$shadow="/etc/shadow" unless $shadow =~ /./; -+$shadow="/etc/master.passwd" unless $shadow =~ /./; - - $domain="" unless $domain =~ /./; - $domain="\@$domain" if $domain =~ /./; - --open(PASSWD, $passwd) || die "$!\n"; -- --while (<PASSWD>) -+if (! $noshadow && $shadow =~ /master.passwd$/) - { -- chop if /\n$/; -- next if /^#/; -- ($acct,$passwd,$uid,$gid,$name,$home,$shell)=split( /:/ ); -- -- ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -- -- $PASSWORD{$acct}=$passwd if $passwd ne "x"; -- $UID{$acct}=$uid; -- $GID{$acct}=$gid; -- $HOME{$acct}=$home; -- $SHELL{$acct}=$shell; -- -- $name =~ s/\|/./g; # Just in case -- $GECOS{$acct}=$name; --} --close (PASSWD); -+ open(PASSWD, $shadow) || die "$!\n"; - --if ( -f $shadow && ! $noshadow) --{ -- open (SHADOW, $shadow) || die "$!\n"; -- while (<SHADOW>) -+ while (<PASSWD>) - { -+ chop if /\n$/; - next if /^#/; -- ($acct,$passwd,$dummy)=split(/:/); -+ ($acct,$passwd,$uid,$gid,$class,$change,$expire,$name,$home,$shell)=split( /:/ ); -+ -+ ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -+ $name =~ s/\|/./g; # Just in case -+ - $PASSWORD{$acct}=$passwd; -+ $UID{$acct}=$uid; -+ $GID{$acct}=$gid; -+ $HOME{$acct}=$home; -+ $SHELL{$acct}=$shell; -+ $GECOS{$acct}=$name; -+ } -+ close (PASSWD); -+} else { -+ open(PASSWD, $passwd) || die "$!\n"; -+ -+ while (<PASSWD>) -+ { -+ chop if /\n$/; -+ next if /^#/; -+ ($acct,$passwd,$uid,$gid,$name,$home,$shell)=split( /:/ ); -+ -+ ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -+ -+ $PASSWORD{$acct}=$passwd if $passwd ne "x"; -+ $UID{$acct}=$uid; -+ $GID{$acct}=$gid; -+ $HOME{$acct}=$home; -+ $SHELL{$acct}=$shell; -+ -+ $name =~ s/\|/./g; # Just in case -+ $GECOS{$acct}=$name; -+ } -+ close (PASSWD); -+ -+ if ( -f $shadow && ! $noshadow) -+ { -+ open (SHADOW, $shadow) || die "$!\n"; -+ while (<SHADOW>) -+ { -+ -+ next if /^#/; -+ ($acct,$passwd,$dummy)=split(/:/); -+ $PASSWORD{$acct}=$passwd; -+ } -+ close (SHADOW); - } -- close (SHADOW); - } - - while ( defined ($key=each %UID)) diff --git a/databases/courier-authlib-mysql/pkg-descr b/databases/courier-authlib-mysql/pkg-descr deleted file mode 100644 index 1b44b9f42019..000000000000 --- a/databases/courier-authlib-mysql/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Courier Authentication Library is a generic authentication API that -encapsulates the process of validating account passwords. In addition to -reading the traditional account passwords from /etc/passwd, the account -information can alternatively be obtained from an LDAP directory; a MySQL -or a PostgreSQL database; or a GDBM or a DB file. - -WWW: http://www.courier-mta.org/authlib/ diff --git a/databases/courier-authlib-mysql/pkg-plist b/databases/courier-authlib-mysql/pkg-plist deleted file mode 100644 index d3e729fba8d2..000000000000 --- a/databases/courier-authlib-mysql/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -@unexec [ ! -f /var/run/authdaemond/pid ] || %D/etc/rc.d/courier-authdaemond.sh stop || true -bin/courierauthconfig -etc/rc.d/courier-authdaemond.sh -%%MYSQLFLAG%%etc/authlib/authmysqlrc.dist -%%PGSQLFLAG%%etc/authlib/authpgsqlrc.dist -%%LDAPFLAG%%etc/authlib/authldaprc.dist -@unexec if cmp -s %D/etc/authlib/authdaemonrc.dist %D/etc/authlib/authdaemonrc; then rm -f %D/etc/authlib/authdaemonrc; fi -etc/authlib/authdaemonrc.dist -include/courier_auth_config.h -include/courierauth.h -include/courierauthsasl.h -include/courierauthsaslclient.h -include/courierauthdebug.h -lib/courier-authlib/libcourierauth.so.0 -lib/courier-authlib/libcourierauth.so -lib/courier-authlib/libcourierauth.a -lib/courier-authlib/libcourierauthsasl.so.0 -lib/courier-authlib/libcourierauthsasl.so -lib/courier-authlib/libcourierauthsasl.a -lib/courier-authlib/libcourierauthsaslclient.so.0 -lib/courier-authlib/libcourierauthsaslclient.so -lib/courier-authlib/libcourierauthsaslclient.a -lib/courier-authlib/libcourierauthcommon.so.0 -lib/courier-authlib/libcourierauthcommon.so -lib/courier-authlib/libcourierauthcommon.a -%%AUTHUSERDBFLAG%%lib/courier-authlib/libauthuserdb.so.0 -%%AUTHUSERDBFLAG%%lib/courier-authlib/libauthuserdb.so -%%PAMFLAG%%lib/courier-authlib/libauthpam.so.0 -%%PAMFLAG%%lib/courier-authlib/libauthpam.so -%%MYSQLFLAG%%lib/courier-authlib/libauthmysql.so.0 -%%MYSQLFLAG%%lib/courier-authlib/libauthmysql.so -%%PGSQLFLAG%%lib/courier-authlib/libauthpgsql.so.0 -%%PGSQLFLAG%%lib/courier-authlib/libauthpgsql.so -%%LDAPFLAG%%lib/courier-authlib/libauthldap.so.0 -%%LDAPFLAG%%lib/courier-authlib/libauthldap.so -%%VPOPMAILFLAG%%lib/courier-authlib/libauthvchkpw.so.0 -%%VPOPMAILFLAG%%lib/courier-authlib/libauthvchkpw.so -libexec/courier-authlib/authsystem.passwd -libexec/courier-authlib/authdaemond -%%AUTHUSERDBFLAG%%libexec/courier-authlib/makedatprog -sbin/authtest -sbin/authdaemond -sbin/authenumerate -sbin/courierlogger -%%AUTHUSERDBFLAG%%sbin/pw2userdb -%%AUTHUSERDBFLAG%%sbin/makeuserdb -%%AUTHUSERDBFLAG%%sbin/userdb -%%AUTHUSERDBFLAG%%sbin/userdb-test-cram-md5 -%%AUTHUSERDBFLAG%%sbin/userdbpw -%%AUTHUSERDBFLAG%%sbin/vchkpw2userdb -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.authdebug.html -%%PORTDOCS%%%%DOCSDIR%%/README.authmysql.html -%%PORTDOCS%%%%DOCSDIR%%/README.authmysql.myownquery -%%PORTDOCS%%%%DOCSDIR%%/README.authpostgres.html -%%PORTDOCS%%%%DOCSDIR%%/README.ldap -%%PORTDOCS%%%%DOCSDIR%%/README_authlib.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec rmdir /var/run/authdaemond 2>/dev/null || true -@unexec rmdir %D/etc/authlib 2>/dev/null || true -@dirrm lib/courier-authlib -@dirrm libexec/courier-authlib diff --git a/databases/courier-authlib-pgsql/Makefile b/databases/courier-authlib-pgsql/Makefile deleted file mode 100644 index 8be4fa9cad28..000000000000 --- a/databases/courier-authlib-pgsql/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# New ports collection makefile for: courier-authdaemon -# Date created: 19 Dec 2004 -# Whom: Oliver Lehmann -# -# $FreeBSD$ -# - -PORTNAME= courier-authlib -PORTVERSION= 0.55 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= courier - -MAINTAINER= oliver@FreeBSD.org -COMMENT= Authentication library used by courier ports - -USE_BZIP2= yes -USE_REINPLACE= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_RC_SUBR= yes -USE_LIBTOOL_VER=15 -USE_LIBLTDL= yes - -# -# options available: -# -# WITH_MAILUSER: The user running authlib -# WITH_MAILGROUP: The group running authlib -# WITH_SYSLOG_FACILITY: The syslogfacility to use -# - -OPTIONS= PAM "Build with PAM support" on \ - VPOPMAIL "Build in vpopmail support" off \ - MYSQL "Build in mysql support" off \ - POSTGRESQL "Build in postgresql support" off \ - LDAP "Build in ldap support with openldap" off \ - GDBM "Use gdbm files instead of bdb" off \ - AUTHUSERDB "Build with authuserdb" on - -VPOPMAILDIR?= ${LOCALBASE}/vpopmail -WITH_MAILUSER?= daemon -WITH_MAILGROUP?=daemon - -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LIBS="${LDFLAGS} -L${LOCALBASE}/lib" - -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-authshadow \ - --without-authcustom \ - --enable-unicode \ - --enable-ltdl-install=no \ - --with-mailuser=${WITH_MAILUSER} \ - --with-mailgroup=${WITH_MAILGROUP} \ - --with-authdaemonvar=/var/run/authdaemond - -.include <bsd.port.pre.mk> - -.if defined(WITH_SYSLOG_FACILITY) -CONFIGURE_ARGS+=--with-syslog=${WITH_SYSLOG_FACILITY} -.endif - -.if defined(WITH_GDBM) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm -CONFIGURE_ARGS+=--with-db=gdbm -.else -CONFIGURE_ARGS+=--with-db=db -.endif - -.if !defined(WITH_VPOPMAIL) -CONFIGURE_ARGS+=--without-authvchkpw -PLIST_SUB+= VPOPMAILFLAG="@comment " -.else -CONFIGURE_ARGS+=--with-authvchkpw -BUILD_DEPENDS+= ${VPOPMAILDIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -PLIST_SUB+= VPOPMAILFLAG="" -.endif - -.if defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-authldap -PLIST_SUB+= LDAPFLAG="" -.else -CONFIGURE_ARGS+=--without-authldap -PLIST_SUB+= LDAPFLAG="@comment " -.endif - -.if !defined(WITH_MYSQL) -CONFIGURE_ARGS+=--without-authmysql -PLIST_SUB+= MYSQLFLAG="@comment " -.else -USE_MYSQL= YES -PLIST_SUB+= MYSQLFLAG="" -CONFIGURE_ARGS+=--with-authmysql \ - --with-mysql-libs=${LOCALBASE}/lib/mysql \ - --with-mysql-includes=${LOCALBASE}/include/mysql -.endif - -.if !defined(WITH_POSTGRESQL) -CONFIGURE_ARGS+=--without-authpgsql -PLIST_SUB+= PGSQLFLAG="@comment " -.else -USE_PGSQL= YES -PLIST_SUB+= PGSQLFLAG="" -.endif - -.if !defined(WITHOUT_PAM) -CONFIGURE_ARGS+=--with-authpam -PLIST_SUB+= PAMFLAG="" -.else -CONFIGURE_ARGS+=--without-authpam -PLIST_SUB+= PAMFLAG="@comment " -.endif - -.if defined(WITHOUT_AUTHUSERDB) -CONFIGURE_ARGS+=--without-authuserdb -PLIST_SUB+= AUTHUSERDBFLAG="@comment " -.else -PLIST_SUB+= AUTHUSERDBFLAG="" -.endif - -RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} MAILUSER=${WITH_MAILUSER} MAILGROUP=${WITH_MAILGROUP} - -MAN1= courierlogger.1 - -MAN3= authlib.3 auth_generic.3 auth_login.3 auth_getuserinfo.3 \ - auth_enumerate.3 auth_passwd.3 auth_getoption.3 auth_sasl.3 - -MAN8= makeuserdb.8 userdb.8 userdbpw.8 - -EXTRA_DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ - README.authdebug.html README.authmysql.html \ - README.authmysql.myownquery README.authpostgres.html \ - README.ldap README_authlib.html - -post-patch: - @${REINPLACE_CMD} -e 's|$$VPOPMAILLIBS|& -lcrypt|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|%%INSTALL_MAN%%|${INSTALL_MAN}|' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/liblog/Makefile.in \ - ${WRKSRC}/userdb/Makefile.in - @${REINPLACE_CMD} -e 's|DEFAULTOPTIONS=""|DEFAULTOPTIONS="wbnodsn=1"|' \ - ${WRKSRC}/authdaemonrc.in - @${REINPLACE_CMD} -e 's|conftest.lock|/tmp/courier-authlib.locktest|g' \ - ${WRKSRC}/liblock/locktest.c - -post-configure: - @${RM} -f /tmp/courier-authlib.locktest - -post-install: - ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/courier-authdaemond.sh > ${WRKDIR}/courier-authdaemond.sh - ${INSTALL_SCRIPT} ${WRKDIR}/courier-authdaemond.sh ${PREFIX}/etc/rc.d/courier-authdaemond.sh - cd ${WRKSRC} && ( ${GMAKE} install-configure ; cd - ) - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for a in ${EXTRA_DOCS} - ${INSTALL_DATA} ${WRKSRC}/${a} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/databases/courier-authlib-pgsql/distinfo b/databases/courier-authlib-pgsql/distinfo deleted file mode 100644 index f4e92b503fbb..000000000000 --- a/databases/courier-authlib-pgsql/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (courier-authlib-0.55.tar.bz2) = eb57aefb8460106709d560c40cccaa41 -SIZE(courier-authlib-0.55.tar.bz2) = 1972024 diff --git a/databases/courier-authlib-pgsql/files/courier-authdaemond.sh b/databases/courier-authlib-pgsql/files/courier-authdaemond.sh deleted file mode 100644 index c13b5d921c40..000000000000 --- a/databases/courier-authlib-pgsql/files/courier-authdaemond.sh +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# -# An rc.subr-style startup script for courier-authdaemond service. - -# PROVIDE: courier_authdaemond -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# Define these courier_authdaemond_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/courier_authdaemond -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE - -courier_authdaemond_enable=${courier_authdaemond_enable-"NO"} - -. %%RC_SUBR%% - -name="courier_authdaemond" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/authdaemond" - -start_cmd="authdaemond_cmd start" -stop_cmd="authdaemond_cmd stop" -restart_cmd="authdaemond_cmd stop && authdaemond_cmd start" -rundir=/var/run/authdaemond -pidfile="${rundir}/pid" -procname="%%PREFIX%%/sbin/courierlogger" - -load_rc_config $name - -authdaemond_cmd () { - case $1 in - start) - if [ ! -d "${rundir}" ] ; then - mkdir -p -m 0750 "${rundir}" && chown %%MAILUSER%%:%%MAILGROUP%% "${rundir}" - if [ $? -ne 0 ] ; then - echo "creating ${rundir} with the correct permissions was not possible!" - return 1 - fi - fi - echo "Starting ${name}." - ${command} start - ;; - stop) - echo "Stopping ${name}." - ${command} stop - if [ $? -eq 0 ] ; then - [ -f "${pidfile}" ] && rm -f "$pidfile" - [ -f "${pidfile}.lock" ] && rm -f "${pidfile}.lock" - [ -S "${rundir}/socket" ] && rm -f "${rundir}/socket" - return 0 - fi - ;; - esac -} - -run_rc_command "$1" - diff --git a/databases/courier-authlib-pgsql/files/patch-Makefile.in b/databases/courier-authlib-pgsql/files/patch-Makefile.in deleted file mode 100644 index 03046540f679..000000000000 --- a/databases/courier-authlib-pgsql/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Sat Dec 18 17:25:16 2004 -+++ Makefile.in Sat Dec 18 17:27:50 2004 -@@ -992,8 +992,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ - done - uninstall-man3: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-pgsql/files/patch-ldap b/databases/courier-authlib-pgsql/files/patch-ldap deleted file mode 100644 index 1cae12242d67..000000000000 --- a/databases/courier-authlib-pgsql/files/patch-ldap +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Wed Mar 3 05:54:13 2004 -+++ configure Tue Mar 16 19:36:40 2004 -@@ -1268,6 +1268,10 @@ - { (exit 1); exit 1; }; } - fi - -+CFLAGS="$CFLAGS -I%%LOCALBASE%%/include" -+CPPFLAGS="$CPPFLAGS -I%%LOCALBASE%%/include" -+LDFLAGS="-L%%LOCALBASE%%/lib $LDFLAGS" -+ - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff --git a/databases/courier-authlib-pgsql/files/patch-liblog::Makefile.in b/databases/courier-authlib-pgsql/files/patch-liblog::Makefile.in deleted file mode 100644 index 301ba9c2efba..000000000000 --- a/databases/courier-authlib-pgsql/files/patch-liblog::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- liblog/Makefile.in.orig Sat Dec 18 18:31:57 2004 -+++ liblog/Makefile.in Sat Dec 18 18:32:18 2004 -@@ -346,8 +346,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ - done - uninstall-man1: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-pgsql/files/patch-mysql b/databases/courier-authlib-pgsql/files/patch-mysql deleted file mode 100644 index 17f6042e3a47..000000000000 --- a/databases/courier-authlib-pgsql/files/patch-mysql +++ /dev/null @@ -1,182 +0,0 @@ ---- configure.orig Sat Dec 18 17:28:54 2004 -+++ configure Sat Dec 18 17:30:51 2004 -@@ -23821,9 +23821,9 @@ - if test "$doauthmysql" = "" - then - LIBS="$MYSQL_LIBS $LIBS" -- echo "$as_me:$LINENO: checking for mysql_connect" >&5 --echo $ECHO_N "checking for mysql_connect... $ECHO_C" >&6 --if test "${ac_cv_func_mysql_connect+set}" = set; then -+ echo "$as_me:$LINENO: checking for mysql_real_connect" >&5 -+echo $ECHO_N "checking for mysql_real_connect... $ECHO_C" >&6 -+if test "${ac_cv_func_mysql_real_connect+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -23832,12 +23832,12 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --/* Define mysql_connect to an innocuous variant, in case <limits.h> declares mysql_connect. -+/* Define mysql_real_connect to an innocuous variant, in case <limits.h> declares mysql_real_connect. - For example, HP-UX 11i <limits.h> declares gettimeofday. */ --#define mysql_connect innocuous_mysql_connect -+#define mysql_real_connect innocuous_mysql_real_connect - - /* System header to define __stub macros and hopefully few prototypes, -- which can conflict with char mysql_connect (); below. -+ which can conflict with char mysql_real_connect (); below. - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since - <limits.h> exists even on freestanding compilers. */ - -@@ -23847,7 +23847,7 @@ - # include <assert.h> - #endif - --#undef mysql_connect -+#undef mysql_real_connect - - /* Override any gcc2 internal prototype to avoid an error. */ - #ifdef __cplusplus -@@ -23856,14 +23856,14 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char mysql_connect (); -+char mysql_real_connect (); - /* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ --#if defined (__stub_mysql_connect) || defined (__stub___mysql_connect) -+#if defined (__stub_mysql_real_connect) || defined (__stub___mysql_real_connect) - choke me - #else --char (*f) () = mysql_connect; -+char (*f) () = mysql_real_connect; - #endif - #ifdef __cplusplus - } -@@ -23872,7 +23872,7 @@ - int - main () - { --return f != mysql_connect; -+return f != mysql_real_connect; - ; - return 0; - } -@@ -23899,19 +23899,19 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_func_mysql_connect=yes -+ ac_cv_func_mysql_real_connect=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_mysql_connect=no -+ac_cv_func_mysql_real_connect=no - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_mysql_connect" >&5 --echo "${ECHO_T}$ac_cv_func_mysql_connect" >&6 --if test $ac_cv_func_mysql_connect = yes; then -+echo "$as_me:$LINENO: result: $ac_cv_func_mysql_real_connect" >&5 -+echo "${ECHO_T}$ac_cv_func_mysql_real_connect" >&6 -+if test $ac_cv_func_mysql_real_connect = yes; then - doauthmysql="yes" - - fi -@@ -24021,9 +24021,9 @@ - else - saveLIBS="$LIBS" - LIBS="$MYSQL_LIBS $LIBS" -- echo "$as_me:$LINENO: checking for mysql_connect" >&5 --echo $ECHO_N "checking for mysql_connect... $ECHO_C" >&6 --if test "${ac_cv_func_mysql_connect+set}" = set; then -+ echo "$as_me:$LINENO: checking for mysql_real_connect" >&5 -+echo $ECHO_N "checking for mysql_real_connect... $ECHO_C" >&6 -+if test "${ac_cv_func_mysql_real_connect+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -24032,12 +24032,12 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --/* Define mysql_connect to an innocuous variant, in case <limits.h> declares mysql_connect. -+/* Define mysql_real_connect to an innocuous variant, in case <limits.h> declares mysql_real_connect. - For example, HP-UX 11i <limits.h> declares gettimeofday. */ --#define mysql_connect innocuous_mysql_connect -+#define mysql_real_connect innocuous_mysql_real_connect - - /* System header to define __stub macros and hopefully few prototypes, -- which can conflict with char mysql_connect (); below. -+ which can conflict with char mysql_real_connect (); below. - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since - <limits.h> exists even on freestanding compilers. */ - -@@ -24047,7 +24047,7 @@ - # include <assert.h> - #endif - --#undef mysql_connect -+#undef mysql_real_connect - - /* Override any gcc2 internal prototype to avoid an error. */ - #ifdef __cplusplus -@@ -24056,14 +24056,14 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char mysql_connect (); -+char mysql_real_connect (); - /* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ --#if defined (__stub_mysql_connect) || defined (__stub___mysql_connect) -+#if defined (__stub_mysql_real_connect) || defined (__stub___mysql_real_connect) - choke me - #else --char (*f) () = mysql_connect; -+char (*f) () = mysql_real_connect; - #endif - #ifdef __cplusplus - } -@@ -24072,7 +24072,7 @@ - int - main () - { --return f != mysql_connect; -+return f != mysql_real_connect; - ; - return 0; - } -@@ -24099,19 +24099,19 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_func_mysql_connect=yes -+ ac_cv_func_mysql_real_connect=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_mysql_connect=no -+ac_cv_func_mysql_real_connect=no - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_mysql_connect" >&5 --echo "${ECHO_T}$ac_cv_func_mysql_connect" >&6 --if test $ac_cv_func_mysql_connect = yes; then -+echo "$as_me:$LINENO: result: $ac_cv_func_mysql_real_connect" >&5 -+echo "${ECHO_T}$ac_cv_func_mysql_real_connect" >&6 -+if test $ac_cv_func_mysql_real_connect = yes; then - LIBAUTHMYSQL="libauthmysql.la" - HAVE_AUTHMYSQL=1 - else diff --git a/databases/courier-authlib-pgsql/files/patch-userdb::Makefile.in b/databases/courier-authlib-pgsql/files/patch-userdb::Makefile.in deleted file mode 100644 index c4c62ce68aa3..000000000000 --- a/databases/courier-authlib-pgsql/files/patch-userdb::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- userdb/Makefile.in.orig Sat Dec 18 18:33:08 2004 -+++ userdb/Makefile.in Sat Dec 18 18:34:09 2004 -@@ -378,8 +378,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \ - done - uninstall-man8: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-pgsql/files/patch-userdb::pw2userdb.in b/databases/courier-authlib-pgsql/files/patch-userdb::pw2userdb.in deleted file mode 100644 index 7cb79aa49b02..000000000000 --- a/databases/courier-authlib-pgsql/files/patch-userdb::pw2userdb.in +++ /dev/null @@ -1,104 +0,0 @@ ---- userdb/pw2userdb.in.orig Wed Jul 19 13:55:15 2000 -+++ userdb/pw2userdb.in Tue Mar 1 21:58:51 2005 -@@ -7,6 +7,8 @@ - # Copyright 1998 - 1999 Double Precision, Inc. See COPYING for - # distribution information. - -+# Adapted to BSD master.passwd -+ - use Getopt::Long; - - # -@@ -22,42 +24,66 @@ - if $vpopuid; - - $passwd="/etc/passwd" unless $passwd =~ /./; --$shadow="/etc/shadow" unless $shadow =~ /./; -+$shadow="/etc/master.passwd" unless $shadow =~ /./; - - $domain="" unless $domain =~ /./; - $domain="\@$domain" if $domain =~ /./; - --open(PASSWD, $passwd) || die "$!\n"; -- --while (<PASSWD>) -+if (! $noshadow && $shadow =~ /master.passwd$/) - { -- chop if /\n$/; -- next if /^#/; -- ($acct,$passwd,$uid,$gid,$name,$home,$shell)=split( /:/ ); -- -- ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -- -- $PASSWORD{$acct}=$passwd if $passwd ne "x"; -- $UID{$acct}=$uid; -- $GID{$acct}=$gid; -- $HOME{$acct}=$home; -- $SHELL{$acct}=$shell; -- -- $name =~ s/\|/./g; # Just in case -- $GECOS{$acct}=$name; --} --close (PASSWD); -+ open(PASSWD, $shadow) || die "$!\n"; - --if ( -f $shadow && ! $noshadow) --{ -- open (SHADOW, $shadow) || die "$!\n"; -- while (<SHADOW>) -+ while (<PASSWD>) - { -+ chop if /\n$/; - next if /^#/; -- ($acct,$passwd,$dummy)=split(/:/); -+ ($acct,$passwd,$uid,$gid,$class,$change,$expire,$name,$home,$shell)=split( /:/ ); -+ -+ ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -+ $name =~ s/\|/./g; # Just in case -+ - $PASSWORD{$acct}=$passwd; -+ $UID{$acct}=$uid; -+ $GID{$acct}=$gid; -+ $HOME{$acct}=$home; -+ $SHELL{$acct}=$shell; -+ $GECOS{$acct}=$name; -+ } -+ close (PASSWD); -+} else { -+ open(PASSWD, $passwd) || die "$!\n"; -+ -+ while (<PASSWD>) -+ { -+ chop if /\n$/; -+ next if /^#/; -+ ($acct,$passwd,$uid,$gid,$name,$home,$shell)=split( /:/ ); -+ -+ ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -+ -+ $PASSWORD{$acct}=$passwd if $passwd ne "x"; -+ $UID{$acct}=$uid; -+ $GID{$acct}=$gid; -+ $HOME{$acct}=$home; -+ $SHELL{$acct}=$shell; -+ -+ $name =~ s/\|/./g; # Just in case -+ $GECOS{$acct}=$name; -+ } -+ close (PASSWD); -+ -+ if ( -f $shadow && ! $noshadow) -+ { -+ open (SHADOW, $shadow) || die "$!\n"; -+ while (<SHADOW>) -+ { -+ -+ next if /^#/; -+ ($acct,$passwd,$dummy)=split(/:/); -+ $PASSWORD{$acct}=$passwd; -+ } -+ close (SHADOW); - } -- close (SHADOW); - } - - while ( defined ($key=each %UID)) diff --git a/databases/courier-authlib-pgsql/pkg-descr b/databases/courier-authlib-pgsql/pkg-descr deleted file mode 100644 index 1b44b9f42019..000000000000 --- a/databases/courier-authlib-pgsql/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Courier Authentication Library is a generic authentication API that -encapsulates the process of validating account passwords. In addition to -reading the traditional account passwords from /etc/passwd, the account -information can alternatively be obtained from an LDAP directory; a MySQL -or a PostgreSQL database; or a GDBM or a DB file. - -WWW: http://www.courier-mta.org/authlib/ diff --git a/databases/courier-authlib-pgsql/pkg-plist b/databases/courier-authlib-pgsql/pkg-plist deleted file mode 100644 index d3e729fba8d2..000000000000 --- a/databases/courier-authlib-pgsql/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -@unexec [ ! -f /var/run/authdaemond/pid ] || %D/etc/rc.d/courier-authdaemond.sh stop || true -bin/courierauthconfig -etc/rc.d/courier-authdaemond.sh -%%MYSQLFLAG%%etc/authlib/authmysqlrc.dist -%%PGSQLFLAG%%etc/authlib/authpgsqlrc.dist -%%LDAPFLAG%%etc/authlib/authldaprc.dist -@unexec if cmp -s %D/etc/authlib/authdaemonrc.dist %D/etc/authlib/authdaemonrc; then rm -f %D/etc/authlib/authdaemonrc; fi -etc/authlib/authdaemonrc.dist -include/courier_auth_config.h -include/courierauth.h -include/courierauthsasl.h -include/courierauthsaslclient.h -include/courierauthdebug.h -lib/courier-authlib/libcourierauth.so.0 -lib/courier-authlib/libcourierauth.so -lib/courier-authlib/libcourierauth.a -lib/courier-authlib/libcourierauthsasl.so.0 -lib/courier-authlib/libcourierauthsasl.so -lib/courier-authlib/libcourierauthsasl.a -lib/courier-authlib/libcourierauthsaslclient.so.0 -lib/courier-authlib/libcourierauthsaslclient.so -lib/courier-authlib/libcourierauthsaslclient.a -lib/courier-authlib/libcourierauthcommon.so.0 -lib/courier-authlib/libcourierauthcommon.so -lib/courier-authlib/libcourierauthcommon.a -%%AUTHUSERDBFLAG%%lib/courier-authlib/libauthuserdb.so.0 -%%AUTHUSERDBFLAG%%lib/courier-authlib/libauthuserdb.so -%%PAMFLAG%%lib/courier-authlib/libauthpam.so.0 -%%PAMFLAG%%lib/courier-authlib/libauthpam.so -%%MYSQLFLAG%%lib/courier-authlib/libauthmysql.so.0 -%%MYSQLFLAG%%lib/courier-authlib/libauthmysql.so -%%PGSQLFLAG%%lib/courier-authlib/libauthpgsql.so.0 -%%PGSQLFLAG%%lib/courier-authlib/libauthpgsql.so -%%LDAPFLAG%%lib/courier-authlib/libauthldap.so.0 -%%LDAPFLAG%%lib/courier-authlib/libauthldap.so -%%VPOPMAILFLAG%%lib/courier-authlib/libauthvchkpw.so.0 -%%VPOPMAILFLAG%%lib/courier-authlib/libauthvchkpw.so -libexec/courier-authlib/authsystem.passwd -libexec/courier-authlib/authdaemond -%%AUTHUSERDBFLAG%%libexec/courier-authlib/makedatprog -sbin/authtest -sbin/authdaemond -sbin/authenumerate -sbin/courierlogger -%%AUTHUSERDBFLAG%%sbin/pw2userdb -%%AUTHUSERDBFLAG%%sbin/makeuserdb -%%AUTHUSERDBFLAG%%sbin/userdb -%%AUTHUSERDBFLAG%%sbin/userdb-test-cram-md5 -%%AUTHUSERDBFLAG%%sbin/userdbpw -%%AUTHUSERDBFLAG%%sbin/vchkpw2userdb -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.authdebug.html -%%PORTDOCS%%%%DOCSDIR%%/README.authmysql.html -%%PORTDOCS%%%%DOCSDIR%%/README.authmysql.myownquery -%%PORTDOCS%%%%DOCSDIR%%/README.authpostgres.html -%%PORTDOCS%%%%DOCSDIR%%/README.ldap -%%PORTDOCS%%%%DOCSDIR%%/README_authlib.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec rmdir /var/run/authdaemond 2>/dev/null || true -@unexec rmdir %D/etc/authlib 2>/dev/null || true -@dirrm lib/courier-authlib -@dirrm libexec/courier-authlib diff --git a/databases/courier-authlib-userdb/Makefile b/databases/courier-authlib-userdb/Makefile deleted file mode 100644 index 8be4fa9cad28..000000000000 --- a/databases/courier-authlib-userdb/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# New ports collection makefile for: courier-authdaemon -# Date created: 19 Dec 2004 -# Whom: Oliver Lehmann -# -# $FreeBSD$ -# - -PORTNAME= courier-authlib -PORTVERSION= 0.55 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= courier - -MAINTAINER= oliver@FreeBSD.org -COMMENT= Authentication library used by courier ports - -USE_BZIP2= yes -USE_REINPLACE= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_RC_SUBR= yes -USE_LIBTOOL_VER=15 -USE_LIBLTDL= yes - -# -# options available: -# -# WITH_MAILUSER: The user running authlib -# WITH_MAILGROUP: The group running authlib -# WITH_SYSLOG_FACILITY: The syslogfacility to use -# - -OPTIONS= PAM "Build with PAM support" on \ - VPOPMAIL "Build in vpopmail support" off \ - MYSQL "Build in mysql support" off \ - POSTGRESQL "Build in postgresql support" off \ - LDAP "Build in ldap support with openldap" off \ - GDBM "Use gdbm files instead of bdb" off \ - AUTHUSERDB "Build with authuserdb" on - -VPOPMAILDIR?= ${LOCALBASE}/vpopmail -WITH_MAILUSER?= daemon -WITH_MAILGROUP?=daemon - -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LIBS="${LDFLAGS} -L${LOCALBASE}/lib" - -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-authshadow \ - --without-authcustom \ - --enable-unicode \ - --enable-ltdl-install=no \ - --with-mailuser=${WITH_MAILUSER} \ - --with-mailgroup=${WITH_MAILGROUP} \ - --with-authdaemonvar=/var/run/authdaemond - -.include <bsd.port.pre.mk> - -.if defined(WITH_SYSLOG_FACILITY) -CONFIGURE_ARGS+=--with-syslog=${WITH_SYSLOG_FACILITY} -.endif - -.if defined(WITH_GDBM) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm -CONFIGURE_ARGS+=--with-db=gdbm -.else -CONFIGURE_ARGS+=--with-db=db -.endif - -.if !defined(WITH_VPOPMAIL) -CONFIGURE_ARGS+=--without-authvchkpw -PLIST_SUB+= VPOPMAILFLAG="@comment " -.else -CONFIGURE_ARGS+=--with-authvchkpw -BUILD_DEPENDS+= ${VPOPMAILDIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -PLIST_SUB+= VPOPMAILFLAG="" -.endif - -.if defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-authldap -PLIST_SUB+= LDAPFLAG="" -.else -CONFIGURE_ARGS+=--without-authldap -PLIST_SUB+= LDAPFLAG="@comment " -.endif - -.if !defined(WITH_MYSQL) -CONFIGURE_ARGS+=--without-authmysql -PLIST_SUB+= MYSQLFLAG="@comment " -.else -USE_MYSQL= YES -PLIST_SUB+= MYSQLFLAG="" -CONFIGURE_ARGS+=--with-authmysql \ - --with-mysql-libs=${LOCALBASE}/lib/mysql \ - --with-mysql-includes=${LOCALBASE}/include/mysql -.endif - -.if !defined(WITH_POSTGRESQL) -CONFIGURE_ARGS+=--without-authpgsql -PLIST_SUB+= PGSQLFLAG="@comment " -.else -USE_PGSQL= YES -PLIST_SUB+= PGSQLFLAG="" -.endif - -.if !defined(WITHOUT_PAM) -CONFIGURE_ARGS+=--with-authpam -PLIST_SUB+= PAMFLAG="" -.else -CONFIGURE_ARGS+=--without-authpam -PLIST_SUB+= PAMFLAG="@comment " -.endif - -.if defined(WITHOUT_AUTHUSERDB) -CONFIGURE_ARGS+=--without-authuserdb -PLIST_SUB+= AUTHUSERDBFLAG="@comment " -.else -PLIST_SUB+= AUTHUSERDBFLAG="" -.endif - -RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} MAILUSER=${WITH_MAILUSER} MAILGROUP=${WITH_MAILGROUP} - -MAN1= courierlogger.1 - -MAN3= authlib.3 auth_generic.3 auth_login.3 auth_getuserinfo.3 \ - auth_enumerate.3 auth_passwd.3 auth_getoption.3 auth_sasl.3 - -MAN8= makeuserdb.8 userdb.8 userdbpw.8 - -EXTRA_DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ - README.authdebug.html README.authmysql.html \ - README.authmysql.myownquery README.authpostgres.html \ - README.ldap README_authlib.html - -post-patch: - @${REINPLACE_CMD} -e 's|$$VPOPMAILLIBS|& -lcrypt|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|%%INSTALL_MAN%%|${INSTALL_MAN}|' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/liblog/Makefile.in \ - ${WRKSRC}/userdb/Makefile.in - @${REINPLACE_CMD} -e 's|DEFAULTOPTIONS=""|DEFAULTOPTIONS="wbnodsn=1"|' \ - ${WRKSRC}/authdaemonrc.in - @${REINPLACE_CMD} -e 's|conftest.lock|/tmp/courier-authlib.locktest|g' \ - ${WRKSRC}/liblock/locktest.c - -post-configure: - @${RM} -f /tmp/courier-authlib.locktest - -post-install: - ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/courier-authdaemond.sh > ${WRKDIR}/courier-authdaemond.sh - ${INSTALL_SCRIPT} ${WRKDIR}/courier-authdaemond.sh ${PREFIX}/etc/rc.d/courier-authdaemond.sh - cd ${WRKSRC} && ( ${GMAKE} install-configure ; cd - ) - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for a in ${EXTRA_DOCS} - ${INSTALL_DATA} ${WRKSRC}/${a} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/databases/courier-authlib-userdb/distinfo b/databases/courier-authlib-userdb/distinfo deleted file mode 100644 index f4e92b503fbb..000000000000 --- a/databases/courier-authlib-userdb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (courier-authlib-0.55.tar.bz2) = eb57aefb8460106709d560c40cccaa41 -SIZE(courier-authlib-0.55.tar.bz2) = 1972024 diff --git a/databases/courier-authlib-userdb/files/courier-authdaemond.sh b/databases/courier-authlib-userdb/files/courier-authdaemond.sh deleted file mode 100644 index c13b5d921c40..000000000000 --- a/databases/courier-authlib-userdb/files/courier-authdaemond.sh +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# -# An rc.subr-style startup script for courier-authdaemond service. - -# PROVIDE: courier_authdaemond -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# Define these courier_authdaemond_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/courier_authdaemond -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE - -courier_authdaemond_enable=${courier_authdaemond_enable-"NO"} - -. %%RC_SUBR%% - -name="courier_authdaemond" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/authdaemond" - -start_cmd="authdaemond_cmd start" -stop_cmd="authdaemond_cmd stop" -restart_cmd="authdaemond_cmd stop && authdaemond_cmd start" -rundir=/var/run/authdaemond -pidfile="${rundir}/pid" -procname="%%PREFIX%%/sbin/courierlogger" - -load_rc_config $name - -authdaemond_cmd () { - case $1 in - start) - if [ ! -d "${rundir}" ] ; then - mkdir -p -m 0750 "${rundir}" && chown %%MAILUSER%%:%%MAILGROUP%% "${rundir}" - if [ $? -ne 0 ] ; then - echo "creating ${rundir} with the correct permissions was not possible!" - return 1 - fi - fi - echo "Starting ${name}." - ${command} start - ;; - stop) - echo "Stopping ${name}." - ${command} stop - if [ $? -eq 0 ] ; then - [ -f "${pidfile}" ] && rm -f "$pidfile" - [ -f "${pidfile}.lock" ] && rm -f "${pidfile}.lock" - [ -S "${rundir}/socket" ] && rm -f "${rundir}/socket" - return 0 - fi - ;; - esac -} - -run_rc_command "$1" - diff --git a/databases/courier-authlib-userdb/files/patch-Makefile.in b/databases/courier-authlib-userdb/files/patch-Makefile.in deleted file mode 100644 index 03046540f679..000000000000 --- a/databases/courier-authlib-userdb/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Sat Dec 18 17:25:16 2004 -+++ Makefile.in Sat Dec 18 17:27:50 2004 -@@ -992,8 +992,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ - done - uninstall-man3: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-userdb/files/patch-ldap b/databases/courier-authlib-userdb/files/patch-ldap deleted file mode 100644 index 1cae12242d67..000000000000 --- a/databases/courier-authlib-userdb/files/patch-ldap +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Wed Mar 3 05:54:13 2004 -+++ configure Tue Mar 16 19:36:40 2004 -@@ -1268,6 +1268,10 @@ - { (exit 1); exit 1; }; } - fi - -+CFLAGS="$CFLAGS -I%%LOCALBASE%%/include" -+CPPFLAGS="$CPPFLAGS -I%%LOCALBASE%%/include" -+LDFLAGS="-L%%LOCALBASE%%/lib $LDFLAGS" -+ - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff --git a/databases/courier-authlib-userdb/files/patch-liblog::Makefile.in b/databases/courier-authlib-userdb/files/patch-liblog::Makefile.in deleted file mode 100644 index 301ba9c2efba..000000000000 --- a/databases/courier-authlib-userdb/files/patch-liblog::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- liblog/Makefile.in.orig Sat Dec 18 18:31:57 2004 -+++ liblog/Makefile.in Sat Dec 18 18:32:18 2004 -@@ -346,8 +346,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ - done - uninstall-man1: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-userdb/files/patch-mysql b/databases/courier-authlib-userdb/files/patch-mysql deleted file mode 100644 index 17f6042e3a47..000000000000 --- a/databases/courier-authlib-userdb/files/patch-mysql +++ /dev/null @@ -1,182 +0,0 @@ ---- configure.orig Sat Dec 18 17:28:54 2004 -+++ configure Sat Dec 18 17:30:51 2004 -@@ -23821,9 +23821,9 @@ - if test "$doauthmysql" = "" - then - LIBS="$MYSQL_LIBS $LIBS" -- echo "$as_me:$LINENO: checking for mysql_connect" >&5 --echo $ECHO_N "checking for mysql_connect... $ECHO_C" >&6 --if test "${ac_cv_func_mysql_connect+set}" = set; then -+ echo "$as_me:$LINENO: checking for mysql_real_connect" >&5 -+echo $ECHO_N "checking for mysql_real_connect... $ECHO_C" >&6 -+if test "${ac_cv_func_mysql_real_connect+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -23832,12 +23832,12 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --/* Define mysql_connect to an innocuous variant, in case <limits.h> declares mysql_connect. -+/* Define mysql_real_connect to an innocuous variant, in case <limits.h> declares mysql_real_connect. - For example, HP-UX 11i <limits.h> declares gettimeofday. */ --#define mysql_connect innocuous_mysql_connect -+#define mysql_real_connect innocuous_mysql_real_connect - - /* System header to define __stub macros and hopefully few prototypes, -- which can conflict with char mysql_connect (); below. -+ which can conflict with char mysql_real_connect (); below. - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since - <limits.h> exists even on freestanding compilers. */ - -@@ -23847,7 +23847,7 @@ - # include <assert.h> - #endif - --#undef mysql_connect -+#undef mysql_real_connect - - /* Override any gcc2 internal prototype to avoid an error. */ - #ifdef __cplusplus -@@ -23856,14 +23856,14 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char mysql_connect (); -+char mysql_real_connect (); - /* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ --#if defined (__stub_mysql_connect) || defined (__stub___mysql_connect) -+#if defined (__stub_mysql_real_connect) || defined (__stub___mysql_real_connect) - choke me - #else --char (*f) () = mysql_connect; -+char (*f) () = mysql_real_connect; - #endif - #ifdef __cplusplus - } -@@ -23872,7 +23872,7 @@ - int - main () - { --return f != mysql_connect; -+return f != mysql_real_connect; - ; - return 0; - } -@@ -23899,19 +23899,19 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_func_mysql_connect=yes -+ ac_cv_func_mysql_real_connect=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_mysql_connect=no -+ac_cv_func_mysql_real_connect=no - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_mysql_connect" >&5 --echo "${ECHO_T}$ac_cv_func_mysql_connect" >&6 --if test $ac_cv_func_mysql_connect = yes; then -+echo "$as_me:$LINENO: result: $ac_cv_func_mysql_real_connect" >&5 -+echo "${ECHO_T}$ac_cv_func_mysql_real_connect" >&6 -+if test $ac_cv_func_mysql_real_connect = yes; then - doauthmysql="yes" - - fi -@@ -24021,9 +24021,9 @@ - else - saveLIBS="$LIBS" - LIBS="$MYSQL_LIBS $LIBS" -- echo "$as_me:$LINENO: checking for mysql_connect" >&5 --echo $ECHO_N "checking for mysql_connect... $ECHO_C" >&6 --if test "${ac_cv_func_mysql_connect+set}" = set; then -+ echo "$as_me:$LINENO: checking for mysql_real_connect" >&5 -+echo $ECHO_N "checking for mysql_real_connect... $ECHO_C" >&6 -+if test "${ac_cv_func_mysql_real_connect+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -24032,12 +24032,12 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --/* Define mysql_connect to an innocuous variant, in case <limits.h> declares mysql_connect. -+/* Define mysql_real_connect to an innocuous variant, in case <limits.h> declares mysql_real_connect. - For example, HP-UX 11i <limits.h> declares gettimeofday. */ --#define mysql_connect innocuous_mysql_connect -+#define mysql_real_connect innocuous_mysql_real_connect - - /* System header to define __stub macros and hopefully few prototypes, -- which can conflict with char mysql_connect (); below. -+ which can conflict with char mysql_real_connect (); below. - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since - <limits.h> exists even on freestanding compilers. */ - -@@ -24047,7 +24047,7 @@ - # include <assert.h> - #endif - --#undef mysql_connect -+#undef mysql_real_connect - - /* Override any gcc2 internal prototype to avoid an error. */ - #ifdef __cplusplus -@@ -24056,14 +24056,14 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char mysql_connect (); -+char mysql_real_connect (); - /* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ --#if defined (__stub_mysql_connect) || defined (__stub___mysql_connect) -+#if defined (__stub_mysql_real_connect) || defined (__stub___mysql_real_connect) - choke me - #else --char (*f) () = mysql_connect; -+char (*f) () = mysql_real_connect; - #endif - #ifdef __cplusplus - } -@@ -24072,7 +24072,7 @@ - int - main () - { --return f != mysql_connect; -+return f != mysql_real_connect; - ; - return 0; - } -@@ -24099,19 +24099,19 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_func_mysql_connect=yes -+ ac_cv_func_mysql_real_connect=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_mysql_connect=no -+ac_cv_func_mysql_real_connect=no - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_mysql_connect" >&5 --echo "${ECHO_T}$ac_cv_func_mysql_connect" >&6 --if test $ac_cv_func_mysql_connect = yes; then -+echo "$as_me:$LINENO: result: $ac_cv_func_mysql_real_connect" >&5 -+echo "${ECHO_T}$ac_cv_func_mysql_real_connect" >&6 -+if test $ac_cv_func_mysql_real_connect = yes; then - LIBAUTHMYSQL="libauthmysql.la" - HAVE_AUTHMYSQL=1 - else diff --git a/databases/courier-authlib-userdb/files/patch-userdb::Makefile.in b/databases/courier-authlib-userdb/files/patch-userdb::Makefile.in deleted file mode 100644 index c4c62ce68aa3..000000000000 --- a/databases/courier-authlib-userdb/files/patch-userdb::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- userdb/Makefile.in.orig Sat Dec 18 18:33:08 2004 -+++ userdb/Makefile.in Sat Dec 18 18:34:09 2004 -@@ -378,8 +378,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \ - done - uninstall-man8: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-userdb/files/patch-userdb::pw2userdb.in b/databases/courier-authlib-userdb/files/patch-userdb::pw2userdb.in deleted file mode 100644 index 7cb79aa49b02..000000000000 --- a/databases/courier-authlib-userdb/files/patch-userdb::pw2userdb.in +++ /dev/null @@ -1,104 +0,0 @@ ---- userdb/pw2userdb.in.orig Wed Jul 19 13:55:15 2000 -+++ userdb/pw2userdb.in Tue Mar 1 21:58:51 2005 -@@ -7,6 +7,8 @@ - # Copyright 1998 - 1999 Double Precision, Inc. See COPYING for - # distribution information. - -+# Adapted to BSD master.passwd -+ - use Getopt::Long; - - # -@@ -22,42 +24,66 @@ - if $vpopuid; - - $passwd="/etc/passwd" unless $passwd =~ /./; --$shadow="/etc/shadow" unless $shadow =~ /./; -+$shadow="/etc/master.passwd" unless $shadow =~ /./; - - $domain="" unless $domain =~ /./; - $domain="\@$domain" if $domain =~ /./; - --open(PASSWD, $passwd) || die "$!\n"; -- --while (<PASSWD>) -+if (! $noshadow && $shadow =~ /master.passwd$/) - { -- chop if /\n$/; -- next if /^#/; -- ($acct,$passwd,$uid,$gid,$name,$home,$shell)=split( /:/ ); -- -- ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -- -- $PASSWORD{$acct}=$passwd if $passwd ne "x"; -- $UID{$acct}=$uid; -- $GID{$acct}=$gid; -- $HOME{$acct}=$home; -- $SHELL{$acct}=$shell; -- -- $name =~ s/\|/./g; # Just in case -- $GECOS{$acct}=$name; --} --close (PASSWD); -+ open(PASSWD, $shadow) || die "$!\n"; - --if ( -f $shadow && ! $noshadow) --{ -- open (SHADOW, $shadow) || die "$!\n"; -- while (<SHADOW>) -+ while (<PASSWD>) - { -+ chop if /\n$/; - next if /^#/; -- ($acct,$passwd,$dummy)=split(/:/); -+ ($acct,$passwd,$uid,$gid,$class,$change,$expire,$name,$home,$shell)=split( /:/ ); -+ -+ ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -+ $name =~ s/\|/./g; # Just in case -+ - $PASSWORD{$acct}=$passwd; -+ $UID{$acct}=$uid; -+ $GID{$acct}=$gid; -+ $HOME{$acct}=$home; -+ $SHELL{$acct}=$shell; -+ $GECOS{$acct}=$name; -+ } -+ close (PASSWD); -+} else { -+ open(PASSWD, $passwd) || die "$!\n"; -+ -+ while (<PASSWD>) -+ { -+ chop if /\n$/; -+ next if /^#/; -+ ($acct,$passwd,$uid,$gid,$name,$home,$shell)=split( /:/ ); -+ -+ ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -+ -+ $PASSWORD{$acct}=$passwd if $passwd ne "x"; -+ $UID{$acct}=$uid; -+ $GID{$acct}=$gid; -+ $HOME{$acct}=$home; -+ $SHELL{$acct}=$shell; -+ -+ $name =~ s/\|/./g; # Just in case -+ $GECOS{$acct}=$name; -+ } -+ close (PASSWD); -+ -+ if ( -f $shadow && ! $noshadow) -+ { -+ open (SHADOW, $shadow) || die "$!\n"; -+ while (<SHADOW>) -+ { -+ -+ next if /^#/; -+ ($acct,$passwd,$dummy)=split(/:/); -+ $PASSWORD{$acct}=$passwd; -+ } -+ close (SHADOW); - } -- close (SHADOW); - } - - while ( defined ($key=each %UID)) diff --git a/databases/courier-authlib-userdb/pkg-descr b/databases/courier-authlib-userdb/pkg-descr deleted file mode 100644 index 1b44b9f42019..000000000000 --- a/databases/courier-authlib-userdb/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Courier Authentication Library is a generic authentication API that -encapsulates the process of validating account passwords. In addition to -reading the traditional account passwords from /etc/passwd, the account -information can alternatively be obtained from an LDAP directory; a MySQL -or a PostgreSQL database; or a GDBM or a DB file. - -WWW: http://www.courier-mta.org/authlib/ diff --git a/databases/courier-authlib-userdb/pkg-plist b/databases/courier-authlib-userdb/pkg-plist deleted file mode 100644 index d3e729fba8d2..000000000000 --- a/databases/courier-authlib-userdb/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -@unexec [ ! -f /var/run/authdaemond/pid ] || %D/etc/rc.d/courier-authdaemond.sh stop || true -bin/courierauthconfig -etc/rc.d/courier-authdaemond.sh -%%MYSQLFLAG%%etc/authlib/authmysqlrc.dist -%%PGSQLFLAG%%etc/authlib/authpgsqlrc.dist -%%LDAPFLAG%%etc/authlib/authldaprc.dist -@unexec if cmp -s %D/etc/authlib/authdaemonrc.dist %D/etc/authlib/authdaemonrc; then rm -f %D/etc/authlib/authdaemonrc; fi -etc/authlib/authdaemonrc.dist -include/courier_auth_config.h -include/courierauth.h -include/courierauthsasl.h -include/courierauthsaslclient.h -include/courierauthdebug.h -lib/courier-authlib/libcourierauth.so.0 -lib/courier-authlib/libcourierauth.so -lib/courier-authlib/libcourierauth.a -lib/courier-authlib/libcourierauthsasl.so.0 -lib/courier-authlib/libcourierauthsasl.so -lib/courier-authlib/libcourierauthsasl.a -lib/courier-authlib/libcourierauthsaslclient.so.0 -lib/courier-authlib/libcourierauthsaslclient.so -lib/courier-authlib/libcourierauthsaslclient.a -lib/courier-authlib/libcourierauthcommon.so.0 -lib/courier-authlib/libcourierauthcommon.so -lib/courier-authlib/libcourierauthcommon.a -%%AUTHUSERDBFLAG%%lib/courier-authlib/libauthuserdb.so.0 -%%AUTHUSERDBFLAG%%lib/courier-authlib/libauthuserdb.so -%%PAMFLAG%%lib/courier-authlib/libauthpam.so.0 -%%PAMFLAG%%lib/courier-authlib/libauthpam.so -%%MYSQLFLAG%%lib/courier-authlib/libauthmysql.so.0 -%%MYSQLFLAG%%lib/courier-authlib/libauthmysql.so -%%PGSQLFLAG%%lib/courier-authlib/libauthpgsql.so.0 -%%PGSQLFLAG%%lib/courier-authlib/libauthpgsql.so -%%LDAPFLAG%%lib/courier-authlib/libauthldap.so.0 -%%LDAPFLAG%%lib/courier-authlib/libauthldap.so -%%VPOPMAILFLAG%%lib/courier-authlib/libauthvchkpw.so.0 -%%VPOPMAILFLAG%%lib/courier-authlib/libauthvchkpw.so -libexec/courier-authlib/authsystem.passwd -libexec/courier-authlib/authdaemond -%%AUTHUSERDBFLAG%%libexec/courier-authlib/makedatprog -sbin/authtest -sbin/authdaemond -sbin/authenumerate -sbin/courierlogger -%%AUTHUSERDBFLAG%%sbin/pw2userdb -%%AUTHUSERDBFLAG%%sbin/makeuserdb -%%AUTHUSERDBFLAG%%sbin/userdb -%%AUTHUSERDBFLAG%%sbin/userdb-test-cram-md5 -%%AUTHUSERDBFLAG%%sbin/userdbpw -%%AUTHUSERDBFLAG%%sbin/vchkpw2userdb -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.authdebug.html -%%PORTDOCS%%%%DOCSDIR%%/README.authmysql.html -%%PORTDOCS%%%%DOCSDIR%%/README.authmysql.myownquery -%%PORTDOCS%%%%DOCSDIR%%/README.authpostgres.html -%%PORTDOCS%%%%DOCSDIR%%/README.ldap -%%PORTDOCS%%%%DOCSDIR%%/README_authlib.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec rmdir /var/run/authdaemond 2>/dev/null || true -@unexec rmdir %D/etc/authlib 2>/dev/null || true -@dirrm lib/courier-authlib -@dirrm libexec/courier-authlib diff --git a/databases/courier-authlib-usergdbm/Makefile b/databases/courier-authlib-usergdbm/Makefile deleted file mode 100644 index 8be4fa9cad28..000000000000 --- a/databases/courier-authlib-usergdbm/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# New ports collection makefile for: courier-authdaemon -# Date created: 19 Dec 2004 -# Whom: Oliver Lehmann -# -# $FreeBSD$ -# - -PORTNAME= courier-authlib -PORTVERSION= 0.55 -PORTREVISION= 1 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= courier - -MAINTAINER= oliver@FreeBSD.org -COMMENT= Authentication library used by courier ports - -USE_BZIP2= yes -USE_REINPLACE= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_RC_SUBR= yes -USE_LIBTOOL_VER=15 -USE_LIBLTDL= yes - -# -# options available: -# -# WITH_MAILUSER: The user running authlib -# WITH_MAILGROUP: The group running authlib -# WITH_SYSLOG_FACILITY: The syslogfacility to use -# - -OPTIONS= PAM "Build with PAM support" on \ - VPOPMAIL "Build in vpopmail support" off \ - MYSQL "Build in mysql support" off \ - POSTGRESQL "Build in postgresql support" off \ - LDAP "Build in ldap support with openldap" off \ - GDBM "Use gdbm files instead of bdb" off \ - AUTHUSERDB "Build with authuserdb" on - -VPOPMAILDIR?= ${LOCALBASE}/vpopmail -WITH_MAILUSER?= daemon -WITH_MAILGROUP?=daemon - -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - CXXFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LIBS="${LDFLAGS} -L${LOCALBASE}/lib" - -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --without-authshadow \ - --without-authcustom \ - --enable-unicode \ - --enable-ltdl-install=no \ - --with-mailuser=${WITH_MAILUSER} \ - --with-mailgroup=${WITH_MAILGROUP} \ - --with-authdaemonvar=/var/run/authdaemond - -.include <bsd.port.pre.mk> - -.if defined(WITH_SYSLOG_FACILITY) -CONFIGURE_ARGS+=--with-syslog=${WITH_SYSLOG_FACILITY} -.endif - -.if defined(WITH_GDBM) -LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm -CONFIGURE_ARGS+=--with-db=gdbm -.else -CONFIGURE_ARGS+=--with-db=db -.endif - -.if !defined(WITH_VPOPMAIL) -CONFIGURE_ARGS+=--without-authvchkpw -PLIST_SUB+= VPOPMAILFLAG="@comment " -.else -CONFIGURE_ARGS+=--with-authvchkpw -BUILD_DEPENDS+= ${VPOPMAILDIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail -PLIST_SUB+= VPOPMAILFLAG="" -.endif - -.if defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-authldap -PLIST_SUB+= LDAPFLAG="" -.else -CONFIGURE_ARGS+=--without-authldap -PLIST_SUB+= LDAPFLAG="@comment " -.endif - -.if !defined(WITH_MYSQL) -CONFIGURE_ARGS+=--without-authmysql -PLIST_SUB+= MYSQLFLAG="@comment " -.else -USE_MYSQL= YES -PLIST_SUB+= MYSQLFLAG="" -CONFIGURE_ARGS+=--with-authmysql \ - --with-mysql-libs=${LOCALBASE}/lib/mysql \ - --with-mysql-includes=${LOCALBASE}/include/mysql -.endif - -.if !defined(WITH_POSTGRESQL) -CONFIGURE_ARGS+=--without-authpgsql -PLIST_SUB+= PGSQLFLAG="@comment " -.else -USE_PGSQL= YES -PLIST_SUB+= PGSQLFLAG="" -.endif - -.if !defined(WITHOUT_PAM) -CONFIGURE_ARGS+=--with-authpam -PLIST_SUB+= PAMFLAG="" -.else -CONFIGURE_ARGS+=--without-authpam -PLIST_SUB+= PAMFLAG="@comment " -.endif - -.if defined(WITHOUT_AUTHUSERDB) -CONFIGURE_ARGS+=--without-authuserdb -PLIST_SUB+= AUTHUSERDBFLAG="@comment " -.else -PLIST_SUB+= AUTHUSERDBFLAG="" -.endif - -RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} MAILUSER=${WITH_MAILUSER} MAILGROUP=${WITH_MAILGROUP} - -MAN1= courierlogger.1 - -MAN3= authlib.3 auth_generic.3 auth_login.3 auth_getuserinfo.3 \ - auth_enumerate.3 auth_passwd.3 auth_getoption.3 auth_sasl.3 - -MAN8= makeuserdb.8 userdb.8 userdbpw.8 - -EXTRA_DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ - README.authdebug.html README.authmysql.html \ - README.authmysql.myownquery README.authpostgres.html \ - README.ldap README_authlib.html - -post-patch: - @${REINPLACE_CMD} -e 's|$$VPOPMAILLIBS|& -lcrypt|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|%%INSTALL_MAN%%|${INSTALL_MAN}|' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/liblog/Makefile.in \ - ${WRKSRC}/userdb/Makefile.in - @${REINPLACE_CMD} -e 's|DEFAULTOPTIONS=""|DEFAULTOPTIONS="wbnodsn=1"|' \ - ${WRKSRC}/authdaemonrc.in - @${REINPLACE_CMD} -e 's|conftest.lock|/tmp/courier-authlib.locktest|g' \ - ${WRKSRC}/liblock/locktest.c - -post-configure: - @${RM} -f /tmp/courier-authlib.locktest - -post-install: - ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/courier-authdaemond.sh > ${WRKDIR}/courier-authdaemond.sh - ${INSTALL_SCRIPT} ${WRKDIR}/courier-authdaemond.sh ${PREFIX}/etc/rc.d/courier-authdaemond.sh - cd ${WRKSRC} && ( ${GMAKE} install-configure ; cd - ) - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for a in ${EXTRA_DOCS} - ${INSTALL_DATA} ${WRKSRC}/${a} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/databases/courier-authlib-usergdbm/distinfo b/databases/courier-authlib-usergdbm/distinfo deleted file mode 100644 index f4e92b503fbb..000000000000 --- a/databases/courier-authlib-usergdbm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (courier-authlib-0.55.tar.bz2) = eb57aefb8460106709d560c40cccaa41 -SIZE(courier-authlib-0.55.tar.bz2) = 1972024 diff --git a/databases/courier-authlib-usergdbm/files/courier-authdaemond.sh b/databases/courier-authlib-usergdbm/files/courier-authdaemond.sh deleted file mode 100644 index c13b5d921c40..000000000000 --- a/databases/courier-authlib-usergdbm/files/courier-authdaemond.sh +++ /dev/null @@ -1,60 +0,0 @@ -#!/bin/sh -# -# An rc.subr-style startup script for courier-authdaemond service. - -# PROVIDE: courier_authdaemond -# REQUIRE: LOGIN -# KEYWORD: FreeBSD shutdown - -# Define these courier_authdaemond_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/courier_authdaemond -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE - -courier_authdaemond_enable=${courier_authdaemond_enable-"NO"} - -. %%RC_SUBR%% - -name="courier_authdaemond" -rcvar=`set_rcvar` -command="%%PREFIX%%/sbin/authdaemond" - -start_cmd="authdaemond_cmd start" -stop_cmd="authdaemond_cmd stop" -restart_cmd="authdaemond_cmd stop && authdaemond_cmd start" -rundir=/var/run/authdaemond -pidfile="${rundir}/pid" -procname="%%PREFIX%%/sbin/courierlogger" - -load_rc_config $name - -authdaemond_cmd () { - case $1 in - start) - if [ ! -d "${rundir}" ] ; then - mkdir -p -m 0750 "${rundir}" && chown %%MAILUSER%%:%%MAILGROUP%% "${rundir}" - if [ $? -ne 0 ] ; then - echo "creating ${rundir} with the correct permissions was not possible!" - return 1 - fi - fi - echo "Starting ${name}." - ${command} start - ;; - stop) - echo "Stopping ${name}." - ${command} stop - if [ $? -eq 0 ] ; then - [ -f "${pidfile}" ] && rm -f "$pidfile" - [ -f "${pidfile}.lock" ] && rm -f "${pidfile}.lock" - [ -S "${rundir}/socket" ] && rm -f "${rundir}/socket" - return 0 - fi - ;; - esac -} - -run_rc_command "$1" - diff --git a/databases/courier-authlib-usergdbm/files/patch-Makefile.in b/databases/courier-authlib-usergdbm/files/patch-Makefile.in deleted file mode 100644 index 03046540f679..000000000000 --- a/databases/courier-authlib-usergdbm/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Sat Dec 18 17:25:16 2004 -+++ Makefile.in Sat Dec 18 17:27:50 2004 -@@ -992,8 +992,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \ - done - uninstall-man3: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-usergdbm/files/patch-ldap b/databases/courier-authlib-usergdbm/files/patch-ldap deleted file mode 100644 index 1cae12242d67..000000000000 --- a/databases/courier-authlib-usergdbm/files/patch-ldap +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Wed Mar 3 05:54:13 2004 -+++ configure Tue Mar 16 19:36:40 2004 -@@ -1268,6 +1268,10 @@ - { (exit 1); exit 1; }; } - fi - -+CFLAGS="$CFLAGS -I%%LOCALBASE%%/include" -+CPPFLAGS="$CPPFLAGS -I%%LOCALBASE%%/include" -+LDFLAGS="-L%%LOCALBASE%%/lib $LDFLAGS" -+ - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff --git a/databases/courier-authlib-usergdbm/files/patch-liblog::Makefile.in b/databases/courier-authlib-usergdbm/files/patch-liblog::Makefile.in deleted file mode 100644 index 301ba9c2efba..000000000000 --- a/databases/courier-authlib-usergdbm/files/patch-liblog::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- liblog/Makefile.in.orig Sat Dec 18 18:31:57 2004 -+++ liblog/Makefile.in Sat Dec 18 18:32:18 2004 -@@ -346,8 +346,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \ - done - uninstall-man1: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-usergdbm/files/patch-mysql b/databases/courier-authlib-usergdbm/files/patch-mysql deleted file mode 100644 index 17f6042e3a47..000000000000 --- a/databases/courier-authlib-usergdbm/files/patch-mysql +++ /dev/null @@ -1,182 +0,0 @@ ---- configure.orig Sat Dec 18 17:28:54 2004 -+++ configure Sat Dec 18 17:30:51 2004 -@@ -23821,9 +23821,9 @@ - if test "$doauthmysql" = "" - then - LIBS="$MYSQL_LIBS $LIBS" -- echo "$as_me:$LINENO: checking for mysql_connect" >&5 --echo $ECHO_N "checking for mysql_connect... $ECHO_C" >&6 --if test "${ac_cv_func_mysql_connect+set}" = set; then -+ echo "$as_me:$LINENO: checking for mysql_real_connect" >&5 -+echo $ECHO_N "checking for mysql_real_connect... $ECHO_C" >&6 -+if test "${ac_cv_func_mysql_real_connect+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -23832,12 +23832,12 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --/* Define mysql_connect to an innocuous variant, in case <limits.h> declares mysql_connect. -+/* Define mysql_real_connect to an innocuous variant, in case <limits.h> declares mysql_real_connect. - For example, HP-UX 11i <limits.h> declares gettimeofday. */ --#define mysql_connect innocuous_mysql_connect -+#define mysql_real_connect innocuous_mysql_real_connect - - /* System header to define __stub macros and hopefully few prototypes, -- which can conflict with char mysql_connect (); below. -+ which can conflict with char mysql_real_connect (); below. - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since - <limits.h> exists even on freestanding compilers. */ - -@@ -23847,7 +23847,7 @@ - # include <assert.h> - #endif - --#undef mysql_connect -+#undef mysql_real_connect - - /* Override any gcc2 internal prototype to avoid an error. */ - #ifdef __cplusplus -@@ -23856,14 +23856,14 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char mysql_connect (); -+char mysql_real_connect (); - /* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ --#if defined (__stub_mysql_connect) || defined (__stub___mysql_connect) -+#if defined (__stub_mysql_real_connect) || defined (__stub___mysql_real_connect) - choke me - #else --char (*f) () = mysql_connect; -+char (*f) () = mysql_real_connect; - #endif - #ifdef __cplusplus - } -@@ -23872,7 +23872,7 @@ - int - main () - { --return f != mysql_connect; -+return f != mysql_real_connect; - ; - return 0; - } -@@ -23899,19 +23899,19 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_func_mysql_connect=yes -+ ac_cv_func_mysql_real_connect=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_mysql_connect=no -+ac_cv_func_mysql_real_connect=no - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_mysql_connect" >&5 --echo "${ECHO_T}$ac_cv_func_mysql_connect" >&6 --if test $ac_cv_func_mysql_connect = yes; then -+echo "$as_me:$LINENO: result: $ac_cv_func_mysql_real_connect" >&5 -+echo "${ECHO_T}$ac_cv_func_mysql_real_connect" >&6 -+if test $ac_cv_func_mysql_real_connect = yes; then - doauthmysql="yes" - - fi -@@ -24021,9 +24021,9 @@ - else - saveLIBS="$LIBS" - LIBS="$MYSQL_LIBS $LIBS" -- echo "$as_me:$LINENO: checking for mysql_connect" >&5 --echo $ECHO_N "checking for mysql_connect... $ECHO_C" >&6 --if test "${ac_cv_func_mysql_connect+set}" = set; then -+ echo "$as_me:$LINENO: checking for mysql_real_connect" >&5 -+echo $ECHO_N "checking for mysql_real_connect... $ECHO_C" >&6 -+if test "${ac_cv_func_mysql_real_connect+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - cat >conftest.$ac_ext <<_ACEOF -@@ -24032,12 +24032,12 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --/* Define mysql_connect to an innocuous variant, in case <limits.h> declares mysql_connect. -+/* Define mysql_real_connect to an innocuous variant, in case <limits.h> declares mysql_real_connect. - For example, HP-UX 11i <limits.h> declares gettimeofday. */ --#define mysql_connect innocuous_mysql_connect -+#define mysql_real_connect innocuous_mysql_real_connect - - /* System header to define __stub macros and hopefully few prototypes, -- which can conflict with char mysql_connect (); below. -+ which can conflict with char mysql_real_connect (); below. - Prefer <limits.h> to <assert.h> if __STDC__ is defined, since - <limits.h> exists even on freestanding compilers. */ - -@@ -24047,7 +24047,7 @@ - # include <assert.h> - #endif - --#undef mysql_connect -+#undef mysql_real_connect - - /* Override any gcc2 internal prototype to avoid an error. */ - #ifdef __cplusplus -@@ -24056,14 +24056,14 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char mysql_connect (); -+char mysql_real_connect (); - /* The GNU C library defines this for functions which it implements - to always fail with ENOSYS. Some functions are actually named - something starting with __ and the normal name is an alias. */ --#if defined (__stub_mysql_connect) || defined (__stub___mysql_connect) -+#if defined (__stub_mysql_real_connect) || defined (__stub___mysql_real_connect) - choke me - #else --char (*f) () = mysql_connect; -+char (*f) () = mysql_real_connect; - #endif - #ifdef __cplusplus - } -@@ -24072,7 +24072,7 @@ - int - main () - { --return f != mysql_connect; -+return f != mysql_real_connect; - ; - return 0; - } -@@ -24099,19 +24099,19 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_func_mysql_connect=yes -+ ac_cv_func_mysql_real_connect=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_func_mysql_connect=no -+ac_cv_func_mysql_real_connect=no - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - fi --echo "$as_me:$LINENO: result: $ac_cv_func_mysql_connect" >&5 --echo "${ECHO_T}$ac_cv_func_mysql_connect" >&6 --if test $ac_cv_func_mysql_connect = yes; then -+echo "$as_me:$LINENO: result: $ac_cv_func_mysql_real_connect" >&5 -+echo "${ECHO_T}$ac_cv_func_mysql_real_connect" >&6 -+if test $ac_cv_func_mysql_real_connect = yes; then - LIBAUTHMYSQL="libauthmysql.la" - HAVE_AUTHMYSQL=1 - else diff --git a/databases/courier-authlib-usergdbm/files/patch-userdb::Makefile.in b/databases/courier-authlib-usergdbm/files/patch-userdb::Makefile.in deleted file mode 100644 index c4c62ce68aa3..000000000000 --- a/databases/courier-authlib-usergdbm/files/patch-userdb::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- userdb/Makefile.in.orig Sat Dec 18 18:33:08 2004 -+++ userdb/Makefile.in Sat Dec 18 18:34:09 2004 -@@ -378,8 +378,8 @@ - inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ - inst=`echo $$inst | sed -e 's/^.*\///'`; \ - inst=`echo $$inst | sed '$(transform)'`.$$ext; \ -- echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ -- $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \ -+ echo " %%INSTALL_MAN%% '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ -+ %%INSTALL_MAN%% "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \ - done - uninstall-man8: - @$(NORMAL_UNINSTALL) diff --git a/databases/courier-authlib-usergdbm/files/patch-userdb::pw2userdb.in b/databases/courier-authlib-usergdbm/files/patch-userdb::pw2userdb.in deleted file mode 100644 index 7cb79aa49b02..000000000000 --- a/databases/courier-authlib-usergdbm/files/patch-userdb::pw2userdb.in +++ /dev/null @@ -1,104 +0,0 @@ ---- userdb/pw2userdb.in.orig Wed Jul 19 13:55:15 2000 -+++ userdb/pw2userdb.in Tue Mar 1 21:58:51 2005 -@@ -7,6 +7,8 @@ - # Copyright 1998 - 1999 Double Precision, Inc. See COPYING for - # distribution information. - -+# Adapted to BSD master.passwd -+ - use Getopt::Long; - - # -@@ -22,42 +24,66 @@ - if $vpopuid; - - $passwd="/etc/passwd" unless $passwd =~ /./; --$shadow="/etc/shadow" unless $shadow =~ /./; -+$shadow="/etc/master.passwd" unless $shadow =~ /./; - - $domain="" unless $domain =~ /./; - $domain="\@$domain" if $domain =~ /./; - --open(PASSWD, $passwd) || die "$!\n"; -- --while (<PASSWD>) -+if (! $noshadow && $shadow =~ /master.passwd$/) - { -- chop if /\n$/; -- next if /^#/; -- ($acct,$passwd,$uid,$gid,$name,$home,$shell)=split( /:/ ); -- -- ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -- -- $PASSWORD{$acct}=$passwd if $passwd ne "x"; -- $UID{$acct}=$uid; -- $GID{$acct}=$gid; -- $HOME{$acct}=$home; -- $SHELL{$acct}=$shell; -- -- $name =~ s/\|/./g; # Just in case -- $GECOS{$acct}=$name; --} --close (PASSWD); -+ open(PASSWD, $shadow) || die "$!\n"; - --if ( -f $shadow && ! $noshadow) --{ -- open (SHADOW, $shadow) || die "$!\n"; -- while (<SHADOW>) -+ while (<PASSWD>) - { -+ chop if /\n$/; - next if /^#/; -- ($acct,$passwd,$dummy)=split(/:/); -+ ($acct,$passwd,$uid,$gid,$class,$change,$expire,$name,$home,$shell)=split( /:/ ); -+ -+ ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -+ $name =~ s/\|/./g; # Just in case -+ - $PASSWORD{$acct}=$passwd; -+ $UID{$acct}=$uid; -+ $GID{$acct}=$gid; -+ $HOME{$acct}=$home; -+ $SHELL{$acct}=$shell; -+ $GECOS{$acct}=$name; -+ } -+ close (PASSWD); -+} else { -+ open(PASSWD, $passwd) || die "$!\n"; -+ -+ while (<PASSWD>) -+ { -+ chop if /\n$/; -+ next if /^#/; -+ ($acct,$passwd,$uid,$gid,$name,$home,$shell)=split( /:/ ); -+ -+ ($uid,$gid)=($fixed_uid,$fixed_gid) if $vpopuid; -+ -+ $PASSWORD{$acct}=$passwd if $passwd ne "x"; -+ $UID{$acct}=$uid; -+ $GID{$acct}=$gid; -+ $HOME{$acct}=$home; -+ $SHELL{$acct}=$shell; -+ -+ $name =~ s/\|/./g; # Just in case -+ $GECOS{$acct}=$name; -+ } -+ close (PASSWD); -+ -+ if ( -f $shadow && ! $noshadow) -+ { -+ open (SHADOW, $shadow) || die "$!\n"; -+ while (<SHADOW>) -+ { -+ -+ next if /^#/; -+ ($acct,$passwd,$dummy)=split(/:/); -+ $PASSWORD{$acct}=$passwd; -+ } -+ close (SHADOW); - } -- close (SHADOW); - } - - while ( defined ($key=each %UID)) diff --git a/databases/courier-authlib-usergdbm/pkg-descr b/databases/courier-authlib-usergdbm/pkg-descr deleted file mode 100644 index 1b44b9f42019..000000000000 --- a/databases/courier-authlib-usergdbm/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Courier Authentication Library is a generic authentication API that -encapsulates the process of validating account passwords. In addition to -reading the traditional account passwords from /etc/passwd, the account -information can alternatively be obtained from an LDAP directory; a MySQL -or a PostgreSQL database; or a GDBM or a DB file. - -WWW: http://www.courier-mta.org/authlib/ diff --git a/databases/courier-authlib-usergdbm/pkg-plist b/databases/courier-authlib-usergdbm/pkg-plist deleted file mode 100644 index d3e729fba8d2..000000000000 --- a/databases/courier-authlib-usergdbm/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -@unexec [ ! -f /var/run/authdaemond/pid ] || %D/etc/rc.d/courier-authdaemond.sh stop || true -bin/courierauthconfig -etc/rc.d/courier-authdaemond.sh -%%MYSQLFLAG%%etc/authlib/authmysqlrc.dist -%%PGSQLFLAG%%etc/authlib/authpgsqlrc.dist -%%LDAPFLAG%%etc/authlib/authldaprc.dist -@unexec if cmp -s %D/etc/authlib/authdaemonrc.dist %D/etc/authlib/authdaemonrc; then rm -f %D/etc/authlib/authdaemonrc; fi -etc/authlib/authdaemonrc.dist -include/courier_auth_config.h -include/courierauth.h -include/courierauthsasl.h -include/courierauthsaslclient.h -include/courierauthdebug.h -lib/courier-authlib/libcourierauth.so.0 -lib/courier-authlib/libcourierauth.so -lib/courier-authlib/libcourierauth.a -lib/courier-authlib/libcourierauthsasl.so.0 -lib/courier-authlib/libcourierauthsasl.so -lib/courier-authlib/libcourierauthsasl.a -lib/courier-authlib/libcourierauthsaslclient.so.0 -lib/courier-authlib/libcourierauthsaslclient.so -lib/courier-authlib/libcourierauthsaslclient.a -lib/courier-authlib/libcourierauthcommon.so.0 -lib/courier-authlib/libcourierauthcommon.so -lib/courier-authlib/libcourierauthcommon.a -%%AUTHUSERDBFLAG%%lib/courier-authlib/libauthuserdb.so.0 -%%AUTHUSERDBFLAG%%lib/courier-authlib/libauthuserdb.so -%%PAMFLAG%%lib/courier-authlib/libauthpam.so.0 -%%PAMFLAG%%lib/courier-authlib/libauthpam.so -%%MYSQLFLAG%%lib/courier-authlib/libauthmysql.so.0 -%%MYSQLFLAG%%lib/courier-authlib/libauthmysql.so -%%PGSQLFLAG%%lib/courier-authlib/libauthpgsql.so.0 -%%PGSQLFLAG%%lib/courier-authlib/libauthpgsql.so -%%LDAPFLAG%%lib/courier-authlib/libauthldap.so.0 -%%LDAPFLAG%%lib/courier-authlib/libauthldap.so -%%VPOPMAILFLAG%%lib/courier-authlib/libauthvchkpw.so.0 -%%VPOPMAILFLAG%%lib/courier-authlib/libauthvchkpw.so -libexec/courier-authlib/authsystem.passwd -libexec/courier-authlib/authdaemond -%%AUTHUSERDBFLAG%%libexec/courier-authlib/makedatprog -sbin/authtest -sbin/authdaemond -sbin/authenumerate -sbin/courierlogger -%%AUTHUSERDBFLAG%%sbin/pw2userdb -%%AUTHUSERDBFLAG%%sbin/makeuserdb -%%AUTHUSERDBFLAG%%sbin/userdb -%%AUTHUSERDBFLAG%%sbin/userdb-test-cram-md5 -%%AUTHUSERDBFLAG%%sbin/userdbpw -%%AUTHUSERDBFLAG%%sbin/vchkpw2userdb -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.authdebug.html -%%PORTDOCS%%%%DOCSDIR%%/README.authmysql.html -%%PORTDOCS%%%%DOCSDIR%%/README.authmysql.myownquery -%%PORTDOCS%%%%DOCSDIR%%/README.authpostgres.html -%%PORTDOCS%%%%DOCSDIR%%/README.ldap -%%PORTDOCS%%%%DOCSDIR%%/README_authlib.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec rmdir /var/run/authdaemond 2>/dev/null || true -@unexec rmdir %D/etc/authlib 2>/dev/null || true -@dirrm lib/courier-authlib -@dirrm libexec/courier-authlib diff --git a/databases/db44/Makefile b/databases/db44/Makefile deleted file mode 100644 index cc9d3bb7d643..000000000000 --- a/databases/db44/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# ports collection makefile for: Berkeley DB v4.3 -# Date created: 2004-11-10 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= db43 -PORTVERSION= 4.3.27 -PORTREVISION= 2 -CATEGORIES= databases -MASTER_SITES= http://downloads.sleepycat.com/ -PKGNAMESUFFIX?= -DISTNAME?= db-${PORTVERSION} -DIST_SUBDIR= bdb - -PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ -PATCHFILES= patch.${PORTVERSION}.1 patch.4.3.27.3 -# patch.4.3.27.1 affects C++ DbEnv::ref_elect -# patch.4.3.27.2 is Windows-specific -# patch.4.3.27.3 fixes failues in HA configurations w/ private DB environments -PATCH_DIST_STRIP= -d .. - -MAINTAINER= matthias.andree@gmx.de -COMMENT= The Berkeley DB package, revision 4.3 - -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 -CONFIGURE_SCRIPT= ../dist/configure -LIBTOOLFILES= ${CONFIGURE_SCRIPT} -CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} -BDBVER= ${PORTVERSION:R} -BDBMINOR= ${BDBVER:E:S/^\.//} -BDBDIR= BerkeleyDB.${BDBVER} -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-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.pre.mk> - -.if ${ARCH} == amd64 -CONFIGURE_ARGS+= --with-mutex=x86/gcc-assembly -.endif - -.include <bsd.port.post.mk> diff --git a/databases/db44/distinfo b/databases/db44/distinfo deleted file mode 100644 index 94e7b1a5c976..000000000000 --- a/databases/db44/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (bdb/db-4.3.27.tar.gz) = fcc481d52c3b80e20a328f8c0cb042bd -SIZE (bdb/db-4.3.27.tar.gz) = 5921872 -MD5 (bdb/patch.4.3.27.1) = 08ae7243f5e2ae5793064e961b072a63 -SIZE (bdb/patch.4.3.27.1) = 707 -MD5 (bdb/patch.4.3.27.3) = 598007d680ada03392edeb95577d61fa -SIZE (bdb/patch.4.3.27.3) = 421 diff --git a/databases/db44/files/patch-dist::configure b/databases/db44/files/patch-dist::configure deleted file mode 100644 index 2dac99fc909d..000000000000 --- a/databases/db44/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/db44/pkg-descr b/databases/db44/pkg-descr deleted file mode 100644 index c99b54437029..000000000000 --- a/databases/db44/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Version 4.3 of the Berkeley Data Base library which offers (key/value) storage -with optional concurrent access or transactions interface. - -Utilities are included in the distribution to convert v1.85 databases to v4.3 -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://www.sleepycat.com/download/patchlogs.shtml - --- Matthias Andree - -WWW: http://www.sleepycat.com/ diff --git a/databases/db44/pkg-plist b/databases/db44/pkg-plist deleted file mode 100644 index 8d51f88a0b49..000000000000 --- a/databases/db44/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -bin/db43/berkeley_db_svc -bin/db43/db_archive -bin/db43/db_checkpoint -bin/db43/db_deadlock -bin/db43/db_dump -bin/db43/db_dump185 -bin/db43/db_load -bin/db43/db_printlog -bin/db43/db_recover -bin/db43/db_stat -bin/db43/db_upgrade -bin/db43/db_verify -bin/berkeley_db_svc-4.3 -bin/db_archive-4.3 -bin/db_checkpoint-4.3 -bin/db_deadlock-4.3 -bin/db_dump-4.3 -bin/db_dump185-4.3 -bin/db_load-4.3 -bin/db_printlog-4.3 -bin/db_recover-4.3 -bin/db_stat-4.3 -bin/db_upgrade-4.3 -bin/db_verify-4.3 -include/db43/db.h -include/db43/db_185.h -include/db43/db_cxx.h -lib/db43/libdb-4.3.a -lib/db43/libdb-4.3.la -lib/db43/libdb-4.3.so -lib/db43/libdb-4.3.so.0 -lib/db43/libdb-4.so -lib/db43/libdb.a -lib/db43/libdb.so -lib/db43/libdb_cxx-4.3.a -lib/db43/libdb_cxx-4.3.la -lib/db43/libdb_cxx-4.3.so -lib/db43/libdb_cxx-4.3.so.0 -lib/db43/libdb_cxx-4.so -lib/db43/libdb_cxx.a -lib/db43/libdb_cxx.so -lib/libdb-4.3.so -lib/libdb-4.3.so.0 -lib/libdb_cxx-4.3.so -lib/libdb_cxx-4.3.so.0 -@dirrm lib/db43 -@dirrm include/db43 -@dirrm bin/db43 diff --git a/databases/db45/Makefile b/databases/db45/Makefile deleted file mode 100644 index cc9d3bb7d643..000000000000 --- a/databases/db45/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# ports collection makefile for: Berkeley DB v4.3 -# Date created: 2004-11-10 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= db43 -PORTVERSION= 4.3.27 -PORTREVISION= 2 -CATEGORIES= databases -MASTER_SITES= http://downloads.sleepycat.com/ -PKGNAMESUFFIX?= -DISTNAME?= db-${PORTVERSION} -DIST_SUBDIR= bdb - -PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ -PATCHFILES= patch.${PORTVERSION}.1 patch.4.3.27.3 -# patch.4.3.27.1 affects C++ DbEnv::ref_elect -# patch.4.3.27.2 is Windows-specific -# patch.4.3.27.3 fixes failues in HA configurations w/ private DB environments -PATCH_DIST_STRIP= -d .. - -MAINTAINER= matthias.andree@gmx.de -COMMENT= The Berkeley DB package, revision 4.3 - -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 -CONFIGURE_SCRIPT= ../dist/configure -LIBTOOLFILES= ${CONFIGURE_SCRIPT} -CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} -BDBVER= ${PORTVERSION:R} -BDBMINOR= ${BDBVER:E:S/^\.//} -BDBDIR= BerkeleyDB.${BDBVER} -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-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.pre.mk> - -.if ${ARCH} == amd64 -CONFIGURE_ARGS+= --with-mutex=x86/gcc-assembly -.endif - -.include <bsd.port.post.mk> diff --git a/databases/db45/distinfo b/databases/db45/distinfo deleted file mode 100644 index 94e7b1a5c976..000000000000 --- a/databases/db45/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (bdb/db-4.3.27.tar.gz) = fcc481d52c3b80e20a328f8c0cb042bd -SIZE (bdb/db-4.3.27.tar.gz) = 5921872 -MD5 (bdb/patch.4.3.27.1) = 08ae7243f5e2ae5793064e961b072a63 -SIZE (bdb/patch.4.3.27.1) = 707 -MD5 (bdb/patch.4.3.27.3) = 598007d680ada03392edeb95577d61fa -SIZE (bdb/patch.4.3.27.3) = 421 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 c99b54437029..000000000000 --- a/databases/db45/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Version 4.3 of the Berkeley Data Base library which offers (key/value) storage -with optional concurrent access or transactions interface. - -Utilities are included in the distribution to convert v1.85 databases to v4.3 -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://www.sleepycat.com/download/patchlogs.shtml - --- Matthias Andree - -WWW: http://www.sleepycat.com/ diff --git a/databases/db45/pkg-plist b/databases/db45/pkg-plist deleted file mode 100644 index 8d51f88a0b49..000000000000 --- a/databases/db45/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -bin/db43/berkeley_db_svc -bin/db43/db_archive -bin/db43/db_checkpoint -bin/db43/db_deadlock -bin/db43/db_dump -bin/db43/db_dump185 -bin/db43/db_load -bin/db43/db_printlog -bin/db43/db_recover -bin/db43/db_stat -bin/db43/db_upgrade -bin/db43/db_verify -bin/berkeley_db_svc-4.3 -bin/db_archive-4.3 -bin/db_checkpoint-4.3 -bin/db_deadlock-4.3 -bin/db_dump-4.3 -bin/db_dump185-4.3 -bin/db_load-4.3 -bin/db_printlog-4.3 -bin/db_recover-4.3 -bin/db_stat-4.3 -bin/db_upgrade-4.3 -bin/db_verify-4.3 -include/db43/db.h -include/db43/db_185.h -include/db43/db_cxx.h -lib/db43/libdb-4.3.a -lib/db43/libdb-4.3.la -lib/db43/libdb-4.3.so -lib/db43/libdb-4.3.so.0 -lib/db43/libdb-4.so -lib/db43/libdb.a -lib/db43/libdb.so -lib/db43/libdb_cxx-4.3.a -lib/db43/libdb_cxx-4.3.la -lib/db43/libdb_cxx-4.3.so -lib/db43/libdb_cxx-4.3.so.0 -lib/db43/libdb_cxx-4.so -lib/db43/libdb_cxx.a -lib/db43/libdb_cxx.so -lib/libdb-4.3.so -lib/libdb-4.3.so.0 -lib/libdb_cxx-4.3.so -lib/libdb_cxx-4.3.so.0 -@dirrm lib/db43 -@dirrm include/db43 -@dirrm bin/db43 diff --git a/databases/db46/Makefile b/databases/db46/Makefile deleted file mode 100644 index cc9d3bb7d643..000000000000 --- a/databases/db46/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# ports collection makefile for: Berkeley DB v4.3 -# Date created: 2004-11-10 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= db43 -PORTVERSION= 4.3.27 -PORTREVISION= 2 -CATEGORIES= databases -MASTER_SITES= http://downloads.sleepycat.com/ -PKGNAMESUFFIX?= -DISTNAME?= db-${PORTVERSION} -DIST_SUBDIR= bdb - -PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ -PATCHFILES= patch.${PORTVERSION}.1 patch.4.3.27.3 -# patch.4.3.27.1 affects C++ DbEnv::ref_elect -# patch.4.3.27.2 is Windows-specific -# patch.4.3.27.3 fixes failues in HA configurations w/ private DB environments -PATCH_DIST_STRIP= -d .. - -MAINTAINER= matthias.andree@gmx.de -COMMENT= The Berkeley DB package, revision 4.3 - -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 -CONFIGURE_SCRIPT= ../dist/configure -LIBTOOLFILES= ${CONFIGURE_SCRIPT} -CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} -BDBVER= ${PORTVERSION:R} -BDBMINOR= ${BDBVER:E:S/^\.//} -BDBDIR= BerkeleyDB.${BDBVER} -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-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.pre.mk> - -.if ${ARCH} == amd64 -CONFIGURE_ARGS+= --with-mutex=x86/gcc-assembly -.endif - -.include <bsd.port.post.mk> diff --git a/databases/db46/distinfo b/databases/db46/distinfo deleted file mode 100644 index 94e7b1a5c976..000000000000 --- a/databases/db46/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (bdb/db-4.3.27.tar.gz) = fcc481d52c3b80e20a328f8c0cb042bd -SIZE (bdb/db-4.3.27.tar.gz) = 5921872 -MD5 (bdb/patch.4.3.27.1) = 08ae7243f5e2ae5793064e961b072a63 -SIZE (bdb/patch.4.3.27.1) = 707 -MD5 (bdb/patch.4.3.27.3) = 598007d680ada03392edeb95577d61fa -SIZE (bdb/patch.4.3.27.3) = 421 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 c99b54437029..000000000000 --- a/databases/db46/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Version 4.3 of the Berkeley Data Base library which offers (key/value) storage -with optional concurrent access or transactions interface. - -Utilities are included in the distribution to convert v1.85 databases to v4.3 -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://www.sleepycat.com/download/patchlogs.shtml - --- Matthias Andree - -WWW: http://www.sleepycat.com/ diff --git a/databases/db46/pkg-plist b/databases/db46/pkg-plist deleted file mode 100644 index 8d51f88a0b49..000000000000 --- a/databases/db46/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -bin/db43/berkeley_db_svc -bin/db43/db_archive -bin/db43/db_checkpoint -bin/db43/db_deadlock -bin/db43/db_dump -bin/db43/db_dump185 -bin/db43/db_load -bin/db43/db_printlog -bin/db43/db_recover -bin/db43/db_stat -bin/db43/db_upgrade -bin/db43/db_verify -bin/berkeley_db_svc-4.3 -bin/db_archive-4.3 -bin/db_checkpoint-4.3 -bin/db_deadlock-4.3 -bin/db_dump-4.3 -bin/db_dump185-4.3 -bin/db_load-4.3 -bin/db_printlog-4.3 -bin/db_recover-4.3 -bin/db_stat-4.3 -bin/db_upgrade-4.3 -bin/db_verify-4.3 -include/db43/db.h -include/db43/db_185.h -include/db43/db_cxx.h -lib/db43/libdb-4.3.a -lib/db43/libdb-4.3.la -lib/db43/libdb-4.3.so -lib/db43/libdb-4.3.so.0 -lib/db43/libdb-4.so -lib/db43/libdb.a -lib/db43/libdb.so -lib/db43/libdb_cxx-4.3.a -lib/db43/libdb_cxx-4.3.la -lib/db43/libdb_cxx-4.3.so -lib/db43/libdb_cxx-4.3.so.0 -lib/db43/libdb_cxx-4.so -lib/db43/libdb_cxx.a -lib/db43/libdb_cxx.so -lib/libdb-4.3.so -lib/libdb-4.3.so.0 -lib/libdb_cxx-4.3.so -lib/libdb_cxx-4.3.so.0 -@dirrm lib/db43 -@dirrm include/db43 -@dirrm bin/db43 diff --git a/databases/db47/Makefile b/databases/db47/Makefile deleted file mode 100644 index cc9d3bb7d643..000000000000 --- a/databases/db47/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# ports collection makefile for: Berkeley DB v4.3 -# Date created: 2004-11-10 -# Whom: Matthias Andree <matthias.andree@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= db43 -PORTVERSION= 4.3.27 -PORTREVISION= 2 -CATEGORIES= databases -MASTER_SITES= http://downloads.sleepycat.com/ -PKGNAMESUFFIX?= -DISTNAME?= db-${PORTVERSION} -DIST_SUBDIR= bdb - -PATCH_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ -PATCHFILES= patch.${PORTVERSION}.1 patch.4.3.27.3 -# patch.4.3.27.1 affects C++ DbEnv::ref_elect -# patch.4.3.27.2 is Windows-specific -# patch.4.3.27.3 fixes failues in HA configurations w/ private DB environments -PATCH_DIST_STRIP= -d .. - -MAINTAINER= matthias.andree@gmx.de -COMMENT= The Berkeley DB package, revision 4.3 - -WRKSRC= ${WRKDIR}/${DISTNAME}/build_unix - -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER= 15 -CONFIGURE_SCRIPT= ../dist/configure -LIBTOOLFILES= ${CONFIGURE_SCRIPT} -CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} -BDBVER= ${PORTVERSION:R} -BDBMINOR= ${BDBVER:E:S/^\.//} -BDBDIR= BerkeleyDB.${BDBVER} -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-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.pre.mk> - -.if ${ARCH} == amd64 -CONFIGURE_ARGS+= --with-mutex=x86/gcc-assembly -.endif - -.include <bsd.port.post.mk> diff --git a/databases/db47/distinfo b/databases/db47/distinfo deleted file mode 100644 index 94e7b1a5c976..000000000000 --- a/databases/db47/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (bdb/db-4.3.27.tar.gz) = fcc481d52c3b80e20a328f8c0cb042bd -SIZE (bdb/db-4.3.27.tar.gz) = 5921872 -MD5 (bdb/patch.4.3.27.1) = 08ae7243f5e2ae5793064e961b072a63 -SIZE (bdb/patch.4.3.27.1) = 707 -MD5 (bdb/patch.4.3.27.3) = 598007d680ada03392edeb95577d61fa -SIZE (bdb/patch.4.3.27.3) = 421 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 c99b54437029..000000000000 --- a/databases/db47/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Version 4.3 of the Berkeley Data Base library which offers (key/value) storage -with optional concurrent access or transactions interface. - -Utilities are included in the distribution to convert v1.85 databases to v4.3 -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://www.sleepycat.com/download/patchlogs.shtml - --- Matthias Andree - -WWW: http://www.sleepycat.com/ diff --git a/databases/db47/pkg-plist b/databases/db47/pkg-plist deleted file mode 100644 index 8d51f88a0b49..000000000000 --- a/databases/db47/pkg-plist +++ /dev/null @@ -1,48 +0,0 @@ -bin/db43/berkeley_db_svc -bin/db43/db_archive -bin/db43/db_checkpoint -bin/db43/db_deadlock -bin/db43/db_dump -bin/db43/db_dump185 -bin/db43/db_load -bin/db43/db_printlog -bin/db43/db_recover -bin/db43/db_stat -bin/db43/db_upgrade -bin/db43/db_verify -bin/berkeley_db_svc-4.3 -bin/db_archive-4.3 -bin/db_checkpoint-4.3 -bin/db_deadlock-4.3 -bin/db_dump-4.3 -bin/db_dump185-4.3 -bin/db_load-4.3 -bin/db_printlog-4.3 -bin/db_recover-4.3 -bin/db_stat-4.3 -bin/db_upgrade-4.3 -bin/db_verify-4.3 -include/db43/db.h -include/db43/db_185.h -include/db43/db_cxx.h -lib/db43/libdb-4.3.a -lib/db43/libdb-4.3.la -lib/db43/libdb-4.3.so -lib/db43/libdb-4.3.so.0 -lib/db43/libdb-4.so -lib/db43/libdb.a -lib/db43/libdb.so -lib/db43/libdb_cxx-4.3.a -lib/db43/libdb_cxx-4.3.la -lib/db43/libdb_cxx-4.3.so -lib/db43/libdb_cxx-4.3.so.0 -lib/db43/libdb_cxx-4.so -lib/db43/libdb_cxx.a -lib/db43/libdb_cxx.so -lib/libdb-4.3.so -lib/libdb-4.3.so.0 -lib/libdb_cxx-4.3.so -lib/libdb_cxx-4.3.so.0 -@dirrm lib/db43 -@dirrm include/db43 -@dirrm bin/db43 diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile deleted file mode 100644 index ffa3f99edcfa..000000000000 --- a/databases/dbh10/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: dbh -# Date created: Aug 9, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= dbh -PORTVERSION= 1.0.24 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Disk Based Hashtables - -USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER= 15 -INSTALLS_SHLIB= yes - -.include <bsd.port.mk> diff --git a/databases/dbh10/distinfo b/databases/dbh10/distinfo deleted file mode 100644 index c11556d2a780..000000000000 --- a/databases/dbh10/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (dbh-1.0.24.tar.gz) = 42e122a321089f2429986d0d161ed92a -SIZE (dbh-1.0.24.tar.gz) = 371463 diff --git a/databases/dbh10/pkg-descr b/databases/dbh10/pkg-descr deleted file mode 100644 index d9fbb8c8226e..000000000000 --- a/databases/dbh10/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -A DBH is a convenient way to associate keys composed by characters to data -records. Any kind of digital information can go into the data record, such -as text, graphic information, database structures, you name it. The idea -behind using a DBH is to get rid of what is known as an index file in the -database world. In the DBH world, the index is built into the file format. - -WWW: http://dbh.sourceforge.net/ diff --git a/databases/dbh10/pkg-plist b/databases/dbh10/pkg-plist deleted file mode 100644 index b6f08db54255..000000000000 --- a/databases/dbh10/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -@comment $FreeBSD$ -include/dbh.h -include/dbh_config.h -include/dbh_functions.h -lib/libdbh-1.0.so -lib/libdbh-1.0.so.1 -lib/libdbh.a -lib/libdbh.so -libdata/pkgconfig/dbh-1.0.pc diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile deleted file mode 100644 index 04627108f919..000000000000 --- a/databases/firebird-client/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: Firebird -# Date created: 20 December 2000 -# Whom: Geoffrey C. Speicher <geoff@sea-incorporated.com> -# -# $FreeBSD$ -# - -PORTNAME= firebird -PORTVERSION= 1.5.2 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=firebird -DISTNAME= firebird-1.5.2.4731 - -MAINTAINER= renato@galle.com.br -COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) - -USE_BISON= yes -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 -USE_AUTOCONF_VER= 259 -USE_GCC= 3.4 - -PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION} - -# Don't use ld for linking, use gcc -LD= gcc - -CONFLICTS= firebird-devel-[0-9]* - -WRKSRC= ${WRKDIR}/${DISTNAME} -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/firebird/lib -MSG_FILE= ${PKGDIR}/pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message -USE_REINPLACE= yes - -ONLY_FOR_ARCHS= i386 - -.include <bsd.port.pre.mk> - -pre-everything:: - @${ECHO_MSG} "NOTE: If the work directory is on an NFS mount, you will" - @${ECHO_MSG} "require NFS client locking support for the build to" - @${ECHO_MSG} "succeed. Currently this is only available on FreeBSD 5.0" - @${ECHO_MSG} "or greater." - @${ECHO_MSG} - @${ECHO_MSG} "WARNING: The on-disk structure of the databases has" - @${ECHO_MSG} "changed since version 1.0.x." - @${ECHO_MSG} "Cancel this installation now and backup your databases" - @${ECHO_MSG} "if you have not already done so." -.if !defined(BATCH) - @sleep 10 -.endif - -patch-autotools: - @${DO_NADA} - -run-autotools: - @${DO_NADA} - -do-configure: - @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ - ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \ - --with-lock-manager --with-editline) - -do-build: - @( \ - ${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE}; \ - cd ${WRKSRC}; \ - ${SETENV} CC=${CC} CXX=${CXX} ${GMAKE} all; \ - ) - -post-install: - @( \ - ${INSTALL_DATA} ${FILESDIR}/RELNOTES ${PREFIX}/firebird; \ - ${CAT} ${PKGMESSAGE}; \ - ) - -.include <bsd.port.post.mk> diff --git a/databases/firebird-client/distinfo b/databases/firebird-client/distinfo deleted file mode 100644 index 1f1dd8283c09..000000000000 --- a/databases/firebird-client/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (firebird-1.5.2.4731.tar.bz2) = fea53ed5213cff4bd96513fb1a6c0ca2 -SIZE (firebird-1.5.2.4731.tar.bz2) = 4764015 diff --git a/databases/firebird-client/files/RELNOTES b/databases/firebird-client/files/RELNOTES deleted file mode 100644 index 818320129f53..000000000000 --- a/databases/firebird-client/files/RELNOTES +++ /dev/null @@ -1,108 +0,0 @@ -Firebird 1.5.1 FreeBSD Release Notes 19-Jul-2004 --------------------------------------- -FB-V1.5.1.4481 Firebird 1.5 Release - - Welcome to the FreeBSD Firebird port! - - Firebird is installed SUID with owner and group `firebird'. -This does affect where you can and cannot create databases when -connecting remotely, as well as which existing databases you can -access. If you want a database to be available remotely, be sure -it's readable and writeable to group firebird. - - There may be times when you manage to get your system into a -state where using any of the Firebird utilites (isql, gbak, gsec, -etc.) gives you the message "semget failed". One surefire way to -do this is to build and install the port. :) If this happens, -make sure that the lock manager is not running and its semaphores -have been removed. The former can be accomplished with 'ps ax -|grep fb' and 'kill'; the latter with 'ipcs -s' and 'ipcrm -s'. - - For example, after building and installing the port, you will -probably go through something like this: - -# isql /usr/local/firebird/security.fdb -Statement failed, SQLCODE = -902 - -operating system directive semget failed --No such file or directory - -# ipcs -s -Semaphores: -T ID KEY MODE OWNER GROUP -s 1310720 252034728 --rw-rw-rw- root wheel - -# ipcrm -s 1310720 - -and you should be in business. - - Once this is done, you should be able to connect normally to -databases. Your first connection will restart the lock manager. - - There may be times, however, when you still get "semget failed" -even though the lock manager is not running and the semaphores have -been cleaned up. There seems to be a conflict with this release -and the PostgreSQL 7 release as installed from the ports collection. -If you're having trouble with Firebird and you're running PostgreSQL, -try stopping PostgreSQL: - - /usr/local/etc/rc.d/pgsql.sh stop - -and see if that helps. Alternatively, increase the value of SEMMNS -by 48 in your kernel configuration file. This can be found by getting -the current value with 'sysctl -a | grep semmns'. You can either add -this to your kernel config, or add the following line to /boot/loader.conf: - - kern.ipc.semmns=X - -where is is the current value plus 48. If this doesn't resolve the issue, -try adding 48 again. - - Please note that as of RC8, the libgds.so symlink now points to -libfbembed.so. This has been done to resolve compatability issues with -older versions of Firebird. The FreeBSD port of RC7 had libgds.so -pointing to libfbclient.so. libfbclient.so is a remote access-only -shared library with threaded support, which requires target applications -to link with a threaded library such as libc_r.so, libpthread.so or libthr.so. - - Super Server support in Firebird 1.5 for FreeBSD is not currently -available due to the Firebird code using POSIX threads APIs not available -in FreeBSD 4.x or not yet complete in FreeBSD 5.x. This issue will become -more important once the scalability issues of Super Server have been -resolved. - - This installation has already inserted the necessary line to -/etc/inetd.conf so that you can connect to Firebird across the network. -However you may need to add the remote host to /etc/hosts.equiv. For -example, to allow the local machine to make connections to Firebird -using TCP, the following command needs running: - - echo localhost >> /etc/hosts.equiv - -Please note that adding machines to /etc/hosts.equiv can reduce the -security of your system. If in doubt, try connecting to Firebird with -a username and password already defined in security.fdb. For example: - -gsec -> add myuser -pass mypass -> quit -isql -u myuser -p mypass localhost:/usr/local/firebird/examples/employee.fdb - -This should reduce the need for hosts defined in /etc/hosts.equiv. - - Complete documentation for InterBase(tm) is available (free of -charge) from http://www.interbase.com/ in PDF format. While -InterBase and Firebird are two distinct entities, all InterBase -documentation is pertinent to Firebird. More information on Firebird -and InterBase can be found at the following: - - http://sourceforge.net/projects/firebird/ - http://www.ibphoenix.com/ - http://www.interbase2000.org/ - http://www.firebirdsql.org/ - - Please also see the doc directory in the Firebird package for -documentation specific to Firebird. - -Chris Knight -<chris@e-easy.com.au> diff --git a/databases/firebird-client/files/patch-src::extern::editline::makelist b/databases/firebird-client/files/patch-src::extern::editline::makelist deleted file mode 100644 index 870f3cfdaece..000000000000 --- a/databases/firebird-client/files/patch-src::extern::editline::makelist +++ /dev/null @@ -1,11 +0,0 @@ ---- src/extern/editline/makelist.orig Mon May 24 04:24:25 2004 -+++ src/extern/editline/makelist Fri Jul 23 17:09:43 2004 -@@ -145,7 +145,7 @@ - # - -fh) - cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ -- sort | tr '[a-z]' '[A-Z]' | $AWK ' -+ sort | tr '[:lower:]' '[:upper:]' | $AWK ' - BEGIN { - printf("/* Automatically generated file, do not edit */\n"); - printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); diff --git a/databases/firebird-client/pkg-descr b/databases/firebird-client/pkg-descr deleted file mode 100644 index dbeba43f543f..000000000000 --- a/databases/firebird-client/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The open-source InterBase(tm) 6.0 spin-off (Classic server version) - -InterBase is a world-class DBMS with a history too rich to detail -here. Once selling for several thousands of dollars per license, -some very big players use it worldwide. Inprise has open-sourced -InterBase 6.0, and a lively bunch of folks has charged themselves -with seeing that it lives on through the Firebird project. - -For more information on Firebird and InterBase, see: - -WWW: http://sourceforge.net/projects/firebird/ -WWW: http://www.ibphoenix.com/ -WWW: http://www.interbase2000.org/ -WWW: http://www.interbase.com/ -WWW: http://www.firebirdsql.org/ diff --git a/databases/firebird-client/pkg-install b/databases/firebird-client/pkg-install deleted file mode 100644 index 099f93a67d7c..000000000000 --- a/databases/firebird-client/pkg-install +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -PRE-INSTALL) - -if [ -d $PKG_PREFIX/firebird ]; then - if [ -d $PKG_PREFIX/firebird.old ]; then - rm -rf $PKG_PREFIX/firebird.old - fi - cp -Rp $PKG_PREFIX/firebird $PKG_PREFIX/firebird.old -fi - -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 $PKG_PREFIX/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) -chown -R firebird:firebird $PKG_PREFIX/firebird -chmod -R o= $PKG_PREFIX/firebird - -# Now fix up the mess. - -# fix up directories -for i in `find $PKG_PREFIX/firebird -print` -do - FileName=$i - if [ -d $FileName ]; then - chmod u=rwx,go=rx $FileName - fi -done - -# make lib ldconfig-compatible -chown -R root:wheel $PKG_PREFIX/firebird/lib - -# make the following read-only -chmod -R a=r $PKG_PREFIX/firebird/WhatsNew -for i in `find $PKG_PREFIX/firebird/doc -type f -print` -do - chmod a=r $i -done -chmod -R a=r $PKG_PREFIX/firebird/examples/* -chmod -R a=r $PKG_PREFIX/firebird/include/* -chmod -R a=r $PKG_PREFIX/firebird/intl/* -#chmod -R a=r $PKG_PREFIX/firebird/misc/* - -chmod -R ug=rx,o= $PKG_PREFIX/firebird/UDF/* -chmod -R ug=rx,o= $PKG_PREFIX/firebird/intl/fbintl -chmod -R a=rx $PKG_PREFIX/firebird/lib/* - -cd $PKG_PREFIX/firebird/lib -ln -sf libfbembed.so libgds.so -ln -sf libfbembed.so.1 libgds.so.1 - -cd $PKG_PREFIX/firebird/bin -for i in `ls` -do - chmod ug=rx,o= $i -done - -chmod a=rx isql qli - -# SUID is needed for running server programs. -for i in fb_lock_mgr gds_drop fb_inet_server -do - if [ -f $i ]; then - chmod ug=rx,o= $i - chmod ug+s $i - fi -done - - -cd $PKG_PREFIX/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 -chmod ug=rw,o= firebird.log -chmod a=r firebird.msg README -chown root:wheel *.sample -chmod ug=r,o= *.sample - -# make databases writable by firebird only -# local database connections are not a good idea -chmod ug=rw,o= examples/*.fdb -chmod ug=rw,o= help/*.fdb -chmod ug=rw,o= security.fdb - -chmod 444 aliases.conf firebird.conf -chmod 660 security.fdb - -# remove any existing gds service -cp /etc/services /etc/services.old -cp /etc/inetd.conf /etc/inetd.conf.old -cat /etc/services |grep -v gds_db >/etc/services.new -cat /etc/inetd.conf |grep -v gds_db >/etc/inetd.conf.new -mv /etc/services.new /etc/services -mv /etc/inetd.conf.new /etc/inetd.conf - -# add the gds service and restart inetd -cat >>/etc/services <<EOF -gds_db 3050/tcp #InterBase Database Remote Protocol -EOF -cat >>/etc/inetd.conf <<EOF -gds_db stream tcp nowait firebird $PKG_PREFIX/firebird/bin/fb_inet_server fb_inet_server -EOF -if [ -f /var/run/inetd.pid ]; then - kill -HUP `cat /var/run/inetd.pid` -fi - -# shared lib startup script -if [ -d $PKG_PREFIX/etc/rc.d ]; then - ( - echo "#!/bin/sh"; echo "[ -d $PKG_PREFIX/firebird/lib ] && /sbin/ldconfig -m $PKG_PREFIX/firebird/lib" - ) > $PKG_PREFIX/etc/rc.d/000.firebird.sh - chmod a=rx $PKG_PREFIX/etc/rc.d/000.firebird.sh -fi -;; - -esac diff --git a/databases/firebird-client/pkg-message b/databases/firebird-client/pkg-message deleted file mode 100644 index 3a3f40ae3ec4..000000000000 --- a/databases/firebird-client/pkg-message +++ /dev/null @@ -1,24 +0,0 @@ - ---------------------------------------------------------- -Firebird is now installed. A symbolic link from -/usr/interbase -> %%PREFIX%%/firebird may be needed -for compatibility with existing programs that use -Firebird. - -The symbolic link can be created with: - -% ln -s %%PREFIX%%/firebird /usr/interbase - -It is STRONGLY recommended that you change the SYSDBA -password with: - -% cd %%PREFIX%%/firebird -% gsec -user SYSDBA -pass masterkey -GSEC> modify SYSDBA -pw newpassword -GSEC> quit - -before doing anything serious with Firebird. - -See %%PREFIX%%/firebird/RELNOTES for more. ---------------------------------------------------------- - diff --git a/databases/firebird-client/pkg-plist b/databases/firebird-client/pkg-plist deleted file mode 100644 index b6212232a3a4..000000000000 --- a/databases/firebird-client/pkg-plist +++ /dev/null @@ -1,130 +0,0 @@ -etc/rc.d/000.firebird.sh -firebird/README -firebird/RELNOTES -firebird/UDF/fbudf.so -firebird/UDF/fbudf.sql -firebird/UDF/ib_udf.so -firebird/UDF/ib_udf.sql -firebird/WhatsNew -@unexec if cmp -s %D/firebird/aliases.conf %D/firebird/aliases.conf.sample; then rm -f %D/firebird/aliases.conf; fi -firebird/aliases.conf.sample -@exec [ -f %B/aliases.conf ] || cp %B/%f %B/aliases.conf -firebird/bin/fb_inet_server -firebird/bin/fb_lock_mgr -firebird/bin/fb_lock_print -firebird/bin/gbak -firebird/bin/gdef -firebird/bin/gds_drop -firebird/bin/gfix -firebird/bin/gpre -firebird/bin/gsec -firebird/bin/gstat -firebird/bin/isql -firebird/bin/qli -firebird/doc/README.NTSecurity -firebird/doc/README.Win32LibraryInstallation.txt -firebird/doc/README.build.mingw.html -firebird/doc/README.build.msvc.html -firebird/doc/README.install.Solaris_on_Intel -firebird/doc/README.instsvc -firebird/doc/README.makefiles -firebird/doc/README.user -firebird/doc/README.user.embedded -firebird/doc/README.user.troubleshooting -firebird/doc/sql.extensions/README.aggregate_tracking -firebird/doc/sql.extensions/README.case -firebird/doc/sql.extensions/README.coalesce -firebird/doc/sql.extensions/README.context_variables -firebird/doc/sql.extensions/README.data_types -firebird/doc/sql.extensions/README.exception_handling -firebird/doc/sql.extensions/README.execute_statement -firebird/doc/sql.extensions/README.explicit_locks -firebird/doc/sql.extensions/README.nullif -firebird/doc/sql.extensions/README.order_by_expressions_nulls -firebird/doc/sql.extensions/README.savepoints -firebird/doc/sql.extensions/README.universal_triggers -firebird/examples/align.h -firebird/examples/api1.c -firebird/examples/api10.c -firebird/examples/api11.c -firebird/examples/api12.c -firebird/examples/api13.c -firebird/examples/api14.e -firebird/examples/api15.c -firebird/examples/api16.c -firebird/examples/api16t.c -firebird/examples/api2.c -firebird/examples/api3.c -firebird/examples/api4.c -firebird/examples/api5.c -firebird/examples/api6.c -firebird/examples/api7.c -firebird/examples/api8.c -firebird/examples/api9.c -firebird/examples/api9f.c -firebird/examples/api9f.sql -firebird/examples/apifull.c -firebird/examples/dyn1.e -firebird/examples/dyn2.e -firebird/examples/dyn3.e -firebird/examples/dyn4.e -firebird/examples/dyn5.e -firebird/examples/dynfull.e -firebird/examples/employe2.sql -firebird/examples/employee.fdb -firebird/examples/employee.gbk -firebird/examples/example.h -firebird/examples/readme -firebird/examples/stat1.e -firebird/examples/stat10.e -firebird/examples/stat11.e -firebird/examples/stat12.e -firebird/examples/stat12t.e -firebird/examples/stat2.e -firebird/examples/stat3.e -firebird/examples/stat4.e -firebird/examples/stat5.e -firebird/examples/stat6.e -firebird/examples/stat7.e -firebird/examples/stat8.e -firebird/examples/stat9.e -firebird/examples/udf.sql -firebird/examples/udflib.c -@unexec if cmp -s %D/firebird/firebird.conf %D/firebird/firebird.conf.sample; then rm -f %D/firebird/firebird.conf; fi -firebird/firebird.conf.sample -@exec [ -f %B/firebird.conf ] || cp %B/%f %B/firebird.conf -@unexec [ -s %D/firebird/firebird.log ] || rm -f %D/firebird/firebird.log -firebird/firebird.msg -firebird/help/help.fdb -firebird/include/blr.h -firebird/include/gds.h -firebird/include/ib_util.h -firebird/include/ibase.h -firebird/include/iberror.h -firebird/include/perf.h -firebird/intl/fbintl -@unexec rm -f %D/firebird/isc_event1.`hostname` -@unexec rm -f %D/firebird/isc_init1.`hostname` -@unexec rm -f %D/firebird/isc_lock1.`hostname` -firebird/lib/libfbclient.so -firebird/lib/libfbclient.so.1 -firebird/lib/libfbclient.so.%%FIREBIRD_VERSION%% -firebird/lib/libfbembed.so -firebird/lib/libfbembed.so.1 -firebird/lib/libfbembed.so.%%FIREBIRD_VERSION%% -firebird/lib/libgds.so -firebird/lib/libgds.so.1 -firebird/lib/libib_util.so -@unexec if cmp -s %D/firebird/security.fdb %D/firebird/security.fdb.sample; then rm -f %D/firebird/security.fdb; fi -firebird/security.fdb.sample -@exec [ -f %B/security.fdb ] || cp %B/%f %B/security.fdb -@dirrm firebird/UDF -@dirrm firebird/bin -@dirrm firebird/doc/sql.extensions -@dirrm firebird/doc -@dirrm firebird/examples -@dirrm firebird/help -@dirrm firebird/include -@dirrm firebird/intl -@dirrm firebird/lib -@dirrm firebird diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile deleted file mode 100644 index 04627108f919..000000000000 --- a/databases/firebird-server/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: Firebird -# Date created: 20 December 2000 -# Whom: Geoffrey C. Speicher <geoff@sea-incorporated.com> -# -# $FreeBSD$ -# - -PORTNAME= firebird -PORTVERSION= 1.5.2 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=firebird -DISTNAME= firebird-1.5.2.4731 - -MAINTAINER= renato@galle.com.br -COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) - -USE_BISON= yes -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 -USE_AUTOCONF_VER= 259 -USE_GCC= 3.4 - -PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION} - -# Don't use ld for linking, use gcc -LD= gcc - -CONFLICTS= firebird-devel-[0-9]* - -WRKSRC= ${WRKDIR}/${DISTNAME} -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/firebird/lib -MSG_FILE= ${PKGDIR}/pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message -USE_REINPLACE= yes - -ONLY_FOR_ARCHS= i386 - -.include <bsd.port.pre.mk> - -pre-everything:: - @${ECHO_MSG} "NOTE: If the work directory is on an NFS mount, you will" - @${ECHO_MSG} "require NFS client locking support for the build to" - @${ECHO_MSG} "succeed. Currently this is only available on FreeBSD 5.0" - @${ECHO_MSG} "or greater." - @${ECHO_MSG} - @${ECHO_MSG} "WARNING: The on-disk structure of the databases has" - @${ECHO_MSG} "changed since version 1.0.x." - @${ECHO_MSG} "Cancel this installation now and backup your databases" - @${ECHO_MSG} "if you have not already done so." -.if !defined(BATCH) - @sleep 10 -.endif - -patch-autotools: - @${DO_NADA} - -run-autotools: - @${DO_NADA} - -do-configure: - @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ - ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \ - --with-lock-manager --with-editline) - -do-build: - @( \ - ${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE}; \ - cd ${WRKSRC}; \ - ${SETENV} CC=${CC} CXX=${CXX} ${GMAKE} all; \ - ) - -post-install: - @( \ - ${INSTALL_DATA} ${FILESDIR}/RELNOTES ${PREFIX}/firebird; \ - ${CAT} ${PKGMESSAGE}; \ - ) - -.include <bsd.port.post.mk> diff --git a/databases/firebird-server/distinfo b/databases/firebird-server/distinfo deleted file mode 100644 index 1f1dd8283c09..000000000000 --- a/databases/firebird-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (firebird-1.5.2.4731.tar.bz2) = fea53ed5213cff4bd96513fb1a6c0ca2 -SIZE (firebird-1.5.2.4731.tar.bz2) = 4764015 diff --git a/databases/firebird-server/files/RELNOTES b/databases/firebird-server/files/RELNOTES deleted file mode 100644 index 818320129f53..000000000000 --- a/databases/firebird-server/files/RELNOTES +++ /dev/null @@ -1,108 +0,0 @@ -Firebird 1.5.1 FreeBSD Release Notes 19-Jul-2004 --------------------------------------- -FB-V1.5.1.4481 Firebird 1.5 Release - - Welcome to the FreeBSD Firebird port! - - Firebird is installed SUID with owner and group `firebird'. -This does affect where you can and cannot create databases when -connecting remotely, as well as which existing databases you can -access. If you want a database to be available remotely, be sure -it's readable and writeable to group firebird. - - There may be times when you manage to get your system into a -state where using any of the Firebird utilites (isql, gbak, gsec, -etc.) gives you the message "semget failed". One surefire way to -do this is to build and install the port. :) If this happens, -make sure that the lock manager is not running and its semaphores -have been removed. The former can be accomplished with 'ps ax -|grep fb' and 'kill'; the latter with 'ipcs -s' and 'ipcrm -s'. - - For example, after building and installing the port, you will -probably go through something like this: - -# isql /usr/local/firebird/security.fdb -Statement failed, SQLCODE = -902 - -operating system directive semget failed --No such file or directory - -# ipcs -s -Semaphores: -T ID KEY MODE OWNER GROUP -s 1310720 252034728 --rw-rw-rw- root wheel - -# ipcrm -s 1310720 - -and you should be in business. - - Once this is done, you should be able to connect normally to -databases. Your first connection will restart the lock manager. - - There may be times, however, when you still get "semget failed" -even though the lock manager is not running and the semaphores have -been cleaned up. There seems to be a conflict with this release -and the PostgreSQL 7 release as installed from the ports collection. -If you're having trouble with Firebird and you're running PostgreSQL, -try stopping PostgreSQL: - - /usr/local/etc/rc.d/pgsql.sh stop - -and see if that helps. Alternatively, increase the value of SEMMNS -by 48 in your kernel configuration file. This can be found by getting -the current value with 'sysctl -a | grep semmns'. You can either add -this to your kernel config, or add the following line to /boot/loader.conf: - - kern.ipc.semmns=X - -where is is the current value plus 48. If this doesn't resolve the issue, -try adding 48 again. - - Please note that as of RC8, the libgds.so symlink now points to -libfbembed.so. This has been done to resolve compatability issues with -older versions of Firebird. The FreeBSD port of RC7 had libgds.so -pointing to libfbclient.so. libfbclient.so is a remote access-only -shared library with threaded support, which requires target applications -to link with a threaded library such as libc_r.so, libpthread.so or libthr.so. - - Super Server support in Firebird 1.5 for FreeBSD is not currently -available due to the Firebird code using POSIX threads APIs not available -in FreeBSD 4.x or not yet complete in FreeBSD 5.x. This issue will become -more important once the scalability issues of Super Server have been -resolved. - - This installation has already inserted the necessary line to -/etc/inetd.conf so that you can connect to Firebird across the network. -However you may need to add the remote host to /etc/hosts.equiv. For -example, to allow the local machine to make connections to Firebird -using TCP, the following command needs running: - - echo localhost >> /etc/hosts.equiv - -Please note that adding machines to /etc/hosts.equiv can reduce the -security of your system. If in doubt, try connecting to Firebird with -a username and password already defined in security.fdb. For example: - -gsec -> add myuser -pass mypass -> quit -isql -u myuser -p mypass localhost:/usr/local/firebird/examples/employee.fdb - -This should reduce the need for hosts defined in /etc/hosts.equiv. - - Complete documentation for InterBase(tm) is available (free of -charge) from http://www.interbase.com/ in PDF format. While -InterBase and Firebird are two distinct entities, all InterBase -documentation is pertinent to Firebird. More information on Firebird -and InterBase can be found at the following: - - http://sourceforge.net/projects/firebird/ - http://www.ibphoenix.com/ - http://www.interbase2000.org/ - http://www.firebirdsql.org/ - - Please also see the doc directory in the Firebird package for -documentation specific to Firebird. - -Chris Knight -<chris@e-easy.com.au> diff --git a/databases/firebird-server/files/patch-src::extern::editline::makelist b/databases/firebird-server/files/patch-src::extern::editline::makelist deleted file mode 100644 index 870f3cfdaece..000000000000 --- a/databases/firebird-server/files/patch-src::extern::editline::makelist +++ /dev/null @@ -1,11 +0,0 @@ ---- src/extern/editline/makelist.orig Mon May 24 04:24:25 2004 -+++ src/extern/editline/makelist Fri Jul 23 17:09:43 2004 -@@ -145,7 +145,7 @@ - # - -fh) - cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ -- sort | tr '[a-z]' '[A-Z]' | $AWK ' -+ sort | tr '[:lower:]' '[:upper:]' | $AWK ' - BEGIN { - printf("/* Automatically generated file, do not edit */\n"); - printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); diff --git a/databases/firebird-server/pkg-descr b/databases/firebird-server/pkg-descr deleted file mode 100644 index dbeba43f543f..000000000000 --- a/databases/firebird-server/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The open-source InterBase(tm) 6.0 spin-off (Classic server version) - -InterBase is a world-class DBMS with a history too rich to detail -here. Once selling for several thousands of dollars per license, -some very big players use it worldwide. Inprise has open-sourced -InterBase 6.0, and a lively bunch of folks has charged themselves -with seeing that it lives on through the Firebird project. - -For more information on Firebird and InterBase, see: - -WWW: http://sourceforge.net/projects/firebird/ -WWW: http://www.ibphoenix.com/ -WWW: http://www.interbase2000.org/ -WWW: http://www.interbase.com/ -WWW: http://www.firebirdsql.org/ diff --git a/databases/firebird-server/pkg-install b/databases/firebird-server/pkg-install deleted file mode 100644 index 099f93a67d7c..000000000000 --- a/databases/firebird-server/pkg-install +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -PRE-INSTALL) - -if [ -d $PKG_PREFIX/firebird ]; then - if [ -d $PKG_PREFIX/firebird.old ]; then - rm -rf $PKG_PREFIX/firebird.old - fi - cp -Rp $PKG_PREFIX/firebird $PKG_PREFIX/firebird.old -fi - -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 $PKG_PREFIX/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) -chown -R firebird:firebird $PKG_PREFIX/firebird -chmod -R o= $PKG_PREFIX/firebird - -# Now fix up the mess. - -# fix up directories -for i in `find $PKG_PREFIX/firebird -print` -do - FileName=$i - if [ -d $FileName ]; then - chmod u=rwx,go=rx $FileName - fi -done - -# make lib ldconfig-compatible -chown -R root:wheel $PKG_PREFIX/firebird/lib - -# make the following read-only -chmod -R a=r $PKG_PREFIX/firebird/WhatsNew -for i in `find $PKG_PREFIX/firebird/doc -type f -print` -do - chmod a=r $i -done -chmod -R a=r $PKG_PREFIX/firebird/examples/* -chmod -R a=r $PKG_PREFIX/firebird/include/* -chmod -R a=r $PKG_PREFIX/firebird/intl/* -#chmod -R a=r $PKG_PREFIX/firebird/misc/* - -chmod -R ug=rx,o= $PKG_PREFIX/firebird/UDF/* -chmod -R ug=rx,o= $PKG_PREFIX/firebird/intl/fbintl -chmod -R a=rx $PKG_PREFIX/firebird/lib/* - -cd $PKG_PREFIX/firebird/lib -ln -sf libfbembed.so libgds.so -ln -sf libfbembed.so.1 libgds.so.1 - -cd $PKG_PREFIX/firebird/bin -for i in `ls` -do - chmod ug=rx,o= $i -done - -chmod a=rx isql qli - -# SUID is needed for running server programs. -for i in fb_lock_mgr gds_drop fb_inet_server -do - if [ -f $i ]; then - chmod ug=rx,o= $i - chmod ug+s $i - fi -done - - -cd $PKG_PREFIX/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 -chmod ug=rw,o= firebird.log -chmod a=r firebird.msg README -chown root:wheel *.sample -chmod ug=r,o= *.sample - -# make databases writable by firebird only -# local database connections are not a good idea -chmod ug=rw,o= examples/*.fdb -chmod ug=rw,o= help/*.fdb -chmod ug=rw,o= security.fdb - -chmod 444 aliases.conf firebird.conf -chmod 660 security.fdb - -# remove any existing gds service -cp /etc/services /etc/services.old -cp /etc/inetd.conf /etc/inetd.conf.old -cat /etc/services |grep -v gds_db >/etc/services.new -cat /etc/inetd.conf |grep -v gds_db >/etc/inetd.conf.new -mv /etc/services.new /etc/services -mv /etc/inetd.conf.new /etc/inetd.conf - -# add the gds service and restart inetd -cat >>/etc/services <<EOF -gds_db 3050/tcp #InterBase Database Remote Protocol -EOF -cat >>/etc/inetd.conf <<EOF -gds_db stream tcp nowait firebird $PKG_PREFIX/firebird/bin/fb_inet_server fb_inet_server -EOF -if [ -f /var/run/inetd.pid ]; then - kill -HUP `cat /var/run/inetd.pid` -fi - -# shared lib startup script -if [ -d $PKG_PREFIX/etc/rc.d ]; then - ( - echo "#!/bin/sh"; echo "[ -d $PKG_PREFIX/firebird/lib ] && /sbin/ldconfig -m $PKG_PREFIX/firebird/lib" - ) > $PKG_PREFIX/etc/rc.d/000.firebird.sh - chmod a=rx $PKG_PREFIX/etc/rc.d/000.firebird.sh -fi -;; - -esac diff --git a/databases/firebird-server/pkg-message b/databases/firebird-server/pkg-message deleted file mode 100644 index 3a3f40ae3ec4..000000000000 --- a/databases/firebird-server/pkg-message +++ /dev/null @@ -1,24 +0,0 @@ - ---------------------------------------------------------- -Firebird is now installed. A symbolic link from -/usr/interbase -> %%PREFIX%%/firebird may be needed -for compatibility with existing programs that use -Firebird. - -The symbolic link can be created with: - -% ln -s %%PREFIX%%/firebird /usr/interbase - -It is STRONGLY recommended that you change the SYSDBA -password with: - -% cd %%PREFIX%%/firebird -% gsec -user SYSDBA -pass masterkey -GSEC> modify SYSDBA -pw newpassword -GSEC> quit - -before doing anything serious with Firebird. - -See %%PREFIX%%/firebird/RELNOTES for more. ---------------------------------------------------------- - diff --git a/databases/firebird-server/pkg-plist b/databases/firebird-server/pkg-plist deleted file mode 100644 index b6212232a3a4..000000000000 --- a/databases/firebird-server/pkg-plist +++ /dev/null @@ -1,130 +0,0 @@ -etc/rc.d/000.firebird.sh -firebird/README -firebird/RELNOTES -firebird/UDF/fbudf.so -firebird/UDF/fbudf.sql -firebird/UDF/ib_udf.so -firebird/UDF/ib_udf.sql -firebird/WhatsNew -@unexec if cmp -s %D/firebird/aliases.conf %D/firebird/aliases.conf.sample; then rm -f %D/firebird/aliases.conf; fi -firebird/aliases.conf.sample -@exec [ -f %B/aliases.conf ] || cp %B/%f %B/aliases.conf -firebird/bin/fb_inet_server -firebird/bin/fb_lock_mgr -firebird/bin/fb_lock_print -firebird/bin/gbak -firebird/bin/gdef -firebird/bin/gds_drop -firebird/bin/gfix -firebird/bin/gpre -firebird/bin/gsec -firebird/bin/gstat -firebird/bin/isql -firebird/bin/qli -firebird/doc/README.NTSecurity -firebird/doc/README.Win32LibraryInstallation.txt -firebird/doc/README.build.mingw.html -firebird/doc/README.build.msvc.html -firebird/doc/README.install.Solaris_on_Intel -firebird/doc/README.instsvc -firebird/doc/README.makefiles -firebird/doc/README.user -firebird/doc/README.user.embedded -firebird/doc/README.user.troubleshooting -firebird/doc/sql.extensions/README.aggregate_tracking -firebird/doc/sql.extensions/README.case -firebird/doc/sql.extensions/README.coalesce -firebird/doc/sql.extensions/README.context_variables -firebird/doc/sql.extensions/README.data_types -firebird/doc/sql.extensions/README.exception_handling -firebird/doc/sql.extensions/README.execute_statement -firebird/doc/sql.extensions/README.explicit_locks -firebird/doc/sql.extensions/README.nullif -firebird/doc/sql.extensions/README.order_by_expressions_nulls -firebird/doc/sql.extensions/README.savepoints -firebird/doc/sql.extensions/README.universal_triggers -firebird/examples/align.h -firebird/examples/api1.c -firebird/examples/api10.c -firebird/examples/api11.c -firebird/examples/api12.c -firebird/examples/api13.c -firebird/examples/api14.e -firebird/examples/api15.c -firebird/examples/api16.c -firebird/examples/api16t.c -firebird/examples/api2.c -firebird/examples/api3.c -firebird/examples/api4.c -firebird/examples/api5.c -firebird/examples/api6.c -firebird/examples/api7.c -firebird/examples/api8.c -firebird/examples/api9.c -firebird/examples/api9f.c -firebird/examples/api9f.sql -firebird/examples/apifull.c -firebird/examples/dyn1.e -firebird/examples/dyn2.e -firebird/examples/dyn3.e -firebird/examples/dyn4.e -firebird/examples/dyn5.e -firebird/examples/dynfull.e -firebird/examples/employe2.sql -firebird/examples/employee.fdb -firebird/examples/employee.gbk -firebird/examples/example.h -firebird/examples/readme -firebird/examples/stat1.e -firebird/examples/stat10.e -firebird/examples/stat11.e -firebird/examples/stat12.e -firebird/examples/stat12t.e -firebird/examples/stat2.e -firebird/examples/stat3.e -firebird/examples/stat4.e -firebird/examples/stat5.e -firebird/examples/stat6.e -firebird/examples/stat7.e -firebird/examples/stat8.e -firebird/examples/stat9.e -firebird/examples/udf.sql -firebird/examples/udflib.c -@unexec if cmp -s %D/firebird/firebird.conf %D/firebird/firebird.conf.sample; then rm -f %D/firebird/firebird.conf; fi -firebird/firebird.conf.sample -@exec [ -f %B/firebird.conf ] || cp %B/%f %B/firebird.conf -@unexec [ -s %D/firebird/firebird.log ] || rm -f %D/firebird/firebird.log -firebird/firebird.msg -firebird/help/help.fdb -firebird/include/blr.h -firebird/include/gds.h -firebird/include/ib_util.h -firebird/include/ibase.h -firebird/include/iberror.h -firebird/include/perf.h -firebird/intl/fbintl -@unexec rm -f %D/firebird/isc_event1.`hostname` -@unexec rm -f %D/firebird/isc_init1.`hostname` -@unexec rm -f %D/firebird/isc_lock1.`hostname` -firebird/lib/libfbclient.so -firebird/lib/libfbclient.so.1 -firebird/lib/libfbclient.so.%%FIREBIRD_VERSION%% -firebird/lib/libfbembed.so -firebird/lib/libfbembed.so.1 -firebird/lib/libfbembed.so.%%FIREBIRD_VERSION%% -firebird/lib/libgds.so -firebird/lib/libgds.so.1 -firebird/lib/libib_util.so -@unexec if cmp -s %D/firebird/security.fdb %D/firebird/security.fdb.sample; then rm -f %D/firebird/security.fdb; fi -firebird/security.fdb.sample -@exec [ -f %B/security.fdb ] || cp %B/%f %B/security.fdb -@dirrm firebird/UDF -@dirrm firebird/bin -@dirrm firebird/doc/sql.extensions -@dirrm firebird/doc -@dirrm firebird/examples -@dirrm firebird/help -@dirrm firebird/include -@dirrm firebird/intl -@dirrm firebird/lib -@dirrm firebird diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile deleted file mode 100644 index 04627108f919..000000000000 --- a/databases/firebird2-server/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: Firebird -# Date created: 20 December 2000 -# Whom: Geoffrey C. Speicher <geoff@sea-incorporated.com> -# -# $FreeBSD$ -# - -PORTNAME= firebird -PORTVERSION= 1.5.2 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=firebird -DISTNAME= firebird-1.5.2.4731 - -MAINTAINER= renato@galle.com.br -COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) - -USE_BISON= yes -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 -USE_AUTOCONF_VER= 259 -USE_GCC= 3.4 - -PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION} - -# Don't use ld for linking, use gcc -LD= gcc - -CONFLICTS= firebird-devel-[0-9]* - -WRKSRC= ${WRKDIR}/${DISTNAME} -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/firebird/lib -MSG_FILE= ${PKGDIR}/pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message -USE_REINPLACE= yes - -ONLY_FOR_ARCHS= i386 - -.include <bsd.port.pre.mk> - -pre-everything:: - @${ECHO_MSG} "NOTE: If the work directory is on an NFS mount, you will" - @${ECHO_MSG} "require NFS client locking support for the build to" - @${ECHO_MSG} "succeed. Currently this is only available on FreeBSD 5.0" - @${ECHO_MSG} "or greater." - @${ECHO_MSG} - @${ECHO_MSG} "WARNING: The on-disk structure of the databases has" - @${ECHO_MSG} "changed since version 1.0.x." - @${ECHO_MSG} "Cancel this installation now and backup your databases" - @${ECHO_MSG} "if you have not already done so." -.if !defined(BATCH) - @sleep 10 -.endif - -patch-autotools: - @${DO_NADA} - -run-autotools: - @${DO_NADA} - -do-configure: - @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ - ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \ - --with-lock-manager --with-editline) - -do-build: - @( \ - ${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE}; \ - cd ${WRKSRC}; \ - ${SETENV} CC=${CC} CXX=${CXX} ${GMAKE} all; \ - ) - -post-install: - @( \ - ${INSTALL_DATA} ${FILESDIR}/RELNOTES ${PREFIX}/firebird; \ - ${CAT} ${PKGMESSAGE}; \ - ) - -.include <bsd.port.post.mk> diff --git a/databases/firebird2-server/distinfo b/databases/firebird2-server/distinfo deleted file mode 100644 index 1f1dd8283c09..000000000000 --- a/databases/firebird2-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (firebird-1.5.2.4731.tar.bz2) = fea53ed5213cff4bd96513fb1a6c0ca2 -SIZE (firebird-1.5.2.4731.tar.bz2) = 4764015 diff --git a/databases/firebird2-server/files/RELNOTES b/databases/firebird2-server/files/RELNOTES deleted file mode 100644 index 818320129f53..000000000000 --- a/databases/firebird2-server/files/RELNOTES +++ /dev/null @@ -1,108 +0,0 @@ -Firebird 1.5.1 FreeBSD Release Notes 19-Jul-2004 --------------------------------------- -FB-V1.5.1.4481 Firebird 1.5 Release - - Welcome to the FreeBSD Firebird port! - - Firebird is installed SUID with owner and group `firebird'. -This does affect where you can and cannot create databases when -connecting remotely, as well as which existing databases you can -access. If you want a database to be available remotely, be sure -it's readable and writeable to group firebird. - - There may be times when you manage to get your system into a -state where using any of the Firebird utilites (isql, gbak, gsec, -etc.) gives you the message "semget failed". One surefire way to -do this is to build and install the port. :) If this happens, -make sure that the lock manager is not running and its semaphores -have been removed. The former can be accomplished with 'ps ax -|grep fb' and 'kill'; the latter with 'ipcs -s' and 'ipcrm -s'. - - For example, after building and installing the port, you will -probably go through something like this: - -# isql /usr/local/firebird/security.fdb -Statement failed, SQLCODE = -902 - -operating system directive semget failed --No such file or directory - -# ipcs -s -Semaphores: -T ID KEY MODE OWNER GROUP -s 1310720 252034728 --rw-rw-rw- root wheel - -# ipcrm -s 1310720 - -and you should be in business. - - Once this is done, you should be able to connect normally to -databases. Your first connection will restart the lock manager. - - There may be times, however, when you still get "semget failed" -even though the lock manager is not running and the semaphores have -been cleaned up. There seems to be a conflict with this release -and the PostgreSQL 7 release as installed from the ports collection. -If you're having trouble with Firebird and you're running PostgreSQL, -try stopping PostgreSQL: - - /usr/local/etc/rc.d/pgsql.sh stop - -and see if that helps. Alternatively, increase the value of SEMMNS -by 48 in your kernel configuration file. This can be found by getting -the current value with 'sysctl -a | grep semmns'. You can either add -this to your kernel config, or add the following line to /boot/loader.conf: - - kern.ipc.semmns=X - -where is is the current value plus 48. If this doesn't resolve the issue, -try adding 48 again. - - Please note that as of RC8, the libgds.so symlink now points to -libfbembed.so. This has been done to resolve compatability issues with -older versions of Firebird. The FreeBSD port of RC7 had libgds.so -pointing to libfbclient.so. libfbclient.so is a remote access-only -shared library with threaded support, which requires target applications -to link with a threaded library such as libc_r.so, libpthread.so or libthr.so. - - Super Server support in Firebird 1.5 for FreeBSD is not currently -available due to the Firebird code using POSIX threads APIs not available -in FreeBSD 4.x or not yet complete in FreeBSD 5.x. This issue will become -more important once the scalability issues of Super Server have been -resolved. - - This installation has already inserted the necessary line to -/etc/inetd.conf so that you can connect to Firebird across the network. -However you may need to add the remote host to /etc/hosts.equiv. For -example, to allow the local machine to make connections to Firebird -using TCP, the following command needs running: - - echo localhost >> /etc/hosts.equiv - -Please note that adding machines to /etc/hosts.equiv can reduce the -security of your system. If in doubt, try connecting to Firebird with -a username and password already defined in security.fdb. For example: - -gsec -> add myuser -pass mypass -> quit -isql -u myuser -p mypass localhost:/usr/local/firebird/examples/employee.fdb - -This should reduce the need for hosts defined in /etc/hosts.equiv. - - Complete documentation for InterBase(tm) is available (free of -charge) from http://www.interbase.com/ in PDF format. While -InterBase and Firebird are two distinct entities, all InterBase -documentation is pertinent to Firebird. More information on Firebird -and InterBase can be found at the following: - - http://sourceforge.net/projects/firebird/ - http://www.ibphoenix.com/ - http://www.interbase2000.org/ - http://www.firebirdsql.org/ - - Please also see the doc directory in the Firebird package for -documentation specific to Firebird. - -Chris Knight -<chris@e-easy.com.au> diff --git a/databases/firebird2-server/files/patch-src::extern::editline::makelist b/databases/firebird2-server/files/patch-src::extern::editline::makelist deleted file mode 100644 index 870f3cfdaece..000000000000 --- a/databases/firebird2-server/files/patch-src::extern::editline::makelist +++ /dev/null @@ -1,11 +0,0 @@ ---- src/extern/editline/makelist.orig Mon May 24 04:24:25 2004 -+++ src/extern/editline/makelist Fri Jul 23 17:09:43 2004 -@@ -145,7 +145,7 @@ - # - -fh) - cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ -- sort | tr '[a-z]' '[A-Z]' | $AWK ' -+ sort | tr '[:lower:]' '[:upper:]' | $AWK ' - BEGIN { - printf("/* Automatically generated file, do not edit */\n"); - printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); diff --git a/databases/firebird2-server/pkg-descr b/databases/firebird2-server/pkg-descr deleted file mode 100644 index dbeba43f543f..000000000000 --- a/databases/firebird2-server/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The open-source InterBase(tm) 6.0 spin-off (Classic server version) - -InterBase is a world-class DBMS with a history too rich to detail -here. Once selling for several thousands of dollars per license, -some very big players use it worldwide. Inprise has open-sourced -InterBase 6.0, and a lively bunch of folks has charged themselves -with seeing that it lives on through the Firebird project. - -For more information on Firebird and InterBase, see: - -WWW: http://sourceforge.net/projects/firebird/ -WWW: http://www.ibphoenix.com/ -WWW: http://www.interbase2000.org/ -WWW: http://www.interbase.com/ -WWW: http://www.firebirdsql.org/ diff --git a/databases/firebird2-server/pkg-install b/databases/firebird2-server/pkg-install deleted file mode 100644 index 099f93a67d7c..000000000000 --- a/databases/firebird2-server/pkg-install +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -PRE-INSTALL) - -if [ -d $PKG_PREFIX/firebird ]; then - if [ -d $PKG_PREFIX/firebird.old ]; then - rm -rf $PKG_PREFIX/firebird.old - fi - cp -Rp $PKG_PREFIX/firebird $PKG_PREFIX/firebird.old -fi - -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 $PKG_PREFIX/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) -chown -R firebird:firebird $PKG_PREFIX/firebird -chmod -R o= $PKG_PREFIX/firebird - -# Now fix up the mess. - -# fix up directories -for i in `find $PKG_PREFIX/firebird -print` -do - FileName=$i - if [ -d $FileName ]; then - chmod u=rwx,go=rx $FileName - fi -done - -# make lib ldconfig-compatible -chown -R root:wheel $PKG_PREFIX/firebird/lib - -# make the following read-only -chmod -R a=r $PKG_PREFIX/firebird/WhatsNew -for i in `find $PKG_PREFIX/firebird/doc -type f -print` -do - chmod a=r $i -done -chmod -R a=r $PKG_PREFIX/firebird/examples/* -chmod -R a=r $PKG_PREFIX/firebird/include/* -chmod -R a=r $PKG_PREFIX/firebird/intl/* -#chmod -R a=r $PKG_PREFIX/firebird/misc/* - -chmod -R ug=rx,o= $PKG_PREFIX/firebird/UDF/* -chmod -R ug=rx,o= $PKG_PREFIX/firebird/intl/fbintl -chmod -R a=rx $PKG_PREFIX/firebird/lib/* - -cd $PKG_PREFIX/firebird/lib -ln -sf libfbembed.so libgds.so -ln -sf libfbembed.so.1 libgds.so.1 - -cd $PKG_PREFIX/firebird/bin -for i in `ls` -do - chmod ug=rx,o= $i -done - -chmod a=rx isql qli - -# SUID is needed for running server programs. -for i in fb_lock_mgr gds_drop fb_inet_server -do - if [ -f $i ]; then - chmod ug=rx,o= $i - chmod ug+s $i - fi -done - - -cd $PKG_PREFIX/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 -chmod ug=rw,o= firebird.log -chmod a=r firebird.msg README -chown root:wheel *.sample -chmod ug=r,o= *.sample - -# make databases writable by firebird only -# local database connections are not a good idea -chmod ug=rw,o= examples/*.fdb -chmod ug=rw,o= help/*.fdb -chmod ug=rw,o= security.fdb - -chmod 444 aliases.conf firebird.conf -chmod 660 security.fdb - -# remove any existing gds service -cp /etc/services /etc/services.old -cp /etc/inetd.conf /etc/inetd.conf.old -cat /etc/services |grep -v gds_db >/etc/services.new -cat /etc/inetd.conf |grep -v gds_db >/etc/inetd.conf.new -mv /etc/services.new /etc/services -mv /etc/inetd.conf.new /etc/inetd.conf - -# add the gds service and restart inetd -cat >>/etc/services <<EOF -gds_db 3050/tcp #InterBase Database Remote Protocol -EOF -cat >>/etc/inetd.conf <<EOF -gds_db stream tcp nowait firebird $PKG_PREFIX/firebird/bin/fb_inet_server fb_inet_server -EOF -if [ -f /var/run/inetd.pid ]; then - kill -HUP `cat /var/run/inetd.pid` -fi - -# shared lib startup script -if [ -d $PKG_PREFIX/etc/rc.d ]; then - ( - echo "#!/bin/sh"; echo "[ -d $PKG_PREFIX/firebird/lib ] && /sbin/ldconfig -m $PKG_PREFIX/firebird/lib" - ) > $PKG_PREFIX/etc/rc.d/000.firebird.sh - chmod a=rx $PKG_PREFIX/etc/rc.d/000.firebird.sh -fi -;; - -esac diff --git a/databases/firebird2-server/pkg-message b/databases/firebird2-server/pkg-message deleted file mode 100644 index 3a3f40ae3ec4..000000000000 --- a/databases/firebird2-server/pkg-message +++ /dev/null @@ -1,24 +0,0 @@ - ---------------------------------------------------------- -Firebird is now installed. A symbolic link from -/usr/interbase -> %%PREFIX%%/firebird may be needed -for compatibility with existing programs that use -Firebird. - -The symbolic link can be created with: - -% ln -s %%PREFIX%%/firebird /usr/interbase - -It is STRONGLY recommended that you change the SYSDBA -password with: - -% cd %%PREFIX%%/firebird -% gsec -user SYSDBA -pass masterkey -GSEC> modify SYSDBA -pw newpassword -GSEC> quit - -before doing anything serious with Firebird. - -See %%PREFIX%%/firebird/RELNOTES for more. ---------------------------------------------------------- - diff --git a/databases/firebird2-server/pkg-plist b/databases/firebird2-server/pkg-plist deleted file mode 100644 index b6212232a3a4..000000000000 --- a/databases/firebird2-server/pkg-plist +++ /dev/null @@ -1,130 +0,0 @@ -etc/rc.d/000.firebird.sh -firebird/README -firebird/RELNOTES -firebird/UDF/fbudf.so -firebird/UDF/fbudf.sql -firebird/UDF/ib_udf.so -firebird/UDF/ib_udf.sql -firebird/WhatsNew -@unexec if cmp -s %D/firebird/aliases.conf %D/firebird/aliases.conf.sample; then rm -f %D/firebird/aliases.conf; fi -firebird/aliases.conf.sample -@exec [ -f %B/aliases.conf ] || cp %B/%f %B/aliases.conf -firebird/bin/fb_inet_server -firebird/bin/fb_lock_mgr -firebird/bin/fb_lock_print -firebird/bin/gbak -firebird/bin/gdef -firebird/bin/gds_drop -firebird/bin/gfix -firebird/bin/gpre -firebird/bin/gsec -firebird/bin/gstat -firebird/bin/isql -firebird/bin/qli -firebird/doc/README.NTSecurity -firebird/doc/README.Win32LibraryInstallation.txt -firebird/doc/README.build.mingw.html -firebird/doc/README.build.msvc.html -firebird/doc/README.install.Solaris_on_Intel -firebird/doc/README.instsvc -firebird/doc/README.makefiles -firebird/doc/README.user -firebird/doc/README.user.embedded -firebird/doc/README.user.troubleshooting -firebird/doc/sql.extensions/README.aggregate_tracking -firebird/doc/sql.extensions/README.case -firebird/doc/sql.extensions/README.coalesce -firebird/doc/sql.extensions/README.context_variables -firebird/doc/sql.extensions/README.data_types -firebird/doc/sql.extensions/README.exception_handling -firebird/doc/sql.extensions/README.execute_statement -firebird/doc/sql.extensions/README.explicit_locks -firebird/doc/sql.extensions/README.nullif -firebird/doc/sql.extensions/README.order_by_expressions_nulls -firebird/doc/sql.extensions/README.savepoints -firebird/doc/sql.extensions/README.universal_triggers -firebird/examples/align.h -firebird/examples/api1.c -firebird/examples/api10.c -firebird/examples/api11.c -firebird/examples/api12.c -firebird/examples/api13.c -firebird/examples/api14.e -firebird/examples/api15.c -firebird/examples/api16.c -firebird/examples/api16t.c -firebird/examples/api2.c -firebird/examples/api3.c -firebird/examples/api4.c -firebird/examples/api5.c -firebird/examples/api6.c -firebird/examples/api7.c -firebird/examples/api8.c -firebird/examples/api9.c -firebird/examples/api9f.c -firebird/examples/api9f.sql -firebird/examples/apifull.c -firebird/examples/dyn1.e -firebird/examples/dyn2.e -firebird/examples/dyn3.e -firebird/examples/dyn4.e -firebird/examples/dyn5.e -firebird/examples/dynfull.e -firebird/examples/employe2.sql -firebird/examples/employee.fdb -firebird/examples/employee.gbk -firebird/examples/example.h -firebird/examples/readme -firebird/examples/stat1.e -firebird/examples/stat10.e -firebird/examples/stat11.e -firebird/examples/stat12.e -firebird/examples/stat12t.e -firebird/examples/stat2.e -firebird/examples/stat3.e -firebird/examples/stat4.e -firebird/examples/stat5.e -firebird/examples/stat6.e -firebird/examples/stat7.e -firebird/examples/stat8.e -firebird/examples/stat9.e -firebird/examples/udf.sql -firebird/examples/udflib.c -@unexec if cmp -s %D/firebird/firebird.conf %D/firebird/firebird.conf.sample; then rm -f %D/firebird/firebird.conf; fi -firebird/firebird.conf.sample -@exec [ -f %B/firebird.conf ] || cp %B/%f %B/firebird.conf -@unexec [ -s %D/firebird/firebird.log ] || rm -f %D/firebird/firebird.log -firebird/firebird.msg -firebird/help/help.fdb -firebird/include/blr.h -firebird/include/gds.h -firebird/include/ib_util.h -firebird/include/ibase.h -firebird/include/iberror.h -firebird/include/perf.h -firebird/intl/fbintl -@unexec rm -f %D/firebird/isc_event1.`hostname` -@unexec rm -f %D/firebird/isc_init1.`hostname` -@unexec rm -f %D/firebird/isc_lock1.`hostname` -firebird/lib/libfbclient.so -firebird/lib/libfbclient.so.1 -firebird/lib/libfbclient.so.%%FIREBIRD_VERSION%% -firebird/lib/libfbembed.so -firebird/lib/libfbembed.so.1 -firebird/lib/libfbembed.so.%%FIREBIRD_VERSION%% -firebird/lib/libgds.so -firebird/lib/libgds.so.1 -firebird/lib/libib_util.so -@unexec if cmp -s %D/firebird/security.fdb %D/firebird/security.fdb.sample; then rm -f %D/firebird/security.fdb; fi -firebird/security.fdb.sample -@exec [ -f %B/security.fdb ] || cp %B/%f %B/security.fdb -@dirrm firebird/UDF -@dirrm firebird/bin -@dirrm firebird/doc/sql.extensions -@dirrm firebird/doc -@dirrm firebird/examples -@dirrm firebird/help -@dirrm firebird/include -@dirrm firebird/intl -@dirrm firebird/lib -@dirrm firebird diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile deleted file mode 100644 index 04627108f919..000000000000 --- a/databases/firebird20-server/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: Firebird -# Date created: 20 December 2000 -# Whom: Geoffrey C. Speicher <geoff@sea-incorporated.com> -# -# $FreeBSD$ -# - -PORTNAME= firebird -PORTVERSION= 1.5.2 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=firebird -DISTNAME= firebird-1.5.2.4731 - -MAINTAINER= renato@galle.com.br -COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) - -USE_BISON= yes -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LIBTOOL_VER= 15 -USE_AUTOCONF_VER= 259 -USE_GCC= 3.4 - -PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION} - -# Don't use ld for linking, use gcc -LD= gcc - -CONFLICTS= firebird-devel-[0-9]* - -WRKSRC= ${WRKDIR}/${DISTNAME} -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/firebird/lib -MSG_FILE= ${PKGDIR}/pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message -USE_REINPLACE= yes - -ONLY_FOR_ARCHS= i386 - -.include <bsd.port.pre.mk> - -pre-everything:: - @${ECHO_MSG} "NOTE: If the work directory is on an NFS mount, you will" - @${ECHO_MSG} "require NFS client locking support for the build to" - @${ECHO_MSG} "succeed. Currently this is only available on FreeBSD 5.0" - @${ECHO_MSG} "or greater." - @${ECHO_MSG} - @${ECHO_MSG} "WARNING: The on-disk structure of the databases has" - @${ECHO_MSG} "changed since version 1.0.x." - @${ECHO_MSG} "Cancel this installation now and backup your databases" - @${ECHO_MSG} "if you have not already done so." -.if !defined(BATCH) - @sleep 10 -.endif - -patch-autotools: - @${DO_NADA} - -run-autotools: - @${DO_NADA} - -do-configure: - @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \ - ${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \ - --with-lock-manager --with-editline) - -do-build: - @( \ - ${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE}; \ - cd ${WRKSRC}; \ - ${SETENV} CC=${CC} CXX=${CXX} ${GMAKE} all; \ - ) - -post-install: - @( \ - ${INSTALL_DATA} ${FILESDIR}/RELNOTES ${PREFIX}/firebird; \ - ${CAT} ${PKGMESSAGE}; \ - ) - -.include <bsd.port.post.mk> diff --git a/databases/firebird20-server/distinfo b/databases/firebird20-server/distinfo deleted file mode 100644 index 1f1dd8283c09..000000000000 --- a/databases/firebird20-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (firebird-1.5.2.4731.tar.bz2) = fea53ed5213cff4bd96513fb1a6c0ca2 -SIZE (firebird-1.5.2.4731.tar.bz2) = 4764015 diff --git a/databases/firebird20-server/files/RELNOTES b/databases/firebird20-server/files/RELNOTES deleted file mode 100644 index 818320129f53..000000000000 --- a/databases/firebird20-server/files/RELNOTES +++ /dev/null @@ -1,108 +0,0 @@ -Firebird 1.5.1 FreeBSD Release Notes 19-Jul-2004 --------------------------------------- -FB-V1.5.1.4481 Firebird 1.5 Release - - Welcome to the FreeBSD Firebird port! - - Firebird is installed SUID with owner and group `firebird'. -This does affect where you can and cannot create databases when -connecting remotely, as well as which existing databases you can -access. If you want a database to be available remotely, be sure -it's readable and writeable to group firebird. - - There may be times when you manage to get your system into a -state where using any of the Firebird utilites (isql, gbak, gsec, -etc.) gives you the message "semget failed". One surefire way to -do this is to build and install the port. :) If this happens, -make sure that the lock manager is not running and its semaphores -have been removed. The former can be accomplished with 'ps ax -|grep fb' and 'kill'; the latter with 'ipcs -s' and 'ipcrm -s'. - - For example, after building and installing the port, you will -probably go through something like this: - -# isql /usr/local/firebird/security.fdb -Statement failed, SQLCODE = -902 - -operating system directive semget failed --No such file or directory - -# ipcs -s -Semaphores: -T ID KEY MODE OWNER GROUP -s 1310720 252034728 --rw-rw-rw- root wheel - -# ipcrm -s 1310720 - -and you should be in business. - - Once this is done, you should be able to connect normally to -databases. Your first connection will restart the lock manager. - - There may be times, however, when you still get "semget failed" -even though the lock manager is not running and the semaphores have -been cleaned up. There seems to be a conflict with this release -and the PostgreSQL 7 release as installed from the ports collection. -If you're having trouble with Firebird and you're running PostgreSQL, -try stopping PostgreSQL: - - /usr/local/etc/rc.d/pgsql.sh stop - -and see if that helps. Alternatively, increase the value of SEMMNS -by 48 in your kernel configuration file. This can be found by getting -the current value with 'sysctl -a | grep semmns'. You can either add -this to your kernel config, or add the following line to /boot/loader.conf: - - kern.ipc.semmns=X - -where is is the current value plus 48. If this doesn't resolve the issue, -try adding 48 again. - - Please note that as of RC8, the libgds.so symlink now points to -libfbembed.so. This has been done to resolve compatability issues with -older versions of Firebird. The FreeBSD port of RC7 had libgds.so -pointing to libfbclient.so. libfbclient.so is a remote access-only -shared library with threaded support, which requires target applications -to link with a threaded library such as libc_r.so, libpthread.so or libthr.so. - - Super Server support in Firebird 1.5 for FreeBSD is not currently -available due to the Firebird code using POSIX threads APIs not available -in FreeBSD 4.x or not yet complete in FreeBSD 5.x. This issue will become -more important once the scalability issues of Super Server have been -resolved. - - This installation has already inserted the necessary line to -/etc/inetd.conf so that you can connect to Firebird across the network. -However you may need to add the remote host to /etc/hosts.equiv. For -example, to allow the local machine to make connections to Firebird -using TCP, the following command needs running: - - echo localhost >> /etc/hosts.equiv - -Please note that adding machines to /etc/hosts.equiv can reduce the -security of your system. If in doubt, try connecting to Firebird with -a username and password already defined in security.fdb. For example: - -gsec -> add myuser -pass mypass -> quit -isql -u myuser -p mypass localhost:/usr/local/firebird/examples/employee.fdb - -This should reduce the need for hosts defined in /etc/hosts.equiv. - - Complete documentation for InterBase(tm) is available (free of -charge) from http://www.interbase.com/ in PDF format. While -InterBase and Firebird are two distinct entities, all InterBase -documentation is pertinent to Firebird. More information on Firebird -and InterBase can be found at the following: - - http://sourceforge.net/projects/firebird/ - http://www.ibphoenix.com/ - http://www.interbase2000.org/ - http://www.firebirdsql.org/ - - Please also see the doc directory in the Firebird package for -documentation specific to Firebird. - -Chris Knight -<chris@e-easy.com.au> diff --git a/databases/firebird20-server/files/patch-src::extern::editline::makelist b/databases/firebird20-server/files/patch-src::extern::editline::makelist deleted file mode 100644 index 870f3cfdaece..000000000000 --- a/databases/firebird20-server/files/patch-src::extern::editline::makelist +++ /dev/null @@ -1,11 +0,0 @@ ---- src/extern/editline/makelist.orig Mon May 24 04:24:25 2004 -+++ src/extern/editline/makelist Fri Jul 23 17:09:43 2004 -@@ -145,7 +145,7 @@ - # - -fh) - cat $FILES | $AWK '/el_action_t/ { print $3 }' | \ -- sort | tr '[a-z]' '[A-Z]' | $AWK ' -+ sort | tr '[:lower:]' '[:upper:]' | $AWK ' - BEGIN { - printf("/* Automatically generated file, do not edit */\n"); - printf("#ifndef _h_fcns_c\n#define _h_fcns_c\n"); diff --git a/databases/firebird20-server/pkg-descr b/databases/firebird20-server/pkg-descr deleted file mode 100644 index dbeba43f543f..000000000000 --- a/databases/firebird20-server/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -The open-source InterBase(tm) 6.0 spin-off (Classic server version) - -InterBase is a world-class DBMS with a history too rich to detail -here. Once selling for several thousands of dollars per license, -some very big players use it worldwide. Inprise has open-sourced -InterBase 6.0, and a lively bunch of folks has charged themselves -with seeing that it lives on through the Firebird project. - -For more information on Firebird and InterBase, see: - -WWW: http://sourceforge.net/projects/firebird/ -WWW: http://www.ibphoenix.com/ -WWW: http://www.interbase2000.org/ -WWW: http://www.interbase.com/ -WWW: http://www.firebirdsql.org/ diff --git a/databases/firebird20-server/pkg-install b/databases/firebird20-server/pkg-install deleted file mode 100644 index 099f93a67d7c..000000000000 --- a/databases/firebird20-server/pkg-install +++ /dev/null @@ -1,171 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -PATH=/bin:/usr/bin:/usr/sbin - -case $2 in -PRE-INSTALL) - -if [ -d $PKG_PREFIX/firebird ]; then - if [ -d $PKG_PREFIX/firebird.old ]; then - rm -rf $PKG_PREFIX/firebird.old - fi - cp -Rp $PKG_PREFIX/firebird $PKG_PREFIX/firebird.old -fi - -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 $PKG_PREFIX/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) -chown -R firebird:firebird $PKG_PREFIX/firebird -chmod -R o= $PKG_PREFIX/firebird - -# Now fix up the mess. - -# fix up directories -for i in `find $PKG_PREFIX/firebird -print` -do - FileName=$i - if [ -d $FileName ]; then - chmod u=rwx,go=rx $FileName - fi -done - -# make lib ldconfig-compatible -chown -R root:wheel $PKG_PREFIX/firebird/lib - -# make the following read-only -chmod -R a=r $PKG_PREFIX/firebird/WhatsNew -for i in `find $PKG_PREFIX/firebird/doc -type f -print` -do - chmod a=r $i -done -chmod -R a=r $PKG_PREFIX/firebird/examples/* -chmod -R a=r $PKG_PREFIX/firebird/include/* -chmod -R a=r $PKG_PREFIX/firebird/intl/* -#chmod -R a=r $PKG_PREFIX/firebird/misc/* - -chmod -R ug=rx,o= $PKG_PREFIX/firebird/UDF/* -chmod -R ug=rx,o= $PKG_PREFIX/firebird/intl/fbintl -chmod -R a=rx $PKG_PREFIX/firebird/lib/* - -cd $PKG_PREFIX/firebird/lib -ln -sf libfbembed.so libgds.so -ln -sf libfbembed.so.1 libgds.so.1 - -cd $PKG_PREFIX/firebird/bin -for i in `ls` -do - chmod ug=rx,o= $i -done - -chmod a=rx isql qli - -# SUID is needed for running server programs. -for i in fb_lock_mgr gds_drop fb_inet_server -do - if [ -f $i ]; then - chmod ug=rx,o= $i - chmod ug+s $i - fi -done - - -cd $PKG_PREFIX/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 -chmod ug=rw,o= firebird.log -chmod a=r firebird.msg README -chown root:wheel *.sample -chmod ug=r,o= *.sample - -# make databases writable by firebird only -# local database connections are not a good idea -chmod ug=rw,o= examples/*.fdb -chmod ug=rw,o= help/*.fdb -chmod ug=rw,o= security.fdb - -chmod 444 aliases.conf firebird.conf -chmod 660 security.fdb - -# remove any existing gds service -cp /etc/services /etc/services.old -cp /etc/inetd.conf /etc/inetd.conf.old -cat /etc/services |grep -v gds_db >/etc/services.new -cat /etc/inetd.conf |grep -v gds_db >/etc/inetd.conf.new -mv /etc/services.new /etc/services -mv /etc/inetd.conf.new /etc/inetd.conf - -# add the gds service and restart inetd -cat >>/etc/services <<EOF -gds_db 3050/tcp #InterBase Database Remote Protocol -EOF -cat >>/etc/inetd.conf <<EOF -gds_db stream tcp nowait firebird $PKG_PREFIX/firebird/bin/fb_inet_server fb_inet_server -EOF -if [ -f /var/run/inetd.pid ]; then - kill -HUP `cat /var/run/inetd.pid` -fi - -# shared lib startup script -if [ -d $PKG_PREFIX/etc/rc.d ]; then - ( - echo "#!/bin/sh"; echo "[ -d $PKG_PREFIX/firebird/lib ] && /sbin/ldconfig -m $PKG_PREFIX/firebird/lib" - ) > $PKG_PREFIX/etc/rc.d/000.firebird.sh - chmod a=rx $PKG_PREFIX/etc/rc.d/000.firebird.sh -fi -;; - -esac diff --git a/databases/firebird20-server/pkg-message b/databases/firebird20-server/pkg-message deleted file mode 100644 index 3a3f40ae3ec4..000000000000 --- a/databases/firebird20-server/pkg-message +++ /dev/null @@ -1,24 +0,0 @@ - ---------------------------------------------------------- -Firebird is now installed. A symbolic link from -/usr/interbase -> %%PREFIX%%/firebird may be needed -for compatibility with existing programs that use -Firebird. - -The symbolic link can be created with: - -% ln -s %%PREFIX%%/firebird /usr/interbase - -It is STRONGLY recommended that you change the SYSDBA -password with: - -% cd %%PREFIX%%/firebird -% gsec -user SYSDBA -pass masterkey -GSEC> modify SYSDBA -pw newpassword -GSEC> quit - -before doing anything serious with Firebird. - -See %%PREFIX%%/firebird/RELNOTES for more. ---------------------------------------------------------- - diff --git a/databases/firebird20-server/pkg-plist b/databases/firebird20-server/pkg-plist deleted file mode 100644 index b6212232a3a4..000000000000 --- a/databases/firebird20-server/pkg-plist +++ /dev/null @@ -1,130 +0,0 @@ -etc/rc.d/000.firebird.sh -firebird/README -firebird/RELNOTES -firebird/UDF/fbudf.so -firebird/UDF/fbudf.sql -firebird/UDF/ib_udf.so -firebird/UDF/ib_udf.sql -firebird/WhatsNew -@unexec if cmp -s %D/firebird/aliases.conf %D/firebird/aliases.conf.sample; then rm -f %D/firebird/aliases.conf; fi -firebird/aliases.conf.sample -@exec [ -f %B/aliases.conf ] || cp %B/%f %B/aliases.conf -firebird/bin/fb_inet_server -firebird/bin/fb_lock_mgr -firebird/bin/fb_lock_print -firebird/bin/gbak -firebird/bin/gdef -firebird/bin/gds_drop -firebird/bin/gfix -firebird/bin/gpre -firebird/bin/gsec -firebird/bin/gstat -firebird/bin/isql -firebird/bin/qli -firebird/doc/README.NTSecurity -firebird/doc/README.Win32LibraryInstallation.txt -firebird/doc/README.build.mingw.html -firebird/doc/README.build.msvc.html -firebird/doc/README.install.Solaris_on_Intel -firebird/doc/README.instsvc -firebird/doc/README.makefiles -firebird/doc/README.user -firebird/doc/README.user.embedded -firebird/doc/README.user.troubleshooting -firebird/doc/sql.extensions/README.aggregate_tracking -firebird/doc/sql.extensions/README.case -firebird/doc/sql.extensions/README.coalesce -firebird/doc/sql.extensions/README.context_variables -firebird/doc/sql.extensions/README.data_types -firebird/doc/sql.extensions/README.exception_handling -firebird/doc/sql.extensions/README.execute_statement -firebird/doc/sql.extensions/README.explicit_locks -firebird/doc/sql.extensions/README.nullif -firebird/doc/sql.extensions/README.order_by_expressions_nulls -firebird/doc/sql.extensions/README.savepoints -firebird/doc/sql.extensions/README.universal_triggers -firebird/examples/align.h -firebird/examples/api1.c -firebird/examples/api10.c -firebird/examples/api11.c -firebird/examples/api12.c -firebird/examples/api13.c -firebird/examples/api14.e -firebird/examples/api15.c -firebird/examples/api16.c -firebird/examples/api16t.c -firebird/examples/api2.c -firebird/examples/api3.c -firebird/examples/api4.c -firebird/examples/api5.c -firebird/examples/api6.c -firebird/examples/api7.c -firebird/examples/api8.c -firebird/examples/api9.c -firebird/examples/api9f.c -firebird/examples/api9f.sql -firebird/examples/apifull.c -firebird/examples/dyn1.e -firebird/examples/dyn2.e -firebird/examples/dyn3.e -firebird/examples/dyn4.e -firebird/examples/dyn5.e -firebird/examples/dynfull.e -firebird/examples/employe2.sql -firebird/examples/employee.fdb -firebird/examples/employee.gbk -firebird/examples/example.h -firebird/examples/readme -firebird/examples/stat1.e -firebird/examples/stat10.e -firebird/examples/stat11.e -firebird/examples/stat12.e -firebird/examples/stat12t.e -firebird/examples/stat2.e -firebird/examples/stat3.e -firebird/examples/stat4.e -firebird/examples/stat5.e -firebird/examples/stat6.e -firebird/examples/stat7.e -firebird/examples/stat8.e -firebird/examples/stat9.e -firebird/examples/udf.sql -firebird/examples/udflib.c -@unexec if cmp -s %D/firebird/firebird.conf %D/firebird/firebird.conf.sample; then rm -f %D/firebird/firebird.conf; fi -firebird/firebird.conf.sample -@exec [ -f %B/firebird.conf ] || cp %B/%f %B/firebird.conf -@unexec [ -s %D/firebird/firebird.log ] || rm -f %D/firebird/firebird.log -firebird/firebird.msg -firebird/help/help.fdb -firebird/include/blr.h -firebird/include/gds.h -firebird/include/ib_util.h -firebird/include/ibase.h -firebird/include/iberror.h -firebird/include/perf.h -firebird/intl/fbintl -@unexec rm -f %D/firebird/isc_event1.`hostname` -@unexec rm -f %D/firebird/isc_init1.`hostname` -@unexec rm -f %D/firebird/isc_lock1.`hostname` -firebird/lib/libfbclient.so -firebird/lib/libfbclient.so.1 -firebird/lib/libfbclient.so.%%FIREBIRD_VERSION%% -firebird/lib/libfbembed.so -firebird/lib/libfbembed.so.1 -firebird/lib/libfbembed.so.%%FIREBIRD_VERSION%% -firebird/lib/libgds.so -firebird/lib/libgds.so.1 -firebird/lib/libib_util.so -@unexec if cmp -s %D/firebird/security.fdb %D/firebird/security.fdb.sample; then rm -f %D/firebird/security.fdb; fi -firebird/security.fdb.sample -@exec [ -f %B/security.fdb ] || cp %B/%f %B/security.fdb -@dirrm firebird/UDF -@dirrm firebird/bin -@dirrm firebird/doc/sql.extensions -@dirrm firebird/doc -@dirrm firebird/examples -@dirrm firebird/help -@dirrm firebird/include -@dirrm firebird/intl -@dirrm firebird/lib -@dirrm firebird diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile deleted file mode 100644 index d173ec378e45..000000000000 --- a/databases/freetds-devel/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# New ports collection makefile for: freetds -# Date created: 02 Nov 1999 -# Whom: Domas Mituzas <midom@dammit.lt> -# -# $FreeBSD$ - -PORTNAME= freetds -PORTVERSION= 0.62.4 -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_REINPLACE= yes -USE_GMAKE= yes -GNU_GONFIGURE= yes -USE_LIBTOOL_VER= 15 -WANT_AUTOCONF_VER= 259 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-tdsver=${TDS_VER} -INSTALLS_SHLIB= yes - -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -MAN1= freebcp.1 tsql.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 - -.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 3fe6dc75e3c3..000000000000 --- a/databases/freetds-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (freetds-0.62.4.tar.gz) = 09695686e7aa2eaf963c2ebe30c7ae74 -SIZE (freetds-0.62.4.tar.gz) = 1302666 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 82d0a3bd0074..000000000000 --- a/databases/freetds-devel/pkg-plist +++ /dev/null @@ -1,208 +0,0 @@ -bin/freebcp -bin/tdspool -bin/tsql -bin/bsqldb -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/dblib.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.so -lib/libct.so.2 -lib/libsybdb.a -lib/libsybdb.so -lib/libsybdb.so.4 -lib/libtds.a -lib/libtds.so -lib/libtds.so.3 -lib/libtdssrv.a -lib/libtdssrv.so -lib/libtdssrv.so.1 -%%ODBC%%lib/libtdsodbc.so.0 -%%ODBC%%lib/libtdsodbc.so -%%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/a00059.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00065.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00066.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00067.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00068.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00072.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00129.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00132.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00164.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00167.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00168.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00181.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00185.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00200.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00223.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00270.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00273.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00297.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00298.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00299.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00300.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00301.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00302.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00303.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00304.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00305.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00306.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00307.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00308.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00309.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00310.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00311.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00312.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00313.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00314.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00315.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00317.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00319.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00320.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00321.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00322.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00323.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00324.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00325.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00326.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00327.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00328.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00329.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00330.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00331.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00332.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00333.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00334.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00335.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/a00350.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00352.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00353.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00354.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00355.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00356.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00357.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00358.html -%%PORTDOCS%%%%DOCSDIR%%/reference/a00048.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/gnome-db/Makefile b/databases/gnome-db/Makefile deleted file mode 100644 index 385a1d093608..000000000000 --- a/databases/gnome-db/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gnomedb -# Date created: 19th June 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomedb -PORTVERSION= 0.2.96 -PORTREVISION= 2 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-db/0.2 -DISTNAME= gnome-db-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provide uniform access to data sources for the GNOME environment - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnomehier libgda -USE_GMAKE= yes -USE_INC_LIBTOOL_VER= 13 -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lintl" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/databases/gnome-db/distinfo b/databases/gnome-db/distinfo deleted file mode 100644 index 0fbba8bc1ed7..000000000000 --- a/databases/gnome-db/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome/gnome-db-0.2.96.tar.bz2) = 718d3761ef96f83c02d34c16627d8579 -SIZE (gnome/gnome-db-0.2.96.tar.bz2) = 676247 diff --git a/databases/gnome-db/files/patch-components::Makefile.in b/databases/gnome-db/files/patch-components::Makefile.in deleted file mode 100644 index 2591b83787b6..000000000000 --- a/databases/gnome-db/files/patch-components::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- components/Makefile.in 2002/01/22 13:14:51 1.1 -+++ components/Makefile.in 2002/01/22 13:15:50 -@@ -177,7 +177,7 @@ - - libdatabase_moniker_la_SOURCES = gnomedb-monikers-database.c gnomedb-monikers.h - --libdatabase_moniker_la_LIBADD = $(GNOMEDB_LIBS) -+libdatabase_moniker_la_LIBADD = $(GNOMEDB_LIBS) -module -avoid-version - - - oafdir = $(datadir)/oaf diff --git a/databases/gnome-db/files/patch-configure b/databases/gnome-db/files/patch-configure deleted file mode 100644 index d3acccbb89bc..000000000000 --- a/databases/gnome-db/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Mon Apr 15 15:30:28 2002 -+++ configure Wed May 1 11:51:50 2002 -@@ -5905,6 +5905,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -8876,7 +8877,7 @@ - PERL_CC=`perl -MConfig -e 'print $Config{cc},"\n";'` - PERL_LD=`perl -MConfig -e 'print $Config{ld},"\n";'` - PERL_CCOPTS=`perl -MExtUtils::Embed -e ccopts` -- PERL_LDOPTS=`perl -MExtUtils::Embed -e ldopts` -+ PERL_LDOPTS=`perl -MExtUtils::Embed -e '$_ = ldopts(1); s/-lc //g; print $_ . "\n"'` - - - diff --git a/databases/gnome-db/files/patch-doc::C::reference::Makefile.in b/databases/gnome-db/files/patch-doc::C::reference::Makefile.in deleted file mode 100644 index b9c8dda0e901..000000000000 --- a/databases/gnome-db/files/patch-doc::C::reference::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/C/reference/Makefile.in 2002/05/01 08:49:53 1.1 -+++ doc/C/reference/Makefile.in 2002/05/01 08:50:40 -@@ -174,7 +174,7 @@ - - - DOC_MAIN_SGML_FILE = libgnomedb-reference.sgml --DOC_DIR = $(datadir)/html -+DOC_DIR = $(prefix)/share/doc/gnomedb - TARGET_DIR = $(DOC_DIR)/libgnomedb-reference - - DOC_DIR_INSTALL_FILES = libgnomedb.args libgnomedb.hierarchy libgnomedb.signals libgnomedb.types libgnomedb-decl.txt libgnomedb-sections.txt diff --git a/databases/gnome-db/files/patch-idl::Makefile.in b/databases/gnome-db/files/patch-idl::Makefile.in deleted file mode 100644 index da60a4cfbf63..000000000000 --- a/databases/gnome-db/files/patch-idl::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- idl/Makefile.in 2001/07/26 14:06:24 1.1 -+++ idl/Makefile.in 2001/07/26 14:06:37 -@@ -153,7 +153,7 @@ - EXTRA_DIST = $(IDL_FILES) - - --idldir = $(prefix)/share/idl -+idldir = $(prefix)/share/gnome/idl - idl_DATA = $(IDL_FILES) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h diff --git a/databases/gnome-db/pkg-descr b/databases/gnome-db/pkg-descr deleted file mode 100644 index ff86e957f3de..000000000000 --- a/databases/gnome-db/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -gnome-db can be considered as an extension of the libgda project. - -Its aims are the same: to provide universal data source access for -client applications, as well as development tools and libraries -for doing so. gnome-db; is an extension to libgda; because it adds -support to the architecture for the GNOME project. - -WWW: http://www.gnome-db.org/ diff --git a/databases/gnome-db/pkg-plist b/databases/gnome-db/pkg-plist deleted file mode 100644 index 89b9103ae5d0..000000000000 --- a/databases/gnome-db/pkg-plist +++ /dev/null @@ -1,176 +0,0 @@ -bin/gnomedb-builder -bin/gnomedb-components -bin/gnomedb-config -bin/gnomedb-fe -bin/gnomedb-mgr -include/libgnomedb-%%VERSION%%/gnome-db/GNOME_Database_UI.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-browser.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-combo.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-component.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-config.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-defprops.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control-widget.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-control.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dataset.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-designer.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config-druid.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-dsn-config.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-embeddable.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-entry.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error-dlg.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-error.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-export.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-grid.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-icon-list.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-label.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-list.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-log-viewer.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login-dlg.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-login.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-moniker.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-report.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-shortcut.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-table-editor.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-util.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db-window.h -include/libgnomedb-%%VERSION%%/gnome-db/gnome-db.h -lib/bonobo/monikers/libdatabase_moniker.so -lib/libgnomedb.a -lib/libgnomedb.so -lib/libgnomedb.so.0 -share/doc/gnomedb/libgnomedb-decl.txt -share/doc/gnomedb/libgnomedb-sections.txt -share/doc/gnomedb/libgnomedb.args -share/doc/gnomedb/libgnomedb.hierarchy -share/doc/gnomedb/libgnomedb.types -share/gnome/apps/Applications/gnomedb-fe.desktop -share/gnome/help/gnome-db/C/comlib.html -share/gnome/help/gnome-db/C/components.html -share/gnome/help/gnome-db/C/fdl-appendix.sgml -share/gnome/help/gnome-db/C/fdl-section1.html -share/gnome/help/gnome-db/C/fdl-section10.html -share/gnome/help/gnome-db/C/fdl-section2.html -share/gnome/help/gnome-db/C/fdl-section3.html -share/gnome/help/gnome-db/C/fdl-section4.html -share/gnome/help/gnome-db/C/fdl-section5.html -share/gnome/help/gnome-db/C/fdl-section6.html -share/gnome/help/gnome-db/C/fdl-section7.html -share/gnome/help/gnome-db/C/fdl-section8.html -share/gnome/help/gnome-db/C/fdl-section9.html -share/gnome/help/gnome-db/C/fdl-using.html -share/gnome/help/gnome-db/C/fdl.html -share/gnome/help/gnome-db/C/fe.html -share/gnome/help/gnome-db/C/gnome-db.sgml -share/gnome/help/gnome-db/C/index.html -share/gnome/help/gnome-db/C/introduction.html -share/gnome/help/gnome-db/C/manager-config-components.html -share/gnome/help/gnome-db/C/manager.html -share/gnome/help/gnome-db/C/topic.dat -share/gnome/help/gnome-db/C/widgetlib-overview.html -share/gnome/help/gnome-db/C/widgetlib.html -share/gnome/help/gnome-db/es/comlib.html -share/gnome/help/gnome-db/es/components.html -share/gnome/help/gnome-db/es/fe.html -share/gnome/help/gnome-db/es/gnome-db.html -share/gnome/help/gnome-db/es/gnome-db.sgml -share/gnome/help/gnome-db/es/index.html -share/gnome/help/gnome-db/es/introduction.html -share/gnome/help/gnome-db/es/manager-config-components.html -share/gnome/help/gnome-db/es/manager.html -share/gnome/help/gnome-db/es/topic.dat -share/gnome/help/gnome-db/es/widgetlib-overview.html -share/gnome/help/gnome-db/es/widgetlib.html -share/gnome/help/gnome-db/it/comlib.html -share/gnome/help/gnome-db/it/components.html -share/gnome/help/gnome-db/it/fdl-appendix.sgml -share/gnome/help/gnome-db/it/fdl-section1.html -share/gnome/help/gnome-db/it/fdl-section10.html -share/gnome/help/gnome-db/it/fdl-section2.html -share/gnome/help/gnome-db/it/fdl-section3.html -share/gnome/help/gnome-db/it/fdl-section4.html -share/gnome/help/gnome-db/it/fdl-section5.html -share/gnome/help/gnome-db/it/fdl-section6.html -share/gnome/help/gnome-db/it/fdl-section7.html -share/gnome/help/gnome-db/it/fdl-section8.html -share/gnome/help/gnome-db/it/fdl-section9.html -share/gnome/help/gnome-db/it/fdl-using.html -share/gnome/help/gnome-db/it/fdl.html -share/gnome/help/gnome-db/it/fe.html -share/gnome/help/gnome-db/it/gnome-db.sgml -share/gnome/help/gnome-db/it/index.html -share/gnome/help/gnome-db/it/introduction.html -share/gnome/help/gnome-db/it/manager-config-components.html -share/gnome/help/gnome-db/it/manager.html -share/gnome/help/gnome-db/it/topic.dat -share/gnome/help/gnome-db/it/widgetlib-overview.html -share/gnome/help/gnome-db/it/widgetlib.html -share/gnome/help/gnome-db/pt_BR/comlib.html -share/gnome/help/gnome-db/pt_BR/components.html -share/gnome/help/gnome-db/pt_BR/fe.html -share/gnome/help/gnome-db/pt_BR/gnome-db.sgml -share/gnome/help/gnome-db/pt_BR/index.html -share/gnome/help/gnome-db/pt_BR/introduction.html -share/gnome/help/gnome-db/pt_BR/manager-config-components.html -share/gnome/help/gnome-db/pt_BR/manager.html -share/gnome/help/gnome-db/pt_BR/topic.dat -share/gnome/help/gnome-db/pt_BR/widgetlib-overview.html -share/gnome/help/gnome-db/pt_BR/widgetlib.html -share/gnome/idl/GNOME_Database_UI.idl -share/gnome/oaf/GNOME_DB_Builder.oaf -share/gnome/oaf/GNOME_DB_ComponentFactory.oaf -share/gnome/oaf/GNOME_DB_Connection.oaf -share/gnome/oaf/GNOME_DB_Designer.oaf -share/gnome/oaf/GNOME_DB_Export.oaf -share/gnome/oaf/GNOME_DB_Log.oaf -share/gnome/oaf/GNOME_DB_Manager.oaf -share/gnome/oaf/GNOME_DB_Monikers.oaf -share/gnome/omf/gnome-db/gnome-db-C.omf -share/gnome/omf/gnome-db/gnome-db-es.omf -share/gnome/omf/gnome-db/gnome-db-it.omf -share/gnome/omf/gnome-db/gnome-db-pt_BR.omf -share/gnome/pixmaps/gnome-db.png -share/gnome/ui/gnomedb-com-connection.xml -share/gnome/ui/gnomedb-com-designer.xml -share/gnome/ui/gnomedb-com-log.xml -share/gnome/ui/gnomedb-fe.xml -share/gnome/ui/gnomedb-manager.xml -share/locale/az/LC_MESSAGES/gnome-db.mo -share/locale/ca/LC_MESSAGES/gnome-db.mo -share/locale/da/LC_MESSAGES/gnome-db.mo -share/locale/de/LC_MESSAGES/gnome-db.mo -share/locale/el/LC_MESSAGES/gnome-db.mo -share/locale/es/LC_MESSAGES/gnome-db.mo -share/locale/fi/LC_MESSAGES/gnome-db.mo -share/locale/fr/LC_MESSAGES/gnome-db.mo -share/locale/ga/LC_MESSAGES/gnome-db.mo -share/locale/gl/LC_MESSAGES/gnome-db.mo -share/locale/hu/LC_MESSAGES/gnome-db.mo -share/locale/it/LC_MESSAGES/gnome-db.mo -share/locale/ja/LC_MESSAGES/gnome-db.mo -share/locale/ko/LC_MESSAGES/gnome-db.mo -share/locale/nl/LC_MESSAGES/gnome-db.mo -share/locale/nn/LC_MESSAGES/gnome-db.mo -share/locale/no/LC_MESSAGES/gnome-db.mo -share/locale/pl/LC_MESSAGES/gnome-db.mo -share/locale/pt/LC_MESSAGES/gnome-db.mo -share/locale/pt_BR/LC_MESSAGES/gnome-db.mo -share/locale/ru/LC_MESSAGES/gnome-db.mo -share/locale/sk/LC_MESSAGES/gnome-db.mo -share/locale/sl/LC_MESSAGES/gnome-db.mo -share/locale/sv/LC_MESSAGES/gnome-db.mo -share/locale/tr/LC_MESSAGES/gnome-db.mo -share/locale/uk/LC_MESSAGES/gnome-db.mo -share/locale/zh_TW/LC_MESSAGES/gnome-db.mo -@dirrm share/gnome/omf/gnome-db -@dirrm share/gnome/help/gnome-db/pt_BR/images -@dirrm share/gnome/help/gnome-db/pt_BR -@dirrm share/gnome/help/gnome-db/it/images -@dirrm share/gnome/help/gnome-db/it -@dirrm share/gnome/help/gnome-db/es/images -@dirrm share/gnome/help/gnome-db/es -@dirrm share/gnome/help/gnome-db/C/images -@dirrm share/gnome/help/gnome-db/C -@dirrm share/gnome/help/gnome-db -@dirrm share/doc/gnomedb -@dirrm include/libgnomedb-%%VERSION%%/gnome-db -@dirrm include/libgnomedb-%%VERSION%% diff --git a/databases/jdbc-oracle8i/Makefile b/databases/jdbc-oracle8i/Makefile deleted file mode 100644 index 17a03df648b6..000000000000 --- a/databases/jdbc-oracle8i/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: The Oracle 8.1.6 JDBC Drivers -# Date created: 2 January 2000 -# Whom: Patrick Gardella <patrick@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= oracle816 -PORTVERSION= 1.11 -CATEGORIES= databases java -MASTER_SITES= # none -PKGNAMEPREFIX= jdbc- -DISTNAME= classes111_01. -EXTRACT_SUFX= zip -EXTRACT_ONLY= # none - -MAINTAINER= ports@FreeBSD.Org -COMMENT= The JDBC drivers for Oracle 8.1.6 - -RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk11 - -ALL_TARGET= jar - -RESTRICTED= 'Must be downloaded direct from Oracle via www interface' -NO_CDROM= 'Must be downloaded direct from Oracle via www interface' -NO_PACKAGE= 'Must be downloaded direct from Oracle via www interface' -NO_BUILD= yes -NO_WRKSUBDIR= yes -PLIST_FILES= share/java/classes/classes111_01.zip - -.include <bsd.port.pre.mk> - -.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm Oracle8i 8.1.6.0.1 JDBC Drivers for use with JDK 1.1.x, JDBC-Thin 100% Java. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again." -.endif - -do-install: - @${MKDIR} ${PREFIX}/share/java/classes - @${INSTALL_DATA} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${LOCALBASE}/share/java/classes - -.include <bsd.port.post.mk> diff --git a/databases/jdbc-oracle8i/distinfo b/databases/jdbc-oracle8i/distinfo deleted file mode 100644 index 54ca3e0cf475..000000000000 --- a/databases/jdbc-oracle8i/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (classes111_01.zip) = ca3c45844a5d6f05841fa28f6320374c diff --git a/databases/jdbc-oracle8i/pkg-descr b/databases/jdbc-oracle8i/pkg-descr deleted file mode 100644 index 9b7c7c510daf..000000000000 --- a/databases/jdbc-oracle8i/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a port of the JDBC driver which is used to access Oracle -databases using a database-independant API in Java. - -WWW: http://technet.oracle.com/tech/java/sqlj_jdbc/content.html - -patrick@freebsd.org diff --git a/databases/jdbc-oracle9i/Makefile b/databases/jdbc-oracle9i/Makefile deleted file mode 100644 index 17a03df648b6..000000000000 --- a/databases/jdbc-oracle9i/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: The Oracle 8.1.6 JDBC Drivers -# Date created: 2 January 2000 -# Whom: Patrick Gardella <patrick@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= oracle816 -PORTVERSION= 1.11 -CATEGORIES= databases java -MASTER_SITES= # none -PKGNAMEPREFIX= jdbc- -DISTNAME= classes111_01. -EXTRACT_SUFX= zip -EXTRACT_ONLY= # none - -MAINTAINER= ports@FreeBSD.Org -COMMENT= The JDBC drivers for Oracle 8.1.6 - -RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk11 - -ALL_TARGET= jar - -RESTRICTED= 'Must be downloaded direct from Oracle via www interface' -NO_CDROM= 'Must be downloaded direct from Oracle via www interface' -NO_PACKAGE= 'Must be downloaded direct from Oracle via www interface' -NO_BUILD= yes -NO_WRKSUBDIR= yes -PLIST_FILES= share/java/classes/classes111_01.zip - -.include <bsd.port.pre.mk> - -.if !exists(${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE="Please manually download ${DISTNAME}${EXTRACT_SUFX} from http://technet.oracle.com/software/tech/java/sqlj_jdbc/software_index.htm Oracle8i 8.1.6.0.1 JDBC Drivers for use with JDK 1.1.x, JDBC-Thin 100% Java. Put ${DISTNAME}${EXTRACT_SUFX} into the directory ${_DISTDIR} and run make again." -.endif - -do-install: - @${MKDIR} ${PREFIX}/share/java/classes - @${INSTALL_DATA} ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${LOCALBASE}/share/java/classes - -.include <bsd.port.post.mk> diff --git a/databases/jdbc-oracle9i/distinfo b/databases/jdbc-oracle9i/distinfo deleted file mode 100644 index 54ca3e0cf475..000000000000 --- a/databases/jdbc-oracle9i/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (classes111_01.zip) = ca3c45844a5d6f05841fa28f6320374c diff --git a/databases/jdbc-oracle9i/pkg-descr b/databases/jdbc-oracle9i/pkg-descr deleted file mode 100644 index 9b7c7c510daf..000000000000 --- a/databases/jdbc-oracle9i/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a port of the JDBC driver which is used to access Oracle -databases using a database-independant API in Java. - -WWW: http://technet.oracle.com/tech/java/sqlj_jdbc/content.html - -patrick@freebsd.org 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 f36d7e1235f6..000000000000 --- a/databases/jrobin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (JRobin-1.4.0.tar.gz) = 861b1fcc9d5554014120cd45be8a21d6 -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/libgda3/Makefile b/databases/libgda3/Makefile deleted file mode 100644 index ece21dc190d3..000000000000 --- a/databases/libgda3/Makefile +++ /dev/null @@ -1,182 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libgda2 -PORTVERSION= 1.2.1 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.2 -DISTNAME= libgda-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides uniform access to different kinds of data sources - -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt -RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack glib20 libxslt -INSTALLS_OMF= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes -CONFIGURE_ARGS= --without-bdb -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" - -MAN1= gda-config-tool.1 -MAN5= gda-config.5 - -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:S/2$//} - -post-patch: - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/testing//" \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) -WITH_MYSQL= yes -.endif - -.if exists(${LOCALBASE}/lib/libldap.so.2) -WITH_LDAP=yes -.endif - -.if exists(${LOCALBASE}/firebird/lib/libgds.so.1) -WITH_FIREBIRD= yes -.endif - -.if exists(${LOCALBASE}/lib/libtds.so.2) -WITH_FREETDS= yes -.endif - -.if exists(${LOCALBASE}/lib/libsybdb.so.3) -WITH_SYBASE= yes -.endif - -.if exists(${LOCALBASE}/lib/libmdbsql.so.0) -WITH_MDB= yes -.endif - -.if exists(${LOCALBASE}/lib/libODBC.so.1) -WITH_ODBC= yes -.endif - -.if exists(${LOCALBASE}/lib/libsqlite.so.2) -WITH_SQLITE= yes -.endif - -.if !defined(WITH_MYSQL) -PLIST_SUB+= MYSQL:="@comment " -CONFIGURE_ARGS+= --without-mysql -.else -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -PLIST_SUB+= MYSQL:="" -.endif - -.if !defined(WITHOUT_PGSQL) && defined(WITH_PGSQL) -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} -PLIST_SUB+= POSTGRES:="" -.else -PLIST_SUB+= POSTGRES:="@comment " -CONFIGURE_ARGS+= --without-postgres -.endif - -.if !defined(WITHOUT_LDAP) && defined(WITH_LDAP) -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} -PLIST_SUB+= LDAP:="" -.else -CONFIGURE_ARGS+= --without-ldap -PLIST_SUB+= LDAP:="@comment " -.endif - -.if !defined(WITHOUT_FIREBIRD) && defined(WITH_FIREBIRD) -LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird -CONFIGURE_ARGS+= --with-firebird=${LOCALBASE}/firebird -PLIST_SUB+= FIREBIRD:="" -.else -CONFIGURE_ARGS+= --without-interbase -PLIST_SUB+= FIREBIRD:="@comment " -.endif - -.if !defined(WITHOUT_FREETDS) && defined(WITH_FREETDS) -LIB_DEPENDS+= tds.2:${PORTSDIR}/databases/freetds -CONFIGURE_ARGS+= --with-tds=${LOCALBASE} -PLIST_SUB+= FREETDS:="" -.else -CONFIGURE_ARGS+= --without-tds -PLIST_SUB+= FREETDS:="@comment " -.endif - -.if !defined(WITHOUT_SYBASE) && defined(WITH_SYBASE) -LIB_DEPENDS+= sybdb.3:${PORTSDIR}/databases/freetds -CONFIGURE_ARGS+= --with-sybase=${LOCALBASE} -PLIST_SUB+= SYBASE:="" -.else -CONFIGURE_ARGS+= --without-sybase -PLIST_SUB+= SYBASE:="@comment " -.endif - -.if !defined(WITHOUT_MDB) && defined(WITH_MDB) -LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools -CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} -PLIST_SUB+= MDB:="" -.else -CONFIGURE_ARGS+= --without-mdb -PLIST_SUB+= MDB:="@comment " -.endif - -.if !defined(WITHOUT_ODBC) && defined(WITH_ODBC) -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} -PLIST_SUB+= ODBC:="" -.else -CONFIGURE_ARGS+= --without-odbc -PLIST_SUB+= ODBC:="@comment " -.endif - -.if !defined(WITHOUT_SQLITE) && defined(WITH_SQLITE) -LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2 -CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE} -PLIST_SUB+= SQLITE:="" -.else -CONFIGURE_ARGS+= --without-sqlite -PLIST_SUB+= SQLITE:="@comment " -.endif - -pre-everything:: -.if !defined(WITH_MYSQL) - @${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL." -.endif -.if !defined(WITH_LDAP) - @${ECHO_MSG} "You can enable support for LDAP databases by defining WITH_LDAP." -.endif -.if !defined(WITH_FREETDS) - @${ECHO_MSG} "You can enable support for TDS databases by defining WITH_FREETDS." -.endif -.if !defined(WITH_SYBASE) - @${ECHO_MSG} "You can enable support for Sybase databases by defining WITH_SYBASE." -.endif -.if !defined(WITH_MDB) - @${ECHO_MSG} "You can enable support for MDB databases by defining WITH_MDB." -.endif -.if !defined(WITH_ODBC) - @${ECHO_MSG} "You can enable support for ODBC databases by defining WITH_ODBC." -.endif -.if !defined(WITH_SQLITE) - @${ECHO_MSG} "You can enable support for SQLITE databases by defining WITH_SQLITE." -.endif - -.include <bsd.port.post.mk> diff --git a/databases/libgda3/distinfo b/databases/libgda3/distinfo deleted file mode 100644 index d03935fd78c2..000000000000 --- a/databases/libgda3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgda-1.2.1.tar.bz2) = 513a3b7adb66fa5641bae5394f60c017 -SIZE (gnome2/libgda-1.2.1.tar.bz2) = 1223001 diff --git a/databases/libgda3/files/patch-aa b/databases/libgda3/files/patch-aa deleted file mode 100644 index 3b1f992512cd..000000000000 --- a/databases/libgda3/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Fri Jan 16 23:06:50 2004 -+++ Makefile.in Fri Jan 16 23:07:18 2004 -@@ -276,7 +276,6 @@ - providers \ - report \ - tools \ -- testing \ - data \ - doc - diff --git a/databases/libgda3/files/patch-configure b/databases/libgda3/files/patch-configure deleted file mode 100644 index 8df5044bbd58..000000000000 --- a/databases/libgda3/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Apr 6 14:10:07 2004 -+++ configure Tue Apr 6 14:10:19 2004 -@@ -23012,7 +23012,7 @@ - _ACEOF - - FIREBIRD_CFLAGS="-I${firebirddir}/include" -- FIREBIRD_LIBS="-L${firebirddir}/lib -lgds -ldl -lcrypt" -+ FIREBIRD_LIBS="-L${firebirddir}/lib -lgds -lcrypt" - fi - fi - diff --git a/databases/libgda3/files/patch-doc::libgda-C.omf.in b/databases/libgda3/files/patch-doc::libgda-C.omf.in deleted file mode 100644 index f98b540c5562..000000000000 --- a/databases/libgda3/files/patch-doc::libgda-C.omf.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/libgda-C.omf.in.orig Mon Feb 28 05:30:59 2005 -+++ doc/libgda-C.omf.in Thu Mar 3 14:07:24 2005 -@@ -16,7 +16,7 @@ - </description> - <type>user's guide</type> - <format mime="text/html"/> -- <identifier url="file:@prefix@/share/gtk-doc/html/libgda/index.html"/> -+ <identifier url="file:@prefix@/share/doc/libgda/index.html"/> - <language code="C"/> - <relation seriesid="ebe4f574-a94d-11d6-8bc3-bd1f202a92f8"/> - <rights type="GNU FDL" license.version="1.1"/> diff --git a/databases/libgda3/files/patch-doc_C_Makefile.in b/databases/libgda3/files/patch-doc_C_Makefile.in deleted file mode 100644 index ef37c3190b54..000000000000 --- a/databases/libgda3/files/patch-doc_C_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/C/Makefile.in.orig Thu Jul 22 10:35:19 2004 -+++ doc/C/Makefile.in Thu Jul 22 10:35:48 2004 -@@ -116,7 +116,7 @@ - HISTORY_LIB = @HISTORY_LIB@ - HISTORY_LIB_FALSE = @HISTORY_LIB_FALSE@ - HISTORY_LIB_TRUE = @HISTORY_LIB_TRUE@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(prefix)/share/doc - IBMDB2_CFLAGS = @IBMDB2_CFLAGS@ - IBMDB2_FALSE = @IBMDB2_FALSE@ - IBMDB2_LIBS = @IBMDB2_LIBS@ diff --git a/databases/libgda3/files/patch-libgda.pc.in b/databases/libgda3/files/patch-libgda.pc.in deleted file mode 100644 index f9bd3aaed056..000000000000 --- a/databases/libgda3/files/patch-libgda.pc.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgda.pc.in.orig Fri Oct 31 21:59:33 2003 -+++ libgda.pc.in Fri Oct 31 22:00:52 2003 -@@ -5,7 +5,7 @@ - - Name: libgda - Description: GDA (GNOME Data Access) library --Requires: glib-2.0 libxml-2.0 libxslt -+Requires: glib-2.0 gthread-2.0 gmodule-2.0 libxml-2.0 libxslt - Version: @VERSION@ - Libs: -L${libdir} -lgda-2 - Cflags: -I${includedir} diff --git a/databases/libgda3/files/patch-po_Makefile.in.in b/databases/libgda3/files/patch-po_Makefile.in.in deleted file mode 100644 index 1e6984b6bbca..000000000000 --- a/databases/libgda3/files/patch-po_Makefile.in.in +++ /dev/null @@ -1,10 +0,0 @@ ---- po/Makefile.in.in.orig Sat Aug 14 00:43:46 2004 -+++ po/Makefile.in.in Sat Aug 14 00:45:54 2004 -@@ -35,6 +35,7 @@ - - INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ -+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - - CC = @CC@ - GENCAT = @GENCAT@ diff --git a/databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c b/databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c deleted file mode 100644 index b0d7ad4862b1..000000000000 --- a/databases/libgda3/files/patch-providers_mysql_gda-mysql-recordset.c +++ /dev/null @@ -1,13 +0,0 @@ ---- providers/mysql/gda-mysql-recordset.c.orig Thu Jul 22 10:40:31 2004 -+++ providers/mysql/gda-mysql-recordset.c Thu Jul 22 10:42:51 2004 -@@ -67,8 +67,8 @@ - case FIELD_TYPE_LONGLONG : - case FIELD_TYPE_INT24 : - if (is_unsigned) -- gda_value_set_biguint (gda_value, atoll (value)); -- gda_value_set_bigint (gda_value, atoll (value)); -+ gda_value_set_biguint (gda_value, strtoll (value, &value, 10)); -+ gda_value_set_bigint (gda_value, strtoll (value, &value, 10)); - break; - case FIELD_TYPE_SHORT : - if (is_unsigned) diff --git a/databases/libgda3/files/patch-providers_postgres_utils.c b/databases/libgda3/files/patch-providers_postgres_utils.c deleted file mode 100644 index 29fe99b985b9..000000000000 --- a/databases/libgda3/files/patch-providers_postgres_utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- providers/postgres/utils.c.orig Mon Feb 17 21:43:51 2003 -+++ providers/postgres/utils.c Mon Feb 17 21:44:12 2003 -@@ -156,7 +156,7 @@ - gda_value_set_string (value, thevalue); - break; - case GDA_VALUE_TYPE_BIGINT : -- gda_value_set_bigint (value, atoll (thevalue)); -+ gda_value_set_bigint (value, strtoll(thevalue, &thevalue, 10)); - break; - case GDA_VALUE_TYPE_INTEGER : - gda_value_set_integer (value, atol (thevalue)); diff --git a/databases/libgda3/files/patch-tools_gda-config-tool.c b/databases/libgda3/files/patch-tools_gda-config-tool.c deleted file mode 100644 index 226aeeee7f3b..000000000000 --- a/databases/libgda3/files/patch-tools_gda-config-tool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/gda-config-tool.c.orig Fri Jul 26 16:19:17 2002 -+++ tools/gda-config-tool.c Fri Jul 26 16:18:47 2002 -@@ -1136,7 +1136,7 @@ - static char ** - completion_func (const gchar *text, int start, int end) - { -- return ((start == 0) ? rl_completion_matches (text, cmd_generator) : -+ return ((start == 0) ? completion_matches (text, cmd_generator) : - NULL); - } - diff --git a/databases/libgda3/pkg-descr b/databases/libgda3/pkg-descr deleted file mode 100644 index 12eb57b5ed9b..000000000000 --- a/databases/libgda3/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -GNU Data Access (GDA) is an attempt to provide uniform access to -different kinds of data sources (databases, information servers, -mail spools, etc). - -It is a complete architecture that provides all you need to access -your data, defined by a set of CORBA interfaces as generic as possible -(but very powerful at the same time) so that any kind of data source -can be accessed through them. - -libgda is an interface to the GDA architecture, providing a nice -wrapper around the CORBA interfaces, for both the client and the server -parts. It also provides a bunch of tools to help you both in the -development and management of your data sources, all done through -the GDA model's set of CORBA interfaces. - -libgda was part of the GNOME-DB project, but has been separated from it -to allow non-GNOME applications to be developed based on it. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgda3/pkg-plist b/databases/libgda3/pkg-plist deleted file mode 100644 index b2da31b8cbaa..000000000000 --- a/databases/libgda3/pkg-plist +++ /dev/null @@ -1,250 +0,0 @@ -bin/gda-config-tool -bin/gda-report-test -bin/gda-run -etc/libgda/config -include/libgda-1.2/libgda-report/gda-report-document.h -include/libgda-1.2/libgda-report/gda-report-item-detail.h -include/libgda-1.2/libgda-report/gda-report-item-label.h -include/libgda-1.2/libgda-report/gda-report-item-pagefooter.h -include/libgda-1.2/libgda-report/gda-report-item-pageheader.h -include/libgda-1.2/libgda-report/gda-report-item-repfield.h -include/libgda-1.2/libgda-report/gda-report-item-report.h -include/libgda-1.2/libgda-report/gda-report-item-reportfooter.h -include/libgda-1.2/libgda-report/gda-report-item-reportheader.h -include/libgda-1.2/libgda-report/gda-report-item-sqlquery.h -include/libgda-1.2/libgda-report/gda-report-item.h -include/libgda-1.2/libgda-report/gda-report-result.h -include/libgda-1.2/libgda-report/gda-report-types.h -include/libgda-1.2/libgda-report/gda-report-valid.h -include/libgda-1.2/libgda-report/gda-report.h -include/libgda-1.2/libgda/gda-blob.h -include/libgda-1.2/libgda/gda-client.h -include/libgda-1.2/libgda/gda-command.h -include/libgda-1.2/libgda/gda-config.h -include/libgda-1.2/libgda/gda-connection.h -include/libgda-1.2/libgda/gda-data-model-array.h -include/libgda-1.2/libgda/gda-data-model-hash.h -include/libgda-1.2/libgda/gda-data-model-list.h -include/libgda-1.2/libgda/gda-data-model.h -include/libgda-1.2/libgda/gda-enum-types.h -include/libgda-1.2/libgda/gda-error.h -include/libgda-1.2/libgda/gda-field.h -include/libgda-1.2/libgda/gda-log.h -include/libgda-1.2/libgda/gda-marshal.h -include/libgda-1.2/libgda/gda-parameter.h -include/libgda-1.2/libgda/gda-quark-list.h -include/libgda-1.2/libgda/gda-row.h -include/libgda-1.2/libgda/gda-select.h -include/libgda-1.2/libgda/gda-server-provider.h -include/libgda-1.2/libgda/gda-table.h -include/libgda-1.2/libgda/gda-transaction.h -include/libgda-1.2/libgda/gda-util.h -include/libgda-1.2/libgda/gda-value.h -include/libgda-1.2/libgda/gda-xml-connection.h -include/libgda-1.2/libgda/gda-xml-database.h -include/libgda-1.2/libgda/gda-xml-document.h -include/libgda-1.2/libgda/gda-xql-atom.h -include/libgda-1.2/libgda/gda-xql-bin.h -include/libgda-1.2/libgda/gda-xql-column.h -include/libgda-1.2/libgda/gda-xql-const.h -include/libgda-1.2/libgda/gda-xql-delete.h -include/libgda-1.2/libgda/gda-xql-dml.h -include/libgda-1.2/libgda/gda-xql-dual.h -include/libgda-1.2/libgda/gda-xql-field.h -include/libgda-1.2/libgda/gda-xql-func.h -include/libgda-1.2/libgda/gda-xql-insert.h -include/libgda-1.2/libgda/gda-xql-item.h -include/libgda-1.2/libgda/gda-xql-join.h -include/libgda-1.2/libgda/gda-xql-list.h -include/libgda-1.2/libgda/gda-xql-query.h -include/libgda-1.2/libgda/gda-xql-select.h -include/libgda-1.2/libgda/gda-xql-stack.h -include/libgda-1.2/libgda/gda-xql-target.h -include/libgda-1.2/libgda/gda-xql-update.h -include/libgda-1.2/libgda/gda-xql-utils.h -include/libgda-1.2/libgda/gda-xql-value.h -include/libgda-1.2/libgda/gda-xql-valueref.h -include/libgda-1.2/libgda/libgda.h -include/libgda-1.2/sql/sql_parser.h -lib/libgda-2.a -lib/libgda-2.so -lib/libgda-2.so.3 -lib/libgda-report-2.a -lib/libgda-report-2.so -lib/libgda-report-2.so.3 -lib/libgdasql.a -lib/libgdasql.so -lib/libgdasql.so.3 -%%FIREBIRD:%%lib/libgda/providers/libgda-firebird.so -%%FREETDS:%%lib/libgda/providers/libgda-freetds.so -%%LDAP:%%lib/libgda/providers/libgda-ldap.so -%%MDB:%%lib/libgda/providers/libgda-mdb.so -%%MYSQL:%%lib/libgda/providers/libgda-mysql.so -%%ODBC:%%lib/libgda/providers/libgda-odbc.so -%%POSTGRES:%%lib/libgda/providers/libgda-postgres.so -%%SYBASE:%%lib/libgda/providers/libgda-sybase.so -%%SQLITE:%%lib/libgda/providers/libgda-sqlite.so -lib/libgda/providers/libgda-xml.so -libdata/pkgconfig/libgda.pc -%%DOCSDIR%%/architecture.html -%%DOCSDIR%%/ch06.html -%%DOCSDIR%%/ch09s04.html -%%DOCSDIR%%/ch09s05.html -%%DOCSDIR%%/ch09s06.html -%%DOCSDIR%%/compiling.html -%%DOCSDIR%%/connecting.html -%%DOCSDIR%%/connections.html -%%DOCSDIR%%/data-model.html -%%DOCSDIR%%/fdl-section1.html -%%DOCSDIR%%/fdl-section10.html -%%DOCSDIR%%/fdl-section2.html -%%DOCSDIR%%/fdl-section3.html -%%DOCSDIR%%/fdl-section4.html -%%DOCSDIR%%/fdl-section5.html -%%DOCSDIR%%/fdl-section6.html -%%DOCSDIR%%/fdl-section7.html -%%DOCSDIR%%/fdl-section8.html -%%DOCSDIR%%/fdl-section9.html -%%DOCSDIR%%/fdl-using.html -%%DOCSDIR%%/fdl.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/installation-configuring.html -%%DOCSDIR%%/installation-installing.html -%%DOCSDIR%%/installation.html -%%DOCSDIR%%/introduction.html -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libgda.devhelp -%%DOCSDIR%%/libgda-GdaClient.html -%%DOCSDIR%%/libgda-GdaConnection.html -%%DOCSDIR%%/libgda-GdaDataModel.html -%%DOCSDIR%%/libgda-GdaDataModelArray.html -%%DOCSDIR%%/libgda-GdaDataModelHash.html -%%DOCSDIR%%/libgda-GdaDataModelList.html -%%DOCSDIR%%/libgda-GdaError.html -%%DOCSDIR%%/libgda-GdaExport.html -%%DOCSDIR%%/libgda-GdaReportDocument.html -%%DOCSDIR%%/libgda-GdaReportItem.html -%%DOCSDIR%%/libgda-GdaReportItemDetail.html -%%DOCSDIR%%/libgda-GdaReportItemLabel.html -%%DOCSDIR%%/libgda-GdaReportItemPageFooter.html -%%DOCSDIR%%/libgda-GdaReportItemPageHeader.html -%%DOCSDIR%%/libgda-GdaReportItemRepField.html -%%DOCSDIR%%/libgda-GdaReportItemReport.html -%%DOCSDIR%%/libgda-GdaReportItemReportFooter.html -%%DOCSDIR%%/libgda-GdaReportItemReportHeader.html -%%DOCSDIR%%/libgda-GdaReportItemSqlQuery.html -%%DOCSDIR%%/libgda-GdaReportResult.html -%%DOCSDIR%%/libgda-GdaReportValid.html -%%DOCSDIR%%/libgda-GdaSelect.html -%%DOCSDIR%%/libgda-GdaServerProvider.html -%%DOCSDIR%%/libgda-GdaTable.html -%%DOCSDIR%%/libgda-GdaTransaction.html -%%DOCSDIR%%/libgda-GdaXmlConnection.html -%%DOCSDIR%%/libgda-GdaXmlDatabase.html -%%DOCSDIR%%/libgda-GdaXmlDocument.html -%%DOCSDIR%%/libgda-GdaXqlAtom.html -%%DOCSDIR%%/libgda-GdaXqlBin.html -%%DOCSDIR%%/libgda-GdaXqlColumn.html -%%DOCSDIR%%/libgda-GdaXqlConst.html -%%DOCSDIR%%/libgda-GdaXqlDelete.html -%%DOCSDIR%%/libgda-GdaXqlDml.html -%%DOCSDIR%%/libgda-GdaXqlDual.html -%%DOCSDIR%%/libgda-GdaXqlField.html -%%DOCSDIR%%/libgda-GdaXqlFunc.html -%%DOCSDIR%%/libgda-GdaXqlInsert.html -%%DOCSDIR%%/libgda-GdaXqlItem.html -%%DOCSDIR%%/libgda-GdaXqlJoin.html -%%DOCSDIR%%/libgda-GdaXqlList.html -%%DOCSDIR%%/libgda-GdaXqlQuery.html -%%DOCSDIR%%/libgda-GdaXqlSelect.html -%%DOCSDIR%%/libgda-GdaXqlStack.html -%%DOCSDIR%%/libgda-GdaXqlTarget.html -%%DOCSDIR%%/libgda-GdaXqlUpdate.html -%%DOCSDIR%%/libgda-GdaXqlValue.html -%%DOCSDIR%%/libgda-GdaXqlValueRef.html -%%DOCSDIR%%/libgda-api.html -%%DOCSDIR%%/libgda-gda-blob.html -%%DOCSDIR%%/libgda-gda-command.html -%%DOCSDIR%%/libgda-gda-config.html -%%DOCSDIR%%/libgda-gda-field.html -%%DOCSDIR%%/libgda-gda-log.html -%%DOCSDIR%%/libgda-gda-parameter.html -%%DOCSDIR%%/libgda-gda-quark-list.html -%%DOCSDIR%%/libgda-gda-report-types.html -%%DOCSDIR%%/libgda-gda-row.html -%%DOCSDIR%%/libgda-gda-util.html -%%DOCSDIR%%/libgda-gda-value.html -%%DOCSDIR%%/libgda-gda-xql-utils.html -%%DOCSDIR%%/libgda-libgda.html -%%DOCSDIR%%/libgda-provider-class.html -%%DOCSDIR%%/libgda-provider-recordset.html -%%DOCSDIR%%/libgda-providers.html -%%DOCSDIR%%/libgda-reports.html -%%DOCSDIR%%/libgda-server-provider-details.html -%%DOCSDIR%%/libgda-xql.html -%%DOCSDIR%%/main_example.html -%%DOCSDIR%%/manage-gdavalue.html -%%DOCSDIR%%/managing-errors.html -%%DOCSDIR%%/migration-configuration.html -%%DOCSDIR%%/migration-executing-commands.html -%%DOCSDIR%%/migration.html -%%DOCSDIR%%/processing-queries.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gnome/libgda/xml/gda-report.dtd -share/gnome/libgda/xml/gda-report-result.dtd -share/gnome/libgda/xml/gda-xml-query.dtd -share/gnome/libgda/xml/gda-xml-query.xsl -share/gnome/omf/libgda/libgda-C.omf -share/locale/az/LC_MESSAGES/libgda-2.mo -share/locale/ca/LC_MESSAGES/libgda-2.mo -share/locale/cs/LC_MESSAGES/libgda-2.mo -share/locale/da/LC_MESSAGES/libgda-2.mo -share/locale/de/LC_MESSAGES/libgda-2.mo -share/locale/el/LC_MESSAGES/libgda-2.mo -share/locale/en_CA/LC_MESSAGES/libgda-2.mo -share/locale/en_GB/LC_MESSAGES/libgda-2.mo -share/locale/es/LC_MESSAGES/libgda-2.mo -share/locale/fa/LC_MESSAGES/libgda-2.mo -share/locale/fi/LC_MESSAGES/libgda-2.mo -share/locale/fr/LC_MESSAGES/libgda-2.mo -share/locale/ga/LC_MESSAGES/libgda-2.mo -share/locale/gl/LC_MESSAGES/libgda-2.mo -share/locale/hr/LC_MESSAGES/libgda-2.mo -share/locale/hu/LC_MESSAGES/libgda-2.mo -share/locale/it/LC_MESSAGES/libgda-2.mo -share/locale/ja/LC_MESSAGES/libgda-2.mo -share/locale/ko/LC_MESSAGES/libgda-2.mo -share/locale/ml/LC_MESSAGES/libgda-2.mo -share/locale/ms/LC_MESSAGES/libgda-2.mo -share/locale/nb/LC_MESSAGES/libgda-2.mo -share/locale/nl/LC_MESSAGES/libgda-2.mo -share/locale/no/LC_MESSAGES/libgda-2.mo -share/locale/pl/LC_MESSAGES/libgda-2.mo -share/locale/pt/LC_MESSAGES/libgda-2.mo -share/locale/pt_BR/LC_MESSAGES/libgda-2.mo -share/locale/ru/LC_MESSAGES/libgda-2.mo -share/locale/sk/LC_MESSAGES/libgda-2.mo -share/locale/sl/LC_MESSAGES/libgda-2.mo -share/locale/sq/LC_MESSAGES/libgda-2.mo -share/locale/sr/LC_MESSAGES/libgda-2.mo -share/locale/sr@Latn/LC_MESSAGES/libgda-2.mo -share/locale/sv/LC_MESSAGES/libgda-2.mo -share/locale/tr/LC_MESSAGES/libgda-2.mo -share/locale/uk/LC_MESSAGES/libgda-2.mo -share/locale/vi/LC_MESSAGES/libgda-2.mo -share/locale/zh_CN/LC_MESSAGES/libgda-2.mo -share/locale/zh_TW/LC_MESSAGES/libgda-2.mo -@dirrm share/gnome/omf/libgda -@dirrm share/gnome/libgda/xml -@dirrm share/gnome/libgda -@dirrm lib/libgda/providers -@dirrm lib/libgda -@dirrm include/libgda-1.2/sql -@dirrm include/libgda-1.2/libgda-report -@dirrm include/libgda-1.2/libgda -@dirrm include/libgda-1.2 -@dirrm etc/libgda diff --git a/databases/mysql++1/Makefile b/databases/mysql++1/Makefile deleted file mode 100644 index 34ffcc06d91c..000000000000 --- a/databases/mysql++1/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# ports collection makefile for: MySQL++ -# Date created: 20th July 2000 -# Whom: Miklos Niedermayer <mico@bsd.hu> -# -# $FreeBSD$ -# - -PORTNAME= mysql++ -PORTVERSION= 1.7.32 -CATEGORIES= databases devel -MASTER_SITES= http://tangentsoft.net/mysql++/releases/ - -MAINTAINER= sergey@network-asp.biz -COMMENT= Complex C++ API for MySQL - -USE_MYSQL= yes -USE_LIBTOOL_VER= 15 -CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --includedir=${PREFIX}/include/mysql++ -CONFIGURE_ARGS+= --disable-examples -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500039 -USE_GCC= 3.3 -.endif - -PKGNAMESUFFIX= -mysql${MYSQL_VER} -COMMENT+= ${MYSQL_VER} - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/man-text/*.txt ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/*.cpp ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/*.h ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/Makefile.simple ${EXAMPLESDIR}/Makefile.temp - @${SED} -e "s|/usr/include/mysql++|${PREFIX}/include/mysql++|" < ${EXAMPLESDIR}/Makefile.temp | \ - ${SED} -e "s|/usr/include/mysql|${LOCALBASE}/include/mysql|" | \ - ${SED} -e "s|-lmysqlpp|-L${PREFIX}/lib -L${LOCALBASE}/lib/mysql -lmysqlpp|" > ${EXAMPLESDIR}/Makefile - @${RM} -f ${EXAMPLESDIR}/Makefile.temp -.endif - -.include <bsd.port.post.mk> diff --git a/databases/mysql++1/distinfo b/databases/mysql++1/distinfo deleted file mode 100644 index 53edc7bd1e6f..000000000000 --- a/databases/mysql++1/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mysql++-1.7.32.tar.gz) = 85af430c93908af47e6dcd226fa482c4 -SIZE (mysql++-1.7.32.tar.gz) = 928809 diff --git a/databases/mysql++1/pkg-descr b/databases/mysql++1/pkg-descr deleted file mode 100644 index c5360e56740e..000000000000 --- a/databases/mysql++1/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -MySQL++ is a C++ wrapper for MySQL's C API. -It is built around STL principles, to make dealing with -the database as easy as dealing with an STL container. - -WWW: http://tangentsoft.net/mysql++/ diff --git a/databases/mysql++1/pkg-plist b/databases/mysql++1/pkg-plist deleted file mode 100644 index 8d8fa7fef9ed..000000000000 --- a/databases/mysql++1/pkg-plist +++ /dev/null @@ -1,74 +0,0 @@ -include/mysql++/bad_query.h -include/mysql++/coldata.h -include/mysql++/compare.h -include/mysql++/connection.h -include/mysql++/const_string.h -include/mysql++/convert.h -include/mysql++/custom-macros.h -include/mysql++/custom.h -include/mysql++/datetime.h -include/mysql++/defs.h -include/mysql++/exceptions.h -include/mysql++/field_names.h -include/mysql++/field_types.h -include/mysql++/fields.h -include/mysql++/manip.h -include/mysql++/mysql++.h -include/mysql++/mysql++.hh -include/mysql++/null.h -include/mysql++/platform.h -include/mysql++/query.h -include/mysql++/resiter.h -include/mysql++/result.h -include/mysql++/row.h -include/mysql++/myset.h -include/mysql++/sql_query.h -include/mysql++/sql_string.h -include/mysql++/sqlplus.hh -include/mysql++/stream2string.h -include/mysql++/string_util.h -include/mysql++/tiny_int.h -include/mysql++/type_info.h -include/mysql++/vallist.h -lib/libmysqlpp.a -lib/libmysqlpp.so -lib/libmysqlpp.so.4 -%%PORTDOCS%%%%DOCSDIR%%/1_Introduction.txt -%%PORTDOCS%%%%DOCSDIR%%/2_Overview.txt -%%PORTDOCS%%%%DOCSDIR%%/3_Important.txt -%%PORTDOCS%%%%DOCSDIR%%/4_Tutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/5_Class.txt -%%PORTDOCS%%%%DOCSDIR%%/6_Template.txt -%%PORTDOCS%%%%DOCSDIR%%/7_Specialized.txt -%%PORTDOCS%%%%DOCSDIR%%/8_Long.txt -%%PORTDOCS%%%%DOCSDIR%%/A_Changelog.txt -%%PORTDOCS%%%%DOCSDIR%%/About_this.txt -%%PORTDOCS%%%%DOCSDIR%%/Appendices.txt -%%PORTDOCS%%%%DOCSDIR%%/B_Do.txt -%%PORTDOCS%%%%DOCSDIR%%/C_Credits.txt -%%PORTDOCS%%%%DOCSDIR%%/Contents.txt -%%PORTDOCS%%%%DOCSDIR%%/D_Copyright.txt -%%PORTDOCS%%%%DOCSDIR%%/E_Feedback.txt -%%PORTDOCS%%%%DOCSDIR%%/Introductory_Material.txt -%%PORTDOCS%%%%DOCSDIR%%/Usage.txt -%%PORTDOCS%%%%DOCSDIR%%/index.txt -%%PORTDOCS%%%%DOCSDIR%%/manual.txt -%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/README -%%PORTDOCS%%%%EXAMPLESDIR%%/cgi_image.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/complic1.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/custom1.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/custom2.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/custom3.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/custom4.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/dbinfo.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/fieldinf1.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/load_file.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/resetdb.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/simple1.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/updel.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/util.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/util.h -@dirrm include/mysql++ -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/databases/mysql-connector-java50/Makefile b/databases/mysql-connector-java50/Makefile deleted file mode 100644 index 1a54f3041861..000000000000 --- a/databases/mysql-connector-java50/Makefile +++ /dev/null @@ -1,98 +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= 3.1.7 -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 compile-driver -MAKE_ARGS= -Djavajardir=${JAVAJARDIR} -BUILDDIR= ${WRKDIR}/build-mysql-jdbc/${DISTNAME} - -.else - -USE_JAVA= yes -JAVA_VERSION= 1.2+ -BUILDDIR= ${WRKDIR}/${DISTNAME} - -.endif - -APIDOCSDIR= ${DOCSDIR}/javadoc -DESTJARFILE= ${PORTNAME}.jar -EXTRAJARS= jdbc2_0-stdext.jar jta-spec1_0_1.jar -EXTRADOCS= README CHANGES -JARFILE= ${DISTNAME}-bin.jar -JDCLASSPATH= ${WRKSRC}:${WRKSRC}/lib/jdbc2_0-stdext.jar:${WRKSRC}/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:" - @${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 will operate with JVM 1.2.x or better" - @${ECHO_MSG} "" - -.if !defined(WITHOUT_COMPILE) -post-build: -.else -do-build: -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${BUILDDIR}/doc && (cd ${BUILD_WRKSRC}; \ - ${JAVADOC} -d ${BUILDDIR}/doc -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..." - @${MKDIR} ${JAVAJARDIR} - @${INSTALL_DATA} ${BUILDDIR}/${JARFILE} ${JAVAJARDIR}/${DESTJARFILE} - @for extrajar in ${EXTRAJARS} ; do \ - ${INSTALL_DATA} ${INSTALL_WRKSRC}/lib/$$extrajar ${JAVAJARDIR} ; \ - done - @${ECHO_MSG} " [ DONE ]" - -do-install-apidocs: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." - @${MKDIR} ${APIDOCSDIR} - @${CP} -r ${BUILDDIR}/doc/* ${APIDOCSDIR} - @for extradoc in ${EXTRADOCS} ; do \ - ${INSTALL_DATA} ${BUILDDIR}/$$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 e4282a149dc8..000000000000 --- a/databases/mysql-connector-java50/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mysql-connector-java-3.1.7.tar.gz) = 3ce0ff78bc399e5e1d2686596e5ab4e1 -SIZE (mysql-connector-java-3.1.7.tar.gz) = 1651792 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 336e6a836c94..000000000000 --- a/databases/mysql-connector-java50/files/patch-build.xml +++ /dev/null @@ -1,14 +0,0 @@ ---- build.xml~ Thu Dec 23 19:37:39 2004 -+++ build.xml Wed Jan 12 12:59:16 2005 -@@ -60,6 +60,11 @@ - <include name="**/*.jar"/> - </fileset> - -+ <fileset dir="${javajardir}"> -+ <include name="junit.jar"/> -+ <include name="log4j.jar"/> -+ </fileset> -+ - <pathelement location="${buildDir}/${fullProdName}" /> - </path> - 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/mysql-connector-odbc/Makefile b/databases/mysql-connector-odbc/Makefile deleted file mode 100644 index efc9a8de3e63..000000000000 --- a/databases/mysql-connector-odbc/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# New ports collection makefile for: MyODBC -# Date created: 22 Mar 2004 -# Whom: sergey@migsoft.com.ua -# -# $FreeBSD$ -# - -PORTNAME= myodbc -PORTVERSION= 3.51.11 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR=MyODBC3 -DISTNAME= MyODBC-${PORTVERSION} - -MAINTAINER= sergey@network-asp.biz -COMMENT= ODBC driver for MySQL - -USE_MYSQL= yes -USE_GMAKE= yes -USE_LIBTOOL_VER= 13 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS+= --with-mysql-path=${LOCALBASE} --without-samples \ - --disable-gui --enable-test=no - -PORTDOCS= README - -# MyODBC needs an ODBC driver manager to be installed, and it supports both -# iODBC and unixODBC. The following variable may be set at built-time to -# either "iodbc" or "unixodbc", with the former being the default: -DRIVER_MANAGER?= iodbc - -CONFIGURE_ARGS+= -.if ${DRIVER_MANAGER} == "unixodbc" -CONFIGURE_ARGS+= --with-odbc-ini=${LOCALBASE}/etc/odbc.ini \ - --with-unixODBC=${LOCALBASE} -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC -.else # assume we're using iodbc -LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc -EXTRA_PATCHES= ${PATCHDIR}/myodbc-iodbc-patch -CONFIGURE_ARGS+= --with-iODBC=${LOCALBASE} \ - --with-iodbc-includes=${LOCALBASE}/include \ - --with-iodbc-libs=${LOCALBASE}/lib \ - --with-odbc-ini=${LOCALBASE}/etc/libiodbc/odbc.ini -.endif - -PKGNAMESUFFIX= -${DRIVER_MANAGER}-mysql${MYSQL_VER} -COMMENT+= ${MYSQL_VER} / ${DRIVER_MANAGER} - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" && ${OSVERSION} >= 503000 -BROKEN= "Does not compile on FreeBSD >=5.x on !i386" -.endif - -# Allow a new value of ODBCVER to be set at build-time -.if defined(ODBCVER) -post-patch: - cd ${WRKSRC}; \ - ${MV} myodbc.h myodbc.h.orig; \ - ${SED} -e "s/ODBCVER 0x0250/ODBCVER ${ODBCVER}/" < myodbc.h.orig > myodbc.h -.endif - -# XXX untested -.if defined(STATIC) -CONFIGURE_ARGS+= --enable-shared=no \ - --enable-static=yes -.endif - -post-install: -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${DOCSDIR} - @ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - [ -f ${PREFIX}/lib/libmyodbc3.so.0 ] || ${LN} -s ${PREFIX}/lib/libmyodbc3.so ${PREFIX}/lib/libmyodbc3.so.0 - [ -f ${PREFIX}/lib/libmyodbc3_r.so.0 ] || ${LN} -s ${PREFIX}/lib/libmyodbc3_r.so ${PREFIX}/lib/libmyodbc3_r.so.0 - -.include <bsd.port.post.mk> diff --git a/databases/mysql-connector-odbc/distinfo b/databases/mysql-connector-odbc/distinfo deleted file mode 100644 index 5e2483ae57d9..000000000000 --- a/databases/mysql-connector-odbc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (MyODBC-3.51.11.tar.gz) = fb295a2a07dab09caf608f2227b531ef -SIZE (MyODBC-3.51.11.tar.gz) = 971989 diff --git a/databases/mysql-connector-odbc/files/myodbc-iodbc-patch b/databases/mysql-connector-odbc/files/myodbc-iodbc-patch deleted file mode 100644 index bdb641e84a0d..000000000000 --- a/databases/mysql-connector-odbc/files/myodbc-iodbc-patch +++ /dev/null @@ -1,11 +0,0 @@ ---- driver/results.c.orig Sun Feb 27 00:59:11 2005 -+++ driver/results.c Sun Feb 27 00:59:19 2005 -@@ -544,7 +544,7 @@ - SQLPOINTER CharacterAttributePtr, - SQLSMALLINT BufferLength, - SQLSMALLINT *StringLengthPtr, -- SQLPOINTER NumericAttributePtr) -+ SQLLEN * NumericAttributePtr) - { - return get_col_attr(StatementHandle, ColumnNumber, - FieldIdentifier, CharacterAttributePtr, diff --git a/databases/mysql-connector-odbc/files/patch-strndup b/databases/mysql-connector-odbc/files/patch-strndup deleted file mode 100644 index 637906a4d474..000000000000 --- a/databases/mysql-connector-odbc/files/patch-strndup +++ /dev/null @@ -1,11 +0,0 @@ ---- util/MYODBCUtilReadDataSourceStr.c.orig Wed Feb 2 05:01:28 2005 -+++ util/MYODBCUtilReadDataSourceStr.c Sat Mar 5 02:05:08 2005 -@@ -20,7 +20,7 @@ - - #include "MYODBCUtil.h" - --#if defined(__APPLE__) || defined(WIN32) || defined(__SPARC__) -+#if defined(__APPLE__) || defined(WIN32) || defined(__SPARC__) || defined(__FreeBSD__) - char *strndup( const char *s, size_t n ) - { - size_t nAvail; diff --git a/databases/mysql-connector-odbc/pkg-descr b/databases/mysql-connector-odbc/pkg-descr deleted file mode 100644 index 611162a7817d..000000000000 --- a/databases/mysql-connector-odbc/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -MyODBC is an ODBC driver for interfacing to MySQL databases. - -- Erik H. Bakke -WWW: http://www.mysql.com/ diff --git a/databases/mysql-connector-odbc/pkg-plist b/databases/mysql-connector-odbc/pkg-plist deleted file mode 100644 index dc8498288a61..000000000000 --- a/databases/mysql-connector-odbc/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -lib/libmyodbc3-3.51.11.so -lib/libmyodbc3.a -lib/libmyodbc3.la -lib/libmyodbc3.so -lib/libmyodbc3.so.0 -lib/libmyodbc3_r-3.51.11.so -lib/libmyodbc3_r.a -lib/libmyodbc3_r.la -lib/libmyodbc3_r.so -lib/libmyodbc3_r.so.0 diff --git a/databases/mysql51-client/Makefile b/databases/mysql51-client/Makefile deleted file mode 100644 index ef007652addc..000000000000 --- a/databases/mysql51-client/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: MySQL-client -# Date created: Fri Apr 11 10:06:26 CET 2003 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PKGNAMESUFFIX= -client - -COMMENT= Multithreaded SQL database (client) - -MASTERDIR= ${.CURDIR}/../mysql50-server - -PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.client - -CLIENT_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql51-scripts/Makefile b/databases/mysql51-scripts/Makefile deleted file mode 100644 index 8cb8c1a5df2a..000000000000 --- a/databases/mysql51-scripts/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: MySQL-scripts -# Date created: Mon Feb 23 15:01:35 CET 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PORTREVISION= 1 -PKGNAMESUFFIX= -scripts - -COMMENT= Multithreaded SQL database (scripts) - -MASTERDIR= ${.CURDIR}/../mysql50-server - -PKGINSTALL= mustnotexist -PLIST= ${PKGDIR}/pkg-plist.scripts - -SCRIPTS_ONLY= yes - -.include "${MASTERDIR}/Makefile" diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile deleted file mode 100644 index a3d67959066a..000000000000 --- a/databases/mysql51-server/Makefile +++ /dev/null @@ -1,256 +0,0 @@ -# New ports collection makefile for: MySQL-server -# Date created: Fri Apr 11 10:06:26 CET 2003 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# -# $FreeBSD$ -# - -PORTNAME?= mysql -PORTVERSION= 5.0.2 -PORTREVISION?= 0 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQL-5.0 -PKGNAMESUFFIX?= -server -DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha - -MAINTAINER= ale@FreeBSD.org -COMMENT?= Multithreaded SQL database (server) - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha -SLAVEDIRS= databases/mysql50-client -PKGINSTALL?= ${WRKDIR}/pkg-install -DB_DIR?= /var/db/mysql -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes -USE_RC_SUBR= yes - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-debug \ - --without-readline \ - --without-libedit \ - --without-bench \ - --without-extra-tools \ - --with-libwrap \ - --with-mysqlfs \ - --with-vio \ - --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) -USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} -.endif -.if defined(BUILD_STATIC) -CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static -.endif -.if defined(WITHOUT_INNODB) -CONFIGURE_ARGS+=--without-innodb -.endif -.if defined(WITH_NDB) -CONFIGURE_ARGS+=--with-ndbcluster -.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 --with-berkeley-db -.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 -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= 50 - -LATEST_LINK= mysql50-server - -CONFLICTS= mysql-server-3.* mysql-server-4.* - -PLIST_SUB= DB_DIR=${DB_DIR} \ - VER=${PORTVERSION}-alpha -.if defined(WITH_NDB) -PLIST_SUB+= NDB="" -.else -PLIST_SUB+= NDB="@comment " -.endif - -MAN1= isamchk.1 isamlog.1 mysqld.1 \ - mysqld_safe.1 perror.1 replace.1 - -.if !defined(NOPORTDOCS) -PORTDOCS= manual.html manual.txt manual_toc.html -.endif - -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} " DB_DIR=directory Set alternate directory for database files" - @${ECHO} " (default is /var/db/mysql)." - @${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} " OVERWRITE_DB=yes Re-initialize default databases." - @${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} " WITHOUT_INNODB=yes Disable support for InnoDB table handler." - @${ECHO} " WITH_NDB=yes Enable support for NDB Cluster." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts man 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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in - @${REINPLACE_CMD} -e "s|install-data-am: install-pkgincludeHEADERS|install-data-am:|g" ${WRKSRC}/include/Makefile.in -.if defined(WITH_PROC_SCOPE_PTH) - @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/sql/mysqld.cc -.endif - -post-build: - @${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install - -post-install: -.if !defined(PACKAGE_BUILDING) -.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no" - @${RM} -r ${DB_DIR}/mysql ${DB_DIR}/test 2>/dev/null || true -.endif -.if !exists(${DB_DIR}) || (defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no") - ${PREFIX}/bin/mysql_install_db --ldata=${DB_DIR} -.endif - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${SED} "s|%%RC_SUBR%%|${RC_SUBR}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%DB_DIR%%|${DB_DIR}|g" < \ - ${FILESDIR}/mysql-server.sh > ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${DOCSDIR} -.endfor -.endif - -.else -# MySQL-Client part -.if defined(CLIENT_ONLY) -LATEST_LINK= mysql50-client - -CONFLICTS= mysql-client-3.* mysql-client-4.* - -MAN1= mysql.1 mysqladmin.1 mysqldump.1 mysqlshow.1 - -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/mysql - -CONFIGURE_ARGS+=--without-server - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @sql_client_dirs@ scripts man|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-pkglibLIBRARIES|install-exec-am:|g" ${WRKSRC}/strings/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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in -.if defined(WITH_PROC_SCOPE_PTH) - @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/tools/mysqlmanager.c -.endif - -post-install: - @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/mysql-client.sh > ${PREFIX}/etc/rc.d/000.mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.mysql-client.sh - -.else -# MySQL-Scripts part -USE_MYSQL= yes -WANT_MYSQL_VER= 50 -USE_PERL5= yes - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql50 -.if ${PERL_LEVEL} <= 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - - -LATEST_LINK= mysql50-scripts - -CONFLICTS= mysql-scripts-3.* mysql-scripts-4.* - -MAN1= mysql_zap.1 mysqlaccess.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 mysql_explain_log mysql_tableinfo mysqld_multi - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = scripts man|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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in -.endif -.endif -# Common part -post-extract: - @${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.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/mysql51-server/distinfo b/databases/mysql51-server/distinfo deleted file mode 100644 index 4221c4f3e0f5..000000000000 --- a/databases/mysql51-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mysql-5.0.2-alpha.tar.gz) = 26fe5a7ca84e5c2540abf6d0a782ec36 -SIZE (mysql-5.0.2-alpha.tar.gz) = 22940908 diff --git a/databases/mysql51-server/files/mysql-client.sh b/databases/mysql51-server/files/mysql-client.sh deleted file mode 100644 index bef414c12ed2..000000000000 --- a/databases/mysql51-server/files/mysql-client.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -case "$1" in - start) - /sbin/ldconfig -m %%PREFIX%%/lib/mysql - ;; - stop) - ;; - *) - echo "" - echo "Usage: `basename $0` { start | stop }" - echo "" - exit 64 - ;; -esac diff --git a/databases/mysql51-server/files/mysql-server.sh b/databases/mysql51-server/files/mysql-server.sh deleted file mode 100644 index 708ad57df4b3..000000000000 --- a/databases/mysql51-server/files/mysql-server.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: mysql -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# 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. -# mysqllimits_enable (bool): Set to "NO" by default. -# Set it to yes to run `limits $limits_args` -# just before mysql starts. -# mysqllimits_args (str): Default to "-e -U mysql" -# Arguments of pre-start limits run. -# - -. %%RC_SUBR%% - -name="mysql" -rcvar=`set_rcvar` -mysql_dbdir="%%DB_DIR%%" -mysql_user="mysql" -pidfile="${mysql_dbdir}/`/bin/hostname`.pid" -command="%%PREFIX%%/bin/mysqld_safe" -command_args="--user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} > /dev/null &" -procname="%%PREFIX%%/libexec/mysqld" -start_precmd="${name}_prestart" - -[ -z "$mysql_enable" ] && mysql_enable="NO" -[ -z "$mysqllimits_enable" ] && mysqllimits_enable="NO" -[ -z "$mysqllimits_args" ] && mysqllimits_args="-e -U ${mysql_user}" - -mysql_prestart() -{ - if checkyesno mysqllimits_enable; then - eval `/usr/bin/limits ${mysqllimits_args}` 2>/dev/null - else - return 0 - fi -} - -required_dirs="${mysql_dbdir}" -required_files="${mysql_dbdir}/mysql/host.frm ${mysql_dbdir}/mysql/user.frm ${mysql_dbdir}/mysql/db.frm" - -load_rc_config $name -run_rc_command "$1" diff --git a/databases/mysql51-server/files/patch-Docs::Makefile.in b/databases/mysql51-server/files/patch-Docs::Makefile.in deleted file mode 100644 index e76340001630..000000000000 --- a/databases/mysql51-server/files/patch-Docs::Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- Docs/Makefile.in.orig Wed Dec 1 01:08:19 2004 -+++ Docs/Makefile.in Mon Jan 10 11:44:27 2005 -@@ -331,7 +331,7 @@ - check-recursive installcheck-recursive - DIST_COMMON = Makefile.am Makefile.in - DIST_SUBDIRS = $(SUBDIRS) --all: $(BUILT_SOURCES) -+all: - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: -@@ -599,7 +599,7 @@ - installdirs-am: - $(mkinstalldirs) $(DESTDIR)$(infodir) - --install: $(BUILT_SOURCES) -+install: - $(MAKE) $(AM_MAKEFLAGS) install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive -@@ -718,7 +718,7 @@ - uninstall-info-am uninstall-info-recursive uninstall-recursive - - --all: $(targets) txt_files -+all: - - txt_files: ../INSTALL-SOURCE ../COPYING ../INSTALL-WIN-SOURCE ../EXCEPTIONS-CLIENT \ - INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt diff --git a/databases/mysql51-server/files/patch-Makefile.in b/databases/mysql51-server/files/patch-Makefile.in deleted file mode 100644 index df6774784d9b..000000000000 --- a/databases/mysql51-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Wed Dec 1 01:08:19 2004 -+++ Makefile.in Mon Jan 10 11:46:31 2005 -@@ -302,12 +302,7 @@ - - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT --SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ -- @readline_topdir@ sql-common \ -- @thread_dirs@ pstack \ -- @sql_server_dirs@ @sql_client_dirs@ scripts man tests \ -- netware @libmysqld_dirs@ \ -- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ -+SUBDIRS = - - - DIST_SUBDIRS = . include @docs_dirs@ zlib \ diff --git a/databases/mysql51-server/files/patch-configure b/databases/mysql51-server/files/patch-configure deleted file mode 100644 index fbbdc8efd9d1..000000000000 --- a/databases/mysql51-server/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig Sun Dec 21 19:03:09 2003 -+++ configure Wed Dec 24 10:40:53 2003 -@@ -8128,8 +8128,6 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"; $ac_aux_dir/ltconfig $LIBTOOL_DEPS; - --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - # Prevent multiple expansion - -@@ -12678,8 +12644,8 @@ - # Some system specific hacks - # - --MAX_C_OPTIMIZE="-O3" --MAX_CXX_OPTIMIZE="-O3" -+MAX_C_OPTIMIZE="" -+MAX_CXX_OPTIMIZE="" - - case $SYSTEM_TYPE in - *solaris2.7*) diff --git a/databases/mysql51-server/files/patch-man::Makefile.in b/databases/mysql51-server/files/patch-man::Makefile.in deleted file mode 100644 index 86d18cec61b2..000000000000 --- a/databases/mysql51-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- man/Makefile.in.orig Mon Feb 23 14:54:10 2004 -+++ man/Makefile.in Mon Feb 23 14:54:34 2004 -@@ -272,9 +272,7 @@ - vio_dir = @vio_dir@ - vio_libs = @vio_libs@ - --man_MANS = mysql.1 isamchk.1 isamlog.1 mysql_zap.1 mysqlaccess.1 \ -- mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \ -- perror.1 replace.1 mysqld_safe.1 mysql_fix_privilege_tables.1 -+man_MANS = - - - EXTRA_DIST = mysql.1.in isamchk.1.in isamlog.1.in mysql_zap.1.in \ diff --git a/databases/mysql51-server/files/patch-ndb::src::mgmclient::main.cpp b/databases/mysql51-server/files/patch-ndb::src::mgmclient::main.cpp deleted file mode 100644 index ef1f6711f469..000000000000 --- a/databases/mysql51-server/files/patch-ndb::src::mgmclient::main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ndb/src/mgmclient/main.cpp.orig Mon Jan 10 15:36:57 2005 -+++ ndb/src/mgmclient/main.cpp Mon Jan 10 15:37:26 2005 -@@ -122,7 +122,7 @@ - } - #ifdef HAVE_READLINE - /* Get a line from the user. */ -- line_read = readline (prompt); -+ line_read = readline ((char *)prompt); - /* If the line has any text in it, save it on the history. */ - if (line_read && *line_read) - add_history (line_read); diff --git a/databases/mysql51-server/files/patch-scripts::Makefile.in b/databases/mysql51-server/files/patch-scripts::Makefile.in deleted file mode 100644 index ffef310f740c..000000000000 --- a/databases/mysql51-server/files/patch-scripts::Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ ---- scripts/Makefile.in.orig Tue Jul 27 08:14:44 2004 -+++ scripts/Makefile.in Sat Oct 23 10:44:33 2004 -@@ -287,26 +287,7 @@ - vio_dir = @vio_dir@ - vio_libs = @vio_libs@ - --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 \ -- mysql_explain_log \ -- mysql_tableinfo \ -- mysqld_multi \ -- make_win_src_distribution \ -- make_win_binary_distribution \ -- mysql_create_system_tables -+bin_SCRIPTS = - - - EXTRA_SCRIPTS = make_binary_distribution.sh \ -@@ -340,7 +321,7 @@ - mysqlbug - - --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. -@@ -616,8 +597,6 @@ - - all: fill_help_tables.sql make_win_src_distribution make_binary_distribution make_sharedlib_distribution - --fill_help_tables.sql: fill_help_tables ../Docs/manual.texi -- ./fill_help_tables < ../Docs/manual.texi > fill_help_tables.sql - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/databases/mysql51-server/files/patch-scripts::mysqlaccess.sh b/databases/mysql51-server/files/patch-scripts::mysqlaccess.sh deleted file mode 100644 index f1382fbad153..000000000000 --- a/databases/mysql51-server/files/patch-scripts::mysqlaccess.sh +++ /dev/null @@ -1,90 +0,0 @@ ---- scripts/mysqlaccess.sh.orig 2005-01-16 14:28:38 -08:00 -+++ scripts/mysqlaccess.sh 2005-01-16 14:28:38 -08:00 -@@ -2,7 +2,7 @@ - # **************************** - package MySQLaccess; - #use strict; --use POSIX qw(tmpnam); -+use File::Temp qw(tempfile tmpnam); - use Fcntl; - - BEGIN { -@@ -32,7 +32,6 @@ - $ACCESS_U_BCK = 'user_backup'; - $ACCESS_D_BCK = 'db_backup'; - $DIFF = '/usr/bin/diff'; -- $TMP_PATH = '/tmp'; #path to writable tmp-directory - $MYSQLDUMP = '@bindir@/mysqldump'; - #path to mysqldump executable - -@@ -432,7 +431,7 @@ - # no caching on STDOUT - $|=1; - -- $MYSQL_CNF = POSIX::tmpnam(); -+ $MYSQL_CNF = tmpnam(); - %MYSQL_CNF = (client => { }, - mysql => { }, - mysqldump => { }, -@@ -577,8 +576,6 @@ - push(@MySQLaccess::Grant::Error,'not_found_mysql') if !(-x $MYSQL); - push(@MySQLaccess::Grant::Error,'not_found_diff') if !(-x $DIFF); - push(@MySQLaccess::Grant::Error,'not_found_mysqldump') if !(-x $MYSQLDUMP); --push(@MySQLaccess::Grant::Error,'not_found_tmp') if !(-d $TMP_PATH); --push(@MySQLaccess::Grant::Error,'write_err_tmp') if !(-w $TMP_PATH); - if (@MySQLaccess::Grant::Error) { - MySQLaccess::Report::Print_Error_Messages() ; - exit 0; -@@ -1777,17 +1774,15 @@ - @before = sort(@before); - @after = sort(@after); - -- $before = "$MySQLaccess::TMP_PATH/$MySQLaccess::script.before.$$"; -- $after = "$MySQLaccess::TMP_PATH/$MySQLaccess::script.after.$$"; -- #$after = "/tmp/t0"; -- open(BEFORE,"> $before") || -- push(@MySQLaccess::Report::Errors,"Can't open temporary file $before for writing"); -- open(AFTER,"> $after") || -- push(@MySQLaccess::Report::Errors,"Can't open temporary file $after for writing"); -- print BEFORE join("\n",@before); -- print AFTER join("\n",@after); -- close(BEFORE); -- close(AFTER); -+ ($hb, $before) = tempfile("$MySQLaccess::script.XXXXXX") or -+ push(@MySQLaccess::Report::Errors,"Can't create temporary file: $!"); -+ ($ha, $after) = tempfile("$MySQLaccess::script.XXXXXX") or -+ push(@MySQLaccess::Report::Errors,"Can't create temporary file: $!"); -+ -+ print $hb join("\n",@before); -+ print $ha join("\n",@after); -+ close $hb; -+ close $ha; - - # ---------------------------------- - # compute difference -@@ -1800,8 +1795,8 @@ - - # ---------------------------------- - # cleanup temp. files -- unlink(BEFORE); -- unlink(AFTER); -+ unlink($before); -+ unlink($after); - - return \@diffs; - } -@@ -2316,14 +2311,6 @@ - => "The diff program <$MySQLaccess::DIFF> could not be found.\n" - ."+ Check your path, or\n" - ."+ edit the source of this script to point \$DIFF to the diff program.\n" -- ,'not_found_tmp' -- => "The temporary directory <$MySQLaccess::TMP_PATH> could not be found.\n" -- ."+ create this directory (writeable!), or\n" -- ."+ edit the source of this script to point \$TMP_PATH to the right directory.\n" -- ,'write_err_tmp' -- => "The temporary directory <$MySQLaccess::TMP_PATH> is not writable.\n" -- ."+ make this directory writeable!, or\n" -- ."+ edit the source of this script to point \$TMP_PATH to another directory.\n" - ,'Unrecognized_option' - => "Sorry,\n" - ."You are using an old version of the mysql-program,\n" diff --git a/databases/mysql51-server/files/patch-sql::mysqld.cc b/databases/mysql51-server/files/patch-sql::mysqld.cc deleted file mode 100644 index c98d38bcbd10..000000000000 --- a/databases/mysql51-server/files/patch-sql::mysqld.cc +++ /dev/null @@ -1,47 +0,0 @@ ---- sql/mysqld.cc.orig Tue Dec 14 13:40:36 2004 -+++ sql/mysqld.cc Mon Jan 10 00:28:52 2005 -@@ -128,7 +128,7 @@ - #endif /* __WIN__ */ - - #ifdef HAVE_LIBWRAP --#include <tcpd.h> -+#include "mytcpd.h" - #include <syslog.h> - #ifdef NEED_SYS_SYSLOG_H - #include <sys/syslog.h> -@@ -136,15 +136,6 @@ - int allow_severity = LOG_INFO; - int deny_severity = LOG_WARNING; - --#ifdef __STDC__ --#define my_fromhost(A) fromhost(A) --#define my_hosts_access(A) hosts_access(A) --#define my_eval_client(A) eval_client(A) --#else --#define my_fromhost(A) fromhost() --#define my_hosts_access(A) hosts_access() --#define my_eval_client(A) eval_client() --#endif /* __STDC__ */ - #endif /* HAVE_LIBWRAP */ - - #ifdef HAVE_SYS_MMAN_H -@@ -3565,8 +3556,8 @@ - struct request_info req; - signal(SIGCHLD, SIG_DFL); - request_init(&req, RQ_DAEMON, libwrapName, RQ_FILE, new_sock, NULL); -- my_fromhost(&req); -- if (!my_hosts_access(&req)) -+ fromhost(&req); -+ if (!hosts_access(&req)) - { - /* - This may be stupid but refuse() includes an exit(0) -@@ -3574,7 +3565,7 @@ - clean_exit() - same stupid thing ... - */ - syslog(deny_severity, "refused connect from %s", -- my_eval_client(&req)); -+ eval_client(&req)); - - /* - C++ sucks (the gibberish in front just translates the supplied diff --git a/databases/mysql51-server/files/patch-sql::mytcpd.h b/databases/mysql51-server/files/patch-sql::mytcpd.h deleted file mode 100644 index c8f3ea3db236..000000000000 --- a/databases/mysql51-server/files/patch-sql::mytcpd.h +++ /dev/null @@ -1,147 +0,0 @@ ---- sql/mytcpd.h.orig Sun Jan 9 13:33:51 2005 -+++ sql/mytcpd.h Sun Jan 9 13:41:42 2005 -@@ -6,6 +6,25 @@ - * $FreeBSD: /tmp/pcvs/ports/databases/mysql51-server/files/Attic/patch-sql::mytcpd.h,v 1.1 2005-01-10 13:17:30 ale Exp $ - */ - -+#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/mysql51-server/pkg-descr b/databases/mysql51-server/pkg-descr deleted file mode 100644 index 4ddefbb70546..000000000000 --- a/databases/mysql51-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/mysql51-server/pkg-install b/databases/mysql51-server/pkg-install deleted file mode 100644 index 88a0b1c66915..000000000000 --- a/databases/mysql51-server/pkg-install +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - GID=${UID} - DB_DIR=%%DB_DIR%% - - 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." - if pw usermod ${USER} -d ${DB_DIR} - then - echo "Changed home directory of \"${USER}\" to \"${DB_DIR}\"" - else - echo "Changing home directory of \"${USER}\" to \"${DB_DIR}\" failed..." - exit 1 - fi - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}:${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/mysql51-server/pkg-plist b/databases/mysql51-server/pkg-plist deleted file mode 100644 index 8d36cf62ba99..000000000000 --- a/databases/mysql51-server/pkg-plist +++ /dev/null @@ -1,193 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -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_delete_all -%%NDB%%bin/ndb_desc -%%NDB%%bin/ndb_drop_index -%%NDB%%bin/ndb_drop_table -%%NDB%%bin/ndb_mgm -%%NDB%%bin/ndb_restore -%%NDB%%bin/ndb_select_all -%%NDB%%bin/ndb_select_count -%%NDB%%bin/ndb_show_tables -%%NDB%%bin/ndb_test_platform -%%NDB%%bin/ndb_waiter -bin/pack_isam -bin/perror -bin/replace -bin/resolve_stack_dump -bin/resolveip -etc/rc.d/mysql-server.sh -%%NDB%%include/mysql/ndb/mgmapi/mgmapi.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_config_parameters.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_config_parameters_debug.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_debug.h -%%NDB%%include/mysql/ndb/ndb_types.h -%%NDB%%include/mysql/ndb/ndb_version.h -%%NDB%%include/mysql/ndb/ndbapi/Ndb.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbApi.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbBlob.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbConnection.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbCursorOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbDictionary.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbError.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbEventOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbIndexOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbIndexScanOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbPool.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbRecAttr.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbReceiver.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbResultSet.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbScanFilter.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbScanOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/ndbapi_limits.h -%%NDB%%include/mysql/ndb/ndbapi/ndb_cluster_connection.hpp -%%NDB%%include/mysql/ndb/ndbapi/ndberror.h -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.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.so -%%NDB%%lib/mysql/libndbclient.so.0 -lib/mysql/libnisam.a -lib/mysql/libvio.a -libexec/mysqld -%%NDB%%libexec/ndb_cpcd -%%NDB%%libexec/ndb_mgmd -%%NDB%%libexec/ndbd -%%DATADIR%%/Description.plist -%%DATADIR%%/Info.plist -%%DATADIR%%/MySQL-shared-compat.spec -%%DATADIR%%/StartupParameters.plist -%%DATADIR%%/postinstall -%%DATADIR%%/preinstall -%%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%%/czech/errmsg.txt -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/danish/errmsg.txt -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/dutch/errmsg.txt -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/english/errmsg.txt -%%DATADIR%%/estonian/errmsg.sys -%%DATADIR%%/estonian/errmsg.txt -%%DATADIR%%/fill_help_tables.sql -%%DATADIR%%/french/errmsg.sys -%%DATADIR%%/french/errmsg.txt -%%DATADIR%%/german/errmsg.sys -%%DATADIR%%/german/errmsg.txt -%%DATADIR%%/greek/errmsg.sys -%%DATADIR%%/greek/errmsg.txt -%%DATADIR%%/hungarian/errmsg.sys -%%DATADIR%%/hungarian/errmsg.txt -%%DATADIR%%/italian/errmsg.sys -%%DATADIR%%/italian/errmsg.txt -%%DATADIR%%/japanese/errmsg.sys -%%DATADIR%%/japanese/errmsg.txt -%%DATADIR%%/korean/errmsg.sys -%%DATADIR%%/korean/errmsg.txt -%%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-%%VER%%.spec -%%DATADIR%%/mysql.server -%%DATADIR%%/norwegian-ny/errmsg.sys -%%DATADIR%%/norwegian-ny/errmsg.txt -%%DATADIR%%/norwegian/errmsg.sys -%%DATADIR%%/norwegian/errmsg.txt -%%DATADIR%%/polish/errmsg.sys -%%DATADIR%%/polish/errmsg.txt -%%DATADIR%%/portuguese/errmsg.sys -%%DATADIR%%/portuguese/errmsg.txt -%%DATADIR%%/romanian/errmsg.sys -%%DATADIR%%/romanian/errmsg.txt -%%DATADIR%%/russian/errmsg.sys -%%DATADIR%%/russian/errmsg.txt -%%DATADIR%%/serbian/errmsg.sys -%%DATADIR%%/serbian/errmsg.txt -%%DATADIR%%/slovak/errmsg.sys -%%DATADIR%%/slovak/errmsg.txt -%%DATADIR%%/spanish/errmsg.sys -%%DATADIR%%/spanish/errmsg.txt -%%DATADIR%%/swedish/errmsg.sys -%%DATADIR%%/swedish/errmsg.txt -%%DATADIR%%/ukrainian/errmsg.sys -%%DATADIR%%/ukrainian/errmsg.txt -%%NDB%%@dirrm include/mysql/ndb/mgmapi -%%NDB%%@dirrm include/mysql/ndb/ndbapi -%%NDB%%@dirrm include/mysql/ndb -%%NDB%%@unexec rmdir %D/include/mysql 2> /dev/null || true -@unexec rmdir %D/lib/mysql 2> /dev/null || true -@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 -@unexec rmdir %D/%%DATADIR%% 2> /dev/null || true -@exec [ -d %%DB_DIR%% ] || %D/bin/mysql_install_db --ldata=%%DB_DIR%% -@unexec /usr/bin/killall mysqld > /dev/null 2>&1 || true diff --git a/databases/mysql51-server/pkg-plist.client b/databases/mysql51-server/pkg-plist.client deleted file mode 100644 index ab0454713675..000000000000 --- a/databases/mysql51-server/pkg-plist.client +++ /dev/null @@ -1,54 +0,0 @@ -bin/mysql -bin/mysql_config -bin/mysql_fix_privilege_tables -bin/mysqladmin -bin/mysqlbinlog -bin/mysqlbug -bin/mysqlcheck -bin/mysqldump -bin/mysqlimport -bin/mysqlmanager-pwgen -bin/mysqlmanagerc -bin/mysqlshow -bin/mysqltest -etc/rc.d/000.mysql-client.sh -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_error.h -include/mysql/raid.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.so -lib/mysql/libmysqlclient.so.14 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.14 -%%DATADIR%%/mysql_fix_privilege_tables.sql -@dirrm include/mysql -@dirrm lib/mysql -@dirrm %%DATADIR%% diff --git a/databases/mysql51-server/pkg-plist.scripts b/databases/mysql51-server/pkg-plist.scripts deleted file mode 100644 index f77f27a1839c..000000000000 --- a/databases/mysql51-server/pkg-plist.scripts +++ /dev/null @@ -1,13 +0,0 @@ -bin/msql2mysql -bin/mysql_convert_table_format -bin/mysql_explain_log -bin/mysql_find_rows -bin/mysql_fix_extensions -bin/mysql_secure_installation -bin/mysql_setpermission -bin/mysql_tableinfo -bin/mysql_zap -bin/mysqlaccess -bin/mysqld_multi -bin/mysqldumpslow -bin/mysqlhotcopy diff --git a/databases/mysql54-client/Makefile b/databases/mysql54-client/Makefile deleted file mode 100644 index ef007652addc..000000000000 --- a/databases/mysql54-client/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: MySQL-client -# Date created: Fri Apr 11 10:06:26 CET 2003 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PKGNAMESUFFIX= -client - -COMMENT= Multithreaded SQL database (client) - -MASTERDIR= ${.CURDIR}/../mysql50-server - -PKGINSTALL= 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 8cb8c1a5df2a..000000000000 --- a/databases/mysql54-scripts/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: MySQL-scripts -# Date created: Mon Feb 23 15:01:35 CET 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PORTREVISION= 1 -PKGNAMESUFFIX= -scripts - -COMMENT= Multithreaded SQL database (scripts) - -MASTERDIR= ${.CURDIR}/../mysql50-server - -PKGINSTALL= 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 a3d67959066a..000000000000 --- a/databases/mysql54-server/Makefile +++ /dev/null @@ -1,256 +0,0 @@ -# New ports collection makefile for: MySQL-server -# Date created: Fri Apr 11 10:06:26 CET 2003 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# -# $FreeBSD$ -# - -PORTNAME?= mysql -PORTVERSION= 5.0.2 -PORTREVISION?= 0 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQL-5.0 -PKGNAMESUFFIX?= -server -DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha - -MAINTAINER= ale@FreeBSD.org -COMMENT?= Multithreaded SQL database (server) - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha -SLAVEDIRS= databases/mysql50-client -PKGINSTALL?= ${WRKDIR}/pkg-install -DB_DIR?= /var/db/mysql -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes -USE_RC_SUBR= yes - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-debug \ - --without-readline \ - --without-libedit \ - --without-bench \ - --without-extra-tools \ - --with-libwrap \ - --with-mysqlfs \ - --with-vio \ - --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) -USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} -.endif -.if defined(BUILD_STATIC) -CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static -.endif -.if defined(WITHOUT_INNODB) -CONFIGURE_ARGS+=--without-innodb -.endif -.if defined(WITH_NDB) -CONFIGURE_ARGS+=--with-ndbcluster -.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 --with-berkeley-db -.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 -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= 50 - -LATEST_LINK= mysql50-server - -CONFLICTS= mysql-server-3.* mysql-server-4.* - -PLIST_SUB= DB_DIR=${DB_DIR} \ - VER=${PORTVERSION}-alpha -.if defined(WITH_NDB) -PLIST_SUB+= NDB="" -.else -PLIST_SUB+= NDB="@comment " -.endif - -MAN1= isamchk.1 isamlog.1 mysqld.1 \ - mysqld_safe.1 perror.1 replace.1 - -.if !defined(NOPORTDOCS) -PORTDOCS= manual.html manual.txt manual_toc.html -.endif - -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} " DB_DIR=directory Set alternate directory for database files" - @${ECHO} " (default is /var/db/mysql)." - @${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} " OVERWRITE_DB=yes Re-initialize default databases." - @${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} " WITHOUT_INNODB=yes Disable support for InnoDB table handler." - @${ECHO} " WITH_NDB=yes Enable support for NDB Cluster." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts man 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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in - @${REINPLACE_CMD} -e "s|install-data-am: install-pkgincludeHEADERS|install-data-am:|g" ${WRKSRC}/include/Makefile.in -.if defined(WITH_PROC_SCOPE_PTH) - @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/sql/mysqld.cc -.endif - -post-build: - @${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install - -post-install: -.if !defined(PACKAGE_BUILDING) -.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no" - @${RM} -r ${DB_DIR}/mysql ${DB_DIR}/test 2>/dev/null || true -.endif -.if !exists(${DB_DIR}) || (defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no") - ${PREFIX}/bin/mysql_install_db --ldata=${DB_DIR} -.endif - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${SED} "s|%%RC_SUBR%%|${RC_SUBR}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%DB_DIR%%|${DB_DIR}|g" < \ - ${FILESDIR}/mysql-server.sh > ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${DOCSDIR} -.endfor -.endif - -.else -# MySQL-Client part -.if defined(CLIENT_ONLY) -LATEST_LINK= mysql50-client - -CONFLICTS= mysql-client-3.* mysql-client-4.* - -MAN1= mysql.1 mysqladmin.1 mysqldump.1 mysqlshow.1 - -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/mysql - -CONFIGURE_ARGS+=--without-server - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @sql_client_dirs@ scripts man|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-pkglibLIBRARIES|install-exec-am:|g" ${WRKSRC}/strings/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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in -.if defined(WITH_PROC_SCOPE_PTH) - @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/tools/mysqlmanager.c -.endif - -post-install: - @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/mysql-client.sh > ${PREFIX}/etc/rc.d/000.mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.mysql-client.sh - -.else -# MySQL-Scripts part -USE_MYSQL= yes -WANT_MYSQL_VER= 50 -USE_PERL5= yes - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql50 -.if ${PERL_LEVEL} <= 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - - -LATEST_LINK= mysql50-scripts - -CONFLICTS= mysql-scripts-3.* mysql-scripts-4.* - -MAN1= mysql_zap.1 mysqlaccess.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 mysql_explain_log mysql_tableinfo mysqld_multi - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = scripts man|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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in -.endif -.endif -# Common part -post-extract: - @${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.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 4221c4f3e0f5..000000000000 --- a/databases/mysql54-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mysql-5.0.2-alpha.tar.gz) = 26fe5a7ca84e5c2540abf6d0a782ec36 -SIZE (mysql-5.0.2-alpha.tar.gz) = 22940908 diff --git a/databases/mysql54-server/files/mysql-client.sh b/databases/mysql54-server/files/mysql-client.sh deleted file mode 100644 index bef414c12ed2..000000000000 --- a/databases/mysql54-server/files/mysql-client.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -case "$1" in - start) - /sbin/ldconfig -m %%PREFIX%%/lib/mysql - ;; - stop) - ;; - *) - echo "" - echo "Usage: `basename $0` { start | stop }" - echo "" - exit 64 - ;; -esac diff --git a/databases/mysql54-server/files/mysql-server.sh b/databases/mysql54-server/files/mysql-server.sh deleted file mode 100644 index 708ad57df4b3..000000000000 --- a/databases/mysql54-server/files/mysql-server.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: mysql -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# 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. -# mysqllimits_enable (bool): Set to "NO" by default. -# Set it to yes to run `limits $limits_args` -# just before mysql starts. -# mysqllimits_args (str): Default to "-e -U mysql" -# Arguments of pre-start limits run. -# - -. %%RC_SUBR%% - -name="mysql" -rcvar=`set_rcvar` -mysql_dbdir="%%DB_DIR%%" -mysql_user="mysql" -pidfile="${mysql_dbdir}/`/bin/hostname`.pid" -command="%%PREFIX%%/bin/mysqld_safe" -command_args="--user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} > /dev/null &" -procname="%%PREFIX%%/libexec/mysqld" -start_precmd="${name}_prestart" - -[ -z "$mysql_enable" ] && mysql_enable="NO" -[ -z "$mysqllimits_enable" ] && mysqllimits_enable="NO" -[ -z "$mysqllimits_args" ] && mysqllimits_args="-e -U ${mysql_user}" - -mysql_prestart() -{ - if checkyesno mysqllimits_enable; then - eval `/usr/bin/limits ${mysqllimits_args}` 2>/dev/null - else - return 0 - fi -} - -required_dirs="${mysql_dbdir}" -required_files="${mysql_dbdir}/mysql/host.frm ${mysql_dbdir}/mysql/user.frm ${mysql_dbdir}/mysql/db.frm" - -load_rc_config $name -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 e76340001630..000000000000 --- a/databases/mysql54-server/files/patch-Docs::Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- Docs/Makefile.in.orig Wed Dec 1 01:08:19 2004 -+++ Docs/Makefile.in Mon Jan 10 11:44:27 2005 -@@ -331,7 +331,7 @@ - check-recursive installcheck-recursive - DIST_COMMON = Makefile.am Makefile.in - DIST_SUBDIRS = $(SUBDIRS) --all: $(BUILT_SOURCES) -+all: - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: -@@ -599,7 +599,7 @@ - installdirs-am: - $(mkinstalldirs) $(DESTDIR)$(infodir) - --install: $(BUILT_SOURCES) -+install: - $(MAKE) $(AM_MAKEFLAGS) install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive -@@ -718,7 +718,7 @@ - uninstall-info-am uninstall-info-recursive uninstall-recursive - - --all: $(targets) txt_files -+all: - - txt_files: ../INSTALL-SOURCE ../COPYING ../INSTALL-WIN-SOURCE ../EXCEPTIONS-CLIENT \ - INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt diff --git a/databases/mysql54-server/files/patch-Makefile.in b/databases/mysql54-server/files/patch-Makefile.in deleted file mode 100644 index df6774784d9b..000000000000 --- a/databases/mysql54-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Wed Dec 1 01:08:19 2004 -+++ Makefile.in Mon Jan 10 11:46:31 2005 -@@ -302,12 +302,7 @@ - - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT --SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ -- @readline_topdir@ sql-common \ -- @thread_dirs@ pstack \ -- @sql_server_dirs@ @sql_client_dirs@ scripts man tests \ -- netware @libmysqld_dirs@ \ -- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ -+SUBDIRS = - - - DIST_SUBDIRS = . include @docs_dirs@ zlib \ diff --git a/databases/mysql54-server/files/patch-configure b/databases/mysql54-server/files/patch-configure deleted file mode 100644 index fbbdc8efd9d1..000000000000 --- a/databases/mysql54-server/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig Sun Dec 21 19:03:09 2003 -+++ configure Wed Dec 24 10:40:53 2003 -@@ -8128,8 +8128,6 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"; $ac_aux_dir/ltconfig $LIBTOOL_DEPS; - --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - # Prevent multiple expansion - -@@ -12678,8 +12644,8 @@ - # Some system specific hacks - # - --MAX_C_OPTIMIZE="-O3" --MAX_CXX_OPTIMIZE="-O3" -+MAX_C_OPTIMIZE="" -+MAX_CXX_OPTIMIZE="" - - case $SYSTEM_TYPE in - *solaris2.7*) diff --git a/databases/mysql54-server/files/patch-man::Makefile.in b/databases/mysql54-server/files/patch-man::Makefile.in deleted file mode 100644 index 86d18cec61b2..000000000000 --- a/databases/mysql54-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- man/Makefile.in.orig Mon Feb 23 14:54:10 2004 -+++ man/Makefile.in Mon Feb 23 14:54:34 2004 -@@ -272,9 +272,7 @@ - vio_dir = @vio_dir@ - vio_libs = @vio_libs@ - --man_MANS = mysql.1 isamchk.1 isamlog.1 mysql_zap.1 mysqlaccess.1 \ -- mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \ -- perror.1 replace.1 mysqld_safe.1 mysql_fix_privilege_tables.1 -+man_MANS = - - - EXTRA_DIST = mysql.1.in isamchk.1.in isamlog.1.in mysql_zap.1.in \ diff --git a/databases/mysql54-server/files/patch-ndb::src::mgmclient::main.cpp b/databases/mysql54-server/files/patch-ndb::src::mgmclient::main.cpp deleted file mode 100644 index ef1f6711f469..000000000000 --- a/databases/mysql54-server/files/patch-ndb::src::mgmclient::main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ndb/src/mgmclient/main.cpp.orig Mon Jan 10 15:36:57 2005 -+++ ndb/src/mgmclient/main.cpp Mon Jan 10 15:37:26 2005 -@@ -122,7 +122,7 @@ - } - #ifdef HAVE_READLINE - /* Get a line from the user. */ -- line_read = readline (prompt); -+ line_read = readline ((char *)prompt); - /* If the line has any text in it, save it on the history. */ - if (line_read && *line_read) - add_history (line_read); 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 ffef310f740c..000000000000 --- a/databases/mysql54-server/files/patch-scripts::Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ ---- scripts/Makefile.in.orig Tue Jul 27 08:14:44 2004 -+++ scripts/Makefile.in Sat Oct 23 10:44:33 2004 -@@ -287,26 +287,7 @@ - vio_dir = @vio_dir@ - vio_libs = @vio_libs@ - --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 \ -- mysql_explain_log \ -- mysql_tableinfo \ -- mysqld_multi \ -- make_win_src_distribution \ -- make_win_binary_distribution \ -- mysql_create_system_tables -+bin_SCRIPTS = - - - EXTRA_SCRIPTS = make_binary_distribution.sh \ -@@ -340,7 +321,7 @@ - mysqlbug - - --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. -@@ -616,8 +597,6 @@ - - all: fill_help_tables.sql make_win_src_distribution make_binary_distribution make_sharedlib_distribution - --fill_help_tables.sql: fill_help_tables ../Docs/manual.texi -- ./fill_help_tables < ../Docs/manual.texi > fill_help_tables.sql - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/databases/mysql54-server/files/patch-scripts::mysqlaccess.sh b/databases/mysql54-server/files/patch-scripts::mysqlaccess.sh deleted file mode 100644 index f1382fbad153..000000000000 --- a/databases/mysql54-server/files/patch-scripts::mysqlaccess.sh +++ /dev/null @@ -1,90 +0,0 @@ ---- scripts/mysqlaccess.sh.orig 2005-01-16 14:28:38 -08:00 -+++ scripts/mysqlaccess.sh 2005-01-16 14:28:38 -08:00 -@@ -2,7 +2,7 @@ - # **************************** - package MySQLaccess; - #use strict; --use POSIX qw(tmpnam); -+use File::Temp qw(tempfile tmpnam); - use Fcntl; - - BEGIN { -@@ -32,7 +32,6 @@ - $ACCESS_U_BCK = 'user_backup'; - $ACCESS_D_BCK = 'db_backup'; - $DIFF = '/usr/bin/diff'; -- $TMP_PATH = '/tmp'; #path to writable tmp-directory - $MYSQLDUMP = '@bindir@/mysqldump'; - #path to mysqldump executable - -@@ -432,7 +431,7 @@ - # no caching on STDOUT - $|=1; - -- $MYSQL_CNF = POSIX::tmpnam(); -+ $MYSQL_CNF = tmpnam(); - %MYSQL_CNF = (client => { }, - mysql => { }, - mysqldump => { }, -@@ -577,8 +576,6 @@ - push(@MySQLaccess::Grant::Error,'not_found_mysql') if !(-x $MYSQL); - push(@MySQLaccess::Grant::Error,'not_found_diff') if !(-x $DIFF); - push(@MySQLaccess::Grant::Error,'not_found_mysqldump') if !(-x $MYSQLDUMP); --push(@MySQLaccess::Grant::Error,'not_found_tmp') if !(-d $TMP_PATH); --push(@MySQLaccess::Grant::Error,'write_err_tmp') if !(-w $TMP_PATH); - if (@MySQLaccess::Grant::Error) { - MySQLaccess::Report::Print_Error_Messages() ; - exit 0; -@@ -1777,17 +1774,15 @@ - @before = sort(@before); - @after = sort(@after); - -- $before = "$MySQLaccess::TMP_PATH/$MySQLaccess::script.before.$$"; -- $after = "$MySQLaccess::TMP_PATH/$MySQLaccess::script.after.$$"; -- #$after = "/tmp/t0"; -- open(BEFORE,"> $before") || -- push(@MySQLaccess::Report::Errors,"Can't open temporary file $before for writing"); -- open(AFTER,"> $after") || -- push(@MySQLaccess::Report::Errors,"Can't open temporary file $after for writing"); -- print BEFORE join("\n",@before); -- print AFTER join("\n",@after); -- close(BEFORE); -- close(AFTER); -+ ($hb, $before) = tempfile("$MySQLaccess::script.XXXXXX") or -+ push(@MySQLaccess::Report::Errors,"Can't create temporary file: $!"); -+ ($ha, $after) = tempfile("$MySQLaccess::script.XXXXXX") or -+ push(@MySQLaccess::Report::Errors,"Can't create temporary file: $!"); -+ -+ print $hb join("\n",@before); -+ print $ha join("\n",@after); -+ close $hb; -+ close $ha; - - # ---------------------------------- - # compute difference -@@ -1800,8 +1795,8 @@ - - # ---------------------------------- - # cleanup temp. files -- unlink(BEFORE); -- unlink(AFTER); -+ unlink($before); -+ unlink($after); - - return \@diffs; - } -@@ -2316,14 +2311,6 @@ - => "The diff program <$MySQLaccess::DIFF> could not be found.\n" - ."+ Check your path, or\n" - ."+ edit the source of this script to point \$DIFF to the diff program.\n" -- ,'not_found_tmp' -- => "The temporary directory <$MySQLaccess::TMP_PATH> could not be found.\n" -- ."+ create this directory (writeable!), or\n" -- ."+ edit the source of this script to point \$TMP_PATH to the right directory.\n" -- ,'write_err_tmp' -- => "The temporary directory <$MySQLaccess::TMP_PATH> is not writable.\n" -- ."+ make this directory writeable!, or\n" -- ."+ edit the source of this script to point \$TMP_PATH to another directory.\n" - ,'Unrecognized_option' - => "Sorry,\n" - ."You are using an old version of the mysql-program,\n" 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 c98d38bcbd10..000000000000 --- a/databases/mysql54-server/files/patch-sql::mysqld.cc +++ /dev/null @@ -1,47 +0,0 @@ ---- sql/mysqld.cc.orig Tue Dec 14 13:40:36 2004 -+++ sql/mysqld.cc Mon Jan 10 00:28:52 2005 -@@ -128,7 +128,7 @@ - #endif /* __WIN__ */ - - #ifdef HAVE_LIBWRAP --#include <tcpd.h> -+#include "mytcpd.h" - #include <syslog.h> - #ifdef NEED_SYS_SYSLOG_H - #include <sys/syslog.h> -@@ -136,15 +136,6 @@ - int allow_severity = LOG_INFO; - int deny_severity = LOG_WARNING; - --#ifdef __STDC__ --#define my_fromhost(A) fromhost(A) --#define my_hosts_access(A) hosts_access(A) --#define my_eval_client(A) eval_client(A) --#else --#define my_fromhost(A) fromhost() --#define my_hosts_access(A) hosts_access() --#define my_eval_client(A) eval_client() --#endif /* __STDC__ */ - #endif /* HAVE_LIBWRAP */ - - #ifdef HAVE_SYS_MMAN_H -@@ -3565,8 +3556,8 @@ - struct request_info req; - signal(SIGCHLD, SIG_DFL); - request_init(&req, RQ_DAEMON, libwrapName, RQ_FILE, new_sock, NULL); -- my_fromhost(&req); -- if (!my_hosts_access(&req)) -+ fromhost(&req); -+ if (!hosts_access(&req)) - { - /* - This may be stupid but refuse() includes an exit(0) -@@ -3574,7 +3565,7 @@ - clean_exit() - same stupid thing ... - */ - syslog(deny_severity, "refused connect from %s", -- my_eval_client(&req)); -+ eval_client(&req)); - - /* - C++ sucks (the gibberish in front just translates the supplied diff --git a/databases/mysql54-server/files/patch-sql::mytcpd.h b/databases/mysql54-server/files/patch-sql::mytcpd.h deleted file mode 100644 index f641ae38af46..000000000000 --- a/databases/mysql54-server/files/patch-sql::mytcpd.h +++ /dev/null @@ -1,147 +0,0 @@ ---- sql/mytcpd.h.orig Sun Jan 9 13:33:51 2005 -+++ sql/mytcpd.h Sun Jan 9 13:41:42 2005 -@@ -6,6 +6,25 @@ - * $FreeBSD: /tmp/pcvs/ports/databases/mysql54-server/files/Attic/patch-sql::mytcpd.h,v 1.1 2005-01-10 13:17:30 ale Exp $ - */ - -+#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/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 88a0b1c66915..000000000000 --- a/databases/mysql54-server/pkg-install +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - GID=${UID} - DB_DIR=%%DB_DIR%% - - 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." - if pw usermod ${USER} -d ${DB_DIR} - then - echo "Changed home directory of \"${USER}\" to \"${DB_DIR}\"" - else - echo "Changing home directory of \"${USER}\" to \"${DB_DIR}\" failed..." - exit 1 - fi - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}:${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/mysql54-server/pkg-plist b/databases/mysql54-server/pkg-plist deleted file mode 100644 index 8d36cf62ba99..000000000000 --- a/databases/mysql54-server/pkg-plist +++ /dev/null @@ -1,193 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -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_delete_all -%%NDB%%bin/ndb_desc -%%NDB%%bin/ndb_drop_index -%%NDB%%bin/ndb_drop_table -%%NDB%%bin/ndb_mgm -%%NDB%%bin/ndb_restore -%%NDB%%bin/ndb_select_all -%%NDB%%bin/ndb_select_count -%%NDB%%bin/ndb_show_tables -%%NDB%%bin/ndb_test_platform -%%NDB%%bin/ndb_waiter -bin/pack_isam -bin/perror -bin/replace -bin/resolve_stack_dump -bin/resolveip -etc/rc.d/mysql-server.sh -%%NDB%%include/mysql/ndb/mgmapi/mgmapi.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_config_parameters.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_config_parameters_debug.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_debug.h -%%NDB%%include/mysql/ndb/ndb_types.h -%%NDB%%include/mysql/ndb/ndb_version.h -%%NDB%%include/mysql/ndb/ndbapi/Ndb.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbApi.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbBlob.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbConnection.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbCursorOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbDictionary.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbError.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbEventOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbIndexOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbIndexScanOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbPool.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbRecAttr.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbReceiver.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbResultSet.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbScanFilter.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbScanOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/ndbapi_limits.h -%%NDB%%include/mysql/ndb/ndbapi/ndb_cluster_connection.hpp -%%NDB%%include/mysql/ndb/ndbapi/ndberror.h -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.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.so -%%NDB%%lib/mysql/libndbclient.so.0 -lib/mysql/libnisam.a -lib/mysql/libvio.a -libexec/mysqld -%%NDB%%libexec/ndb_cpcd -%%NDB%%libexec/ndb_mgmd -%%NDB%%libexec/ndbd -%%DATADIR%%/Description.plist -%%DATADIR%%/Info.plist -%%DATADIR%%/MySQL-shared-compat.spec -%%DATADIR%%/StartupParameters.plist -%%DATADIR%%/postinstall -%%DATADIR%%/preinstall -%%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%%/czech/errmsg.txt -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/danish/errmsg.txt -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/dutch/errmsg.txt -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/english/errmsg.txt -%%DATADIR%%/estonian/errmsg.sys -%%DATADIR%%/estonian/errmsg.txt -%%DATADIR%%/fill_help_tables.sql -%%DATADIR%%/french/errmsg.sys -%%DATADIR%%/french/errmsg.txt -%%DATADIR%%/german/errmsg.sys -%%DATADIR%%/german/errmsg.txt -%%DATADIR%%/greek/errmsg.sys -%%DATADIR%%/greek/errmsg.txt -%%DATADIR%%/hungarian/errmsg.sys -%%DATADIR%%/hungarian/errmsg.txt -%%DATADIR%%/italian/errmsg.sys -%%DATADIR%%/italian/errmsg.txt -%%DATADIR%%/japanese/errmsg.sys -%%DATADIR%%/japanese/errmsg.txt -%%DATADIR%%/korean/errmsg.sys -%%DATADIR%%/korean/errmsg.txt -%%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-%%VER%%.spec -%%DATADIR%%/mysql.server -%%DATADIR%%/norwegian-ny/errmsg.sys -%%DATADIR%%/norwegian-ny/errmsg.txt -%%DATADIR%%/norwegian/errmsg.sys -%%DATADIR%%/norwegian/errmsg.txt -%%DATADIR%%/polish/errmsg.sys -%%DATADIR%%/polish/errmsg.txt -%%DATADIR%%/portuguese/errmsg.sys -%%DATADIR%%/portuguese/errmsg.txt -%%DATADIR%%/romanian/errmsg.sys -%%DATADIR%%/romanian/errmsg.txt -%%DATADIR%%/russian/errmsg.sys -%%DATADIR%%/russian/errmsg.txt -%%DATADIR%%/serbian/errmsg.sys -%%DATADIR%%/serbian/errmsg.txt -%%DATADIR%%/slovak/errmsg.sys -%%DATADIR%%/slovak/errmsg.txt -%%DATADIR%%/spanish/errmsg.sys -%%DATADIR%%/spanish/errmsg.txt -%%DATADIR%%/swedish/errmsg.sys -%%DATADIR%%/swedish/errmsg.txt -%%DATADIR%%/ukrainian/errmsg.sys -%%DATADIR%%/ukrainian/errmsg.txt -%%NDB%%@dirrm include/mysql/ndb/mgmapi -%%NDB%%@dirrm include/mysql/ndb/ndbapi -%%NDB%%@dirrm include/mysql/ndb -%%NDB%%@unexec rmdir %D/include/mysql 2> /dev/null || true -@unexec rmdir %D/lib/mysql 2> /dev/null || true -@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 -@unexec rmdir %D/%%DATADIR%% 2> /dev/null || true -@exec [ -d %%DB_DIR%% ] || %D/bin/mysql_install_db --ldata=%%DB_DIR%% -@unexec /usr/bin/killall mysqld > /dev/null 2>&1 || true diff --git a/databases/mysql54-server/pkg-plist.client b/databases/mysql54-server/pkg-plist.client deleted file mode 100644 index ab0454713675..000000000000 --- a/databases/mysql54-server/pkg-plist.client +++ /dev/null @@ -1,54 +0,0 @@ -bin/mysql -bin/mysql_config -bin/mysql_fix_privilege_tables -bin/mysqladmin -bin/mysqlbinlog -bin/mysqlbug -bin/mysqlcheck -bin/mysqldump -bin/mysqlimport -bin/mysqlmanager-pwgen -bin/mysqlmanagerc -bin/mysqlshow -bin/mysqltest -etc/rc.d/000.mysql-client.sh -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_error.h -include/mysql/raid.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.so -lib/mysql/libmysqlclient.so.14 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.14 -%%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 f77f27a1839c..000000000000 --- a/databases/mysql54-server/pkg-plist.scripts +++ /dev/null @@ -1,13 +0,0 @@ -bin/msql2mysql -bin/mysql_convert_table_format -bin/mysql_explain_log -bin/mysql_find_rows -bin/mysql_fix_extensions -bin/mysql_secure_installation -bin/mysql_setpermission -bin/mysql_tableinfo -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 ef007652addc..000000000000 --- a/databases/mysql55-client/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: MySQL-client -# Date created: Fri Apr 11 10:06:26 CET 2003 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PKGNAMESUFFIX= -client - -COMMENT= Multithreaded SQL database (client) - -MASTERDIR= ${.CURDIR}/../mysql50-server - -PKGINSTALL= 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 8cb8c1a5df2a..000000000000 --- a/databases/mysql55-scripts/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: MySQL-scripts -# Date created: Mon Feb 23 15:01:35 CET 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PORTREVISION= 1 -PKGNAMESUFFIX= -scripts - -COMMENT= Multithreaded SQL database (scripts) - -MASTERDIR= ${.CURDIR}/../mysql50-server - -PKGINSTALL= 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 a3d67959066a..000000000000 --- a/databases/mysql55-server/Makefile +++ /dev/null @@ -1,256 +0,0 @@ -# New ports collection makefile for: MySQL-server -# Date created: Fri Apr 11 10:06:26 CET 2003 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# -# $FreeBSD$ -# - -PORTNAME?= mysql -PORTVERSION= 5.0.2 -PORTREVISION?= 0 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQL-5.0 -PKGNAMESUFFIX?= -server -DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha - -MAINTAINER= ale@FreeBSD.org -COMMENT?= Multithreaded SQL database (server) - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha -SLAVEDIRS= databases/mysql50-client -PKGINSTALL?= ${WRKDIR}/pkg-install -DB_DIR?= /var/db/mysql -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes -USE_RC_SUBR= yes - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-debug \ - --without-readline \ - --without-libedit \ - --without-bench \ - --without-extra-tools \ - --with-libwrap \ - --with-mysqlfs \ - --with-vio \ - --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) -USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} -.endif -.if defined(BUILD_STATIC) -CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static -.endif -.if defined(WITHOUT_INNODB) -CONFIGURE_ARGS+=--without-innodb -.endif -.if defined(WITH_NDB) -CONFIGURE_ARGS+=--with-ndbcluster -.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 --with-berkeley-db -.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 -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= 50 - -LATEST_LINK= mysql50-server - -CONFLICTS= mysql-server-3.* mysql-server-4.* - -PLIST_SUB= DB_DIR=${DB_DIR} \ - VER=${PORTVERSION}-alpha -.if defined(WITH_NDB) -PLIST_SUB+= NDB="" -.else -PLIST_SUB+= NDB="@comment " -.endif - -MAN1= isamchk.1 isamlog.1 mysqld.1 \ - mysqld_safe.1 perror.1 replace.1 - -.if !defined(NOPORTDOCS) -PORTDOCS= manual.html manual.txt manual_toc.html -.endif - -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} " DB_DIR=directory Set alternate directory for database files" - @${ECHO} " (default is /var/db/mysql)." - @${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} " OVERWRITE_DB=yes Re-initialize default databases." - @${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} " WITHOUT_INNODB=yes Disable support for InnoDB table handler." - @${ECHO} " WITH_NDB=yes Enable support for NDB Cluster." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts man 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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in - @${REINPLACE_CMD} -e "s|install-data-am: install-pkgincludeHEADERS|install-data-am:|g" ${WRKSRC}/include/Makefile.in -.if defined(WITH_PROC_SCOPE_PTH) - @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/sql/mysqld.cc -.endif - -post-build: - @${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install - -post-install: -.if !defined(PACKAGE_BUILDING) -.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no" - @${RM} -r ${DB_DIR}/mysql ${DB_DIR}/test 2>/dev/null || true -.endif -.if !exists(${DB_DIR}) || (defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no") - ${PREFIX}/bin/mysql_install_db --ldata=${DB_DIR} -.endif - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${SED} "s|%%RC_SUBR%%|${RC_SUBR}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%DB_DIR%%|${DB_DIR}|g" < \ - ${FILESDIR}/mysql-server.sh > ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${DOCSDIR} -.endfor -.endif - -.else -# MySQL-Client part -.if defined(CLIENT_ONLY) -LATEST_LINK= mysql50-client - -CONFLICTS= mysql-client-3.* mysql-client-4.* - -MAN1= mysql.1 mysqladmin.1 mysqldump.1 mysqlshow.1 - -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/mysql - -CONFIGURE_ARGS+=--without-server - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @sql_client_dirs@ scripts man|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-pkglibLIBRARIES|install-exec-am:|g" ${WRKSRC}/strings/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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in -.if defined(WITH_PROC_SCOPE_PTH) - @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/tools/mysqlmanager.c -.endif - -post-install: - @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/mysql-client.sh > ${PREFIX}/etc/rc.d/000.mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.mysql-client.sh - -.else -# MySQL-Scripts part -USE_MYSQL= yes -WANT_MYSQL_VER= 50 -USE_PERL5= yes - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql50 -.if ${PERL_LEVEL} <= 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - - -LATEST_LINK= mysql50-scripts - -CONFLICTS= mysql-scripts-3.* mysql-scripts-4.* - -MAN1= mysql_zap.1 mysqlaccess.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 mysql_explain_log mysql_tableinfo mysqld_multi - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = scripts man|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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in -.endif -.endif -# Common part -post-extract: - @${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.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 4221c4f3e0f5..000000000000 --- a/databases/mysql55-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mysql-5.0.2-alpha.tar.gz) = 26fe5a7ca84e5c2540abf6d0a782ec36 -SIZE (mysql-5.0.2-alpha.tar.gz) = 22940908 diff --git a/databases/mysql55-server/files/mysql-client.sh b/databases/mysql55-server/files/mysql-client.sh deleted file mode 100644 index bef414c12ed2..000000000000 --- a/databases/mysql55-server/files/mysql-client.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -case "$1" in - start) - /sbin/ldconfig -m %%PREFIX%%/lib/mysql - ;; - stop) - ;; - *) - echo "" - echo "Usage: `basename $0` { start | stop }" - echo "" - exit 64 - ;; -esac diff --git a/databases/mysql55-server/files/mysql-server.sh b/databases/mysql55-server/files/mysql-server.sh deleted file mode 100644 index 708ad57df4b3..000000000000 --- a/databases/mysql55-server/files/mysql-server.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: mysql -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# 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. -# mysqllimits_enable (bool): Set to "NO" by default. -# Set it to yes to run `limits $limits_args` -# just before mysql starts. -# mysqllimits_args (str): Default to "-e -U mysql" -# Arguments of pre-start limits run. -# - -. %%RC_SUBR%% - -name="mysql" -rcvar=`set_rcvar` -mysql_dbdir="%%DB_DIR%%" -mysql_user="mysql" -pidfile="${mysql_dbdir}/`/bin/hostname`.pid" -command="%%PREFIX%%/bin/mysqld_safe" -command_args="--user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} > /dev/null &" -procname="%%PREFIX%%/libexec/mysqld" -start_precmd="${name}_prestart" - -[ -z "$mysql_enable" ] && mysql_enable="NO" -[ -z "$mysqllimits_enable" ] && mysqllimits_enable="NO" -[ -z "$mysqllimits_args" ] && mysqllimits_args="-e -U ${mysql_user}" - -mysql_prestart() -{ - if checkyesno mysqllimits_enable; then - eval `/usr/bin/limits ${mysqllimits_args}` 2>/dev/null - else - return 0 - fi -} - -required_dirs="${mysql_dbdir}" -required_files="${mysql_dbdir}/mysql/host.frm ${mysql_dbdir}/mysql/user.frm ${mysql_dbdir}/mysql/db.frm" - -load_rc_config $name -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 e76340001630..000000000000 --- a/databases/mysql55-server/files/patch-Docs::Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- Docs/Makefile.in.orig Wed Dec 1 01:08:19 2004 -+++ Docs/Makefile.in Mon Jan 10 11:44:27 2005 -@@ -331,7 +331,7 @@ - check-recursive installcheck-recursive - DIST_COMMON = Makefile.am Makefile.in - DIST_SUBDIRS = $(SUBDIRS) --all: $(BUILT_SOURCES) -+all: - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: -@@ -599,7 +599,7 @@ - installdirs-am: - $(mkinstalldirs) $(DESTDIR)$(infodir) - --install: $(BUILT_SOURCES) -+install: - $(MAKE) $(AM_MAKEFLAGS) install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive -@@ -718,7 +718,7 @@ - uninstall-info-am uninstall-info-recursive uninstall-recursive - - --all: $(targets) txt_files -+all: - - txt_files: ../INSTALL-SOURCE ../COPYING ../INSTALL-WIN-SOURCE ../EXCEPTIONS-CLIENT \ - INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt diff --git a/databases/mysql55-server/files/patch-Makefile.in b/databases/mysql55-server/files/patch-Makefile.in deleted file mode 100644 index df6774784d9b..000000000000 --- a/databases/mysql55-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Wed Dec 1 01:08:19 2004 -+++ Makefile.in Mon Jan 10 11:46:31 2005 -@@ -302,12 +302,7 @@ - - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT --SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ -- @readline_topdir@ sql-common \ -- @thread_dirs@ pstack \ -- @sql_server_dirs@ @sql_client_dirs@ scripts man tests \ -- netware @libmysqld_dirs@ \ -- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ -+SUBDIRS = - - - DIST_SUBDIRS = . include @docs_dirs@ zlib \ diff --git a/databases/mysql55-server/files/patch-configure b/databases/mysql55-server/files/patch-configure deleted file mode 100644 index fbbdc8efd9d1..000000000000 --- a/databases/mysql55-server/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig Sun Dec 21 19:03:09 2003 -+++ configure Wed Dec 24 10:40:53 2003 -@@ -8128,8 +8128,6 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"; $ac_aux_dir/ltconfig $LIBTOOL_DEPS; - --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - # Prevent multiple expansion - -@@ -12678,8 +12644,8 @@ - # Some system specific hacks - # - --MAX_C_OPTIMIZE="-O3" --MAX_CXX_OPTIMIZE="-O3" -+MAX_C_OPTIMIZE="" -+MAX_CXX_OPTIMIZE="" - - case $SYSTEM_TYPE in - *solaris2.7*) diff --git a/databases/mysql55-server/files/patch-man::Makefile.in b/databases/mysql55-server/files/patch-man::Makefile.in deleted file mode 100644 index 86d18cec61b2..000000000000 --- a/databases/mysql55-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- man/Makefile.in.orig Mon Feb 23 14:54:10 2004 -+++ man/Makefile.in Mon Feb 23 14:54:34 2004 -@@ -272,9 +272,7 @@ - vio_dir = @vio_dir@ - vio_libs = @vio_libs@ - --man_MANS = mysql.1 isamchk.1 isamlog.1 mysql_zap.1 mysqlaccess.1 \ -- mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \ -- perror.1 replace.1 mysqld_safe.1 mysql_fix_privilege_tables.1 -+man_MANS = - - - EXTRA_DIST = mysql.1.in isamchk.1.in isamlog.1.in mysql_zap.1.in \ diff --git a/databases/mysql55-server/files/patch-ndb::src::mgmclient::main.cpp b/databases/mysql55-server/files/patch-ndb::src::mgmclient::main.cpp deleted file mode 100644 index ef1f6711f469..000000000000 --- a/databases/mysql55-server/files/patch-ndb::src::mgmclient::main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ndb/src/mgmclient/main.cpp.orig Mon Jan 10 15:36:57 2005 -+++ ndb/src/mgmclient/main.cpp Mon Jan 10 15:37:26 2005 -@@ -122,7 +122,7 @@ - } - #ifdef HAVE_READLINE - /* Get a line from the user. */ -- line_read = readline (prompt); -+ line_read = readline ((char *)prompt); - /* If the line has any text in it, save it on the history. */ - if (line_read && *line_read) - add_history (line_read); 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 ffef310f740c..000000000000 --- a/databases/mysql55-server/files/patch-scripts::Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ ---- scripts/Makefile.in.orig Tue Jul 27 08:14:44 2004 -+++ scripts/Makefile.in Sat Oct 23 10:44:33 2004 -@@ -287,26 +287,7 @@ - vio_dir = @vio_dir@ - vio_libs = @vio_libs@ - --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 \ -- mysql_explain_log \ -- mysql_tableinfo \ -- mysqld_multi \ -- make_win_src_distribution \ -- make_win_binary_distribution \ -- mysql_create_system_tables -+bin_SCRIPTS = - - - EXTRA_SCRIPTS = make_binary_distribution.sh \ -@@ -340,7 +321,7 @@ - mysqlbug - - --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. -@@ -616,8 +597,6 @@ - - all: fill_help_tables.sql make_win_src_distribution make_binary_distribution make_sharedlib_distribution - --fill_help_tables.sql: fill_help_tables ../Docs/manual.texi -- ./fill_help_tables < ../Docs/manual.texi > fill_help_tables.sql - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/databases/mysql55-server/files/patch-scripts::mysqlaccess.sh b/databases/mysql55-server/files/patch-scripts::mysqlaccess.sh deleted file mode 100644 index f1382fbad153..000000000000 --- a/databases/mysql55-server/files/patch-scripts::mysqlaccess.sh +++ /dev/null @@ -1,90 +0,0 @@ ---- scripts/mysqlaccess.sh.orig 2005-01-16 14:28:38 -08:00 -+++ scripts/mysqlaccess.sh 2005-01-16 14:28:38 -08:00 -@@ -2,7 +2,7 @@ - # **************************** - package MySQLaccess; - #use strict; --use POSIX qw(tmpnam); -+use File::Temp qw(tempfile tmpnam); - use Fcntl; - - BEGIN { -@@ -32,7 +32,6 @@ - $ACCESS_U_BCK = 'user_backup'; - $ACCESS_D_BCK = 'db_backup'; - $DIFF = '/usr/bin/diff'; -- $TMP_PATH = '/tmp'; #path to writable tmp-directory - $MYSQLDUMP = '@bindir@/mysqldump'; - #path to mysqldump executable - -@@ -432,7 +431,7 @@ - # no caching on STDOUT - $|=1; - -- $MYSQL_CNF = POSIX::tmpnam(); -+ $MYSQL_CNF = tmpnam(); - %MYSQL_CNF = (client => { }, - mysql => { }, - mysqldump => { }, -@@ -577,8 +576,6 @@ - push(@MySQLaccess::Grant::Error,'not_found_mysql') if !(-x $MYSQL); - push(@MySQLaccess::Grant::Error,'not_found_diff') if !(-x $DIFF); - push(@MySQLaccess::Grant::Error,'not_found_mysqldump') if !(-x $MYSQLDUMP); --push(@MySQLaccess::Grant::Error,'not_found_tmp') if !(-d $TMP_PATH); --push(@MySQLaccess::Grant::Error,'write_err_tmp') if !(-w $TMP_PATH); - if (@MySQLaccess::Grant::Error) { - MySQLaccess::Report::Print_Error_Messages() ; - exit 0; -@@ -1777,17 +1774,15 @@ - @before = sort(@before); - @after = sort(@after); - -- $before = "$MySQLaccess::TMP_PATH/$MySQLaccess::script.before.$$"; -- $after = "$MySQLaccess::TMP_PATH/$MySQLaccess::script.after.$$"; -- #$after = "/tmp/t0"; -- open(BEFORE,"> $before") || -- push(@MySQLaccess::Report::Errors,"Can't open temporary file $before for writing"); -- open(AFTER,"> $after") || -- push(@MySQLaccess::Report::Errors,"Can't open temporary file $after for writing"); -- print BEFORE join("\n",@before); -- print AFTER join("\n",@after); -- close(BEFORE); -- close(AFTER); -+ ($hb, $before) = tempfile("$MySQLaccess::script.XXXXXX") or -+ push(@MySQLaccess::Report::Errors,"Can't create temporary file: $!"); -+ ($ha, $after) = tempfile("$MySQLaccess::script.XXXXXX") or -+ push(@MySQLaccess::Report::Errors,"Can't create temporary file: $!"); -+ -+ print $hb join("\n",@before); -+ print $ha join("\n",@after); -+ close $hb; -+ close $ha; - - # ---------------------------------- - # compute difference -@@ -1800,8 +1795,8 @@ - - # ---------------------------------- - # cleanup temp. files -- unlink(BEFORE); -- unlink(AFTER); -+ unlink($before); -+ unlink($after); - - return \@diffs; - } -@@ -2316,14 +2311,6 @@ - => "The diff program <$MySQLaccess::DIFF> could not be found.\n" - ."+ Check your path, or\n" - ."+ edit the source of this script to point \$DIFF to the diff program.\n" -- ,'not_found_tmp' -- => "The temporary directory <$MySQLaccess::TMP_PATH> could not be found.\n" -- ."+ create this directory (writeable!), or\n" -- ."+ edit the source of this script to point \$TMP_PATH to the right directory.\n" -- ,'write_err_tmp' -- => "The temporary directory <$MySQLaccess::TMP_PATH> is not writable.\n" -- ."+ make this directory writeable!, or\n" -- ."+ edit the source of this script to point \$TMP_PATH to another directory.\n" - ,'Unrecognized_option' - => "Sorry,\n" - ."You are using an old version of the mysql-program,\n" 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 c98d38bcbd10..000000000000 --- a/databases/mysql55-server/files/patch-sql::mysqld.cc +++ /dev/null @@ -1,47 +0,0 @@ ---- sql/mysqld.cc.orig Tue Dec 14 13:40:36 2004 -+++ sql/mysqld.cc Mon Jan 10 00:28:52 2005 -@@ -128,7 +128,7 @@ - #endif /* __WIN__ */ - - #ifdef HAVE_LIBWRAP --#include <tcpd.h> -+#include "mytcpd.h" - #include <syslog.h> - #ifdef NEED_SYS_SYSLOG_H - #include <sys/syslog.h> -@@ -136,15 +136,6 @@ - int allow_severity = LOG_INFO; - int deny_severity = LOG_WARNING; - --#ifdef __STDC__ --#define my_fromhost(A) fromhost(A) --#define my_hosts_access(A) hosts_access(A) --#define my_eval_client(A) eval_client(A) --#else --#define my_fromhost(A) fromhost() --#define my_hosts_access(A) hosts_access() --#define my_eval_client(A) eval_client() --#endif /* __STDC__ */ - #endif /* HAVE_LIBWRAP */ - - #ifdef HAVE_SYS_MMAN_H -@@ -3565,8 +3556,8 @@ - struct request_info req; - signal(SIGCHLD, SIG_DFL); - request_init(&req, RQ_DAEMON, libwrapName, RQ_FILE, new_sock, NULL); -- my_fromhost(&req); -- if (!my_hosts_access(&req)) -+ fromhost(&req); -+ if (!hosts_access(&req)) - { - /* - This may be stupid but refuse() includes an exit(0) -@@ -3574,7 +3565,7 @@ - clean_exit() - same stupid thing ... - */ - syslog(deny_severity, "refused connect from %s", -- my_eval_client(&req)); -+ eval_client(&req)); - - /* - C++ sucks (the gibberish in front just translates the supplied diff --git a/databases/mysql55-server/files/patch-sql::mytcpd.h b/databases/mysql55-server/files/patch-sql::mytcpd.h deleted file mode 100644 index 4844531d1225..000000000000 --- a/databases/mysql55-server/files/patch-sql::mytcpd.h +++ /dev/null @@ -1,147 +0,0 @@ ---- sql/mytcpd.h.orig Sun Jan 9 13:33:51 2005 -+++ sql/mytcpd.h Sun Jan 9 13:41:42 2005 -@@ -6,6 +6,25 @@ - * $FreeBSD: /tmp/pcvs/ports/databases/mysql55-server/files/Attic/patch-sql::mytcpd.h,v 1.1 2005-01-10 13:17:30 ale Exp $ - */ - -+#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/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 88a0b1c66915..000000000000 --- a/databases/mysql55-server/pkg-install +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - GID=${UID} - DB_DIR=%%DB_DIR%% - - 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." - if pw usermod ${USER} -d ${DB_DIR} - then - echo "Changed home directory of \"${USER}\" to \"${DB_DIR}\"" - else - echo "Changing home directory of \"${USER}\" to \"${DB_DIR}\" failed..." - exit 1 - fi - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}:${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/mysql55-server/pkg-plist b/databases/mysql55-server/pkg-plist deleted file mode 100644 index 8d36cf62ba99..000000000000 --- a/databases/mysql55-server/pkg-plist +++ /dev/null @@ -1,193 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -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_delete_all -%%NDB%%bin/ndb_desc -%%NDB%%bin/ndb_drop_index -%%NDB%%bin/ndb_drop_table -%%NDB%%bin/ndb_mgm -%%NDB%%bin/ndb_restore -%%NDB%%bin/ndb_select_all -%%NDB%%bin/ndb_select_count -%%NDB%%bin/ndb_show_tables -%%NDB%%bin/ndb_test_platform -%%NDB%%bin/ndb_waiter -bin/pack_isam -bin/perror -bin/replace -bin/resolve_stack_dump -bin/resolveip -etc/rc.d/mysql-server.sh -%%NDB%%include/mysql/ndb/mgmapi/mgmapi.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_config_parameters.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_config_parameters_debug.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_debug.h -%%NDB%%include/mysql/ndb/ndb_types.h -%%NDB%%include/mysql/ndb/ndb_version.h -%%NDB%%include/mysql/ndb/ndbapi/Ndb.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbApi.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbBlob.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbConnection.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbCursorOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbDictionary.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbError.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbEventOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbIndexOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbIndexScanOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbPool.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbRecAttr.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbReceiver.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbResultSet.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbScanFilter.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbScanOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/ndbapi_limits.h -%%NDB%%include/mysql/ndb/ndbapi/ndb_cluster_connection.hpp -%%NDB%%include/mysql/ndb/ndbapi/ndberror.h -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.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.so -%%NDB%%lib/mysql/libndbclient.so.0 -lib/mysql/libnisam.a -lib/mysql/libvio.a -libexec/mysqld -%%NDB%%libexec/ndb_cpcd -%%NDB%%libexec/ndb_mgmd -%%NDB%%libexec/ndbd -%%DATADIR%%/Description.plist -%%DATADIR%%/Info.plist -%%DATADIR%%/MySQL-shared-compat.spec -%%DATADIR%%/StartupParameters.plist -%%DATADIR%%/postinstall -%%DATADIR%%/preinstall -%%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%%/czech/errmsg.txt -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/danish/errmsg.txt -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/dutch/errmsg.txt -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/english/errmsg.txt -%%DATADIR%%/estonian/errmsg.sys -%%DATADIR%%/estonian/errmsg.txt -%%DATADIR%%/fill_help_tables.sql -%%DATADIR%%/french/errmsg.sys -%%DATADIR%%/french/errmsg.txt -%%DATADIR%%/german/errmsg.sys -%%DATADIR%%/german/errmsg.txt -%%DATADIR%%/greek/errmsg.sys -%%DATADIR%%/greek/errmsg.txt -%%DATADIR%%/hungarian/errmsg.sys -%%DATADIR%%/hungarian/errmsg.txt -%%DATADIR%%/italian/errmsg.sys -%%DATADIR%%/italian/errmsg.txt -%%DATADIR%%/japanese/errmsg.sys -%%DATADIR%%/japanese/errmsg.txt -%%DATADIR%%/korean/errmsg.sys -%%DATADIR%%/korean/errmsg.txt -%%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-%%VER%%.spec -%%DATADIR%%/mysql.server -%%DATADIR%%/norwegian-ny/errmsg.sys -%%DATADIR%%/norwegian-ny/errmsg.txt -%%DATADIR%%/norwegian/errmsg.sys -%%DATADIR%%/norwegian/errmsg.txt -%%DATADIR%%/polish/errmsg.sys -%%DATADIR%%/polish/errmsg.txt -%%DATADIR%%/portuguese/errmsg.sys -%%DATADIR%%/portuguese/errmsg.txt -%%DATADIR%%/romanian/errmsg.sys -%%DATADIR%%/romanian/errmsg.txt -%%DATADIR%%/russian/errmsg.sys -%%DATADIR%%/russian/errmsg.txt -%%DATADIR%%/serbian/errmsg.sys -%%DATADIR%%/serbian/errmsg.txt -%%DATADIR%%/slovak/errmsg.sys -%%DATADIR%%/slovak/errmsg.txt -%%DATADIR%%/spanish/errmsg.sys -%%DATADIR%%/spanish/errmsg.txt -%%DATADIR%%/swedish/errmsg.sys -%%DATADIR%%/swedish/errmsg.txt -%%DATADIR%%/ukrainian/errmsg.sys -%%DATADIR%%/ukrainian/errmsg.txt -%%NDB%%@dirrm include/mysql/ndb/mgmapi -%%NDB%%@dirrm include/mysql/ndb/ndbapi -%%NDB%%@dirrm include/mysql/ndb -%%NDB%%@unexec rmdir %D/include/mysql 2> /dev/null || true -@unexec rmdir %D/lib/mysql 2> /dev/null || true -@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 -@unexec rmdir %D/%%DATADIR%% 2> /dev/null || true -@exec [ -d %%DB_DIR%% ] || %D/bin/mysql_install_db --ldata=%%DB_DIR%% -@unexec /usr/bin/killall mysqld > /dev/null 2>&1 || true diff --git a/databases/mysql55-server/pkg-plist.client b/databases/mysql55-server/pkg-plist.client deleted file mode 100644 index ab0454713675..000000000000 --- a/databases/mysql55-server/pkg-plist.client +++ /dev/null @@ -1,54 +0,0 @@ -bin/mysql -bin/mysql_config -bin/mysql_fix_privilege_tables -bin/mysqladmin -bin/mysqlbinlog -bin/mysqlbug -bin/mysqlcheck -bin/mysqldump -bin/mysqlimport -bin/mysqlmanager-pwgen -bin/mysqlmanagerc -bin/mysqlshow -bin/mysqltest -etc/rc.d/000.mysql-client.sh -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_error.h -include/mysql/raid.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.so -lib/mysql/libmysqlclient.so.14 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.14 -%%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 f77f27a1839c..000000000000 --- a/databases/mysql55-server/pkg-plist.scripts +++ /dev/null @@ -1,13 +0,0 @@ -bin/msql2mysql -bin/mysql_convert_table_format -bin/mysql_explain_log -bin/mysql_find_rows -bin/mysql_fix_extensions -bin/mysql_secure_installation -bin/mysql_setpermission -bin/mysql_tableinfo -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 ef007652addc..000000000000 --- a/databases/mysql60-client/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: MySQL-client -# Date created: Fri Apr 11 10:06:26 CET 2003 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PKGNAMESUFFIX= -client - -COMMENT= Multithreaded SQL database (client) - -MASTERDIR= ${.CURDIR}/../mysql50-server - -PKGINSTALL= 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 8cb8c1a5df2a..000000000000 --- a/databases/mysql60-scripts/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: MySQL-scripts -# Date created: Mon Feb 23 15:01:35 CET 2004 -# Whom: Alex Dupre <ale@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PORTREVISION= 1 -PKGNAMESUFFIX= -scripts - -COMMENT= Multithreaded SQL database (scripts) - -MASTERDIR= ${.CURDIR}/../mysql50-server - -PKGINSTALL= 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 a3d67959066a..000000000000 --- a/databases/mysql60-server/Makefile +++ /dev/null @@ -1,256 +0,0 @@ -# New ports collection makefile for: MySQL-server -# Date created: Fri Apr 11 10:06:26 CET 2003 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# -# $FreeBSD$ -# - -PORTNAME?= mysql -PORTVERSION= 5.0.2 -PORTREVISION?= 0 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQL-5.0 -PKGNAMESUFFIX?= -server -DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha - -MAINTAINER= ale@FreeBSD.org -COMMENT?= Multithreaded SQL database (server) - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha -SLAVEDIRS= databases/mysql50-client -PKGINSTALL?= ${WRKDIR}/pkg-install -DB_DIR?= /var/db/mysql -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes -USE_RC_SUBR= yes - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-debug \ - --without-readline \ - --without-libedit \ - --without-bench \ - --without-extra-tools \ - --with-libwrap \ - --with-mysqlfs \ - --with-vio \ - --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) -USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} -.endif -.if defined(BUILD_STATIC) -CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static -.endif -.if defined(WITHOUT_INNODB) -CONFIGURE_ARGS+=--without-innodb -.endif -.if defined(WITH_NDB) -CONFIGURE_ARGS+=--with-ndbcluster -.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 --with-berkeley-db -.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 -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= 50 - -LATEST_LINK= mysql50-server - -CONFLICTS= mysql-server-3.* mysql-server-4.* - -PLIST_SUB= DB_DIR=${DB_DIR} \ - VER=${PORTVERSION}-alpha -.if defined(WITH_NDB) -PLIST_SUB+= NDB="" -.else -PLIST_SUB+= NDB="@comment " -.endif - -MAN1= isamchk.1 isamlog.1 mysqld.1 \ - mysqld_safe.1 perror.1 replace.1 - -.if !defined(NOPORTDOCS) -PORTDOCS= manual.html manual.txt manual_toc.html -.endif - -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} " DB_DIR=directory Set alternate directory for database files" - @${ECHO} " (default is /var/db/mysql)." - @${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} " OVERWRITE_DB=yes Re-initialize default databases." - @${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} " WITHOUT_INNODB=yes Disable support for InnoDB table handler." - @${ECHO} " WITH_NDB=yes Enable support for NDB Cluster." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts man 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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in - @${REINPLACE_CMD} -e "s|install-data-am: install-pkgincludeHEADERS|install-data-am:|g" ${WRKSRC}/include/Makefile.in -.if defined(WITH_PROC_SCOPE_PTH) - @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/sql/mysqld.cc -.endif - -post-build: - @${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install - -post-install: -.if !defined(PACKAGE_BUILDING) -.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no" - @${RM} -r ${DB_DIR}/mysql ${DB_DIR}/test 2>/dev/null || true -.endif -.if !exists(${DB_DIR}) || (defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no") - ${PREFIX}/bin/mysql_install_db --ldata=${DB_DIR} -.endif - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${SED} "s|%%RC_SUBR%%|${RC_SUBR}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%DB_DIR%%|${DB_DIR}|g" < \ - ${FILESDIR}/mysql-server.sh > ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${DOCSDIR} -.endfor -.endif - -.else -# MySQL-Client part -.if defined(CLIENT_ONLY) -LATEST_LINK= mysql50-client - -CONFLICTS= mysql-client-3.* mysql-client-4.* - -MAN1= mysql.1 mysqladmin.1 mysqldump.1 mysqlshow.1 - -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/mysql - -CONFIGURE_ARGS+=--without-server - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @sql_client_dirs@ scripts man|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-pkglibLIBRARIES|install-exec-am:|g" ${WRKSRC}/strings/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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in -.if defined(WITH_PROC_SCOPE_PTH) - @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/tools/mysqlmanager.c -.endif - -post-install: - @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/mysql-client.sh > ${PREFIX}/etc/rc.d/000.mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.mysql-client.sh - -.else -# MySQL-Scripts part -USE_MYSQL= yes -WANT_MYSQL_VER= 50 -USE_PERL5= yes - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql50 -.if ${PERL_LEVEL} <= 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - - -LATEST_LINK= mysql50-scripts - -CONFLICTS= mysql-scripts-3.* mysql-scripts-4.* - -MAN1= mysql_zap.1 mysqlaccess.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 mysql_explain_log mysql_tableinfo mysqld_multi - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = scripts man|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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in -.endif -.endif -# Common part -post-extract: - @${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.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 4221c4f3e0f5..000000000000 --- a/databases/mysql60-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mysql-5.0.2-alpha.tar.gz) = 26fe5a7ca84e5c2540abf6d0a782ec36 -SIZE (mysql-5.0.2-alpha.tar.gz) = 22940908 diff --git a/databases/mysql60-server/files/mysql-client.sh b/databases/mysql60-server/files/mysql-client.sh deleted file mode 100644 index bef414c12ed2..000000000000 --- a/databases/mysql60-server/files/mysql-client.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -case "$1" in - start) - /sbin/ldconfig -m %%PREFIX%%/lib/mysql - ;; - stop) - ;; - *) - echo "" - echo "Usage: `basename $0` { start | stop }" - echo "" - exit 64 - ;; -esac diff --git a/databases/mysql60-server/files/mysql-server.sh b/databases/mysql60-server/files/mysql-server.sh deleted file mode 100644 index 708ad57df4b3..000000000000 --- a/databases/mysql60-server/files/mysql-server.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: mysql -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# 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. -# mysqllimits_enable (bool): Set to "NO" by default. -# Set it to yes to run `limits $limits_args` -# just before mysql starts. -# mysqllimits_args (str): Default to "-e -U mysql" -# Arguments of pre-start limits run. -# - -. %%RC_SUBR%% - -name="mysql" -rcvar=`set_rcvar` -mysql_dbdir="%%DB_DIR%%" -mysql_user="mysql" -pidfile="${mysql_dbdir}/`/bin/hostname`.pid" -command="%%PREFIX%%/bin/mysqld_safe" -command_args="--user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} > /dev/null &" -procname="%%PREFIX%%/libexec/mysqld" -start_precmd="${name}_prestart" - -[ -z "$mysql_enable" ] && mysql_enable="NO" -[ -z "$mysqllimits_enable" ] && mysqllimits_enable="NO" -[ -z "$mysqllimits_args" ] && mysqllimits_args="-e -U ${mysql_user}" - -mysql_prestart() -{ - if checkyesno mysqllimits_enable; then - eval `/usr/bin/limits ${mysqllimits_args}` 2>/dev/null - else - return 0 - fi -} - -required_dirs="${mysql_dbdir}" -required_files="${mysql_dbdir}/mysql/host.frm ${mysql_dbdir}/mysql/user.frm ${mysql_dbdir}/mysql/db.frm" - -load_rc_config $name -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 e76340001630..000000000000 --- a/databases/mysql60-server/files/patch-Docs::Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- Docs/Makefile.in.orig Wed Dec 1 01:08:19 2004 -+++ Docs/Makefile.in Mon Jan 10 11:44:27 2005 -@@ -331,7 +331,7 @@ - check-recursive installcheck-recursive - DIST_COMMON = Makefile.am Makefile.in - DIST_SUBDIRS = $(SUBDIRS) --all: $(BUILT_SOURCES) -+all: - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: -@@ -599,7 +599,7 @@ - installdirs-am: - $(mkinstalldirs) $(DESTDIR)$(infodir) - --install: $(BUILT_SOURCES) -+install: - $(MAKE) $(AM_MAKEFLAGS) install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive -@@ -718,7 +718,7 @@ - uninstall-info-am uninstall-info-recursive uninstall-recursive - - --all: $(targets) txt_files -+all: - - txt_files: ../INSTALL-SOURCE ../COPYING ../INSTALL-WIN-SOURCE ../EXCEPTIONS-CLIENT \ - INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt diff --git a/databases/mysql60-server/files/patch-Makefile.in b/databases/mysql60-server/files/patch-Makefile.in deleted file mode 100644 index df6774784d9b..000000000000 --- a/databases/mysql60-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Wed Dec 1 01:08:19 2004 -+++ Makefile.in Mon Jan 10 11:46:31 2005 -@@ -302,12 +302,7 @@ - - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT --SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ -- @readline_topdir@ sql-common \ -- @thread_dirs@ pstack \ -- @sql_server_dirs@ @sql_client_dirs@ scripts man tests \ -- netware @libmysqld_dirs@ \ -- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ -+SUBDIRS = - - - DIST_SUBDIRS = . include @docs_dirs@ zlib \ diff --git a/databases/mysql60-server/files/patch-configure b/databases/mysql60-server/files/patch-configure deleted file mode 100644 index fbbdc8efd9d1..000000000000 --- a/databases/mysql60-server/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig Sun Dec 21 19:03:09 2003 -+++ configure Wed Dec 24 10:40:53 2003 -@@ -8128,8 +8128,6 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"; $ac_aux_dir/ltconfig $LIBTOOL_DEPS; - --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - # Prevent multiple expansion - -@@ -12678,8 +12644,8 @@ - # Some system specific hacks - # - --MAX_C_OPTIMIZE="-O3" --MAX_CXX_OPTIMIZE="-O3" -+MAX_C_OPTIMIZE="" -+MAX_CXX_OPTIMIZE="" - - case $SYSTEM_TYPE in - *solaris2.7*) diff --git a/databases/mysql60-server/files/patch-man::Makefile.in b/databases/mysql60-server/files/patch-man::Makefile.in deleted file mode 100644 index 86d18cec61b2..000000000000 --- a/databases/mysql60-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- man/Makefile.in.orig Mon Feb 23 14:54:10 2004 -+++ man/Makefile.in Mon Feb 23 14:54:34 2004 -@@ -272,9 +272,7 @@ - vio_dir = @vio_dir@ - vio_libs = @vio_libs@ - --man_MANS = mysql.1 isamchk.1 isamlog.1 mysql_zap.1 mysqlaccess.1 \ -- mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \ -- perror.1 replace.1 mysqld_safe.1 mysql_fix_privilege_tables.1 -+man_MANS = - - - EXTRA_DIST = mysql.1.in isamchk.1.in isamlog.1.in mysql_zap.1.in \ diff --git a/databases/mysql60-server/files/patch-ndb::src::mgmclient::main.cpp b/databases/mysql60-server/files/patch-ndb::src::mgmclient::main.cpp deleted file mode 100644 index ef1f6711f469..000000000000 --- a/databases/mysql60-server/files/patch-ndb::src::mgmclient::main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ndb/src/mgmclient/main.cpp.orig Mon Jan 10 15:36:57 2005 -+++ ndb/src/mgmclient/main.cpp Mon Jan 10 15:37:26 2005 -@@ -122,7 +122,7 @@ - } - #ifdef HAVE_READLINE - /* Get a line from the user. */ -- line_read = readline (prompt); -+ line_read = readline ((char *)prompt); - /* If the line has any text in it, save it on the history. */ - if (line_read && *line_read) - add_history (line_read); 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 ffef310f740c..000000000000 --- a/databases/mysql60-server/files/patch-scripts::Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ ---- scripts/Makefile.in.orig Tue Jul 27 08:14:44 2004 -+++ scripts/Makefile.in Sat Oct 23 10:44:33 2004 -@@ -287,26 +287,7 @@ - vio_dir = @vio_dir@ - vio_libs = @vio_libs@ - --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 \ -- mysql_explain_log \ -- mysql_tableinfo \ -- mysqld_multi \ -- make_win_src_distribution \ -- make_win_binary_distribution \ -- mysql_create_system_tables -+bin_SCRIPTS = - - - EXTRA_SCRIPTS = make_binary_distribution.sh \ -@@ -340,7 +321,7 @@ - mysqlbug - - --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. -@@ -616,8 +597,6 @@ - - all: fill_help_tables.sql make_win_src_distribution make_binary_distribution make_sharedlib_distribution - --fill_help_tables.sql: fill_help_tables ../Docs/manual.texi -- ./fill_help_tables < ../Docs/manual.texi > fill_help_tables.sql - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/databases/mysql60-server/files/patch-scripts::mysqlaccess.sh b/databases/mysql60-server/files/patch-scripts::mysqlaccess.sh deleted file mode 100644 index f1382fbad153..000000000000 --- a/databases/mysql60-server/files/patch-scripts::mysqlaccess.sh +++ /dev/null @@ -1,90 +0,0 @@ ---- scripts/mysqlaccess.sh.orig 2005-01-16 14:28:38 -08:00 -+++ scripts/mysqlaccess.sh 2005-01-16 14:28:38 -08:00 -@@ -2,7 +2,7 @@ - # **************************** - package MySQLaccess; - #use strict; --use POSIX qw(tmpnam); -+use File::Temp qw(tempfile tmpnam); - use Fcntl; - - BEGIN { -@@ -32,7 +32,6 @@ - $ACCESS_U_BCK = 'user_backup'; - $ACCESS_D_BCK = 'db_backup'; - $DIFF = '/usr/bin/diff'; -- $TMP_PATH = '/tmp'; #path to writable tmp-directory - $MYSQLDUMP = '@bindir@/mysqldump'; - #path to mysqldump executable - -@@ -432,7 +431,7 @@ - # no caching on STDOUT - $|=1; - -- $MYSQL_CNF = POSIX::tmpnam(); -+ $MYSQL_CNF = tmpnam(); - %MYSQL_CNF = (client => { }, - mysql => { }, - mysqldump => { }, -@@ -577,8 +576,6 @@ - push(@MySQLaccess::Grant::Error,'not_found_mysql') if !(-x $MYSQL); - push(@MySQLaccess::Grant::Error,'not_found_diff') if !(-x $DIFF); - push(@MySQLaccess::Grant::Error,'not_found_mysqldump') if !(-x $MYSQLDUMP); --push(@MySQLaccess::Grant::Error,'not_found_tmp') if !(-d $TMP_PATH); --push(@MySQLaccess::Grant::Error,'write_err_tmp') if !(-w $TMP_PATH); - if (@MySQLaccess::Grant::Error) { - MySQLaccess::Report::Print_Error_Messages() ; - exit 0; -@@ -1777,17 +1774,15 @@ - @before = sort(@before); - @after = sort(@after); - -- $before = "$MySQLaccess::TMP_PATH/$MySQLaccess::script.before.$$"; -- $after = "$MySQLaccess::TMP_PATH/$MySQLaccess::script.after.$$"; -- #$after = "/tmp/t0"; -- open(BEFORE,"> $before") || -- push(@MySQLaccess::Report::Errors,"Can't open temporary file $before for writing"); -- open(AFTER,"> $after") || -- push(@MySQLaccess::Report::Errors,"Can't open temporary file $after for writing"); -- print BEFORE join("\n",@before); -- print AFTER join("\n",@after); -- close(BEFORE); -- close(AFTER); -+ ($hb, $before) = tempfile("$MySQLaccess::script.XXXXXX") or -+ push(@MySQLaccess::Report::Errors,"Can't create temporary file: $!"); -+ ($ha, $after) = tempfile("$MySQLaccess::script.XXXXXX") or -+ push(@MySQLaccess::Report::Errors,"Can't create temporary file: $!"); -+ -+ print $hb join("\n",@before); -+ print $ha join("\n",@after); -+ close $hb; -+ close $ha; - - # ---------------------------------- - # compute difference -@@ -1800,8 +1795,8 @@ - - # ---------------------------------- - # cleanup temp. files -- unlink(BEFORE); -- unlink(AFTER); -+ unlink($before); -+ unlink($after); - - return \@diffs; - } -@@ -2316,14 +2311,6 @@ - => "The diff program <$MySQLaccess::DIFF> could not be found.\n" - ."+ Check your path, or\n" - ."+ edit the source of this script to point \$DIFF to the diff program.\n" -- ,'not_found_tmp' -- => "The temporary directory <$MySQLaccess::TMP_PATH> could not be found.\n" -- ."+ create this directory (writeable!), or\n" -- ."+ edit the source of this script to point \$TMP_PATH to the right directory.\n" -- ,'write_err_tmp' -- => "The temporary directory <$MySQLaccess::TMP_PATH> is not writable.\n" -- ."+ make this directory writeable!, or\n" -- ."+ edit the source of this script to point \$TMP_PATH to another directory.\n" - ,'Unrecognized_option' - => "Sorry,\n" - ."You are using an old version of the mysql-program,\n" 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 c98d38bcbd10..000000000000 --- a/databases/mysql60-server/files/patch-sql::mysqld.cc +++ /dev/null @@ -1,47 +0,0 @@ ---- sql/mysqld.cc.orig Tue Dec 14 13:40:36 2004 -+++ sql/mysqld.cc Mon Jan 10 00:28:52 2005 -@@ -128,7 +128,7 @@ - #endif /* __WIN__ */ - - #ifdef HAVE_LIBWRAP --#include <tcpd.h> -+#include "mytcpd.h" - #include <syslog.h> - #ifdef NEED_SYS_SYSLOG_H - #include <sys/syslog.h> -@@ -136,15 +136,6 @@ - int allow_severity = LOG_INFO; - int deny_severity = LOG_WARNING; - --#ifdef __STDC__ --#define my_fromhost(A) fromhost(A) --#define my_hosts_access(A) hosts_access(A) --#define my_eval_client(A) eval_client(A) --#else --#define my_fromhost(A) fromhost() --#define my_hosts_access(A) hosts_access() --#define my_eval_client(A) eval_client() --#endif /* __STDC__ */ - #endif /* HAVE_LIBWRAP */ - - #ifdef HAVE_SYS_MMAN_H -@@ -3565,8 +3556,8 @@ - struct request_info req; - signal(SIGCHLD, SIG_DFL); - request_init(&req, RQ_DAEMON, libwrapName, RQ_FILE, new_sock, NULL); -- my_fromhost(&req); -- if (!my_hosts_access(&req)) -+ fromhost(&req); -+ if (!hosts_access(&req)) - { - /* - This may be stupid but refuse() includes an exit(0) -@@ -3574,7 +3565,7 @@ - clean_exit() - same stupid thing ... - */ - syslog(deny_severity, "refused connect from %s", -- my_eval_client(&req)); -+ eval_client(&req)); - - /* - C++ sucks (the gibberish in front just translates the supplied diff --git a/databases/mysql60-server/files/patch-sql::mytcpd.h b/databases/mysql60-server/files/patch-sql::mytcpd.h deleted file mode 100644 index 43afdf1cf96e..000000000000 --- a/databases/mysql60-server/files/patch-sql::mytcpd.h +++ /dev/null @@ -1,147 +0,0 @@ ---- sql/mytcpd.h.orig Sun Jan 9 13:33:51 2005 -+++ sql/mytcpd.h Sun Jan 9 13:41:42 2005 -@@ -6,6 +6,25 @@ - * $FreeBSD: /tmp/pcvs/ports/databases/mysql60-server/files/Attic/patch-sql::mytcpd.h,v 1.1 2005-01-10 13:17:30 ale Exp $ - */ - -+#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/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 88a0b1c66915..000000000000 --- a/databases/mysql60-server/pkg-install +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - GID=${UID} - DB_DIR=%%DB_DIR%% - - 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." - if pw usermod ${USER} -d ${DB_DIR} - then - echo "Changed home directory of \"${USER}\" to \"${DB_DIR}\"" - else - echo "Changing home directory of \"${USER}\" to \"${DB_DIR}\" failed..." - exit 1 - fi - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}:${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/mysql60-server/pkg-plist b/databases/mysql60-server/pkg-plist deleted file mode 100644 index 8d36cf62ba99..000000000000 --- a/databases/mysql60-server/pkg-plist +++ /dev/null @@ -1,193 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -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_delete_all -%%NDB%%bin/ndb_desc -%%NDB%%bin/ndb_drop_index -%%NDB%%bin/ndb_drop_table -%%NDB%%bin/ndb_mgm -%%NDB%%bin/ndb_restore -%%NDB%%bin/ndb_select_all -%%NDB%%bin/ndb_select_count -%%NDB%%bin/ndb_show_tables -%%NDB%%bin/ndb_test_platform -%%NDB%%bin/ndb_waiter -bin/pack_isam -bin/perror -bin/replace -bin/resolve_stack_dump -bin/resolveip -etc/rc.d/mysql-server.sh -%%NDB%%include/mysql/ndb/mgmapi/mgmapi.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_config_parameters.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_config_parameters_debug.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_debug.h -%%NDB%%include/mysql/ndb/ndb_types.h -%%NDB%%include/mysql/ndb/ndb_version.h -%%NDB%%include/mysql/ndb/ndbapi/Ndb.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbApi.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbBlob.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbConnection.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbCursorOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbDictionary.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbError.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbEventOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbIndexOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbIndexScanOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbPool.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbRecAttr.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbReceiver.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbResultSet.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbScanFilter.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbScanOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/ndbapi_limits.h -%%NDB%%include/mysql/ndb/ndbapi/ndb_cluster_connection.hpp -%%NDB%%include/mysql/ndb/ndbapi/ndberror.h -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.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.so -%%NDB%%lib/mysql/libndbclient.so.0 -lib/mysql/libnisam.a -lib/mysql/libvio.a -libexec/mysqld -%%NDB%%libexec/ndb_cpcd -%%NDB%%libexec/ndb_mgmd -%%NDB%%libexec/ndbd -%%DATADIR%%/Description.plist -%%DATADIR%%/Info.plist -%%DATADIR%%/MySQL-shared-compat.spec -%%DATADIR%%/StartupParameters.plist -%%DATADIR%%/postinstall -%%DATADIR%%/preinstall -%%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%%/czech/errmsg.txt -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/danish/errmsg.txt -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/dutch/errmsg.txt -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/english/errmsg.txt -%%DATADIR%%/estonian/errmsg.sys -%%DATADIR%%/estonian/errmsg.txt -%%DATADIR%%/fill_help_tables.sql -%%DATADIR%%/french/errmsg.sys -%%DATADIR%%/french/errmsg.txt -%%DATADIR%%/german/errmsg.sys -%%DATADIR%%/german/errmsg.txt -%%DATADIR%%/greek/errmsg.sys -%%DATADIR%%/greek/errmsg.txt -%%DATADIR%%/hungarian/errmsg.sys -%%DATADIR%%/hungarian/errmsg.txt -%%DATADIR%%/italian/errmsg.sys -%%DATADIR%%/italian/errmsg.txt -%%DATADIR%%/japanese/errmsg.sys -%%DATADIR%%/japanese/errmsg.txt -%%DATADIR%%/korean/errmsg.sys -%%DATADIR%%/korean/errmsg.txt -%%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-%%VER%%.spec -%%DATADIR%%/mysql.server -%%DATADIR%%/norwegian-ny/errmsg.sys -%%DATADIR%%/norwegian-ny/errmsg.txt -%%DATADIR%%/norwegian/errmsg.sys -%%DATADIR%%/norwegian/errmsg.txt -%%DATADIR%%/polish/errmsg.sys -%%DATADIR%%/polish/errmsg.txt -%%DATADIR%%/portuguese/errmsg.sys -%%DATADIR%%/portuguese/errmsg.txt -%%DATADIR%%/romanian/errmsg.sys -%%DATADIR%%/romanian/errmsg.txt -%%DATADIR%%/russian/errmsg.sys -%%DATADIR%%/russian/errmsg.txt -%%DATADIR%%/serbian/errmsg.sys -%%DATADIR%%/serbian/errmsg.txt -%%DATADIR%%/slovak/errmsg.sys -%%DATADIR%%/slovak/errmsg.txt -%%DATADIR%%/spanish/errmsg.sys -%%DATADIR%%/spanish/errmsg.txt -%%DATADIR%%/swedish/errmsg.sys -%%DATADIR%%/swedish/errmsg.txt -%%DATADIR%%/ukrainian/errmsg.sys -%%DATADIR%%/ukrainian/errmsg.txt -%%NDB%%@dirrm include/mysql/ndb/mgmapi -%%NDB%%@dirrm include/mysql/ndb/ndbapi -%%NDB%%@dirrm include/mysql/ndb -%%NDB%%@unexec rmdir %D/include/mysql 2> /dev/null || true -@unexec rmdir %D/lib/mysql 2> /dev/null || true -@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 -@unexec rmdir %D/%%DATADIR%% 2> /dev/null || true -@exec [ -d %%DB_DIR%% ] || %D/bin/mysql_install_db --ldata=%%DB_DIR%% -@unexec /usr/bin/killall mysqld > /dev/null 2>&1 || true diff --git a/databases/mysql60-server/pkg-plist.client b/databases/mysql60-server/pkg-plist.client deleted file mode 100644 index ab0454713675..000000000000 --- a/databases/mysql60-server/pkg-plist.client +++ /dev/null @@ -1,54 +0,0 @@ -bin/mysql -bin/mysql_config -bin/mysql_fix_privilege_tables -bin/mysqladmin -bin/mysqlbinlog -bin/mysqlbug -bin/mysqlcheck -bin/mysqldump -bin/mysqlimport -bin/mysqlmanager-pwgen -bin/mysqlmanagerc -bin/mysqlshow -bin/mysqltest -etc/rc.d/000.mysql-client.sh -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_error.h -include/mysql/raid.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.so -lib/mysql/libmysqlclient.so.14 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.14 -%%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 f77f27a1839c..000000000000 --- a/databases/mysql60-server/pkg-plist.scripts +++ /dev/null @@ -1,13 +0,0 @@ -bin/msql2mysql -bin/mysql_convert_table_format -bin/mysql_explain_log -bin/mysql_find_rows -bin/mysql_fix_extensions -bin/mysql_secure_installation -bin/mysql_setpermission -bin/mysql_tableinfo -bin/mysql_zap -bin/mysqlaccess -bin/mysqld_multi -bin/mysqldumpslow -bin/mysqlhotcopy diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile deleted file mode 100644 index 4ce03272ceba..000000000000 --- a/databases/p5-DBD-Pg-13/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: p5-DBD-Pg -# Date created: June 17th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= DBD-Pg -PORTVERSION= 1.40 -PORTREVISION= 1 -CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= DBD -PKGNAMEPREFIX= p5- - -MAINTAINER= perl@FreeBSD.org -COMMENT= Provides access to PostgreSQL databases through the DBI - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_PGSQL= yes - -PERL_CONFIGURE= yes - -MAN3= DBD::Pg.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= Needs DBI 1.38 which needs perl 5.6, install lang/perl5.8 and try again -.endif - -PG_CONFIG= ${LOCALBASE}/bin/pg_config -CONFIGURE_ENV+= POSTGRES_INCLUDE=`${PG_CONFIG} --includedir` \ - POSTGRES_LIB=`${PG_CONFIG} --libdir` - -.include <bsd.port.post.mk> diff --git a/databases/p5-DBD-Pg-13/distinfo b/databases/p5-DBD-Pg-13/distinfo deleted file mode 100644 index ac996fb67f9b..000000000000 --- a/databases/p5-DBD-Pg-13/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (DBD-Pg-1.40.tar.gz) = ef28fba65de006dcfb4b94df1fbd8cc4 -SIZE (DBD-Pg-1.40.tar.gz) = 112984 diff --git a/databases/p5-DBD-Pg-13/files/patch-11744 b/databases/p5-DBD-Pg-13/files/patch-11744 deleted file mode 100644 index c65e532a1a9b..000000000000 --- a/databases/p5-DBD-Pg-13/files/patch-11744 +++ /dev/null @@ -1,66 +0,0 @@ -=================================================================== -RCS file: /usr/local/cvsroot/dbdpg/dbdpg/dbdimp.c,v -retrieving revision 1.101 -retrieving revision 1.102 -diff -p --unified=3 -r1.101 -r1.102 ---- dbdimp.c 2005/03/11 15:37:31 1.101 -+++ dbdimp.c 2005/03/15 01:51:13 1.102 -@@ -1034,6 +1019,7 @@ void dbd_st_split_statement (sth, imp_st - newph->value = NULL; - newph->quoted = NULL; - newph->referenced = 0; -+ newph->defaultval = 1; - New(0, newph->fooname, newsize+1, char); /* freed in dbd_st_destroy */ - if (!newph->fooname) - croak("No memory"); -@@ -1124,6 +1110,7 @@ void dbd_st_split_statement (sth, imp_st - newph->value = NULL; - newph->quoted = NULL; - newph->referenced = 0; -+ newph->defaultval = 1; - newph->fooname = NULL; - /* Let the correct segment point to it */ - while (!currseg->placeholder) -@@ -1269,7 +1256,7 @@ int dbd_st_prepare_statement (sth, imp_s - params = imp_sth->numphs; - paramTypes = calloc(imp_sth->numphs, sizeof(*paramTypes)); - for (x=0,currph=imp_sth->ph; NULL != currph; currph=currph->nextph) { -- paramTypes[x++] = currph->bind_type->type_id; -+ paramTypes[x++] = currph->defaultval ? 0 : currph->bind_type->type_id; - } - } - result = PQprepare(imp_dbh->conn, imp_sth->prepare_name, statement, params, paramTypes); -@@ -1424,12 +1410,14 @@ int dbd_bind_ph (sth, imp_sth, ph_name, - } - } - else if (NULL == currph->bind_type) { /* "sticky" data type */ -+ /* This is the default type, but we will honor defaultval if we can */ - currph->bind_type = pg_type_data(VARCHAROID); - if (!currph->bind_type) - croak("Default type is bad!!!!???"); - } - - if (pg_type || sql_type) { -+ currph->defaultval = 0; - /* Possible re-prepare, depending on whether the type name also changes */ - if (imp_sth->prepared_by_us && NULL != imp_sth->prepare_name) - reprepare=1; -@@ -1685,7 +1673,7 @@ int dbd_st_execute (sth, imp_sth) /* <= - /* Populate paramTypes */ - paramTypes = calloc(imp_sth->numphs, sizeof(*paramTypes)); - for (x=0,currph=imp_sth->ph; NULL != currph; currph=currph->nextph) { -- paramTypes[x++] = currph->bind_type->type_id; -+ paramTypes[x++] = currph->defaultval ? 0 : currph->bind_type->type_id; - } - - if (dbis->debug >= 10) { ---- dbdimp.h 2005/03/18 13:10:05 1.1 -+++ dbdimp.h 2005/03/18 13:10:32 -@@ -59,6 +59,7 @@ - char *quoted; /* quoted version of the value, for PQexec only */ - STRLEN quotedlen; /* length of the quoted value */ - bool referenced; /* used for PREPARE AS construction */ -+ bool defaultval; /* is it using a generic 'default' value? */ - sql_type_info_t* bind_type; /* type information for this placeholder */ - struct ph_st *nextph; /* more linked list goodness */ - }; diff --git a/databases/p5-DBD-Pg-13/files/patch-Makefile.PL b/databases/p5-DBD-Pg-13/files/patch-Makefile.PL deleted file mode 100644 index 99fab94715ee..000000000000 --- a/databases/p5-DBD-Pg-13/files/patch-Makefile.PL +++ /dev/null @@ -1,37 +0,0 @@ ---- Makefile.PL.orig Thu Feb 19 04:46:40 2004 -+++ Makefile.PL Fri Oct 15 13:25:34 2004 -@@ -33,7 +32,7 @@ - require App::Info::Handler::Prompt; - my $p = App::Info::Handler::Prompt->new; - my $pg = App::Info::RDBMS::PostgreSQL->new(on_unknown => $p); --my ($major_ver, $minor_ver, $patch) = map {$pg->$_} qw/major_version minor_version patch_version/; -+my ($major_ver, $minor_ver, $patch) = map {$pg->$_()} qw/major_version minor_version patch_version/; - - if ((!$ENV{POSTGRES_INCLUDE} or !$ENV{POSTGRES_LIB}) and !$ENV{POSTGRES_HOME}) { - $POSTGRES_INCLUDE = $pg->inc_dir; -@@ -66,7 +65,7 @@ - $dbi_arch_dir = dbd_dbi_arch_dir(); - } - --my $comp_opts = $Config{q{ccflags}}; -+my $comp_opts = ''; - if ($major_ver == 7) { - if ($minor_ver >= 2) { - $comp_opts .= " -DHAVE_PQescapeString"; -@@ -86,7 +85,7 @@ - my %opts = ( - NAME => 'DBD::Pg', - VERSION_FROM => 'Pg.pm', -- INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir", -+ INC => "-I$POSTGRES_INCLUDE -I$dbi_arch_dir $comp_opts", - OBJECT => "Pg\$(OBJ_EXT) dbdimp\$(OBJ_EXT) quote\$(OBJ_EXT) types\$(OBJ_EXT)", - LIBS => ["-L$POSTGRES_LIB -lpq"], - AUTHOR => 'http://gborg.postgresql.org/project/dbdpg/projdisplay.php', -@@ -94,7 +93,6 @@ - PREREQ_PM => { 'Test::Simple' => '0.17', # Need Test::More. - 'Test::Harness' => '2.03', # Need TODO tests. - }, -- CCFLAGS => $comp_opts, - PERL_MALLOC_OK => 1, - ); - diff --git a/databases/p5-DBD-Pg-13/pkg-descr b/databases/p5-DBD-Pg-13/pkg-descr deleted file mode 100644 index 40f220711b0c..000000000000 --- a/databases/p5-DBD-Pg-13/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -DBD::Pg is an extension to Perl which allows access to -PostgreSQL databases. It is built on top of the standard -DBI extension and implements some of the methods that DBI -defines. - -WWW: http://search.cpan.org/dist/DBD-Pg/ diff --git a/databases/p5-DBD-Pg-13/pkg-plist b/databases/p5-DBD-Pg-13/pkg-plist deleted file mode 100644 index cc8695626dc9..000000000000 --- a/databases/p5-DBD-Pg-13/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/%%PERL_ARCH%%/DBD/Pg.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Pg/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Pg/Pg.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Pg/Pg.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/Pg -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/DBD 2>/dev/null || true 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 94bd2392b585..000000000000 --- a/databases/p5-MySQL-Diff/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (MySQL-Diff-0.33.tar.gz) = 8f8e4af9eacd465814ce4071e9457272 -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 3c18a20a2ce0..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 -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MySQL 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/MySQL 2>/dev/null || true diff --git a/databases/p5-POE-Component-EasyDBI/Makefile b/databases/p5-POE-Component-EasyDBI/Makefile deleted file mode 100644 index 9aeaa1cc6ee4..000000000000 --- a/databases/p5-POE-Component-EasyDBI/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: POE-Component-EasyDBI -# Date created: 31 Jan 2004 -# Whom: Zach Thompson <lin-chi@lastamericanempire.com> -# -# $FreeBSD$ -# - -PORTNAME= POE-Component-EasyDBI -PORTVERSION= 0.09 -CATEGORIES= devel databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= POE -PKGNAMEPREFIX= p5- - -MAINTAINER= lin-chi@lastamericanempire.com -COMMENT= POE Component for simplified DBI usage - -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= POE::Component::EasyDBI.3 \ - POE::Component::EasyDBI::SubProcess.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -post-patch: - @${PERL} -pi -e 's/^our\s+(.VERSION).+?Revision:\s+(\S+).+$$/use vars qw($$1);\n$$1 = q($$2);/o;' \ - -e '$$_ = "" if /(no|use) warnings/;' \ - ${WRKSRC}/lib/POE/Component/EasyDBI.pm \ - ${WRKSRC}/lib/POE/Component/EasyDBI/SubProcess.pm -.else -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -.endif - -.include <bsd.port.post.mk> diff --git a/databases/p5-POE-Component-EasyDBI/distinfo b/databases/p5-POE-Component-EasyDBI/distinfo deleted file mode 100644 index 6e07450c022e..000000000000 --- a/databases/p5-POE-Component-EasyDBI/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (POE-Component-EasyDBI-0.09.tar.gz) = a7d0018efff4c6c635ea1ec5cb13ddba -SIZE (POE-Component-EasyDBI-0.09.tar.gz) = 22242 diff --git a/databases/p5-POE-Component-EasyDBI/pkg-descr b/databases/p5-POE-Component-EasyDBI/pkg-descr deleted file mode 100644 index c523024fbd8d..000000000000 --- a/databases/p5-POE-Component-EasyDBI/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Simplified use of DBI in the POE environment. - -WWW: http://teknikill.net/?POE::Component::EasyDBI - -- Zach Thompson -lin-chi@lastamericanempire.com diff --git a/databases/p5-POE-Component-EasyDBI/pkg-plist b/databases/p5-POE-Component-EasyDBI/pkg-plist deleted file mode 100644 index 00040bdf6aef..000000000000 --- a/databases/p5-POE-Component-EasyDBI/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/POE/Component/EasyDBI.pm -%%SITE_PERL%%/POE/Component/EasyDBI/SubProcess.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/EasyDBI/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/EasyDBI -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true -@dirrm %%SITE_PERL%%/POE/Component/EasyDBI -@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true diff --git a/databases/p5-POE-Component-RRDTool/Makefile b/databases/p5-POE-Component-RRDTool/Makefile deleted file mode 100644 index e39310489713..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.17 -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 61e431afbd83..000000000000 --- a/databases/p5-POE-Component-RRDTool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (POE-Component-RRDTool-0.17.tar.gz) = 45a80ed236385a3700bbb06aa88cd471 -SIZE (POE-Component-RRDTool-0.17.tar.gz) = 11249 diff --git a/databases/p5-POE-Component-RRDTool/pkg-descr b/databases/p5-POE-Component-RRDTool/pkg-descr deleted file mode 100644 index e5f9a70d10b9..000000000000 --- a/databases/p5-POE-Component-RRDTool/pkg-descr +++ /dev/null @@ -1,14 +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/ - --- Sergey Skvortsov -skv@FreeBSD.org diff --git a/databases/p5-POE-Component-RRDTool/pkg-plist b/databases/p5-POE-Component-RRDTool/pkg-plist deleted file mode 100644 index ae6853c7d35f..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 -@unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true diff --git a/databases/pear-DB_ldap2/Makefile b/databases/pear-DB_ldap2/Makefile deleted file mode 100644 index f5d97cd983ce..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.0 -CATEGORIES= databases net pear - -MAINTAINER= antonio@php.net -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-PEAR/Makefile.common" -.include <bsd.port.post.mk> diff --git a/databases/pear-DB_ldap2/distinfo b/databases/pear-DB_ldap2/distinfo deleted file mode 100644 index c848cd7d8f8b..000000000000 --- a/databases/pear-DB_ldap2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PEAR/DB_ldap-1.1.0.tgz) = e240c588aba41eb5a57db1268d80e6c5 -SIZE (PEAR/DB_ldap-1.1.0.tgz) = 8245 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/pecl-sqlite/Makefile b/databases/pecl-sqlite/Makefile deleted file mode 100644 index fd6afee3f5c7..000000000000 --- a/databases/pecl-sqlite/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# Ports collection makefile for: pear-sqlite -# Date created: 2004-04-30 -# Whom: mat -# -# $FreeBSD$ -# - -PORTNAME= sqlite -PORTVERSION= 1.0.2 -CATEGORIES= databases www pear - -MAINTAINER= mat@FreeBSD.org -COMMENT= PEAR classes to access sqlite databases - -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR -RUN_DEPENDS= ${BUILD_DEPENDS} - -WRKSRC= ${WRKDIR}/SQLite-${PORTVERSION} -PKGMESSAGE= ${WRKDIR}/pkg-message - -USE_PHP= yes -USE_PHPIZE= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" - -.if exists(${LOCALBASE}/bin/php-config) -EXT_DIR!= ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -e \ - "s:${PHP_BASE}/::" -.endif -PHP_DIR?= ${LOCALBASE}/etc -PHP_INI= ${PHP_DIR}/php.ini -PLIST_SUB+= EXTDIR=${EXT_DIR} - -DOCSDIR= ${PEARDIR}/docs/${PORTNAME} -DOCS= CREDITS README -TESTDIR= ${PEARDIR}/tests/${PORTNAME} - -post-install-script: - @${STRIP_CMD} ${PHP_BASE}/${EXT_DIR}/sqlite.so -# Configure extension_dir - @if [ ! -f ${PHP_INI} ]; then \ - ${ECHO_MSG} "===> Creating ${PHP_INI} for PHP" ; \ - ${CP} -p ${PHP_INI}-dist ${PHP_INI} ; \ - fi -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." - @${MKDIR} ${TESTDIR} - @${CP} -Rp ${WRKSRC}/tests/* ${TESTDIR} - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${TESTDIR} - @${ECHO_MSG} "===> Examples installed in ${TESTDIR}." -.endif - @${ECHO_MSG} - @${SED} -e "s:%%INI%%:${PHP_INI}:" \ - -e "s:%%BASE%%:${PHP_BASE}/${EXT_DIR}:" \ - ${.CURDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.post.mk> diff --git a/databases/pecl-sqlite/distinfo b/databases/pecl-sqlite/distinfo deleted file mode 100644 index f7198656b2f8..000000000000 --- a/databases/pecl-sqlite/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PEAR/sqlite-1.0.2.tgz) = a6ddfe1136e35ad7feddc9ce9bfac991 -SIZE (PEAR/sqlite-1.0.2.tgz) = 362412 diff --git a/databases/pecl-sqlite/pkg-descr b/databases/pecl-sqlite/pkg-descr deleted file mode 100644 index b3f120f5777f..000000000000 --- a/databases/pecl-sqlite/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -SQLite is a C library that implements an embeddable SQL database engine. -Programs that link with the SQLite library can have SQL database access -without running a separate RDBMS process. - -WWW: http://pear.php.net/package/sqlite diff --git a/databases/pecl-sqlite/pkg-message b/databases/pecl-sqlite/pkg-message deleted file mode 100644 index 5c566215b575..000000000000 --- a/databases/pecl-sqlite/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ -************************************************************************ -Do not forget to configure your %%INI%% file: -set -extension_dir = "%%BASE%%" -************************************************************************ diff --git a/databases/pecl-sqlite/pkg-plist b/databases/pecl-sqlite/pkg-plist deleted file mode 100644 index e6b6addf45a2..000000000000 --- a/databases/pecl-sqlite/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -%%EXTDIR%%/sqlite.so -%%PKGREGDIR%%/package.xml -%%PORTDOCS%%%%PEARDIR%%/docs/sqlite/CREDITS -%%PORTDOCS%%%%PEARDIR%%/docs/sqlite/README -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/blankdb.inc -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_001.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_002.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_003.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_004.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_005.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_006.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_007.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_008.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_009.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_010.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_011.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_012.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_013.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_014.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_015.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_016.phpt -%%PORTDOCS%%%%PEARDIR%%/tests/sqlite/sqlite_017.phpt -%%PORTDOCS%%@dirrm %%PEARDIR%%/docs/sqlite -%%PORTDOCS%%@dirrm %%PEARDIR%%/tests/sqlite/ -@dirrm %%PKGREGDIR%% diff --git a/databases/percona55-client/Makefile b/databases/percona55-client/Makefile deleted file mode 100644 index ef007652addc..000000000000 --- a/databases/percona55-client/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: MySQL-client -# Date created: Fri Apr 11 10:06:26 CET 2003 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# -# $FreeBSD$ -# - -PORTNAME= mysql -PKGNAMESUFFIX= -client - -COMMENT= Multithreaded SQL database (client) - -MASTERDIR= ${.CURDIR}/../mysql50-server - -PKGINSTALL= 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 a3d67959066a..000000000000 --- a/databases/percona55-server/Makefile +++ /dev/null @@ -1,256 +0,0 @@ -# New ports collection makefile for: MySQL-server -# Date created: Fri Apr 11 10:06:26 CET 2003 -# Whom: Alex Dupre <sysadmin@alexdupre.com> -# -# $FreeBSD$ -# - -PORTNAME?= mysql -PORTVERSION= 5.0.2 -PORTREVISION?= 0 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_MYSQL} -MASTER_SITE_SUBDIR= MySQL-5.0 -PKGNAMESUFFIX?= -server -DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha - -MAINTAINER= ale@FreeBSD.org -COMMENT?= Multithreaded SQL database (server) - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha -SLAVEDIRS= databases/mysql50-client -PKGINSTALL?= ${WRKDIR}/pkg-install -DB_DIR?= /var/db/mysql -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes -USE_RC_SUBR= yes - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ - --without-debug \ - --without-readline \ - --without-libedit \ - --without-bench \ - --without-extra-tools \ - --with-libwrap \ - --with-mysqlfs \ - --with-vio \ - --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) -USE_OPENSSL= yes -CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} -.endif -.if defined(BUILD_STATIC) -CONFIGURE_ARGS+=--with-mysqld-ldflags=-all-static -.endif -.if defined(WITHOUT_INNODB) -CONFIGURE_ARGS+=--without-innodb -.endif -.if defined(WITH_NDB) -CONFIGURE_ARGS+=--with-ndbcluster -.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 --with-berkeley-db -.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 -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= 50 - -LATEST_LINK= mysql50-server - -CONFLICTS= mysql-server-3.* mysql-server-4.* - -PLIST_SUB= DB_DIR=${DB_DIR} \ - VER=${PORTVERSION}-alpha -.if defined(WITH_NDB) -PLIST_SUB+= NDB="" -.else -PLIST_SUB+= NDB="@comment " -.endif - -MAN1= isamchk.1 isamlog.1 mysqld.1 \ - mysqld_safe.1 perror.1 replace.1 - -.if !defined(NOPORTDOCS) -PORTDOCS= manual.html manual.txt manual_toc.html -.endif - -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} " DB_DIR=directory Set alternate directory for database files" - @${ECHO} " (default is /var/db/mysql)." - @${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} " OVERWRITE_DB=yes Re-initialize default databases." - @${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} " WITHOUT_INNODB=yes Disable support for InnoDB table handler." - @${ECHO} " WITH_NDB=yes Enable support for NDB Cluster." - @${ECHO} "" - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @docs_dirs@ @sql_server_dirs@ scripts man 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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in - @${REINPLACE_CMD} -e "s|install-data-am: install-pkgincludeHEADERS|install-data-am:|g" ${WRKSRC}/include/Makefile.in -.if defined(WITH_PROC_SCOPE_PTH) - @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/sql/mysqld.cc -.endif - -post-build: - @${SED} "s|%%DB_DIR%%|${DB_DIR}|g" ${PKGDIR}/pkg-install > ${WRKDIR}/pkg-install - -post-install: -.if !defined(PACKAGE_BUILDING) -.if exists(${DB_DIR}) && defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no" - @${RM} -r ${DB_DIR}/mysql ${DB_DIR}/test 2>/dev/null || true -.endif -.if !exists(${DB_DIR}) || (defined(OVERWRITE_DB) && ${OVERWRITE_DB:L} != "no") - ${PREFIX}/bin/mysql_install_db --ldata=${DB_DIR} -.endif - @${SETENV} DB_DIR=${DB_DIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${SED} "s|%%RC_SUBR%%|${RC_SUBR}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%DB_DIR%%|${DB_DIR}|g" < \ - ${FILESDIR}/mysql-server.sh > ${PREFIX}/etc/rc.d/mysql-server.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/mysql-server.sh -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/Docs/${doc} ${DOCSDIR} -.endfor -.endif - -.else -# MySQL-Client part -.if defined(CLIENT_ONLY) -LATEST_LINK= mysql50-client - -CONFLICTS= mysql-client-3.* mysql-client-4.* - -MAN1= mysql.1 mysqladmin.1 mysqldump.1 mysqlshow.1 - -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/mysql - -CONFIGURE_ARGS+=--without-server - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = include @sql_client_dirs@ scripts man|g" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|install-exec-am: install-pkglibLIBRARIES|install-exec-am:|g" ${WRKSRC}/strings/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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in -.if defined(WITH_PROC_SCOPE_PTH) - @${REINPLACE_CMD} -e "s|PTHREAD_SCOPE_SYSTEM|PTHREAD_SCOPE_PROCESS|g" ${WRKSRC}/tools/mysqlmanager.c -.endif - -post-install: - @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/mysql-client.sh > ${PREFIX}/etc/rc.d/000.mysql-client.sh - @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.mysql-client.sh - -.else -# MySQL-Scripts part -USE_MYSQL= yes -WANT_MYSQL_VER= 50 -USE_PERL5= yes - -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql50 -.if ${PERL_LEVEL} <= 500800 -RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp -.endif - - -LATEST_LINK= mysql50-scripts - -CONFLICTS= mysql-scripts-3.* mysql-scripts-4.* - -MAN1= mysql_zap.1 mysqlaccess.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 mysql_explain_log mysql_tableinfo mysqld_multi - -post-patch: - @${REINPLACE_CMD} -e "s|SUBDIRS =|SUBDIRS = scripts man|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|man_MANS =|man_MANS = ${MAN1}|g" ${WRKSRC}/man/Makefile.in -.endif -.endif -# Common part -post-extract: - @${CP} /usr/include/tcpd.h ${WRKSRC}/sql/mytcpd.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 4221c4f3e0f5..000000000000 --- a/databases/percona55-server/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mysql-5.0.2-alpha.tar.gz) = 26fe5a7ca84e5c2540abf6d0a782ec36 -SIZE (mysql-5.0.2-alpha.tar.gz) = 22940908 diff --git a/databases/percona55-server/files/mysql-client.sh b/databases/percona55-server/files/mysql-client.sh deleted file mode 100644 index bef414c12ed2..000000000000 --- a/databases/percona55-server/files/mysql-client.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -case "$1" in - start) - /sbin/ldconfig -m %%PREFIX%%/lib/mysql - ;; - stop) - ;; - *) - echo "" - echo "Usage: `basename $0` { start | stop }" - echo "" - exit 64 - ;; -esac diff --git a/databases/percona55-server/files/mysql-server.sh b/databases/percona55-server/files/mysql-server.sh deleted file mode 100644 index 708ad57df4b3..000000000000 --- a/databases/percona55-server/files/mysql-server.sh +++ /dev/null @@ -1,51 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: mysql -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# 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. -# mysqllimits_enable (bool): Set to "NO" by default. -# Set it to yes to run `limits $limits_args` -# just before mysql starts. -# mysqllimits_args (str): Default to "-e -U mysql" -# Arguments of pre-start limits run. -# - -. %%RC_SUBR%% - -name="mysql" -rcvar=`set_rcvar` -mysql_dbdir="%%DB_DIR%%" -mysql_user="mysql" -pidfile="${mysql_dbdir}/`/bin/hostname`.pid" -command="%%PREFIX%%/bin/mysqld_safe" -command_args="--user=${mysql_user} --datadir=${mysql_dbdir} --pid-file=${pidfile} > /dev/null &" -procname="%%PREFIX%%/libexec/mysqld" -start_precmd="${name}_prestart" - -[ -z "$mysql_enable" ] && mysql_enable="NO" -[ -z "$mysqllimits_enable" ] && mysqllimits_enable="NO" -[ -z "$mysqllimits_args" ] && mysqllimits_args="-e -U ${mysql_user}" - -mysql_prestart() -{ - if checkyesno mysqllimits_enable; then - eval `/usr/bin/limits ${mysqllimits_args}` 2>/dev/null - else - return 0 - fi -} - -required_dirs="${mysql_dbdir}" -required_files="${mysql_dbdir}/mysql/host.frm ${mysql_dbdir}/mysql/user.frm ${mysql_dbdir}/mysql/db.frm" - -load_rc_config $name -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 e76340001630..000000000000 --- a/databases/percona55-server/files/patch-Docs::Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- Docs/Makefile.in.orig Wed Dec 1 01:08:19 2004 -+++ Docs/Makefile.in Mon Jan 10 11:44:27 2005 -@@ -331,7 +331,7 @@ - check-recursive installcheck-recursive - DIST_COMMON = Makefile.am Makefile.in - DIST_SUBDIRS = $(SUBDIRS) --all: $(BUILT_SOURCES) -+all: - $(MAKE) $(AM_MAKEFLAGS) all-recursive - - .SUFFIXES: -@@ -599,7 +599,7 @@ - installdirs-am: - $(mkinstalldirs) $(DESTDIR)$(infodir) - --install: $(BUILT_SOURCES) -+install: - $(MAKE) $(AM_MAKEFLAGS) install-recursive - install-exec: install-exec-recursive - install-data: install-data-recursive -@@ -718,7 +718,7 @@ - uninstall-info-am uninstall-info-recursive uninstall-recursive - - --all: $(targets) txt_files -+all: - - txt_files: ../INSTALL-SOURCE ../COPYING ../INSTALL-WIN-SOURCE ../EXCEPTIONS-CLIENT \ - INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt diff --git a/databases/percona55-server/files/patch-Makefile.in b/databases/percona55-server/files/patch-Makefile.in deleted file mode 100644 index df6774784d9b..000000000000 --- a/databases/percona55-server/files/patch-Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Wed Dec 1 01:08:19 2004 -+++ Makefile.in Mon Jan 10 11:46:31 2005 -@@ -302,12 +302,7 @@ - - # These are built from source in the Docs directory - EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS-CLIENT --SUBDIRS = . include @docs_dirs@ @zlib_dir@ \ -- @readline_topdir@ sql-common \ -- @thread_dirs@ pstack \ -- @sql_server_dirs@ @sql_client_dirs@ scripts man tests \ -- netware @libmysqld_dirs@ \ -- @bench_dirs@ support-files @fs_dirs@ @tools_dirs@ -+SUBDIRS = - - - DIST_SUBDIRS = . include @docs_dirs@ zlib \ diff --git a/databases/percona55-server/files/patch-configure b/databases/percona55-server/files/patch-configure deleted file mode 100644 index fbbdc8efd9d1..000000000000 --- a/databases/percona55-server/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig Sun Dec 21 19:03:09 2003 -+++ configure Wed Dec 24 10:40:53 2003 -@@ -8128,8 +8128,6 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"; $ac_aux_dir/ltconfig $LIBTOOL_DEPS; - --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' - - # Prevent multiple expansion - -@@ -12678,8 +12644,8 @@ - # Some system specific hacks - # - --MAX_C_OPTIMIZE="-O3" --MAX_CXX_OPTIMIZE="-O3" -+MAX_C_OPTIMIZE="" -+MAX_CXX_OPTIMIZE="" - - case $SYSTEM_TYPE in - *solaris2.7*) diff --git a/databases/percona55-server/files/patch-man::Makefile.in b/databases/percona55-server/files/patch-man::Makefile.in deleted file mode 100644 index 86d18cec61b2..000000000000 --- a/databases/percona55-server/files/patch-man::Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- man/Makefile.in.orig Mon Feb 23 14:54:10 2004 -+++ man/Makefile.in Mon Feb 23 14:54:34 2004 -@@ -272,9 +272,7 @@ - vio_dir = @vio_dir@ - vio_libs = @vio_libs@ - --man_MANS = mysql.1 isamchk.1 isamlog.1 mysql_zap.1 mysqlaccess.1 \ -- mysqladmin.1 mysqld.1 mysqld_multi.1 mysqldump.1 mysqlshow.1 \ -- perror.1 replace.1 mysqld_safe.1 mysql_fix_privilege_tables.1 -+man_MANS = - - - EXTRA_DIST = mysql.1.in isamchk.1.in isamlog.1.in mysql_zap.1.in \ diff --git a/databases/percona55-server/files/patch-ndb::src::mgmclient::main.cpp b/databases/percona55-server/files/patch-ndb::src::mgmclient::main.cpp deleted file mode 100644 index ef1f6711f469..000000000000 --- a/databases/percona55-server/files/patch-ndb::src::mgmclient::main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ndb/src/mgmclient/main.cpp.orig Mon Jan 10 15:36:57 2005 -+++ ndb/src/mgmclient/main.cpp Mon Jan 10 15:37:26 2005 -@@ -122,7 +122,7 @@ - } - #ifdef HAVE_READLINE - /* Get a line from the user. */ -- line_read = readline (prompt); -+ line_read = readline ((char *)prompt); - /* If the line has any text in it, save it on the history. */ - if (line_read && *line_read) - add_history (line_read); 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 ffef310f740c..000000000000 --- a/databases/percona55-server/files/patch-scripts::Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ ---- scripts/Makefile.in.orig Tue Jul 27 08:14:44 2004 -+++ scripts/Makefile.in Sat Oct 23 10:44:33 2004 -@@ -287,26 +287,7 @@ - vio_dir = @vio_dir@ - vio_libs = @vio_libs@ - --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 \ -- mysql_explain_log \ -- mysql_tableinfo \ -- mysqld_multi \ -- make_win_src_distribution \ -- make_win_binary_distribution \ -- mysql_create_system_tables -+bin_SCRIPTS = - - - EXTRA_SCRIPTS = make_binary_distribution.sh \ -@@ -340,7 +321,7 @@ - mysqlbug - - --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. -@@ -616,8 +597,6 @@ - - all: fill_help_tables.sql make_win_src_distribution make_binary_distribution make_sharedlib_distribution - --fill_help_tables.sql: fill_help_tables ../Docs/manual.texi -- ./fill_help_tables < ../Docs/manual.texi > fill_help_tables.sql - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/databases/percona55-server/files/patch-scripts::mysqlaccess.sh b/databases/percona55-server/files/patch-scripts::mysqlaccess.sh deleted file mode 100644 index f1382fbad153..000000000000 --- a/databases/percona55-server/files/patch-scripts::mysqlaccess.sh +++ /dev/null @@ -1,90 +0,0 @@ ---- scripts/mysqlaccess.sh.orig 2005-01-16 14:28:38 -08:00 -+++ scripts/mysqlaccess.sh 2005-01-16 14:28:38 -08:00 -@@ -2,7 +2,7 @@ - # **************************** - package MySQLaccess; - #use strict; --use POSIX qw(tmpnam); -+use File::Temp qw(tempfile tmpnam); - use Fcntl; - - BEGIN { -@@ -32,7 +32,6 @@ - $ACCESS_U_BCK = 'user_backup'; - $ACCESS_D_BCK = 'db_backup'; - $DIFF = '/usr/bin/diff'; -- $TMP_PATH = '/tmp'; #path to writable tmp-directory - $MYSQLDUMP = '@bindir@/mysqldump'; - #path to mysqldump executable - -@@ -432,7 +431,7 @@ - # no caching on STDOUT - $|=1; - -- $MYSQL_CNF = POSIX::tmpnam(); -+ $MYSQL_CNF = tmpnam(); - %MYSQL_CNF = (client => { }, - mysql => { }, - mysqldump => { }, -@@ -577,8 +576,6 @@ - push(@MySQLaccess::Grant::Error,'not_found_mysql') if !(-x $MYSQL); - push(@MySQLaccess::Grant::Error,'not_found_diff') if !(-x $DIFF); - push(@MySQLaccess::Grant::Error,'not_found_mysqldump') if !(-x $MYSQLDUMP); --push(@MySQLaccess::Grant::Error,'not_found_tmp') if !(-d $TMP_PATH); --push(@MySQLaccess::Grant::Error,'write_err_tmp') if !(-w $TMP_PATH); - if (@MySQLaccess::Grant::Error) { - MySQLaccess::Report::Print_Error_Messages() ; - exit 0; -@@ -1777,17 +1774,15 @@ - @before = sort(@before); - @after = sort(@after); - -- $before = "$MySQLaccess::TMP_PATH/$MySQLaccess::script.before.$$"; -- $after = "$MySQLaccess::TMP_PATH/$MySQLaccess::script.after.$$"; -- #$after = "/tmp/t0"; -- open(BEFORE,"> $before") || -- push(@MySQLaccess::Report::Errors,"Can't open temporary file $before for writing"); -- open(AFTER,"> $after") || -- push(@MySQLaccess::Report::Errors,"Can't open temporary file $after for writing"); -- print BEFORE join("\n",@before); -- print AFTER join("\n",@after); -- close(BEFORE); -- close(AFTER); -+ ($hb, $before) = tempfile("$MySQLaccess::script.XXXXXX") or -+ push(@MySQLaccess::Report::Errors,"Can't create temporary file: $!"); -+ ($ha, $after) = tempfile("$MySQLaccess::script.XXXXXX") or -+ push(@MySQLaccess::Report::Errors,"Can't create temporary file: $!"); -+ -+ print $hb join("\n",@before); -+ print $ha join("\n",@after); -+ close $hb; -+ close $ha; - - # ---------------------------------- - # compute difference -@@ -1800,8 +1795,8 @@ - - # ---------------------------------- - # cleanup temp. files -- unlink(BEFORE); -- unlink(AFTER); -+ unlink($before); -+ unlink($after); - - return \@diffs; - } -@@ -2316,14 +2311,6 @@ - => "The diff program <$MySQLaccess::DIFF> could not be found.\n" - ."+ Check your path, or\n" - ."+ edit the source of this script to point \$DIFF to the diff program.\n" -- ,'not_found_tmp' -- => "The temporary directory <$MySQLaccess::TMP_PATH> could not be found.\n" -- ."+ create this directory (writeable!), or\n" -- ."+ edit the source of this script to point \$TMP_PATH to the right directory.\n" -- ,'write_err_tmp' -- => "The temporary directory <$MySQLaccess::TMP_PATH> is not writable.\n" -- ."+ make this directory writeable!, or\n" -- ."+ edit the source of this script to point \$TMP_PATH to another directory.\n" - ,'Unrecognized_option' - => "Sorry,\n" - ."You are using an old version of the mysql-program,\n" 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 c98d38bcbd10..000000000000 --- a/databases/percona55-server/files/patch-sql::mysqld.cc +++ /dev/null @@ -1,47 +0,0 @@ ---- sql/mysqld.cc.orig Tue Dec 14 13:40:36 2004 -+++ sql/mysqld.cc Mon Jan 10 00:28:52 2005 -@@ -128,7 +128,7 @@ - #endif /* __WIN__ */ - - #ifdef HAVE_LIBWRAP --#include <tcpd.h> -+#include "mytcpd.h" - #include <syslog.h> - #ifdef NEED_SYS_SYSLOG_H - #include <sys/syslog.h> -@@ -136,15 +136,6 @@ - int allow_severity = LOG_INFO; - int deny_severity = LOG_WARNING; - --#ifdef __STDC__ --#define my_fromhost(A) fromhost(A) --#define my_hosts_access(A) hosts_access(A) --#define my_eval_client(A) eval_client(A) --#else --#define my_fromhost(A) fromhost() --#define my_hosts_access(A) hosts_access() --#define my_eval_client(A) eval_client() --#endif /* __STDC__ */ - #endif /* HAVE_LIBWRAP */ - - #ifdef HAVE_SYS_MMAN_H -@@ -3565,8 +3556,8 @@ - struct request_info req; - signal(SIGCHLD, SIG_DFL); - request_init(&req, RQ_DAEMON, libwrapName, RQ_FILE, new_sock, NULL); -- my_fromhost(&req); -- if (!my_hosts_access(&req)) -+ fromhost(&req); -+ if (!hosts_access(&req)) - { - /* - This may be stupid but refuse() includes an exit(0) -@@ -3574,7 +3565,7 @@ - clean_exit() - same stupid thing ... - */ - syslog(deny_severity, "refused connect from %s", -- my_eval_client(&req)); -+ eval_client(&req)); - - /* - C++ sucks (the gibberish in front just translates the supplied diff --git a/databases/percona55-server/files/patch-sql::mytcpd.h b/databases/percona55-server/files/patch-sql::mytcpd.h deleted file mode 100644 index 981a21991dff..000000000000 --- a/databases/percona55-server/files/patch-sql::mytcpd.h +++ /dev/null @@ -1,147 +0,0 @@ ---- sql/mytcpd.h.orig Sun Jan 9 13:33:51 2005 -+++ sql/mytcpd.h Sun Jan 9 13:41:42 2005 -@@ -6,6 +6,25 @@ - * $FreeBSD: /tmp/pcvs/ports/databases/percona55-server/files/Attic/patch-sql::mytcpd.h,v 1.1 2005-01-10 13:17:30 ale Exp $ - */ - -+#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/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 88a0b1c66915..000000000000 --- a/databases/percona55-server/pkg-install +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -case $2 in -POST-INSTALL) - USER=mysql - GROUP=${USER} - UID=88 - GID=${UID} - DB_DIR=%%DB_DIR%% - - 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." - if pw usermod ${USER} -d ${DB_DIR} - then - echo "Changed home directory of \"${USER}\" to \"${DB_DIR}\"" - else - echo "Changing home directory of \"${USER}\" to \"${DB_DIR}\" failed..." - exit 1 - fi - else - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -s /sbin/nologin -c "MySQL Daemon" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - chown -R ${USER}:${GROUP} ${DB_DIR} - ;; -esac diff --git a/databases/percona55-server/pkg-plist b/databases/percona55-server/pkg-plist deleted file mode 100644 index 8d36cf62ba99..000000000000 --- a/databases/percona55-server/pkg-plist +++ /dev/null @@ -1,193 +0,0 @@ -bin/comp_err -bin/isamchk -bin/isamlog -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_delete_all -%%NDB%%bin/ndb_desc -%%NDB%%bin/ndb_drop_index -%%NDB%%bin/ndb_drop_table -%%NDB%%bin/ndb_mgm -%%NDB%%bin/ndb_restore -%%NDB%%bin/ndb_select_all -%%NDB%%bin/ndb_select_count -%%NDB%%bin/ndb_show_tables -%%NDB%%bin/ndb_test_platform -%%NDB%%bin/ndb_waiter -bin/pack_isam -bin/perror -bin/replace -bin/resolve_stack_dump -bin/resolveip -etc/rc.d/mysql-server.sh -%%NDB%%include/mysql/ndb/mgmapi/mgmapi.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_config_parameters.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_config_parameters_debug.h -%%NDB%%include/mysql/ndb/mgmapi/mgmapi_debug.h -%%NDB%%include/mysql/ndb/ndb_types.h -%%NDB%%include/mysql/ndb/ndb_version.h -%%NDB%%include/mysql/ndb/ndbapi/Ndb.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbApi.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbBlob.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbConnection.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbCursorOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbDictionary.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbError.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbEventOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbIndexOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbIndexScanOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbPool.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbRecAttr.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbReceiver.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbResultSet.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbScanFilter.hpp -%%NDB%%include/mysql/ndb/ndbapi/NdbScanOperation.hpp -%%NDB%%include/mysql/ndb/ndbapi/ndbapi_limits.h -%%NDB%%include/mysql/ndb/ndbapi/ndb_cluster_connection.hpp -%%NDB%%include/mysql/ndb/ndbapi/ndberror.h -lib/mysql/libdbug.a -lib/mysql/libheap.a -lib/mysql/libmerge.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.so -%%NDB%%lib/mysql/libndbclient.so.0 -lib/mysql/libnisam.a -lib/mysql/libvio.a -libexec/mysqld -%%NDB%%libexec/ndb_cpcd -%%NDB%%libexec/ndb_mgmd -%%NDB%%libexec/ndbd -%%DATADIR%%/Description.plist -%%DATADIR%%/Info.plist -%%DATADIR%%/MySQL-shared-compat.spec -%%DATADIR%%/StartupParameters.plist -%%DATADIR%%/postinstall -%%DATADIR%%/preinstall -%%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%%/czech/errmsg.txt -%%DATADIR%%/danish/errmsg.sys -%%DATADIR%%/danish/errmsg.txt -%%DATADIR%%/dutch/errmsg.sys -%%DATADIR%%/dutch/errmsg.txt -%%DATADIR%%/english/errmsg.sys -%%DATADIR%%/english/errmsg.txt -%%DATADIR%%/estonian/errmsg.sys -%%DATADIR%%/estonian/errmsg.txt -%%DATADIR%%/fill_help_tables.sql -%%DATADIR%%/french/errmsg.sys -%%DATADIR%%/french/errmsg.txt -%%DATADIR%%/german/errmsg.sys -%%DATADIR%%/german/errmsg.txt -%%DATADIR%%/greek/errmsg.sys -%%DATADIR%%/greek/errmsg.txt -%%DATADIR%%/hungarian/errmsg.sys -%%DATADIR%%/hungarian/errmsg.txt -%%DATADIR%%/italian/errmsg.sys -%%DATADIR%%/italian/errmsg.txt -%%DATADIR%%/japanese/errmsg.sys -%%DATADIR%%/japanese/errmsg.txt -%%DATADIR%%/korean/errmsg.sys -%%DATADIR%%/korean/errmsg.txt -%%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-%%VER%%.spec -%%DATADIR%%/mysql.server -%%DATADIR%%/norwegian-ny/errmsg.sys -%%DATADIR%%/norwegian-ny/errmsg.txt -%%DATADIR%%/norwegian/errmsg.sys -%%DATADIR%%/norwegian/errmsg.txt -%%DATADIR%%/polish/errmsg.sys -%%DATADIR%%/polish/errmsg.txt -%%DATADIR%%/portuguese/errmsg.sys -%%DATADIR%%/portuguese/errmsg.txt -%%DATADIR%%/romanian/errmsg.sys -%%DATADIR%%/romanian/errmsg.txt -%%DATADIR%%/russian/errmsg.sys -%%DATADIR%%/russian/errmsg.txt -%%DATADIR%%/serbian/errmsg.sys -%%DATADIR%%/serbian/errmsg.txt -%%DATADIR%%/slovak/errmsg.sys -%%DATADIR%%/slovak/errmsg.txt -%%DATADIR%%/spanish/errmsg.sys -%%DATADIR%%/spanish/errmsg.txt -%%DATADIR%%/swedish/errmsg.sys -%%DATADIR%%/swedish/errmsg.txt -%%DATADIR%%/ukrainian/errmsg.sys -%%DATADIR%%/ukrainian/errmsg.txt -%%NDB%%@dirrm include/mysql/ndb/mgmapi -%%NDB%%@dirrm include/mysql/ndb/ndbapi -%%NDB%%@dirrm include/mysql/ndb -%%NDB%%@unexec rmdir %D/include/mysql 2> /dev/null || true -@unexec rmdir %D/lib/mysql 2> /dev/null || true -@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 -@unexec rmdir %D/%%DATADIR%% 2> /dev/null || true -@exec [ -d %%DB_DIR%% ] || %D/bin/mysql_install_db --ldata=%%DB_DIR%% -@unexec /usr/bin/killall mysqld > /dev/null 2>&1 || true diff --git a/databases/percona55-server/pkg-plist.client b/databases/percona55-server/pkg-plist.client deleted file mode 100644 index ab0454713675..000000000000 --- a/databases/percona55-server/pkg-plist.client +++ /dev/null @@ -1,54 +0,0 @@ -bin/mysql -bin/mysql_config -bin/mysql_fix_privilege_tables -bin/mysqladmin -bin/mysqlbinlog -bin/mysqlbug -bin/mysqlcheck -bin/mysqldump -bin/mysqlimport -bin/mysqlmanager-pwgen -bin/mysqlmanagerc -bin/mysqlshow -bin/mysqltest -etc/rc.d/000.mysql-client.sh -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_error.h -include/mysql/raid.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.so -lib/mysql/libmysqlclient.so.14 -lib/mysql/libmysqlclient_r.a -lib/mysql/libmysqlclient_r.so -lib/mysql/libmysqlclient_r.so.14 -%%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 f77f27a1839c..000000000000 --- a/databases/percona55-server/pkg-plist.scripts +++ /dev/null @@ -1,13 +0,0 @@ -bin/msql2mysql -bin/mysql_convert_table_format -bin/mysql_explain_log -bin/mysql_find_rows -bin/mysql_fix_extensions -bin/mysql_secure_installation -bin/mysql_setpermission -bin/mysql_tableinfo -bin/mysql_zap -bin/mysqlaccess -bin/mysqld_multi -bin/mysqldumpslow -bin/mysqlhotcopy diff --git a/databases/pgadmin3-12/Makefile b/databases/pgadmin3-12/Makefile deleted file mode 100644 index b686a27ac685..000000000000 --- a/databases/pgadmin3-12/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: pgadmin3 -# Date created: November 4, 2003 -# Whom: Max Khon -# -# $FreeBSD$ -# - -PORTNAME= pgadmin3 -PORTVERSION= 1.2.0 -PORTREVISION= 5 -CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= pgadmin3/release/v${PORTVERSION}/src - -MAINTAINER= fjoe@FreeBSD.org -COMMENT= PostgreSQL database design and management system - -USE_PGSQL= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-wx=${X11BASE} -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -WITHOUT_UNICODE= yes -.endif - -pre-everything:: -.if !defined(WITHOUT_UNICODE) - @${ECHO_MSG} "You can build non-Unicode version by defining WITHOUT_UNICODE." -.endif - -.if !defined(WITHOUT_UNICODE) -LIB_DEPENDS+= wx_gtk2u_stc-2.5.3:${PORTSDIR}/x11-toolkits/wxgtk2-unicode-contrib-devel -CONFIGURE_ARGS+=--with-wx-config=wxgtk2u-2.5-config -PKGNAMESUFFIX= -unicode -PKGMESSAGE= ${PKGDIR}/pkg-message-unicode - -post-install: - @${CAT} ${PKGMESSAGE} -.else -LIB_DEPENDS+= wx_gtk2_stc-2.5.3:${PORTSDIR}/x11-toolkits/wxgtk2-contrib-devel -CONFIGURE_ARGS+=--with-wx-config=wxgtk2-2.5-config -.endif # WITHOUT_UNICODE - -.include <bsd.port.post.mk> diff --git a/databases/pgadmin3-12/distinfo b/databases/pgadmin3-12/distinfo deleted file mode 100644 index bb6b81822bb9..000000000000 --- a/databases/pgadmin3-12/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (pgadmin3-1.2.0.tar.gz) = 09caa00a0249978781215bf3e4ac02b8 -SIZE (pgadmin3-1.2.0.tar.gz) = 3688790 diff --git a/databases/pgadmin3-12/files/patch-configure b/databases/pgadmin3-12/files/patch-configure deleted file mode 100644 index ecf91d0e2b9d..000000000000 --- a/databases/pgadmin3-12/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Tue Nov 30 02:09:55 2004 -+++ configure Wed Jan 5 19:00:36 2005 -@@ -5175,6 +5175,10 @@ - LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION}" - LIBS="$LIBS $WX_NEW_LDFLAGS" - ;; -+ *wx_gtk2_core*) -+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}" -+ LIBS="$LIBS $WX_NEW_LDFLAGS" -+ ;; - *wx_gtkud-*) - LIBS="$LIBS -lwx_gtkud_stc-${WX_VERSION}" - LIBS="$LIBS $WX_NEW_LDFLAGS" diff --git a/databases/pgadmin3-12/files/patch-src-utils-utffile.cpp b/databases/pgadmin3-12/files/patch-src-utils-utffile.cpp deleted file mode 100644 index ca3579afcf78..000000000000 --- a/databases/pgadmin3-12/files/patch-src-utils-utffile.cpp +++ /dev/null @@ -1,16 +0,0 @@ ---- src/utils/utffile.cpp.orig Thu Feb 24 00:41:36 2005 -+++ src/utils/utffile.cpp Thu Feb 24 00:41:18 2005 -@@ -83,7 +83,12 @@ - if (decr) - Seek(-decr, wxFromCurrent); - -- m_conversion->MB2WC((wchar_t*)(wxChar*)wxStringBuffer(str, nLen), (const char*)buffer, (size_t)(nLen+1)); -+#if wxUSE_UNICODE -+ size_t buf_len = nLen; -+#else -+ size_t buf_len = nLen * sizeof(wchar_t); -+#endif -+ m_conversion->MB2WC((wchar_t*)(wxChar*)wxStringBuffer(str, buf_len), (const char*)buffer, (size_t)(nLen+1)); - } - else - str = (wxChar*)buffer; diff --git a/databases/pgadmin3-12/pkg-descr b/databases/pgadmin3-12/pkg-descr deleted file mode 100644 index 7114828f836a..000000000000 --- a/databases/pgadmin3-12/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -pgAdmin III is a comprehensive PostgreSQL database design and management -system for *nix and Windows systems. It is freely available under the -terms of the Artistic Licence and may be redistributed provided the terms -of the licence are adhered to. The project is managed by the pgAdmin -Development Team. - -WWW: http://www.pgadmin.org/ diff --git a/databases/pgadmin3-12/pkg-message-unicode b/databases/pgadmin3-12/pkg-message-unicode deleted file mode 100644 index 7424a3cc53e9..000000000000 --- a/databases/pgadmin3-12/pkg-message-unicode +++ /dev/null @@ -1,19 +0,0 @@ -=========================================================================== -== NOTICE == -== == - -Make sure that your system is older than - -- 600014 for 6.0-CURRENT -- 503105 for 5.x - -or please apply this patch: http://people.freebsd.org/~fjoe/vswprintf.c.diff -and rebuild libc. - -You need to use either C or Latin-1 locale OR use locale with multibyte -encoding (any UTF-8 locale, Big5 or EUC locales). pgadmin3 will not work -in single-byte non-Latin-1 locales, for example ru_RU.KOI8-R. -Use ru_RU.UTF-8 in the example above instead. - -== == -=========================================================================== diff --git a/databases/pgadmin3-12/pkg-plist b/databases/pgadmin3-12/pkg-plist deleted file mode 100644 index 4377b99b4c9a..000000000000 --- a/databases/pgadmin3-12/pkg-plist +++ /dev/null @@ -1,779 +0,0 @@ -bin/pgadmin3 -share/pgadmin3/docs/en_US/backup.html -share/pgadmin3/docs/en_US/bugreport.html -share/pgadmin3/docs/en_US/connect-error.html -share/pgadmin3/docs/en_US/connect.html -share/pgadmin3/docs/en_US/control-server.html -share/pgadmin3/docs/en_US/cvs.html -share/pgadmin3/docs/en_US/editgrid.html -share/pgadmin3/docs/en_US/export.html -share/pgadmin3/docs/en_US/extend.html -share/pgadmin3/docs/en_US/freebsd_notes.html -share/pgadmin3/docs/en_US/grantwiz.html -share/pgadmin3/docs/en_US/gridopts.html -share/pgadmin3/docs/en_US/guruhints.html -share/pgadmin3/docs/en_US/images/backup.png -share/pgadmin3/docs/en_US/images/connect.png -share/pgadmin3/docs/en_US/images/editgrid.png -share/pgadmin3/docs/en_US/images/export.png -share/pgadmin3/docs/en_US/images/grantwiz.png -share/pgadmin3/docs/en_US/images/gridopt-filter.png -share/pgadmin3/docs/en_US/images/gridopt-sort.png -share/pgadmin3/docs/en_US/images/locks.png -share/pgadmin3/docs/en_US/images/logfile.png -share/pgadmin3/docs/en_US/images/logs.png -share/pgadmin3/docs/en_US/images/main.png -share/pgadmin3/docs/en_US/images/maintenance.png -share/pgadmin3/docs/en_US/images/no-hba.png -share/pgadmin3/docs/en_US/images/not-running.png -share/pgadmin3/docs/en_US/images/options-general.png -share/pgadmin3/docs/en_US/images/options-logging.png -share/pgadmin3/docs/en_US/images/options-pref.png -share/pgadmin3/docs/en_US/images/options-query.png -share/pgadmin3/docs/en_US/images/password.png -share/pgadmin3/docs/en_US/images/query.png -share/pgadmin3/docs/en_US/images/restore-content.png -share/pgadmin3/docs/en_US/images/restore.png -share/pgadmin3/docs/en_US/images/server.png -share/pgadmin3/docs/en_US/images/status.png -share/pgadmin3/docs/en_US/ime_setting.html -share/pgadmin3/docs/en_US/index.html -share/pgadmin3/docs/en_US/licence.html -share/pgadmin3/docs/en_US/locating_resources.html -share/pgadmin3/docs/en_US/main.html -share/pgadmin3/docs/en_US/maintenance.html -share/pgadmin3/docs/en_US/openssl.html -share/pgadmin3/docs/en_US/options-tab1.html -share/pgadmin3/docs/en_US/options-tab2.html -share/pgadmin3/docs/en_US/options-tab3.html -share/pgadmin3/docs/en_US/options-tab4.html -share/pgadmin3/docs/en_US/options.html -share/pgadmin3/docs/en_US/password.html -share/pgadmin3/docs/en_US/pg/admin.html -share/pgadmin3/docs/en_US/pg/app-clusterdb.html -share/pgadmin3/docs/en_US/pg/app-createdb.html -share/pgadmin3/docs/en_US/pg/app-createlang.html -share/pgadmin3/docs/en_US/pg/app-createuser.html -share/pgadmin3/docs/en_US/pg/app-dropdb.html -share/pgadmin3/docs/en_US/pg/app-droplang.html -share/pgadmin3/docs/en_US/pg/app-dropuser.html -share/pgadmin3/docs/en_US/pg/app-ecpg.html -share/pgadmin3/docs/en_US/pg/app-initdb.html -share/pgadmin3/docs/en_US/pg/app-ipcclean.html -share/pgadmin3/docs/en_US/pg/app-pg-ctl.html -share/pgadmin3/docs/en_US/pg/app-pg-dumpall.html -share/pgadmin3/docs/en_US/pg/app-pgconfig.html -share/pgadmin3/docs/en_US/pg/app-pgcontroldata.html -share/pgadmin3/docs/en_US/pg/app-pgdump.html -share/pgadmin3/docs/en_US/pg/app-pgresetxlog.html -share/pgadmin3/docs/en_US/pg/app-pgrestore.html -share/pgadmin3/docs/en_US/pg/app-postgres.html -share/pgadmin3/docs/en_US/pg/app-postmaster.html -share/pgadmin3/docs/en_US/pg/app-psql.html -share/pgadmin3/docs/en_US/pg/app-vacuumdb.html -share/pgadmin3/docs/en_US/pg/appendixes.html -share/pgadmin3/docs/en_US/pg/applevel-consistency.html -share/pgadmin3/docs/en_US/pg/arrays.html -share/pgadmin3/docs/en_US/pg/auth-methods.html -share/pgadmin3/docs/en_US/pg/backup-file.html -share/pgadmin3/docs/en_US/pg/backup-online.html -share/pgadmin3/docs/en_US/pg/backup.html -share/pgadmin3/docs/en_US/pg/biblio.html -share/pgadmin3/docs/en_US/pg/bki-commands.html -share/pgadmin3/docs/en_US/pg/bki-example.html -share/pgadmin3/docs/en_US/pg/bki.html -share/pgadmin3/docs/en_US/pg/bug-reporting.html -share/pgadmin3/docs/en_US/pg/catalog-pg-aggregate.html -share/pgadmin3/docs/en_US/pg/catalog-pg-am.html -share/pgadmin3/docs/en_US/pg/catalog-pg-amop.html -share/pgadmin3/docs/en_US/pg/catalog-pg-amproc.html -share/pgadmin3/docs/en_US/pg/catalog-pg-attrdef.html -share/pgadmin3/docs/en_US/pg/catalog-pg-attribute.html -share/pgadmin3/docs/en_US/pg/catalog-pg-cast.html -share/pgadmin3/docs/en_US/pg/catalog-pg-class.html -share/pgadmin3/docs/en_US/pg/catalog-pg-constraint.html -share/pgadmin3/docs/en_US/pg/catalog-pg-conversion.html -share/pgadmin3/docs/en_US/pg/catalog-pg-database.html -share/pgadmin3/docs/en_US/pg/catalog-pg-depend.html -share/pgadmin3/docs/en_US/pg/catalog-pg-description.html -share/pgadmin3/docs/en_US/pg/catalog-pg-group.html -share/pgadmin3/docs/en_US/pg/catalog-pg-index.html -share/pgadmin3/docs/en_US/pg/catalog-pg-inherits.html -share/pgadmin3/docs/en_US/pg/catalog-pg-language.html -share/pgadmin3/docs/en_US/pg/catalog-pg-largeobject.html -share/pgadmin3/docs/en_US/pg/catalog-pg-listener.html -share/pgadmin3/docs/en_US/pg/catalog-pg-namespace.html -share/pgadmin3/docs/en_US/pg/catalog-pg-opclass.html -share/pgadmin3/docs/en_US/pg/catalog-pg-operator.html -share/pgadmin3/docs/en_US/pg/catalog-pg-proc.html -share/pgadmin3/docs/en_US/pg/catalog-pg-rewrite.html -share/pgadmin3/docs/en_US/pg/catalog-pg-shadow.html -share/pgadmin3/docs/en_US/pg/catalog-pg-statistic.html -share/pgadmin3/docs/en_US/pg/catalog-pg-tablespace.html -share/pgadmin3/docs/en_US/pg/catalog-pg-trigger.html -share/pgadmin3/docs/en_US/pg/catalog-pg-type.html -share/pgadmin3/docs/en_US/pg/catalogs.html -share/pgadmin3/docs/en_US/pg/charset.html -share/pgadmin3/docs/en_US/pg/client-authentication-problems.html -share/pgadmin3/docs/en_US/pg/client-authentication.html -share/pgadmin3/docs/en_US/pg/client-interfaces.html -share/pgadmin3/docs/en_US/pg/connect-estab.html -share/pgadmin3/docs/en_US/pg/creating-cluster.html -share/pgadmin3/docs/en_US/pg/cvs-tree.html -share/pgadmin3/docs/en_US/pg/cvs.html -share/pgadmin3/docs/en_US/pg/cvsup.html -share/pgadmin3/docs/en_US/pg/datatype-binary.html -share/pgadmin3/docs/en_US/pg/datatype-bit.html -share/pgadmin3/docs/en_US/pg/datatype-boolean.html -share/pgadmin3/docs/en_US/pg/datatype-character.html -share/pgadmin3/docs/en_US/pg/datatype-datetime.html -share/pgadmin3/docs/en_US/pg/datatype-geometric.html -share/pgadmin3/docs/en_US/pg/datatype-money.html -share/pgadmin3/docs/en_US/pg/datatype-net-types.html -share/pgadmin3/docs/en_US/pg/datatype-oid.html -share/pgadmin3/docs/en_US/pg/datatype-pseudo.html -share/pgadmin3/docs/en_US/pg/datatype.html -share/pgadmin3/docs/en_US/pg/datetime-appendix.html -share/pgadmin3/docs/en_US/pg/datetime-keywords.html -share/pgadmin3/docs/en_US/pg/datetime-units-history.html -share/pgadmin3/docs/en_US/pg/ddl-alter.html -share/pgadmin3/docs/en_US/pg/ddl-constraints.html -share/pgadmin3/docs/en_US/pg/ddl-default.html -share/pgadmin3/docs/en_US/pg/ddl-depend.html -share/pgadmin3/docs/en_US/pg/ddl-inherit.html -share/pgadmin3/docs/en_US/pg/ddl-others.html -share/pgadmin3/docs/en_US/pg/ddl-priv.html -share/pgadmin3/docs/en_US/pg/ddl-schemas.html -share/pgadmin3/docs/en_US/pg/ddl-system-columns.html -share/pgadmin3/docs/en_US/pg/ddl.html -share/pgadmin3/docs/en_US/pg/disk-full.html -share/pgadmin3/docs/en_US/pg/diskusage.html -share/pgadmin3/docs/en_US/pg/dml-delete.html -share/pgadmin3/docs/en_US/pg/dml-update.html -share/pgadmin3/docs/en_US/pg/dml.html -share/pgadmin3/docs/en_US/pg/docguide-authoring.html -share/pgadmin3/docs/en_US/pg/docguide-build.html -share/pgadmin3/docs/en_US/pg/docguide-style.html -share/pgadmin3/docs/en_US/pg/docguide-toolsets.html -share/pgadmin3/docs/en_US/pg/docguide.html -share/pgadmin3/docs/en_US/pg/ecpg-commands.html -share/pgadmin3/docs/en_US/pg/ecpg-connect.html -share/pgadmin3/docs/en_US/pg/ecpg-descriptors.html -share/pgadmin3/docs/en_US/pg/ecpg-develop.html -share/pgadmin3/docs/en_US/pg/ecpg-disconnect.html -share/pgadmin3/docs/en_US/pg/ecpg-dynamic.html -share/pgadmin3/docs/en_US/pg/ecpg-errors.html -share/pgadmin3/docs/en_US/pg/ecpg-include.html -share/pgadmin3/docs/en_US/pg/ecpg-library.html -share/pgadmin3/docs/en_US/pg/ecpg-process.html -share/pgadmin3/docs/en_US/pg/ecpg-set-connection.html -share/pgadmin3/docs/en_US/pg/ecpg-variables.html -share/pgadmin3/docs/en_US/pg/ecpg.html -share/pgadmin3/docs/en_US/pg/errcodes-appendix.html -share/pgadmin3/docs/en_US/pg/error-message-reporting.html -share/pgadmin3/docs/en_US/pg/error-style-guide.html -share/pgadmin3/docs/en_US/pg/examples.html -share/pgadmin3/docs/en_US/pg/executor.html -share/pgadmin3/docs/en_US/pg/explicit-joins.html -share/pgadmin3/docs/en_US/pg/explicit-locking.html -share/pgadmin3/docs/en_US/pg/extend-type-system.html -share/pgadmin3/docs/en_US/pg/extend.html -share/pgadmin3/docs/en_US/pg/extensibility.html -share/pgadmin3/docs/en_US/pg/features.html -share/pgadmin3/docs/en_US/pg/file-layout.html -share/pgadmin3/docs/en_US/pg/functions-admin.html -share/pgadmin3/docs/en_US/pg/functions-aggregate.html -share/pgadmin3/docs/en_US/pg/functions-array.html -share/pgadmin3/docs/en_US/pg/functions-binarystring.html -share/pgadmin3/docs/en_US/pg/functions-bitstring.html -share/pgadmin3/docs/en_US/pg/functions-comparison.html -share/pgadmin3/docs/en_US/pg/functions-comparisons.html -share/pgadmin3/docs/en_US/pg/functions-conditional.html -share/pgadmin3/docs/en_US/pg/functions-datetime.html -share/pgadmin3/docs/en_US/pg/functions-formatting.html -share/pgadmin3/docs/en_US/pg/functions-geometry.html -share/pgadmin3/docs/en_US/pg/functions-info.html -share/pgadmin3/docs/en_US/pg/functions-matching.html -share/pgadmin3/docs/en_US/pg/functions-math.html -share/pgadmin3/docs/en_US/pg/functions-net.html -share/pgadmin3/docs/en_US/pg/functions-sequence.html -share/pgadmin3/docs/en_US/pg/functions-srf.html -share/pgadmin3/docs/en_US/pg/functions-string.html -share/pgadmin3/docs/en_US/pg/functions-subquery.html -share/pgadmin3/docs/en_US/pg/functions.html -share/pgadmin3/docs/en_US/pg/geqo-biblio.html -share/pgadmin3/docs/en_US/pg/geqo-intro2.html -share/pgadmin3/docs/en_US/pg/geqo-pg-intro.html -share/pgadmin3/docs/en_US/pg/geqo.html -share/pgadmin3/docs/en_US/pg/gist.html -share/pgadmin3/docs/en_US/pg/groups.html -share/pgadmin3/docs/en_US/pg/history.html -share/pgadmin3/docs/en_US/pg/implementation.html -share/pgadmin3/docs/en_US/pg/index.html -share/pgadmin3/docs/en_US/pg/indexcost.html -share/pgadmin3/docs/en_US/pg/indexes-examine.html -share/pgadmin3/docs/en_US/pg/indexes-expressional.html -share/pgadmin3/docs/en_US/pg/indexes-multicolumn.html -share/pgadmin3/docs/en_US/pg/indexes-opclass.html -share/pgadmin3/docs/en_US/pg/indexes-partial.html -share/pgadmin3/docs/en_US/pg/indexes-types.html -share/pgadmin3/docs/en_US/pg/indexes-unique.html -share/pgadmin3/docs/en_US/pg/indexes.html -share/pgadmin3/docs/en_US/pg/information-schema.html -share/pgadmin3/docs/en_US/pg/infoschema-applicable-roles.html -share/pgadmin3/docs/en_US/pg/infoschema-check-constraints.html -share/pgadmin3/docs/en_US/pg/infoschema-column-domain-usage.html -share/pgadmin3/docs/en_US/pg/infoschema-column-privileges.html -share/pgadmin3/docs/en_US/pg/infoschema-column-udt-usage.html -share/pgadmin3/docs/en_US/pg/infoschema-columns.html -share/pgadmin3/docs/en_US/pg/infoschema-constraint-column-usage.html -share/pgadmin3/docs/en_US/pg/infoschema-constraint-table-usage.html -share/pgadmin3/docs/en_US/pg/infoschema-data-type-privileges.html -share/pgadmin3/docs/en_US/pg/infoschema-datatypes.html -share/pgadmin3/docs/en_US/pg/infoschema-domain-constraints.html -share/pgadmin3/docs/en_US/pg/infoschema-domain-udt-usage.html -share/pgadmin3/docs/en_US/pg/infoschema-domains.html -share/pgadmin3/docs/en_US/pg/infoschema-element-types.html -share/pgadmin3/docs/en_US/pg/infoschema-enabled-roles.html -share/pgadmin3/docs/en_US/pg/infoschema-information-schema-catalog-name.html -share/pgadmin3/docs/en_US/pg/infoschema-key-column-usage.html -share/pgadmin3/docs/en_US/pg/infoschema-parameters.html -share/pgadmin3/docs/en_US/pg/infoschema-referential-constraints.html -share/pgadmin3/docs/en_US/pg/infoschema-role-column-grants.html -share/pgadmin3/docs/en_US/pg/infoschema-role-routine-grants.html -share/pgadmin3/docs/en_US/pg/infoschema-role-table-grants.html -share/pgadmin3/docs/en_US/pg/infoschema-role-usage-grants.html -share/pgadmin3/docs/en_US/pg/infoschema-routine-privileges.html -share/pgadmin3/docs/en_US/pg/infoschema-routines.html -share/pgadmin3/docs/en_US/pg/infoschema-schemata.html -share/pgadmin3/docs/en_US/pg/infoschema-sql-features.html -share/pgadmin3/docs/en_US/pg/infoschema-sql-implementation-info.html -share/pgadmin3/docs/en_US/pg/infoschema-sql-languages.html -share/pgadmin3/docs/en_US/pg/infoschema-sql-packages.html -share/pgadmin3/docs/en_US/pg/infoschema-sql-sizing-profiles.html -share/pgadmin3/docs/en_US/pg/infoschema-sql-sizing.html -share/pgadmin3/docs/en_US/pg/infoschema-table-constraints.html -share/pgadmin3/docs/en_US/pg/infoschema-table-privileges.html -share/pgadmin3/docs/en_US/pg/infoschema-tables.html -share/pgadmin3/docs/en_US/pg/infoschema-triggers.html -share/pgadmin3/docs/en_US/pg/infoschema-usage-privileges.html -share/pgadmin3/docs/en_US/pg/infoschema-view-column-usage.html -share/pgadmin3/docs/en_US/pg/infoschema-view-table-usage.html -share/pgadmin3/docs/en_US/pg/infoschema-views.html -share/pgadmin3/docs/en_US/pg/install-getsource.html -share/pgadmin3/docs/en_US/pg/install-post.html -share/pgadmin3/docs/en_US/pg/install-procedure.html -share/pgadmin3/docs/en_US/pg/install-requirements.html -share/pgadmin3/docs/en_US/pg/install-upgrading.html -share/pgadmin3/docs/en_US/pg/install-win32.html -share/pgadmin3/docs/en_US/pg/installation.html -share/pgadmin3/docs/en_US/pg/internals.html -share/pgadmin3/docs/en_US/pg/kernel-resources.html -share/pgadmin3/docs/en_US/pg/largeobjects.html -share/pgadmin3/docs/en_US/pg/libpq-async.html -share/pgadmin3/docs/en_US/pg/libpq-build.html -share/pgadmin3/docs/en_US/pg/libpq-cancel.html -share/pgadmin3/docs/en_US/pg/libpq-control.html -share/pgadmin3/docs/en_US/pg/libpq-copy.html -share/pgadmin3/docs/en_US/pg/libpq-envars.html -share/pgadmin3/docs/en_US/pg/libpq-example.html -share/pgadmin3/docs/en_US/pg/libpq-exec.html -share/pgadmin3/docs/en_US/pg/libpq-fastpath.html -share/pgadmin3/docs/en_US/pg/libpq-notice-processing.html -share/pgadmin3/docs/en_US/pg/libpq-notify.html -share/pgadmin3/docs/en_US/pg/libpq-pgpass.html -share/pgadmin3/docs/en_US/pg/libpq-ssl.html -share/pgadmin3/docs/en_US/pg/libpq-status.html -share/pgadmin3/docs/en_US/pg/libpq-threading.html -share/pgadmin3/docs/en_US/pg/libpq.html -share/pgadmin3/docs/en_US/pg/limitations.html -share/pgadmin3/docs/en_US/pg/ln-legalnotice.html -share/pgadmin3/docs/en_US/pg/lo-examplesect.html -share/pgadmin3/docs/en_US/pg/lo-funcs.html -share/pgadmin3/docs/en_US/pg/lo-implementation.html -share/pgadmin3/docs/en_US/pg/lo-interfaces.html -share/pgadmin3/docs/en_US/pg/locking-indexes.html -share/pgadmin3/docs/en_US/pg/logfile-maintenance.html -share/pgadmin3/docs/en_US/pg/maintenance.html -share/pgadmin3/docs/en_US/pg/manage-ag-config.html -share/pgadmin3/docs/en_US/pg/manage-ag-createdb.html -share/pgadmin3/docs/en_US/pg/manage-ag-dropdb.html -share/pgadmin3/docs/en_US/pg/manage-ag-tablespaces.html -share/pgadmin3/docs/en_US/pg/manage-ag-templatedbs.html -share/pgadmin3/docs/en_US/pg/managing-databases.html -share/pgadmin3/docs/en_US/pg/migration.html -share/pgadmin3/docs/en_US/pg/monitoring-locks.html -share/pgadmin3/docs/en_US/pg/monitoring-stats.html -share/pgadmin3/docs/en_US/pg/monitoring.html -share/pgadmin3/docs/en_US/pg/multibyte.html -share/pgadmin3/docs/en_US/pg/mvcc.html -share/pgadmin3/docs/en_US/pg/nls-programmer.html -share/pgadmin3/docs/en_US/pg/nls.html -share/pgadmin3/docs/en_US/pg/notation.html -share/pgadmin3/docs/en_US/pg/overview.html -share/pgadmin3/docs/en_US/pg/page.html -share/pgadmin3/docs/en_US/pg/parser-stage.html -share/pgadmin3/docs/en_US/pg/performance-tips.html -share/pgadmin3/docs/en_US/pg/perm-functions.html -share/pgadmin3/docs/en_US/pg/planner-optimizer.html -share/pgadmin3/docs/en_US/pg/planner-stats.html -share/pgadmin3/docs/en_US/pg/plhandler.html -share/pgadmin3/docs/en_US/pg/plperl-data.html -share/pgadmin3/docs/en_US/pg/plperl-database.html -share/pgadmin3/docs/en_US/pg/plperl-global.html -share/pgadmin3/docs/en_US/pg/plperl-missing.html -share/pgadmin3/docs/en_US/pg/plperl-triggers.html -share/pgadmin3/docs/en_US/pg/plperl-trusted.html -share/pgadmin3/docs/en_US/pg/plperl.html -share/pgadmin3/docs/en_US/pg/plpgsql-control-structures.html -share/pgadmin3/docs/en_US/pg/plpgsql-cursors.html -share/pgadmin3/docs/en_US/pg/plpgsql-declarations.html -share/pgadmin3/docs/en_US/pg/plpgsql-development-tips.html -share/pgadmin3/docs/en_US/pg/plpgsql-errors-and-messages.html -share/pgadmin3/docs/en_US/pg/plpgsql-expressions.html -share/pgadmin3/docs/en_US/pg/plpgsql-porting.html -share/pgadmin3/docs/en_US/pg/plpgsql-statements.html -share/pgadmin3/docs/en_US/pg/plpgsql-structure.html -share/pgadmin3/docs/en_US/pg/plpgsql-trigger.html -share/pgadmin3/docs/en_US/pg/plpgsql.html -share/pgadmin3/docs/en_US/pg/plpython-database.html -share/pgadmin3/docs/en_US/pg/plpython-trigger.html -share/pgadmin3/docs/en_US/pg/plpython.html -share/pgadmin3/docs/en_US/pg/pltcl-data.html -share/pgadmin3/docs/en_US/pg/pltcl-dbaccess.html -share/pgadmin3/docs/en_US/pg/pltcl-functions.html -share/pgadmin3/docs/en_US/pg/pltcl-global.html -share/pgadmin3/docs/en_US/pg/pltcl-procnames.html -share/pgadmin3/docs/en_US/pg/pltcl-trigger.html -share/pgadmin3/docs/en_US/pg/pltcl-unknown.html -share/pgadmin3/docs/en_US/pg/pltcl.html -share/pgadmin3/docs/en_US/pg/populate.html -share/pgadmin3/docs/en_US/pg/postmaster-shutdown.html -share/pgadmin3/docs/en_US/pg/postmaster-start.html -share/pgadmin3/docs/en_US/pg/preface.html -share/pgadmin3/docs/en_US/pg/privileges.html -share/pgadmin3/docs/en_US/pg/protocol-changes.html -share/pgadmin3/docs/en_US/pg/protocol-error-fields.html -share/pgadmin3/docs/en_US/pg/protocol-flow.html -share/pgadmin3/docs/en_US/pg/protocol-message-formats.html -share/pgadmin3/docs/en_US/pg/protocol-message-types.html -share/pgadmin3/docs/en_US/pg/protocol.html -share/pgadmin3/docs/en_US/pg/queries-limit.html -share/pgadmin3/docs/en_US/pg/queries-order.html -share/pgadmin3/docs/en_US/pg/queries-select-lists.html -share/pgadmin3/docs/en_US/pg/queries-table-expressions.html -share/pgadmin3/docs/en_US/pg/queries-union.html -share/pgadmin3/docs/en_US/pg/queries.html -share/pgadmin3/docs/en_US/pg/reference-client.html -share/pgadmin3/docs/en_US/pg/reference-server.html -share/pgadmin3/docs/en_US/pg/reference.html -share/pgadmin3/docs/en_US/pg/regress-evaluation.html -share/pgadmin3/docs/en_US/pg/regress-platform.html -share/pgadmin3/docs/en_US/pg/regress.html -share/pgadmin3/docs/en_US/pg/release-0-01.html -share/pgadmin3/docs/en_US/pg/release-0-02.html -share/pgadmin3/docs/en_US/pg/release-0-03.html -share/pgadmin3/docs/en_US/pg/release-1-0.html -share/pgadmin3/docs/en_US/pg/release-1-01.html -share/pgadmin3/docs/en_US/pg/release-1-02.html -share/pgadmin3/docs/en_US/pg/release-1-09.html -share/pgadmin3/docs/en_US/pg/release-6-0.html -share/pgadmin3/docs/en_US/pg/release-6-1-1.html -share/pgadmin3/docs/en_US/pg/release-6-1.html -share/pgadmin3/docs/en_US/pg/release-6-2-1.html -share/pgadmin3/docs/en_US/pg/release-6-2.html -share/pgadmin3/docs/en_US/pg/release-6-3-1.html -share/pgadmin3/docs/en_US/pg/release-6-3-2.html -share/pgadmin3/docs/en_US/pg/release-6-3.html -share/pgadmin3/docs/en_US/pg/release-6-4-1.html -share/pgadmin3/docs/en_US/pg/release-6-4-2.html -share/pgadmin3/docs/en_US/pg/release-6-4.html -share/pgadmin3/docs/en_US/pg/release-6-5-1.html -share/pgadmin3/docs/en_US/pg/release-6-5-2.html -share/pgadmin3/docs/en_US/pg/release-6-5-3.html -share/pgadmin3/docs/en_US/pg/release-6-5.html -share/pgadmin3/docs/en_US/pg/release-7-0-1.html -share/pgadmin3/docs/en_US/pg/release-7-0-2.html -share/pgadmin3/docs/en_US/pg/release-7-0-3.html -share/pgadmin3/docs/en_US/pg/release-7-0.html -share/pgadmin3/docs/en_US/pg/release-7-1-1.html -share/pgadmin3/docs/en_US/pg/release-7-1-2.html -share/pgadmin3/docs/en_US/pg/release-7-1-3.html -share/pgadmin3/docs/en_US/pg/release-7-1.html -share/pgadmin3/docs/en_US/pg/release-7-2-1.html -share/pgadmin3/docs/en_US/pg/release-7-2-2.html -share/pgadmin3/docs/en_US/pg/release-7-2-3.html -share/pgadmin3/docs/en_US/pg/release-7-2-4.html -share/pgadmin3/docs/en_US/pg/release-7-2-5.html -share/pgadmin3/docs/en_US/pg/release-7-2-6.html -share/pgadmin3/docs/en_US/pg/release-7-2.html -share/pgadmin3/docs/en_US/pg/release-7-3-1.html -share/pgadmin3/docs/en_US/pg/release-7-3-2.html -share/pgadmin3/docs/en_US/pg/release-7-3-3.html -share/pgadmin3/docs/en_US/pg/release-7-3-4.html -share/pgadmin3/docs/en_US/pg/release-7-3-5.html -share/pgadmin3/docs/en_US/pg/release-7-3-6.html -share/pgadmin3/docs/en_US/pg/release-7-3-7.html -share/pgadmin3/docs/en_US/pg/release-7-3-8.html -share/pgadmin3/docs/en_US/pg/release-7-3.html -share/pgadmin3/docs/en_US/pg/release-7-4-1.html -share/pgadmin3/docs/en_US/pg/release-7-4-2.html -share/pgadmin3/docs/en_US/pg/release-7-4-3.html -share/pgadmin3/docs/en_US/pg/release-7-4-4.html -share/pgadmin3/docs/en_US/pg/release-7-4-5.html -share/pgadmin3/docs/en_US/pg/release-7-4-6.html -share/pgadmin3/docs/en_US/pg/release-7-4.html -share/pgadmin3/docs/en_US/pg/release.html -share/pgadmin3/docs/en_US/pg/resources.html -share/pgadmin3/docs/en_US/pg/routine-reindex.html -share/pgadmin3/docs/en_US/pg/rowtypes.html -share/pgadmin3/docs/en_US/pg/rule-system.html -share/pgadmin3/docs/en_US/pg/rules-privileges.html -share/pgadmin3/docs/en_US/pg/rules-status.html -share/pgadmin3/docs/en_US/pg/rules-triggers.html -share/pgadmin3/docs/en_US/pg/rules-update.html -share/pgadmin3/docs/en_US/pg/rules-views.html -share/pgadmin3/docs/en_US/pg/rules.html -share/pgadmin3/docs/en_US/pg/runtime-config.html -share/pgadmin3/docs/en_US/pg/runtime.html -share/pgadmin3/docs/en_US/pg/server-programming.html -share/pgadmin3/docs/en_US/pg/source.html -share/pgadmin3/docs/en_US/pg/spi-examples.html -share/pgadmin3/docs/en_US/pg/spi-interface-support.html -share/pgadmin3/docs/en_US/pg/spi-memory.html -share/pgadmin3/docs/en_US/pg/spi-realloc.html -share/pgadmin3/docs/en_US/pg/spi-spi-connect.html -share/pgadmin3/docs/en_US/pg/spi-spi-copytuple.html -share/pgadmin3/docs/en_US/pg/spi-spi-cursor-close.html -share/pgadmin3/docs/en_US/pg/spi-spi-cursor-fetch.html -share/pgadmin3/docs/en_US/pg/spi-spi-cursor-find.html -share/pgadmin3/docs/en_US/pg/spi-spi-cursor-move.html -share/pgadmin3/docs/en_US/pg/spi-spi-cursor-open.html -share/pgadmin3/docs/en_US/pg/spi-spi-exec.html -share/pgadmin3/docs/en_US/pg/spi-spi-execp.html -share/pgadmin3/docs/en_US/pg/spi-spi-execute-plan.html -share/pgadmin3/docs/en_US/pg/spi-spi-execute.html -share/pgadmin3/docs/en_US/pg/spi-spi-finish.html -share/pgadmin3/docs/en_US/pg/spi-spi-fname.html -share/pgadmin3/docs/en_US/pg/spi-spi-fnumber.html -share/pgadmin3/docs/en_US/pg/spi-spi-freeplan.html -share/pgadmin3/docs/en_US/pg/spi-spi-freetuple.html -share/pgadmin3/docs/en_US/pg/spi-spi-freetupletable.html -share/pgadmin3/docs/en_US/pg/spi-spi-getargcount.html -share/pgadmin3/docs/en_US/pg/spi-spi-getargtypeid.html -share/pgadmin3/docs/en_US/pg/spi-spi-getbinval.html -share/pgadmin3/docs/en_US/pg/spi-spi-getrelname.html -share/pgadmin3/docs/en_US/pg/spi-spi-gettype.html -share/pgadmin3/docs/en_US/pg/spi-spi-gettypeid.html -share/pgadmin3/docs/en_US/pg/spi-spi-getvalue.html -share/pgadmin3/docs/en_US/pg/spi-spi-is-cursor-plan.html -share/pgadmin3/docs/en_US/pg/spi-spi-modifytuple.html -share/pgadmin3/docs/en_US/pg/spi-spi-palloc.html -share/pgadmin3/docs/en_US/pg/spi-spi-pfree.html -share/pgadmin3/docs/en_US/pg/spi-spi-pop.html -share/pgadmin3/docs/en_US/pg/spi-spi-prepare.html -share/pgadmin3/docs/en_US/pg/spi-spi-push.html -share/pgadmin3/docs/en_US/pg/spi-spi-returntuple.html -share/pgadmin3/docs/en_US/pg/spi-spi-saveplan.html -share/pgadmin3/docs/en_US/pg/spi-visibility.html -share/pgadmin3/docs/en_US/pg/spi.html -share/pgadmin3/docs/en_US/pg/sql-abort.html -share/pgadmin3/docs/en_US/pg/sql-alteraggregate.html -share/pgadmin3/docs/en_US/pg/sql-alterconversion.html -share/pgadmin3/docs/en_US/pg/sql-alterdatabase.html -share/pgadmin3/docs/en_US/pg/sql-alterdomain.html -share/pgadmin3/docs/en_US/pg/sql-alterfunction.html -share/pgadmin3/docs/en_US/pg/sql-altergroup.html -share/pgadmin3/docs/en_US/pg/sql-alterindex.html -share/pgadmin3/docs/en_US/pg/sql-alterlanguage.html -share/pgadmin3/docs/en_US/pg/sql-alteropclass.html -share/pgadmin3/docs/en_US/pg/sql-alteroperator.html -share/pgadmin3/docs/en_US/pg/sql-alterschema.html -share/pgadmin3/docs/en_US/pg/sql-altersequence.html -share/pgadmin3/docs/en_US/pg/sql-altertable.html -share/pgadmin3/docs/en_US/pg/sql-altertablespace.html -share/pgadmin3/docs/en_US/pg/sql-altertrigger.html -share/pgadmin3/docs/en_US/pg/sql-altertype.html -share/pgadmin3/docs/en_US/pg/sql-alteruser.html -share/pgadmin3/docs/en_US/pg/sql-analyze.html -share/pgadmin3/docs/en_US/pg/sql-begin.html -share/pgadmin3/docs/en_US/pg/sql-checkpoint.html -share/pgadmin3/docs/en_US/pg/sql-close.html -share/pgadmin3/docs/en_US/pg/sql-cluster.html -share/pgadmin3/docs/en_US/pg/sql-commands.html -share/pgadmin3/docs/en_US/pg/sql-comment.html -share/pgadmin3/docs/en_US/pg/sql-commit.html -share/pgadmin3/docs/en_US/pg/sql-copy.html -share/pgadmin3/docs/en_US/pg/sql-createaggregate.html -share/pgadmin3/docs/en_US/pg/sql-createcast.html -share/pgadmin3/docs/en_US/pg/sql-createconstraint.html -share/pgadmin3/docs/en_US/pg/sql-createconversion.html -share/pgadmin3/docs/en_US/pg/sql-createdatabase.html -share/pgadmin3/docs/en_US/pg/sql-createdomain.html -share/pgadmin3/docs/en_US/pg/sql-createfunction.html -share/pgadmin3/docs/en_US/pg/sql-creategroup.html -share/pgadmin3/docs/en_US/pg/sql-createindex.html -share/pgadmin3/docs/en_US/pg/sql-createlanguage.html -share/pgadmin3/docs/en_US/pg/sql-createopclass.html -share/pgadmin3/docs/en_US/pg/sql-createoperator.html -share/pgadmin3/docs/en_US/pg/sql-createrule.html -share/pgadmin3/docs/en_US/pg/sql-createschema.html -share/pgadmin3/docs/en_US/pg/sql-createsequence.html -share/pgadmin3/docs/en_US/pg/sql-createtable.html -share/pgadmin3/docs/en_US/pg/sql-createtableas.html -share/pgadmin3/docs/en_US/pg/sql-createtablespace.html -share/pgadmin3/docs/en_US/pg/sql-createtrigger.html -share/pgadmin3/docs/en_US/pg/sql-createtype.html -share/pgadmin3/docs/en_US/pg/sql-createuser.html -share/pgadmin3/docs/en_US/pg/sql-createview.html -share/pgadmin3/docs/en_US/pg/sql-deallocate.html -share/pgadmin3/docs/en_US/pg/sql-declare.html -share/pgadmin3/docs/en_US/pg/sql-delete.html -share/pgadmin3/docs/en_US/pg/sql-dropaggregate.html -share/pgadmin3/docs/en_US/pg/sql-dropcast.html -share/pgadmin3/docs/en_US/pg/sql-dropconversion.html -share/pgadmin3/docs/en_US/pg/sql-dropdatabase.html -share/pgadmin3/docs/en_US/pg/sql-dropdomain.html -share/pgadmin3/docs/en_US/pg/sql-dropfunction.html -share/pgadmin3/docs/en_US/pg/sql-dropgroup.html -share/pgadmin3/docs/en_US/pg/sql-dropindex.html -share/pgadmin3/docs/en_US/pg/sql-droplanguage.html -share/pgadmin3/docs/en_US/pg/sql-dropopclass.html -share/pgadmin3/docs/en_US/pg/sql-dropoperator.html -share/pgadmin3/docs/en_US/pg/sql-droprule.html -share/pgadmin3/docs/en_US/pg/sql-dropschema.html -share/pgadmin3/docs/en_US/pg/sql-dropsequence.html -share/pgadmin3/docs/en_US/pg/sql-droptable.html -share/pgadmin3/docs/en_US/pg/sql-droptablespace.html -share/pgadmin3/docs/en_US/pg/sql-droptrigger.html -share/pgadmin3/docs/en_US/pg/sql-droptype.html -share/pgadmin3/docs/en_US/pg/sql-dropuser.html -share/pgadmin3/docs/en_US/pg/sql-dropview.html -share/pgadmin3/docs/en_US/pg/sql-end.html -share/pgadmin3/docs/en_US/pg/sql-execute.html -share/pgadmin3/docs/en_US/pg/sql-explain.html -share/pgadmin3/docs/en_US/pg/sql-expressions.html -share/pgadmin3/docs/en_US/pg/sql-fetch.html -share/pgadmin3/docs/en_US/pg/sql-grant.html -share/pgadmin3/docs/en_US/pg/sql-insert.html -share/pgadmin3/docs/en_US/pg/sql-keywords-appendix.html -share/pgadmin3/docs/en_US/pg/sql-listen.html -share/pgadmin3/docs/en_US/pg/sql-load.html -share/pgadmin3/docs/en_US/pg/sql-lock.html -share/pgadmin3/docs/en_US/pg/sql-move.html -share/pgadmin3/docs/en_US/pg/sql-notify.html -share/pgadmin3/docs/en_US/pg/sql-prepare.html -share/pgadmin3/docs/en_US/pg/sql-reindex.html -share/pgadmin3/docs/en_US/pg/sql-release-savepoint.html -share/pgadmin3/docs/en_US/pg/sql-reset.html -share/pgadmin3/docs/en_US/pg/sql-revoke.html -share/pgadmin3/docs/en_US/pg/sql-rollback-to.html -share/pgadmin3/docs/en_US/pg/sql-rollback.html -share/pgadmin3/docs/en_US/pg/sql-savepoint.html -share/pgadmin3/docs/en_US/pg/sql-select.html -share/pgadmin3/docs/en_US/pg/sql-selectinto.html -share/pgadmin3/docs/en_US/pg/sql-set-constraints.html -share/pgadmin3/docs/en_US/pg/sql-set-session-authorization.html -share/pgadmin3/docs/en_US/pg/sql-set-transaction.html -share/pgadmin3/docs/en_US/pg/sql-set.html -share/pgadmin3/docs/en_US/pg/sql-show.html -share/pgadmin3/docs/en_US/pg/sql-start-transaction.html -share/pgadmin3/docs/en_US/pg/sql-syntax.html -share/pgadmin3/docs/en_US/pg/sql-truncate.html -share/pgadmin3/docs/en_US/pg/sql-unlisten.html -share/pgadmin3/docs/en_US/pg/sql-update.html -share/pgadmin3/docs/en_US/pg/sql-vacuum.html -share/pgadmin3/docs/en_US/pg/sql.html -share/pgadmin3/docs/en_US/pg/ssh-tunnels.html -share/pgadmin3/docs/en_US/pg/ssl-tcp.html -share/pgadmin3/docs/en_US/pg/stylesheet.css -share/pgadmin3/docs/en_US/pg/supported-platforms.html -share/pgadmin3/docs/en_US/pg/transaction-iso.html -share/pgadmin3/docs/en_US/pg/trigger-datachanges.html -share/pgadmin3/docs/en_US/pg/trigger-example.html -share/pgadmin3/docs/en_US/pg/trigger-interface.html -share/pgadmin3/docs/en_US/pg/triggers.html -share/pgadmin3/docs/en_US/pg/tutorial-accessdb.html -share/pgadmin3/docs/en_US/pg/tutorial-advanced.html -share/pgadmin3/docs/en_US/pg/tutorial-agg.html -share/pgadmin3/docs/en_US/pg/tutorial-arch.html -share/pgadmin3/docs/en_US/pg/tutorial-concepts.html -share/pgadmin3/docs/en_US/pg/tutorial-conclusion.html -share/pgadmin3/docs/en_US/pg/tutorial-createdb.html -share/pgadmin3/docs/en_US/pg/tutorial-delete.html -share/pgadmin3/docs/en_US/pg/tutorial-fk.html -share/pgadmin3/docs/en_US/pg/tutorial-inheritance.html -share/pgadmin3/docs/en_US/pg/tutorial-join.html -share/pgadmin3/docs/en_US/pg/tutorial-populate.html -share/pgadmin3/docs/en_US/pg/tutorial-select.html -share/pgadmin3/docs/en_US/pg/tutorial-sql.html -share/pgadmin3/docs/en_US/pg/tutorial-start.html -share/pgadmin3/docs/en_US/pg/tutorial-table.html -share/pgadmin3/docs/en_US/pg/tutorial-transactions.html -share/pgadmin3/docs/en_US/pg/tutorial-update.html -share/pgadmin3/docs/en_US/pg/tutorial-views.html -share/pgadmin3/docs/en_US/pg/tutorial.html -share/pgadmin3/docs/en_US/pg/typeconv-func.html -share/pgadmin3/docs/en_US/pg/typeconv-oper.html -share/pgadmin3/docs/en_US/pg/typeconv-query.html -share/pgadmin3/docs/en_US/pg/typeconv-union-case.html -share/pgadmin3/docs/en_US/pg/typeconv.html -share/pgadmin3/docs/en_US/pg/unsupported-features-sql99.html -share/pgadmin3/docs/en_US/pg/user-attributes.html -share/pgadmin3/docs/en_US/pg/user-manag.html -share/pgadmin3/docs/en_US/pg/view-pg-indexes.html -share/pgadmin3/docs/en_US/pg/view-pg-locks.html -share/pgadmin3/docs/en_US/pg/view-pg-rules.html -share/pgadmin3/docs/en_US/pg/view-pg-settings.html -share/pgadmin3/docs/en_US/pg/view-pg-stats.html -share/pgadmin3/docs/en_US/pg/view-pg-tables.html -share/pgadmin3/docs/en_US/pg/view-pg-user.html -share/pgadmin3/docs/en_US/pg/view-pg-views.html -share/pgadmin3/docs/en_US/pg/views-overview.html -share/pgadmin3/docs/en_US/pg/wal-configuration.html -share/pgadmin3/docs/en_US/pg/wal-internals.html -share/pgadmin3/docs/en_US/pg/wal.html -share/pgadmin3/docs/en_US/pg/xaggr.html -share/pgadmin3/docs/en_US/pg/xfunc-c.html -share/pgadmin3/docs/en_US/pg/xfunc-internal.html -share/pgadmin3/docs/en_US/pg/xfunc-overload.html -share/pgadmin3/docs/en_US/pg/xfunc-pl.html -share/pgadmin3/docs/en_US/pg/xfunc-sql.html -share/pgadmin3/docs/en_US/pg/xfunc-volatility.html -share/pgadmin3/docs/en_US/pg/xfunc.html -share/pgadmin3/docs/en_US/pg/xindex.html -share/pgadmin3/docs/en_US/pg/xoper-optimization.html -share/pgadmin3/docs/en_US/pg/xoper.html -share/pgadmin3/docs/en_US/pg/xplang.html -share/pgadmin3/docs/en_US/pg/xtypes.html -share/pgadmin3/docs/en_US/pgadmin3.css -share/pgadmin3/docs/en_US/pgadmin3.hhc -share/pgadmin3/docs/en_US/pgadmin3.hhk -share/pgadmin3/docs/en_US/pgadmin3.hhp -share/pgadmin3/docs/en_US/pgadmin3.hhp.cached -share/pgadmin3/docs/en_US/preparing_for_translation.html -share/pgadmin3/docs/en_US/prop_page_design.html -share/pgadmin3/docs/en_US/query.html -share/pgadmin3/docs/en_US/querybuilder.html -share/pgadmin3/docs/en_US/restore.html -share/pgadmin3/docs/en_US/snapshots.html -share/pgadmin3/docs/en_US/status.html -share/pgadmin3/docs/en_US/team.html -share/pgadmin3/docs/en_US/tech.html -share/pgadmin3/docs/en_US/tips.txt -share/pgadmin3/docs/en_US/translation_guidelines.html -share/pgadmin3/docs/en_US/translation_steps.html -share/pgadmin3/docs/en_US/translation_team.html -share/pgadmin3/docs/en_US/unix_compilation.html -share/pgadmin3/docs/en_US/using.html -share/pgadmin3/ui/af_ZA/pgadmin3.mo -share/pgadmin3/ui/af_ZA/wxstd.mo -share/pgadmin3/ui/ca_ES/pgadmin3.mo -share/pgadmin3/ui/ca_ES/wxstd.mo -share/pgadmin3/ui/common/dlgAggregate.xrc -share/pgadmin3/ui/common/dlgCast.xrc -share/pgadmin3/ui/common/dlgCheck.xrc -share/pgadmin3/ui/common/dlgColumn.xrc -share/pgadmin3/ui/common/dlgConnect.xrc -share/pgadmin3/ui/common/dlgConversion.xrc -share/pgadmin3/ui/common/dlgDatabase.xrc -share/pgadmin3/ui/common/dlgDomain.xrc -share/pgadmin3/ui/common/dlgEditGridOptions.xrc -share/pgadmin3/ui/common/dlgForeignKey.xrc -share/pgadmin3/ui/common/dlgFunction.xrc -share/pgadmin3/ui/common/dlgGroup.xrc -share/pgadmin3/ui/common/dlgIndex.xrc -share/pgadmin3/ui/common/dlgIndexConstraint.xrc -share/pgadmin3/ui/common/dlgJob.xrc -share/pgadmin3/ui/common/dlgLanguage.xrc -share/pgadmin3/ui/common/dlgOperator.xrc -share/pgadmin3/ui/common/dlgRule.xrc -share/pgadmin3/ui/common/dlgSchedule.xrc -share/pgadmin3/ui/common/dlgSchema.xrc -share/pgadmin3/ui/common/dlgSequence.xrc -share/pgadmin3/ui/common/dlgServer.xrc -share/pgadmin3/ui/common/dlgStep.xrc -share/pgadmin3/ui/common/dlgTable.xrc -share/pgadmin3/ui/common/dlgTablespace.xrc -share/pgadmin3/ui/common/dlgTrigger.xrc -share/pgadmin3/ui/common/dlgType.xrc -share/pgadmin3/ui/common/dlgUser.xrc -share/pgadmin3/ui/common/dlgView.xrc -share/pgadmin3/ui/common/frmAddTableView.xrc -share/pgadmin3/ui/common/frmBackup.xrc -share/pgadmin3/ui/common/frmExport.xrc -share/pgadmin3/ui/common/frmGrantWizard.xrc -share/pgadmin3/ui/common/frmIndexcheck.xrc -share/pgadmin3/ui/common/frmMaintenance.xrc -share/pgadmin3/ui/common/frmOptions.xrc -share/pgadmin3/ui/common/frmPassword.xrc -share/pgadmin3/ui/common/frmQBJoin.xrc -share/pgadmin3/ui/common/frmRestore.xrc -share/pgadmin3/ui/common/frmStatus.xrc -share/pgadmin3/ui/da_DK/pgadmin3.mo -share/pgadmin3/ui/da_DK/wxstd.mo -share/pgadmin3/ui/de_DE/pgadmin3.mo -share/pgadmin3/ui/de_DE/wxstd.mo -share/pgadmin3/ui/es_ES/pgadmin3.mo -share/pgadmin3/ui/es_ES/wxstd.mo -share/pgadmin3/ui/fi_FI/pgadmin3.mo -share/pgadmin3/ui/fi_FI/wxstd.mo -share/pgadmin3/ui/fr_FR/pgadmin3.mo -share/pgadmin3/ui/fr_FR/wxstd.mo -share/pgadmin3/ui/hu_HU/pgadmin3.mo -share/pgadmin3/ui/hu_HU/wxstd.mo -share/pgadmin3/ui/id_ID/pgadmin3.mo -share/pgadmin3/ui/id_ID/wxstd.mo -share/pgadmin3/ui/it_IT/pgadmin3.mo -share/pgadmin3/ui/it_IT/wxstd.mo -share/pgadmin3/ui/ja_JP/pgadmin3.mo -share/pgadmin3/ui/ja_JP/wxstd.mo -share/pgadmin3/ui/lv_LV/pgadmin3.mo -share/pgadmin3/ui/nl_NL/pgadmin3.mo -share/pgadmin3/ui/nl_NL/wxstd.mo -share/pgadmin3/ui/pgadmin3.lng -share/pgadmin3/ui/pl_PL/pgadmin3.mo -share/pgadmin3/ui/pl_PL/wxstd.mo -share/pgadmin3/ui/pt_PT/pgadmin3.mo -share/pgadmin3/ui/ru_RU/pgadmin3.mo -share/pgadmin3/ui/ru_RU/wxstd.mo -share/pgadmin3/ui/sk_SK/pgadmin3.mo -share/pgadmin3/ui/sl_SI/pgadmin3.mo -share/pgadmin3/ui/sl_SI/wxstd.mo -share/pgadmin3/ui/sr_YU/pgadmin3.mo -share/pgadmin3/ui/tr_TR/pgadmin3.mo -share/pgadmin3/ui/tr_TR/wxstd.mo -share/pgadmin3/ui/wxstd.mo -share/pgadmin3/ui/zh_CN/pgadmin3.mo -share/pgadmin3/ui/zh_CN/wxstd.mo -share/pgadmin3/ui/zh_TW/pgadmin3.mo -share/pgadmin3/ui/zh_TW/wxstd.mo -@dirrm share/pgadmin3/ui/zh_TW -@dirrm share/pgadmin3/ui/zh_CN -@dirrm share/pgadmin3/ui/tr_TR -@dirrm share/pgadmin3/ui/sr_YU -@dirrm share/pgadmin3/ui/sl_SI -@dirrm share/pgadmin3/ui/sk_SK -@dirrm share/pgadmin3/ui/ru_RU -@dirrm share/pgadmin3/ui/pt_PT -@dirrm share/pgadmin3/ui/pl_PL -@dirrm share/pgadmin3/ui/nl_NL -@dirrm share/pgadmin3/ui/lv_LV -@dirrm share/pgadmin3/ui/ja_JP -@dirrm share/pgadmin3/ui/it_IT -@dirrm share/pgadmin3/ui/id_ID -@dirrm share/pgadmin3/ui/hu_HU -@dirrm share/pgadmin3/ui/fr_FR -@dirrm share/pgadmin3/ui/fi_FI -@dirrm share/pgadmin3/ui/es_ES -@dirrm share/pgadmin3/ui/de_DE -@dirrm share/pgadmin3/ui/da_DK -@dirrm share/pgadmin3/ui/common -@dirrm share/pgadmin3/ui/ca_ES -@dirrm share/pgadmin3/ui/af_ZA -@dirrm share/pgadmin3/ui -@dirrm share/pgadmin3/docs/en_US/pg -@dirrm share/pgadmin3/docs/en_US/images -@dirrm share/pgadmin3/docs/en_US -@dirrm share/pgadmin3/docs -@dirrm share/pgadmin3 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 70bce219049b..000000000000 --- a/databases/php4-rrdtool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (php4-rrdtool-1.05.tar.gz) = 17816fc591c38135e81856e143aaab6f -SIZE (php4-rrdtool-1.05.tar.gz) = 293555 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/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile deleted file mode 100644 index 5f4091e46bec..000000000000 --- a/databases/phpmyadmin211/Makefile +++ /dev/null @@ -1,149 +0,0 @@ -# New ports collection makefile for: phpMyAdmin -# Date created: 19 Jan 2001 -# Whom: nbm -# -# $FreeBSD$ -# - -PORTNAME= phpMyAdmin -PORTVERSION= 2.6.1.3 -#DISTVERSION= 2.6.1-pl3 -CATEGORIES= databases www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= phpmyadmin -DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/-pl\1/} - -MAINTAINER= m.seaman@infracaninophile.co.uk -COMMENT= A set of PHP-scripts to manage MySQL over the web - -USE_BZIP2= yes -NO_BUILD= yes -USE_PHP= mysql pcre - -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 -PKGINST_SKEL= ${PKGDIR}/pkg-install${PKGNAMESUFFIX} -PKGINSTALL= ${WRKDIR}/pkg-install${PKGNAMESUFFIX} -PKGDEINST_SKEL= ${PKGDIR}/pkg-deinstall${PKGNAMESUFFIX} -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall${PKGNAMESUFFIX} - -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 (PHP5, MySQL 4.1 only)" 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?= /var/db/ports -LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options - -.if exists(${OPTIONSFILE}) -.include "${OPTIONSFILE}" -.endif - -# 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 - -# 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} "" - -post-patch: - ${MV} ${WRKSRC}/${CFGFILE} ${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,^\.$$,@unexec rmdir %D/%%MYADMDIR%% 2>/dev/null || true," \ - -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=${PREFIX}/${MYADMDIR}$${src#.} ; \ - if ${TEST} -d $$src ; then \ - ${MKDIR} $$dst ; \ - else \ - ${INSTALL_DATA} $$src $$dst ; \ - fi \ - done - -install-conf: install-app - cd ${PREFIX}/${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 260ea4445680..000000000000 --- a/databases/phpmyadmin211/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (phpMyAdmin-2.6.1-pl3.tar.bz2) = 77b97c6212ee9322db0aea6ba00e305c -SIZE (phpMyAdmin-2.6.1-pl3.tar.bz2) = 1543219 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 a9f3636dad94..000000000000 --- a/databases/phpmyadmin211/files/pkg-message.in +++ /dev/null @@ -1,12 +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 the following to httpd.conf: - - Alias /phpmyadmin/ "%%PREFIX%%/%%MYADMDIR%%/" - diff --git a/databases/phpmyadmin211/pkg-descr b/databases/phpmyadmin211/pkg-descr deleted file mode 100644 index b1d2973e53c8..000000000000 --- a/databases/phpmyadmin211/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ - -phpMyAdmin is intended to handle the administration of MySQL over the -Web. It can manage a whole MySQL server as well as a single database. - -Currently it can: - - create and drop databases - - create, copy, drop, rename and alter tables - - do table maintenance - - delete, edit and add fields - - execute any SQL-statement, even batch-queries - - manage keys on fields - - load text files into tables - - create and read dumps of tables - - export data to CSV, XML and Latex formats - - administer multiple servers - - manage MySQL users and privileges - - check referential integrity - - 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 - - communicate in 47 different languages - -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 895ffb20e6eb..000000000000 --- a/databases/postgresql-libpqxx3/Makefile +++ /dev/null @@ -1,40 +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.4.2 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/ -PKGNAMEPREFIX= postgresql- -DIST_SUBDIR= postgresql - -MAINTAINER= girgen@FreeBSD.org -COMMENT= A new C++ interface for PostgreSQL - -USE_PGSQL= YES -USE_INC_LIBTOOL_VER=15 -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 88e1c0a7d8e7..000000000000 --- a/databases/postgresql-libpqxx3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (postgresql/libpqxx-2.4.2.tar.gz) = f58b366c1a84ed838d76b0febee36e1a -SIZE (postgresql/libpqxx-2.4.2.tar.gz) = 843633 diff --git a/databases/postgresql-libpqxx3/files/patch-Makefile.in b/databases/postgresql-libpqxx3/files/patch-Makefile.in deleted file mode 100644 index ee6a7627048f..000000000000 --- a/databases/postgresql-libpqxx3/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon May 10 14:37:09 2004 -+++ Makefile.in Wed Jun 23 21:47:42 2004 -@@ -196,7 +196,7 @@ - MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \ - stamp-h.in - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libpqxx.pc - bin_SCRIPTS = pqxx-config - all: all-recursive diff --git a/databases/postgresql-libpqxx3/files/patch-src-util-cxx b/databases/postgresql-libpqxx3/files/patch-src-util-cxx deleted file mode 100644 index 0b66608ad94c..000000000000 --- a/databases/postgresql-libpqxx3/files/patch-src-util-cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- src/util.cxx.orig Sun Nov 7 15:53:59 2004 -+++ src/util.cxx Sun Nov 7 15:54:02 2004 -@@ -24,6 +24,8 @@ - #include <new> - #include <sstream> - -+#include <unistd.h> -+ - #ifdef _WIN32 - #include <windows.h> - #endif diff --git a/databases/postgresql-libpqxx3/pkg-descr b/databases/postgresql-libpqxx3/pkg-descr deleted file mode 100644 index 783a2761c86a..000000000000 --- a/databases/postgresql-libpqxx3/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Welcome to libpqxx, a 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://gborg.postgresql.org/project/libpqxx/ diff --git a/databases/postgresql-libpqxx3/pkg-plist b/databases/postgresql-libpqxx3/pkg-plist deleted file mode 100644 index 3d1db56ff81c..000000000000 --- a/databases/postgresql-libpqxx3/pkg-plist +++ /dev/null @@ -1,74 +0,0 @@ -bin/pqxx-config -include/pqxx/pqxx -include/pqxx/all.h -include/pqxx/binarystring -include/pqxx/binarystring.hxx -include/pqxx/cachedresult.h -include/pqxx/connection -include/pqxx/connection.hxx -include/pqxx/connection.h -include/pqxx/connection_base -include/pqxx/connection_base.hxx -include/pqxx/connection_base.h -include/pqxx/connectionitf.h -include/pqxx/cursor -include/pqxx/cursor.hxx -include/pqxx/cursor.h -include/pqxx/dbtransaction -include/pqxx/dbtransaction.hxx -include/pqxx/dbtransaction.h -include/pqxx/except -include/pqxx/except.hxx -include/pqxx/except.h -include/pqxx/isolation -include/pqxx/isolation.hxx -include/pqxx/isolation.h -include/pqxx/largeobject -include/pqxx/largeobject.hxx -include/pqxx/largeobject.h -include/pqxx/libcompiler.h -include/pqxx/nontransaction -include/pqxx/nontransaction.hxx -include/pqxx/nontransaction.h -include/pqxx/pipeline -include/pqxx/pipeline.hxx -include/pqxx/result -include/pqxx/result.hxx -include/pqxx/result.h -include/pqxx/robusttransaction -include/pqxx/robusttransaction.hxx -include/pqxx/robusttransaction.h -include/pqxx/tablereader -include/pqxx/tablereader.hxx -include/pqxx/tablereader.h -include/pqxx/tablestream -include/pqxx/tablestream.hxx -include/pqxx/tablestream.h -include/pqxx/tablewriter -include/pqxx/tablewriter.hxx -include/pqxx/tablewriter.h -include/pqxx/transaction -include/pqxx/transaction.hxx -include/pqxx/transaction.h -include/pqxx/transaction_base -include/pqxx/transaction_base.hxx -include/pqxx/transaction_base.h -include/pqxx/transactionitf.h -include/pqxx/transactor -include/pqxx/transactor.hxx -include/pqxx/transactor.h -include/pqxx/trigger -include/pqxx/trigger.hxx -include/pqxx/trigger.h -include/pqxx/util -include/pqxx/util.hxx -include/pqxx/util.h -include/pqxx/config-public-compiler.h -include/pqxx/config-public-libpq.h -lib/libpqxx.a -lib/libpqxx.la -lib/libpqxx.so -lib/libpqxx-%%PORTVERSION%%.so -libdata/pkgconfig/libpqxx.pc -@dirrm include/pqxx -@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true diff --git a/databases/postgresql-libpqxx30/Makefile b/databases/postgresql-libpqxx30/Makefile deleted file mode 100644 index 895ffb20e6eb..000000000000 --- a/databases/postgresql-libpqxx30/Makefile +++ /dev/null @@ -1,40 +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.4.2 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqxx/stable/ -PKGNAMEPREFIX= postgresql- -DIST_SUBDIR= postgresql - -MAINTAINER= girgen@FreeBSD.org -COMMENT= A new C++ interface for PostgreSQL - -USE_PGSQL= YES -USE_INC_LIBTOOL_VER=15 -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 88e1c0a7d8e7..000000000000 --- a/databases/postgresql-libpqxx30/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (postgresql/libpqxx-2.4.2.tar.gz) = f58b366c1a84ed838d76b0febee36e1a -SIZE (postgresql/libpqxx-2.4.2.tar.gz) = 843633 diff --git a/databases/postgresql-libpqxx30/files/patch-Makefile.in b/databases/postgresql-libpqxx30/files/patch-Makefile.in deleted file mode 100644 index ee6a7627048f..000000000000 --- a/databases/postgresql-libpqxx30/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon May 10 14:37:09 2004 -+++ Makefile.in Wed Jun 23 21:47:42 2004 -@@ -196,7 +196,7 @@ - MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.h.in config.log configure \ - stamp-h.in - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = libpqxx.pc - bin_SCRIPTS = pqxx-config - all: all-recursive diff --git a/databases/postgresql-libpqxx30/files/patch-src-util-cxx b/databases/postgresql-libpqxx30/files/patch-src-util-cxx deleted file mode 100644 index 0b66608ad94c..000000000000 --- a/databases/postgresql-libpqxx30/files/patch-src-util-cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- src/util.cxx.orig Sun Nov 7 15:53:59 2004 -+++ src/util.cxx Sun Nov 7 15:54:02 2004 -@@ -24,6 +24,8 @@ - #include <new> - #include <sstream> - -+#include <unistd.h> -+ - #ifdef _WIN32 - #include <windows.h> - #endif diff --git a/databases/postgresql-libpqxx30/pkg-descr b/databases/postgresql-libpqxx30/pkg-descr deleted file mode 100644 index 783a2761c86a..000000000000 --- a/databases/postgresql-libpqxx30/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Welcome to libpqxx, a 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://gborg.postgresql.org/project/libpqxx/ diff --git a/databases/postgresql-libpqxx30/pkg-plist b/databases/postgresql-libpqxx30/pkg-plist deleted file mode 100644 index 3d1db56ff81c..000000000000 --- a/databases/postgresql-libpqxx30/pkg-plist +++ /dev/null @@ -1,74 +0,0 @@ -bin/pqxx-config -include/pqxx/pqxx -include/pqxx/all.h -include/pqxx/binarystring -include/pqxx/binarystring.hxx -include/pqxx/cachedresult.h -include/pqxx/connection -include/pqxx/connection.hxx -include/pqxx/connection.h -include/pqxx/connection_base -include/pqxx/connection_base.hxx -include/pqxx/connection_base.h -include/pqxx/connectionitf.h -include/pqxx/cursor -include/pqxx/cursor.hxx -include/pqxx/cursor.h -include/pqxx/dbtransaction -include/pqxx/dbtransaction.hxx -include/pqxx/dbtransaction.h -include/pqxx/except -include/pqxx/except.hxx -include/pqxx/except.h -include/pqxx/isolation -include/pqxx/isolation.hxx -include/pqxx/isolation.h -include/pqxx/largeobject -include/pqxx/largeobject.hxx -include/pqxx/largeobject.h -include/pqxx/libcompiler.h -include/pqxx/nontransaction -include/pqxx/nontransaction.hxx -include/pqxx/nontransaction.h -include/pqxx/pipeline -include/pqxx/pipeline.hxx -include/pqxx/result -include/pqxx/result.hxx -include/pqxx/result.h -include/pqxx/robusttransaction -include/pqxx/robusttransaction.hxx -include/pqxx/robusttransaction.h -include/pqxx/tablereader -include/pqxx/tablereader.hxx -include/pqxx/tablereader.h -include/pqxx/tablestream -include/pqxx/tablestream.hxx -include/pqxx/tablestream.h -include/pqxx/tablewriter -include/pqxx/tablewriter.hxx -include/pqxx/tablewriter.h -include/pqxx/transaction -include/pqxx/transaction.hxx -include/pqxx/transaction.h -include/pqxx/transaction_base -include/pqxx/transaction_base.hxx -include/pqxx/transaction_base.h -include/pqxx/transactionitf.h -include/pqxx/transactor -include/pqxx/transactor.hxx -include/pqxx/transactor.h -include/pqxx/trigger -include/pqxx/trigger.hxx -include/pqxx/trigger.h -include/pqxx/util -include/pqxx/util.hxx -include/pqxx/util.h -include/pqxx/config-public-compiler.h -include/pqxx/config-public-libpq.h -lib/libpqxx.a -lib/libpqxx.la -lib/libpqxx.so -lib/libpqxx-%%PORTVERSION%%.so -libdata/pkgconfig/libpqxx.pc -@dirrm include/pqxx -@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile deleted file mode 100644 index 4825ec4d2984..000000000000 --- a/databases/postgresql81-server/Makefile +++ /dev/null @@ -1,289 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PKGNAMESUFFIX?= -server -PORTVERSION?= 8.0.1 -PORTREVISION?= 3 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -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.[0-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.[0-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}80 -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/timezone src/backend src/backend/utils/mb/conversion_procs src/pl -INSTALL_DIRS?= ${BUILD_DIRS} -PKGMESSAGE= ${WRKDIR}/.pkg-message${PKGNAMESUFFIX} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= yes -RCSCRIPT= ${PREFIX}/etc/rc.d/010.pgsql.sh -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 -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. 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) -WITH_KRB5= yes -KRB5_HOME?= ${LOCALBASE} -KRB5CONF= ${KRB5_HOME}/bin/krb5-config -LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 -. endif - -. if defined(WITH_HEIMDAL_KRB5) -WITH_KRB5= yes -. if defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) -KRB5CONF= ${HEIMDAL_HOME}/bin/krb5-config -. elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(${DESTDIR}/usr/lib/libkrb5.a) -KRB5CONF= ${DESTDIR}/usr/bin/krb5-config -. else -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -KRB5CONF= ${LOCALBASE}/bin/krb5-config -. endif -. endif - -. if defined(WITH_KRB5) -CONFIGURE_ARGS+= --with-krb5 -LDFLAGS+= `${KRB5CONF} --libs krb5` -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -. endif - -. if defined(SERVER_ONLY) && defined(WITH_TESTS) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -EXTRA_PATCHES= ${FILESDIR}/regresspatch-src-test-regress-pgregress-sh -. 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 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_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 \ - 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_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_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 reindex.7 reset.7 \ - revoke.7 rollback.7 select.7 select_into.7 set.7 \ - set_constraints.7 set_transaction.7 show.7 \ - set_session_authorization.7 start_transaction.7 \ - spi_connect.7 spi_copytuple.7 spi_cursor_close.7 \ - spi_cursor_fetch.7 spi_cursor_find.7 spi_cursor_move.7 \ - spi_cursor_open.7 spi_exec.7 spi_execp.7 spi_execute.7 \ - spi_execute_plan.7 \ - spi_finish.7 spi_fname.7 spi_fnumber.7 spi_freeplan.7 \ - spi_freetuple.7 spi_freetuptable.7 spi_getargcount.7 \ - spi_getargtypeid.7 spi_getbinval.7 spi_getrelname.7 \ - spi_gettype.7 spi_gettypeid.7 spi_getvalue.7 \ - spi_is_cursor_plan.7 spi_modifytuple.7 spi_palloc.7 \ - spi_pfree.7 spi_pop.7 spi_prepare.7 spi_push.7 \ - spi_repalloc.7 spi_returntuple.7 spi_saveplan.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 -.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(${MASTERDIR}/pkg-message${PKGNAMESUFFIX}) -post-build: - @ ${SED} "s|/usr/local|${PREFIX}|g" \ - < ${MASTERDIR}/pkg-message${PKGNAMESUFFIX} \ - > ${PKGMESSAGE} -. endif -.endif - -.if defined(SERVER_ONLY) -pre-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 - @ ${SED} "s|%%PREFIX%%|${PREFIX}|g" \ - < ${FILESDIR}/dot.$i.in \ - > ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%RC_SUBR%%|${RC_SUBR}|g" \ - < ${FILESDIR}/pgsql.sh.tmpl \ - > ${RCSCRIPT} ;\ - ${CHMOD} 554 ${RCSCRIPT} ;\ - ${CHOWN} root:pgsql ${RCSCRIPT} ;\ - ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${MKDIR} ${PREFIX}/etc/periodic/daily ;\ - ${INSTALL_SCRIPT} ${FILESDIR}/502.pgsql \ - ${PREFIX}/etc/periodic/daily -. endif # SERVER_ONLY - @ 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/postgresql81-server/distinfo b/databases/postgresql81-server/distinfo deleted file mode 100644 index 8c1ca90907ab..000000000000 --- a/databases/postgresql81-server/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -MD5 (postgresql/postgresql-base-8.0.1.tar.bz2) = b8f8edce5b29bcf785251693c6225885 -SIZE (postgresql/postgresql-base-8.0.1.tar.bz2) = 7798118 -MD5 (postgresql/postgresql-docs-8.0.1.tar.bz2) = f51624e70b9fca4ebd6bb56ba8587b97 -SIZE (postgresql/postgresql-docs-8.0.1.tar.bz2) = 2198650 -MD5 (postgresql/postgresql-opt-8.0.1.tar.bz2) = 130474770b88fd059c2dff457fb06b0a -SIZE (postgresql/postgresql-opt-8.0.1.tar.bz2) = 133466 -MD5 (postgresql/postgresql-test-8.0.1.tar.bz2) = ad7baaaf9cf417b9ddd1512f1dd7fb10 -SIZE (postgresql/postgresql-test-8.0.1.tar.bz2) = 961001 diff --git a/databases/postgresql81-server/files/502.pgsql b/databases/postgresql81-server/files/502.pgsql deleted file mode 100644 index 09591559c317..000000000000 --- a/databases/postgresql81-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/postgresql81-server/files/dot.cshrc.in b/databases/postgresql81-server/files/dot.cshrc.in deleted file mode 100644 index 4069398b376e..000000000000 --- a/databases/postgresql81-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/postgresql81-server/files/dot.profile.in b/databases/postgresql81-server/files/dot.profile.in deleted file mode 100644 index 954e22eae8f8..000000000000 --- a/databases/postgresql81-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/postgresql81-server/files/patch-plpython-Makefile b/databases/postgresql81-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql81-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/postgresql81-server/files/patch-src-makefiles-Makefile.freebsd b/databases/postgresql81-server/files/patch-src-makefiles-Makefile.freebsd deleted file mode 100644 index 89aaa9a2c0cc..000000000000 --- a/databases/postgresql81-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,17 +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 -@@ -11,7 +11,7 @@ - ifeq ($(findstring sparc,$(host_cpu)), sparc) - CFLAGS_SL = -fPIC -DPIC - else --CFLAGS_SL = -fpic -DPIC -+CFLAGS_SL = -fPIC -DPIC - endif - - -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/postgresql81-server/files/patch-src-pl-plpgsql-src-gram-y b/databases/postgresql81-server/files/patch-src-pl-plpgsql-src-gram-y deleted file mode 100644 index 672745ce2760..000000000000 --- a/databases/postgresql81-server/files/patch-src-pl-plpgsql-src-gram-y +++ /dev/null @@ -1,80 +0,0 @@ ---- src/pl/plpgsql/src/gram.y 2005/01/21 00:17:02 1.64.4.1 REL8_0_1 -+++ src/pl/plpgsql/src/gram.y 2005/02/08 18:21:59 1.64.4.3 REL8_0_STABLE -@@ -4,7 +4,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -1766,8 +1766,19 @@ read_sql_construct(int until, - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -1940,6 +1951,15 @@ make_select_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { -@@ -1990,6 +2010,16 @@ make_select_stmt(void) - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -2085,6 +2115,15 @@ make_fetch_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { diff --git a/databases/postgresql81-server/files/patch-src-pl-plpgsql-src-pl-gram-c b/databases/postgresql81-server/files/patch-src-pl-plpgsql-src-pl-gram-c deleted file mode 100644 index e4cb940fda72..000000000000 --- a/databases/postgresql81-server/files/patch-src-pl-plpgsql-src-pl-gram-c +++ /dev/null @@ -1,91 +0,0 @@ ---- /opt/portbuild/tmp/opt/ports/databases/postgresql80-server/work/postgresql-8.0.1/src/pl/plpgsql/src/pl_gram.c Mon Jan 31 02:41:48 2005 -+++ src/pl/plpgsql/src/pl_gram.c Sun Feb 20 02:19:34 2005 -@@ -191,7 +191,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -3426,8 +3412,19 @@ - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3600,6 +3597,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { -@@ -3650,6 +3656,16 @@ - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3745,6 +3761,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { ---- src/pl/plpgsql/src/pl.tab.h.orig Sun Feb 20 06:27:24 2005 -+++ src/pl/plpgsql/src/pl.tab.h Sun Feb 20 06:27:34 2005 -@@ -209,7 +209,7 @@ - PLpgSQL_exceptions *exceptions; - PLpgSQL_nsitem *nsitem; - } PLPGSQL_YYSTYPE; --/* Line 1248 of yacc.c. */ -+/* Line 1238 of yacc.c. */ - #line 213 "y.tab.h" - # define plpgsql_yystype PLPGSQL_YYSTYPE /* obsolescent; will be withdrawn */ - # define PLPGSQL_YYSTYPE_IS_DECLARED 1 diff --git a/databases/postgresql81-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql81-server/files/patch-src:backend:utils:misc:postgresql.conf.sample deleted file mode 100644 index 07363e882113..000000000000 --- a/databases/postgresql81-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,18 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample~ Fri Nov 5 20:16:16 2004 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Dec 21 02:06:45 2004 -@@ -172,6 +172,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of stderr, - # syslog and eventlog, depending on - # platform. -@@ -219,6 +220,7 @@ - - #log_min_duration_statement = -1 # -1 is disabled, in milliseconds. - -+silent_mode = true - #silent_mode = false # DO NOT USE without syslog or redirect_stderr - - # - What to Log - diff --git a/databases/postgresql81-server/files/pgsql.sh.tmpl b/databases/postgresql81-server/files/pgsql.sh.tmpl deleted file mode 100644 index 8d975d54303c..000000000000 --- a/databases/postgresql81-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: postgresql -# REQUIRE: LOGIN -# KEYWORD: FreeBSD 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" -# -# 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%% - -. %%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"} - -name=postgresql -rcvar=`set_rcvar` -command=${prefix}/bin/pg_ctl -command_args="-D ${postgresql_data} ${postgresql_flags} $1" -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}" -} - -postgresql_initdb() -{ - su -l -c ${postgresql_class} ${postgresql_user} -c "exec ${prefix}/bin/initdb -D ${postgresql_data}" -} - -run_rc_command "$1" diff --git a/databases/postgresql81-server/files/pkgIndex.tcl.in b/databases/postgresql81-server/files/pkgIndex.tcl.in deleted file mode 100644 index bd8329b15c69..000000000000 --- a/databases/postgresql81-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/postgresql81-server/files/regresspatch-src-test-regress-pgregress-sh b/databases/postgresql81-server/files/regresspatch-src-test-regress-pgregress-sh deleted file mode 100644 index f2ebbf5cb96e..000000000000 --- a/databases/postgresql81-server/files/regresspatch-src-test-regress-pgregress-sh +++ /dev/null @@ -1,12 +0,0 @@ ---- src/test/regress/pg_regress.sh~ Sun Dec 12 16:34:15 2004 -+++ src/test/regress/pg_regress.sh Sat Jan 8 05:12:46 2005 -@@ -410,6 +410,9 @@ - (exit 2); exit - fi - -+ # make rest of this script happy -+ echo "log_destination = 'stderr'" >> $PGDATA/postgresql.conf -+ echo "silent_mode = false" >> $PGDATA/postgresql.conf - - # ---------- - # Start postmaster diff --git a/databases/postgresql81-server/pkg-descr b/databases/postgresql81-server/pkg-descr deleted file mode 100644 index f8f8a9e0d422..000000000000 --- a/databases/postgresql81-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/postgresql81-server/pkg-install-server b/databases/postgresql81-server/pkg-install-server deleted file mode 100644 index fd85f628d268..000000000000 --- a/databases/postgresql81-server/pkg-install-server +++ /dev/null @@ -1,65 +0,0 @@ -#! /bin/sh - -# $FreeBSD: /tmp/pcvs/ports/databases/postgresql81-server/Attic/pkg-install-server,v 1.1 2004-11-23 19:15:11 ade Exp $ - -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/postgresql81-server/pkg-message-client b/databases/postgresql81-server/pkg-message-client deleted file mode 100644 index 722d50cb4244..000000000000 --- a/databases/postgresql81-server/pkg-message-client +++ /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/postgresql81-server/pkg-message-contrib b/databases/postgresql81-server/pkg-message-contrib deleted file mode 100644 index 8120f2d8d89c..000000000000 --- a/databases/postgresql81-server/pkg-message-contrib +++ /dev/null @@ -1,3 +0,0 @@ -The PostgreSQL contrib utilities have been installed. Please see -/usr/local/share/doc/postgresql/contrib/README -for more information. diff --git a/databases/postgresql81-server/pkg-message-plperl b/databases/postgresql81-server/pkg-message-plperl deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql81-server/pkg-message-plperl +++ /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/postgresql81-server/pkg-message-plpython b/databases/postgresql81-server/pkg-message-plpython deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql81-server/pkg-message-plpython +++ /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/postgresql81-server/pkg-message-pltcl b/databases/postgresql81-server/pkg-message-pltcl deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql81-server/pkg-message-pltcl +++ /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/postgresql81-server/pkg-message-server b/databases/postgresql81-server/pkg-message-server deleted file mode 100644 index ad1e6d1e82b9..000000000000 --- a/databases/postgresql81-server/pkg-message-server +++ /dev/null @@ -1,49 +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. - -You should vacuum and backup your database regularly. There is a -periodic script, ${LOCALBASE}/etc/periodic/daily/502.pgsql, that you -may find useful. Per default, it perfoms vacuum on all databases -nightly. See the script for instructions. - -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 /usr/local/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. - -====================================================================== - -To initialize the database, run - - /usr/local/etc/rc.d/010.pgsql.sh initdb - -You can then start PostgreSQL by running: - - /usr/local/etc/rc.d/010.pgsql.sh start - -For postmaster settings, see ~pgsql/data/postgresql.conf - -NB. FreeBSD's PostgreSQL port now by default logs to syslog - 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/postgresql81-server/pkg-plist b/databases/postgresql81-server/pkg-plist deleted file mode 100644 index 9c9bab36b9f8..000000000000 --- a/databases/postgresql81-server/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment to make portlint happy diff --git a/databases/postgresql81-server/pkg-plist-client b/databases/postgresql81-server/pkg-plist-client deleted file mode 100644 index cde44ae6df19..000000000000 --- a/databases/postgresql81-server/pkg-plist-client +++ /dev/null @@ -1,590 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/initdb -bin/ipcclean -bin/pg_config -bin/pg_controldata -bin/pg_ctl -bin/pg_dump -bin/pg_dumpall -bin/pg_resetxlog -bin/pg_restore -bin/psql -bin/vacuumdb -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gist.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/ibit.h -include/postgresql/server/access/iqual.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/rtree.h -include/postgresql/server/access/rtscan.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/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/catname.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_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_group.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_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shadow.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/pg_version.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/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/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/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/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/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/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/beos.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/qnx4.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/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/strdup.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/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/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/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.4 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.1 -lib/libpq.a -lib/libpq.so -lib/libpq.so.3 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.1 -%%DOCSDIR%%/README-client -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@unexec rmdir %D/share/postgresql 2>/dev/null || true -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.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/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.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_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.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/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.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/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.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_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.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/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true diff --git a/databases/postgresql81-server/pkg-plist-contrib b/databases/postgresql81-server/pkg-plist-contrib deleted file mode 100644 index fd3f553e5b25..000000000000 --- a/databases/postgresql81-server/pkg-plist-contrib +++ /dev/null @@ -1,137 +0,0 @@ -bin/DBMirror.pl -bin/clean_pending.pl -bin/dbf2pg -bin/findoidjoins -bin/fti.pl -bin/ipc_check -bin/make_oidjoins_check -bin/my2pg.pl -bin/mysql2pgsql -bin/oid2name -bin/pg_autovacuum -bin/pg_dumplo -bin/pgbench -bin/reindexdb -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/dbsize.so -lib/postgresql/earthdistance.so -lib/postgresql/fti.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isbn_issn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/misc_utils.so -lib/postgresql/moddatetime.so -lib/postgresql/noup.so -lib/postgresql/pending.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/rtree_gist.so -lib/postgresql/seg.so -lib/postgresql/string_io.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch.so -lib/postgresql/tsearch2.so -lib/postgresql/user_locks.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.apachelog -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dbf2pg -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.dbmirror -%%DOCSDIR%%/contrib/README.dbsize -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.findoidjoins -%%DOCSDIR%%/contrib/README.fti -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.ipc_check -%%DOCSDIR%%/contrib/README.isbn_issn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.misc_utils -%%DOCSDIR%%/contrib/README.mysql -%%DOCSDIR%%/contrib/README.noup -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_autovacuum -%%DOCSDIR%%/contrib/README.pg_dumplo -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.reindexdb -%%DOCSDIR%%/contrib/README.rtree_gist -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.string_io -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.user_locks -%%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/AddTrigger.sql -share/postgresql/contrib/MirrorSetup.sql -share/postgresql/contrib/_int.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/dbsize.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fti.sql -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isbn_issn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/lo_drop.sql -share/postgresql/contrib/lo_test.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/misc_utils.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/noup.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/rtree_gist.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/seg.sql -share/postgresql/contrib/slaveDatabase.conf -share/postgresql/contrib/string_io.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/untsearch2.sql -share/postgresql/contrib/user_locks.sql -@unexec rmdir %D/share/postgresql/contrib >&2 2> /dev/null || true -@unexec rmdir %D/share/postgresql >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%%/contrib >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%% >&2 2> /dev/null || true -@unexec rmdir %D/lib/postgresql >&2 2> /dev/null || true diff --git a/databases/postgresql81-server/pkg-plist-plperl b/databases/postgresql81-server/pkg-plist-plperl deleted file mode 100644 index 8d4f20e33bbf..000000000000 --- a/databases/postgresql81-server/pkg-plist-plperl +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql81-server/pkg-plist-plpython b/databases/postgresql81-server/pkg-plist-plpython deleted file mode 100644 index 184c2fd1d21e..000000000000 --- a/databases/postgresql81-server/pkg-plist-plpython +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plpython -lib/postgresql/plpython.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql81-server/pkg-plist-pltcl b/databases/postgresql81-server/pkg-plist-pltcl deleted file mode 100644 index bf4aae772537..000000000000 --- a/databases/postgresql81-server/pkg-plist-pltcl +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/README-pltcl -lib/postgresql/pltcl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -share/postgresql/unknown.pltcl -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql81-server/pkg-plist-server b/databases/postgresql81-server/pkg-plist-server deleted file mode 100644 index 44b57f274dbc..000000000000 --- a/databases/postgresql81-server/pkg-plist-server +++ /dev/null @@ -1,667 +0,0 @@ -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -etc/rc.d/010.pgsql.sh -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_tcvn.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win1250.so -lib/postgresql/utf8_and_win1256.so -lib/postgresql/utf8_and_win874.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -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/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/WET -share/postgresql/timezone/CET -share/postgresql/timezone/MET -share/postgresql/timezone/EET -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT+1 -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+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Factory -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/EST -share/postgresql/timezone/MST -share/postgresql/timezone/HST -share/postgresql/timezone/US/Pacific-New -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/Samoa -share/postgresql/timezone/GMT -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -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/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -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/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Navajo -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/PRC -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/Zulu -share/postgresql/timezone/SystemV/AST4ADT -share/postgresql/timezone/SystemV/EST5EDT -share/postgresql/timezone/SystemV/CST6CDT -share/postgresql/timezone/SystemV/MST7MDT -share/postgresql/timezone/SystemV/PST8PDT -share/postgresql/timezone/SystemV/YST9YDT -share/postgresql/timezone/SystemV/AST4 -share/postgresql/timezone/SystemV/EST5 -share/postgresql/timezone/SystemV/CST6 -share/postgresql/timezone/SystemV/MST7 -share/postgresql/timezone/SystemV/PST8 -share/postgresql/timezone/SystemV/YST9 -share/postgresql/timezone/SystemV/HST10 -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -@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/SystemV -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@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." -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/etc/periodic/daily 2>/dev/null || true -@unexec rmdir %D/etc/periodic 2>/dev/null || true -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/pgsql 2>/dev/null || true diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile deleted file mode 100644 index 4825ec4d2984..000000000000 --- a/databases/postgresql82-server/Makefile +++ /dev/null @@ -1,289 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PKGNAMESUFFIX?= -server -PORTVERSION?= 8.0.1 -PORTREVISION?= 3 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -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.[0-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.[0-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}80 -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/timezone src/backend src/backend/utils/mb/conversion_procs src/pl -INSTALL_DIRS?= ${BUILD_DIRS} -PKGMESSAGE= ${WRKDIR}/.pkg-message${PKGNAMESUFFIX} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= yes -RCSCRIPT= ${PREFIX}/etc/rc.d/010.pgsql.sh -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 -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. 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) -WITH_KRB5= yes -KRB5_HOME?= ${LOCALBASE} -KRB5CONF= ${KRB5_HOME}/bin/krb5-config -LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 -. endif - -. if defined(WITH_HEIMDAL_KRB5) -WITH_KRB5= yes -. if defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) -KRB5CONF= ${HEIMDAL_HOME}/bin/krb5-config -. elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(${DESTDIR}/usr/lib/libkrb5.a) -KRB5CONF= ${DESTDIR}/usr/bin/krb5-config -. else -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -KRB5CONF= ${LOCALBASE}/bin/krb5-config -. endif -. endif - -. if defined(WITH_KRB5) -CONFIGURE_ARGS+= --with-krb5 -LDFLAGS+= `${KRB5CONF} --libs krb5` -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -. endif - -. if defined(SERVER_ONLY) && defined(WITH_TESTS) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -EXTRA_PATCHES= ${FILESDIR}/regresspatch-src-test-regress-pgregress-sh -. 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 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_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 \ - 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_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_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 reindex.7 reset.7 \ - revoke.7 rollback.7 select.7 select_into.7 set.7 \ - set_constraints.7 set_transaction.7 show.7 \ - set_session_authorization.7 start_transaction.7 \ - spi_connect.7 spi_copytuple.7 spi_cursor_close.7 \ - spi_cursor_fetch.7 spi_cursor_find.7 spi_cursor_move.7 \ - spi_cursor_open.7 spi_exec.7 spi_execp.7 spi_execute.7 \ - spi_execute_plan.7 \ - spi_finish.7 spi_fname.7 spi_fnumber.7 spi_freeplan.7 \ - spi_freetuple.7 spi_freetuptable.7 spi_getargcount.7 \ - spi_getargtypeid.7 spi_getbinval.7 spi_getrelname.7 \ - spi_gettype.7 spi_gettypeid.7 spi_getvalue.7 \ - spi_is_cursor_plan.7 spi_modifytuple.7 spi_palloc.7 \ - spi_pfree.7 spi_pop.7 spi_prepare.7 spi_push.7 \ - spi_repalloc.7 spi_returntuple.7 spi_saveplan.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 -.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(${MASTERDIR}/pkg-message${PKGNAMESUFFIX}) -post-build: - @ ${SED} "s|/usr/local|${PREFIX}|g" \ - < ${MASTERDIR}/pkg-message${PKGNAMESUFFIX} \ - > ${PKGMESSAGE} -. endif -.endif - -.if defined(SERVER_ONLY) -pre-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 - @ ${SED} "s|%%PREFIX%%|${PREFIX}|g" \ - < ${FILESDIR}/dot.$i.in \ - > ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%RC_SUBR%%|${RC_SUBR}|g" \ - < ${FILESDIR}/pgsql.sh.tmpl \ - > ${RCSCRIPT} ;\ - ${CHMOD} 554 ${RCSCRIPT} ;\ - ${CHOWN} root:pgsql ${RCSCRIPT} ;\ - ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${MKDIR} ${PREFIX}/etc/periodic/daily ;\ - ${INSTALL_SCRIPT} ${FILESDIR}/502.pgsql \ - ${PREFIX}/etc/periodic/daily -. endif # SERVER_ONLY - @ 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/postgresql82-server/distinfo b/databases/postgresql82-server/distinfo deleted file mode 100644 index 8c1ca90907ab..000000000000 --- a/databases/postgresql82-server/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -MD5 (postgresql/postgresql-base-8.0.1.tar.bz2) = b8f8edce5b29bcf785251693c6225885 -SIZE (postgresql/postgresql-base-8.0.1.tar.bz2) = 7798118 -MD5 (postgresql/postgresql-docs-8.0.1.tar.bz2) = f51624e70b9fca4ebd6bb56ba8587b97 -SIZE (postgresql/postgresql-docs-8.0.1.tar.bz2) = 2198650 -MD5 (postgresql/postgresql-opt-8.0.1.tar.bz2) = 130474770b88fd059c2dff457fb06b0a -SIZE (postgresql/postgresql-opt-8.0.1.tar.bz2) = 133466 -MD5 (postgresql/postgresql-test-8.0.1.tar.bz2) = ad7baaaf9cf417b9ddd1512f1dd7fb10 -SIZE (postgresql/postgresql-test-8.0.1.tar.bz2) = 961001 diff --git a/databases/postgresql82-server/files/502.pgsql b/databases/postgresql82-server/files/502.pgsql deleted file mode 100644 index 09591559c317..000000000000 --- a/databases/postgresql82-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/postgresql82-server/files/dot.cshrc.in b/databases/postgresql82-server/files/dot.cshrc.in deleted file mode 100644 index 4069398b376e..000000000000 --- a/databases/postgresql82-server/files/dot.cshrc.in +++ /dev/null @@ -1,11 +0,0 @@ -setenv PGLIB %%PREFIX%%/lib - -# note: PGDATA can be overridden by the -D startup option -setenv PGDATA $HOME/data - -#You might want to set some locale stuff here -#setenv PGDATESTYLE ISO -#setenv LC_ALL sv_SE.ISO_8859-1 - -# if you want to make regression tests use this TZ -#setenv TZ PST8PDT diff --git a/databases/postgresql82-server/files/dot.profile.in b/databases/postgresql82-server/files/dot.profile.in deleted file mode 100644 index 954e22eae8f8..000000000000 --- a/databases/postgresql82-server/files/dot.profile.in +++ /dev/null @@ -1,22 +0,0 @@ -PGLIB=%%PREFIX%%/lib - -# note: PGDATA can be overridden by the -D startup option -PGDATA=${HOME}/data - -export PATH PGLIB PGDATA - -# if you use the periodic script from share/postgresql/502.pgsql, you -# can set these -#PGDUMP_ARGS="-b -F c" -#PGBACKUPDIR=${HOME}/backups -#PGBACKUP_SAVE_DAYS=7 -#export PGBACKUPDIR PGDUMP_ARGS PGBACKUP_SAVE_DAYS - -#You might want to set some locale stuff here -#PGDATESTYLE=ISO -#LC_ALL=sv_SE.ISO_8859-1 -#export PGDATESTYLE LC_ALL - -# if you want to make regression tests use this TZ -#TZ=PST8PDT -#export TZ diff --git a/databases/postgresql82-server/files/patch-plpython-Makefile b/databases/postgresql82-server/files/patch-plpython-Makefile deleted file mode 100644 index 3357b699da8a..000000000000 --- a/databases/postgresql82-server/files/patch-plpython-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pl/plpython/Makefile.orig Fri Nov 19 20:23:01 2004 -+++ src/pl/plpython/Makefile Tue Dec 28 23:32:16 2004 -@@ -9,7 +9,7 @@ - # shared library. Since there is no official way to determine this - # (at least not in pre-2.3 Python), we see if there is a file that is - # named like a shared library. --ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*)) -+ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*)) - shared_libpython = yes - endif - diff --git a/databases/postgresql82-server/files/patch-src-makefiles-Makefile.freebsd b/databases/postgresql82-server/files/patch-src-makefiles-Makefile.freebsd deleted file mode 100644 index 89aaa9a2c0cc..000000000000 --- a/databases/postgresql82-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,17 +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 -@@ -11,7 +11,7 @@ - ifeq ($(findstring sparc,$(host_cpu)), sparc) - CFLAGS_SL = -fPIC -DPIC - else --CFLAGS_SL = -fpic -DPIC -+CFLAGS_SL = -fPIC -DPIC - endif - - -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/postgresql82-server/files/patch-src-pl-plpgsql-src-gram-y b/databases/postgresql82-server/files/patch-src-pl-plpgsql-src-gram-y deleted file mode 100644 index 672745ce2760..000000000000 --- a/databases/postgresql82-server/files/patch-src-pl-plpgsql-src-gram-y +++ /dev/null @@ -1,80 +0,0 @@ ---- src/pl/plpgsql/src/gram.y 2005/01/21 00:17:02 1.64.4.1 REL8_0_1 -+++ src/pl/plpgsql/src/gram.y 2005/02/08 18:21:59 1.64.4.3 REL8_0_STABLE -@@ -4,7 +4,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -1766,8 +1766,19 @@ read_sql_construct(int until, - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -1940,6 +1951,15 @@ make_select_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { -@@ -1990,6 +2010,16 @@ make_select_stmt(void) - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -2085,6 +2115,15 @@ make_fetch_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { diff --git a/databases/postgresql82-server/files/patch-src-pl-plpgsql-src-pl-gram-c b/databases/postgresql82-server/files/patch-src-pl-plpgsql-src-pl-gram-c deleted file mode 100644 index e4cb940fda72..000000000000 --- a/databases/postgresql82-server/files/patch-src-pl-plpgsql-src-pl-gram-c +++ /dev/null @@ -1,91 +0,0 @@ ---- /opt/portbuild/tmp/opt/ports/databases/postgresql80-server/work/postgresql-8.0.1/src/pl/plpgsql/src/pl_gram.c Mon Jan 31 02:41:48 2005 -+++ src/pl/plpgsql/src/pl_gram.c Sun Feb 20 02:19:34 2005 -@@ -191,7 +191,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -3426,8 +3412,19 @@ - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3600,6 +3597,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { -@@ -3650,6 +3656,16 @@ - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3745,6 +3761,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { ---- src/pl/plpgsql/src/pl.tab.h.orig Sun Feb 20 06:27:24 2005 -+++ src/pl/plpgsql/src/pl.tab.h Sun Feb 20 06:27:34 2005 -@@ -209,7 +209,7 @@ - PLpgSQL_exceptions *exceptions; - PLpgSQL_nsitem *nsitem; - } PLPGSQL_YYSTYPE; --/* Line 1248 of yacc.c. */ -+/* Line 1238 of yacc.c. */ - #line 213 "y.tab.h" - # define plpgsql_yystype PLPGSQL_YYSTYPE /* obsolescent; will be withdrawn */ - # define PLPGSQL_YYSTYPE_IS_DECLARED 1 diff --git a/databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample b/databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample deleted file mode 100644 index 07363e882113..000000000000 --- a/databases/postgresql82-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,18 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample~ Fri Nov 5 20:16:16 2004 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Dec 21 02:06:45 2004 -@@ -172,6 +172,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of stderr, - # syslog and eventlog, depending on - # platform. -@@ -219,6 +220,7 @@ - - #log_min_duration_statement = -1 # -1 is disabled, in milliseconds. - -+silent_mode = true - #silent_mode = false # DO NOT USE without syslog or redirect_stderr - - # - What to Log - diff --git a/databases/postgresql82-server/files/pgsql.sh.tmpl b/databases/postgresql82-server/files/pgsql.sh.tmpl deleted file mode 100644 index 8d975d54303c..000000000000 --- a/databases/postgresql82-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: postgresql -# REQUIRE: LOGIN -# KEYWORD: FreeBSD 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" -# -# 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%% - -. %%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"} - -name=postgresql -rcvar=`set_rcvar` -command=${prefix}/bin/pg_ctl -command_args="-D ${postgresql_data} ${postgresql_flags} $1" -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}" -} - -postgresql_initdb() -{ - su -l -c ${postgresql_class} ${postgresql_user} -c "exec ${prefix}/bin/initdb -D ${postgresql_data}" -} - -run_rc_command "$1" diff --git a/databases/postgresql82-server/files/pkgIndex.tcl.in b/databases/postgresql82-server/files/pkgIndex.tcl.in deleted file mode 100644 index bd8329b15c69..000000000000 --- a/databases/postgresql82-server/files/pkgIndex.tcl.in +++ /dev/null @@ -1,4 +0,0 @@ -# Package-index file for Pgtcl-package. Enables you to load PostgreSQL -# interface functions right into you TCL-interpreter as simply as -# package require Pgtcl -package ifneeded Pgtcl 1.3 "load %%PREFIX%%/lib/libpgtcl.so" diff --git a/databases/postgresql82-server/files/regresspatch-src-test-regress-pgregress-sh b/databases/postgresql82-server/files/regresspatch-src-test-regress-pgregress-sh deleted file mode 100644 index f2ebbf5cb96e..000000000000 --- a/databases/postgresql82-server/files/regresspatch-src-test-regress-pgregress-sh +++ /dev/null @@ -1,12 +0,0 @@ ---- src/test/regress/pg_regress.sh~ Sun Dec 12 16:34:15 2004 -+++ src/test/regress/pg_regress.sh Sat Jan 8 05:12:46 2005 -@@ -410,6 +410,9 @@ - (exit 2); exit - fi - -+ # make rest of this script happy -+ echo "log_destination = 'stderr'" >> $PGDATA/postgresql.conf -+ echo "silent_mode = false" >> $PGDATA/postgresql.conf - - # ---------- - # Start postmaster diff --git a/databases/postgresql82-server/pkg-descr b/databases/postgresql82-server/pkg-descr deleted file mode 100644 index f8f8a9e0d422..000000000000 --- a/databases/postgresql82-server/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -PostgreSQL is a sophisticated Object-Relational DBMS, supporting -almost all SQL constructs, including subselects, transactions, and -user-defined types and functions. It is the most advanced open-source -database available anywhere. Commercial Support is also available. - -The original Postgres code was the effort of many graduate students, -undergraduate students, and staff programmers working under the direction of -Professor Michael Stonebraker at the University of California, Berkeley. In -1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query -language to SQL and created a new database system which came to known as -Postgres95. Many others contributed to the porting, testing, debugging and -enhancement of the Postgres95 code. As the code improved, and 1995 faded into -memory, PostgreSQL was born. - -PostgreSQL development is presently being performed by a team of Internet -developers who are now responsible for all current and future development. The -development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG). -Support is available from the PostgreSQL developer/user community through the -support mailing list (questions@PostgreSQL.ORG). - -PostgreSQL is free and the complete source is available. - -WWW: http://www.postgresql.org/ diff --git a/databases/postgresql82-server/pkg-install-server b/databases/postgresql82-server/pkg-install-server deleted file mode 100644 index c3db75540ffa..000000000000 --- a/databases/postgresql82-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/postgresql82-server/pkg-message-client b/databases/postgresql82-server/pkg-message-client deleted file mode 100644 index 722d50cb4244..000000000000 --- a/databases/postgresql82-server/pkg-message-client +++ /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/postgresql82-server/pkg-message-contrib b/databases/postgresql82-server/pkg-message-contrib deleted file mode 100644 index 8120f2d8d89c..000000000000 --- a/databases/postgresql82-server/pkg-message-contrib +++ /dev/null @@ -1,3 +0,0 @@ -The PostgreSQL contrib utilities have been installed. Please see -/usr/local/share/doc/postgresql/contrib/README -for more information. diff --git a/databases/postgresql82-server/pkg-message-plperl b/databases/postgresql82-server/pkg-message-plperl deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql82-server/pkg-message-plperl +++ /dev/null @@ -1,3 +0,0 @@ -PL/Perl has been installed. Check the createlang(l) manpage for more -info. You can install PL/Perl as trusted or untrusted, by using either -"createlang plperl" or "createlang plperlu". diff --git a/databases/postgresql82-server/pkg-message-plpython b/databases/postgresql82-server/pkg-message-plpython deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql82-server/pkg-message-plpython +++ /dev/null @@ -1,3 +0,0 @@ -PL/Python has been installed. Check the createlang(l) manpage for more -info. You can install PL/Python by using "createlang plpythonu" (it -exists as an untrusted language only). diff --git a/databases/postgresql82-server/pkg-message-pltcl b/databases/postgresql82-server/pkg-message-pltcl deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql82-server/pkg-message-pltcl +++ /dev/null @@ -1,3 +0,0 @@ -PL/Tcl has been installed. Check the createlang(l) manpage for more -info. You can install pltcl as trusted or untrusted, by using either -"createlang pltcl" or "createlang pltclu". diff --git a/databases/postgresql82-server/pkg-message-server b/databases/postgresql82-server/pkg-message-server deleted file mode 100644 index ad1e6d1e82b9..000000000000 --- a/databases/postgresql82-server/pkg-message-server +++ /dev/null @@ -1,49 +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. - -You should vacuum and backup your database regularly. There is a -periodic script, ${LOCALBASE}/etc/periodic/daily/502.pgsql, that you -may find useful. Per default, it perfoms vacuum on all databases -nightly. See the script for instructions. - -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 /usr/local/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. - -====================================================================== - -To initialize the database, run - - /usr/local/etc/rc.d/010.pgsql.sh initdb - -You can then start PostgreSQL by running: - - /usr/local/etc/rc.d/010.pgsql.sh start - -For postmaster settings, see ~pgsql/data/postgresql.conf - -NB. FreeBSD's PostgreSQL port now by default logs to syslog - See ~pgsql/data/postgresql.conf for more info - -====================================================================== - -To run PostgreSQL at startup, add -'postgresql_enable="YES"' to /etc/rc.conf - diff --git a/databases/postgresql82-server/pkg-plist b/databases/postgresql82-server/pkg-plist deleted file mode 100644 index 9c9bab36b9f8..000000000000 --- a/databases/postgresql82-server/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment to make portlint happy diff --git a/databases/postgresql82-server/pkg-plist-client b/databases/postgresql82-server/pkg-plist-client deleted file mode 100644 index cde44ae6df19..000000000000 --- a/databases/postgresql82-server/pkg-plist-client +++ /dev/null @@ -1,590 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/initdb -bin/ipcclean -bin/pg_config -bin/pg_controldata -bin/pg_ctl -bin/pg_dump -bin/pg_dumpall -bin/pg_resetxlog -bin/pg_restore -bin/psql -bin/vacuumdb -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gist.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/ibit.h -include/postgresql/server/access/iqual.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/rtree.h -include/postgresql/server/access/rtscan.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/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/catname.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_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_group.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_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shadow.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/pg_version.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/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/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/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/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/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/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/beos.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/qnx4.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/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/strdup.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/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/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/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.4 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.1 -lib/libpq.a -lib/libpq.so -lib/libpq.so.3 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.1 -%%DOCSDIR%%/README-client -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@unexec rmdir %D/share/postgresql 2>/dev/null || true -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.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/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.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_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.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/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.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/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.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_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.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/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true diff --git a/databases/postgresql82-server/pkg-plist-contrib b/databases/postgresql82-server/pkg-plist-contrib deleted file mode 100644 index fd3f553e5b25..000000000000 --- a/databases/postgresql82-server/pkg-plist-contrib +++ /dev/null @@ -1,137 +0,0 @@ -bin/DBMirror.pl -bin/clean_pending.pl -bin/dbf2pg -bin/findoidjoins -bin/fti.pl -bin/ipc_check -bin/make_oidjoins_check -bin/my2pg.pl -bin/mysql2pgsql -bin/oid2name -bin/pg_autovacuum -bin/pg_dumplo -bin/pgbench -bin/reindexdb -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/dbsize.so -lib/postgresql/earthdistance.so -lib/postgresql/fti.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isbn_issn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/misc_utils.so -lib/postgresql/moddatetime.so -lib/postgresql/noup.so -lib/postgresql/pending.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/rtree_gist.so -lib/postgresql/seg.so -lib/postgresql/string_io.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch.so -lib/postgresql/tsearch2.so -lib/postgresql/user_locks.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.apachelog -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dbf2pg -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.dbmirror -%%DOCSDIR%%/contrib/README.dbsize -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.findoidjoins -%%DOCSDIR%%/contrib/README.fti -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.ipc_check -%%DOCSDIR%%/contrib/README.isbn_issn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.misc_utils -%%DOCSDIR%%/contrib/README.mysql -%%DOCSDIR%%/contrib/README.noup -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_autovacuum -%%DOCSDIR%%/contrib/README.pg_dumplo -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.reindexdb -%%DOCSDIR%%/contrib/README.rtree_gist -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.string_io -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.user_locks -%%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/AddTrigger.sql -share/postgresql/contrib/MirrorSetup.sql -share/postgresql/contrib/_int.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/dbsize.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fti.sql -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isbn_issn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/lo_drop.sql -share/postgresql/contrib/lo_test.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/misc_utils.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/noup.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/rtree_gist.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/seg.sql -share/postgresql/contrib/slaveDatabase.conf -share/postgresql/contrib/string_io.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/untsearch2.sql -share/postgresql/contrib/user_locks.sql -@unexec rmdir %D/share/postgresql/contrib >&2 2> /dev/null || true -@unexec rmdir %D/share/postgresql >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%%/contrib >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%% >&2 2> /dev/null || true -@unexec rmdir %D/lib/postgresql >&2 2> /dev/null || true diff --git a/databases/postgresql82-server/pkg-plist-plperl b/databases/postgresql82-server/pkg-plist-plperl deleted file mode 100644 index 8d4f20e33bbf..000000000000 --- a/databases/postgresql82-server/pkg-plist-plperl +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql82-server/pkg-plist-plpython b/databases/postgresql82-server/pkg-plist-plpython deleted file mode 100644 index 184c2fd1d21e..000000000000 --- a/databases/postgresql82-server/pkg-plist-plpython +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plpython -lib/postgresql/plpython.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql82-server/pkg-plist-pltcl b/databases/postgresql82-server/pkg-plist-pltcl deleted file mode 100644 index bf4aae772537..000000000000 --- a/databases/postgresql82-server/pkg-plist-pltcl +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/README-pltcl -lib/postgresql/pltcl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -share/postgresql/unknown.pltcl -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql82-server/pkg-plist-server b/databases/postgresql82-server/pkg-plist-server deleted file mode 100644 index 44b57f274dbc..000000000000 --- a/databases/postgresql82-server/pkg-plist-server +++ /dev/null @@ -1,667 +0,0 @@ -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -etc/rc.d/010.pgsql.sh -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_tcvn.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win1250.so -lib/postgresql/utf8_and_win1256.so -lib/postgresql/utf8_and_win874.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -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/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/WET -share/postgresql/timezone/CET -share/postgresql/timezone/MET -share/postgresql/timezone/EET -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT+1 -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+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Factory -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/EST -share/postgresql/timezone/MST -share/postgresql/timezone/HST -share/postgresql/timezone/US/Pacific-New -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/Samoa -share/postgresql/timezone/GMT -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -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/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -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/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Navajo -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/PRC -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/Zulu -share/postgresql/timezone/SystemV/AST4ADT -share/postgresql/timezone/SystemV/EST5EDT -share/postgresql/timezone/SystemV/CST6CDT -share/postgresql/timezone/SystemV/MST7MDT -share/postgresql/timezone/SystemV/PST8PDT -share/postgresql/timezone/SystemV/YST9YDT -share/postgresql/timezone/SystemV/AST4 -share/postgresql/timezone/SystemV/EST5 -share/postgresql/timezone/SystemV/CST6 -share/postgresql/timezone/SystemV/MST7 -share/postgresql/timezone/SystemV/PST8 -share/postgresql/timezone/SystemV/YST9 -share/postgresql/timezone/SystemV/HST10 -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -@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/SystemV -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@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." -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/etc/periodic/daily 2>/dev/null || true -@unexec rmdir %D/etc/periodic 2>/dev/null || true -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/pgsql 2>/dev/null || true diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile deleted file mode 100644 index 4825ec4d2984..000000000000 --- a/databases/postgresql83-server/Makefile +++ /dev/null @@ -1,289 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PKGNAMESUFFIX?= -server -PORTVERSION?= 8.0.1 -PORTREVISION?= 3 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -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.[0-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.[0-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}80 -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/timezone src/backend src/backend/utils/mb/conversion_procs src/pl -INSTALL_DIRS?= ${BUILD_DIRS} -PKGMESSAGE= ${WRKDIR}/.pkg-message${PKGNAMESUFFIX} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= yes -RCSCRIPT= ${PREFIX}/etc/rc.d/010.pgsql.sh -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 -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. 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) -WITH_KRB5= yes -KRB5_HOME?= ${LOCALBASE} -KRB5CONF= ${KRB5_HOME}/bin/krb5-config -LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 -. endif - -. if defined(WITH_HEIMDAL_KRB5) -WITH_KRB5= yes -. if defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) -KRB5CONF= ${HEIMDAL_HOME}/bin/krb5-config -. elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(${DESTDIR}/usr/lib/libkrb5.a) -KRB5CONF= ${DESTDIR}/usr/bin/krb5-config -. else -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -KRB5CONF= ${LOCALBASE}/bin/krb5-config -. endif -. endif - -. if defined(WITH_KRB5) -CONFIGURE_ARGS+= --with-krb5 -LDFLAGS+= `${KRB5CONF} --libs krb5` -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -. endif - -. if defined(SERVER_ONLY) && defined(WITH_TESTS) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -EXTRA_PATCHES= ${FILESDIR}/regresspatch-src-test-regress-pgregress-sh -. 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 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_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 \ - 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_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_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 reindex.7 reset.7 \ - revoke.7 rollback.7 select.7 select_into.7 set.7 \ - set_constraints.7 set_transaction.7 show.7 \ - set_session_authorization.7 start_transaction.7 \ - spi_connect.7 spi_copytuple.7 spi_cursor_close.7 \ - spi_cursor_fetch.7 spi_cursor_find.7 spi_cursor_move.7 \ - spi_cursor_open.7 spi_exec.7 spi_execp.7 spi_execute.7 \ - spi_execute_plan.7 \ - spi_finish.7 spi_fname.7 spi_fnumber.7 spi_freeplan.7 \ - spi_freetuple.7 spi_freetuptable.7 spi_getargcount.7 \ - spi_getargtypeid.7 spi_getbinval.7 spi_getrelname.7 \ - spi_gettype.7 spi_gettypeid.7 spi_getvalue.7 \ - spi_is_cursor_plan.7 spi_modifytuple.7 spi_palloc.7 \ - spi_pfree.7 spi_pop.7 spi_prepare.7 spi_push.7 \ - spi_repalloc.7 spi_returntuple.7 spi_saveplan.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 -.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(${MASTERDIR}/pkg-message${PKGNAMESUFFIX}) -post-build: - @ ${SED} "s|/usr/local|${PREFIX}|g" \ - < ${MASTERDIR}/pkg-message${PKGNAMESUFFIX} \ - > ${PKGMESSAGE} -. endif -.endif - -.if defined(SERVER_ONLY) -pre-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 - @ ${SED} "s|%%PREFIX%%|${PREFIX}|g" \ - < ${FILESDIR}/dot.$i.in \ - > ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%RC_SUBR%%|${RC_SUBR}|g" \ - < ${FILESDIR}/pgsql.sh.tmpl \ - > ${RCSCRIPT} ;\ - ${CHMOD} 554 ${RCSCRIPT} ;\ - ${CHOWN} root:pgsql ${RCSCRIPT} ;\ - ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${MKDIR} ${PREFIX}/etc/periodic/daily ;\ - ${INSTALL_SCRIPT} ${FILESDIR}/502.pgsql \ - ${PREFIX}/etc/periodic/daily -. endif # SERVER_ONLY - @ 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 8c1ca90907ab..000000000000 --- a/databases/postgresql83-server/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -MD5 (postgresql/postgresql-base-8.0.1.tar.bz2) = b8f8edce5b29bcf785251693c6225885 -SIZE (postgresql/postgresql-base-8.0.1.tar.bz2) = 7798118 -MD5 (postgresql/postgresql-docs-8.0.1.tar.bz2) = f51624e70b9fca4ebd6bb56ba8587b97 -SIZE (postgresql/postgresql-docs-8.0.1.tar.bz2) = 2198650 -MD5 (postgresql/postgresql-opt-8.0.1.tar.bz2) = 130474770b88fd059c2dff457fb06b0a -SIZE (postgresql/postgresql-opt-8.0.1.tar.bz2) = 133466 -MD5 (postgresql/postgresql-test-8.0.1.tar.bz2) = ad7baaaf9cf417b9ddd1512f1dd7fb10 -SIZE (postgresql/postgresql-test-8.0.1.tar.bz2) = 961001 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 89aaa9a2c0cc..000000000000 --- a/databases/postgresql83-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,17 +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 -@@ -11,7 +11,7 @@ - ifeq ($(findstring sparc,$(host_cpu)), sparc) - CFLAGS_SL = -fPIC -DPIC - else --CFLAGS_SL = -fpic -DPIC -+CFLAGS_SL = -fPIC -DPIC - endif - - -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/postgresql83-server/files/patch-src-pl-plpgsql-src-gram-y b/databases/postgresql83-server/files/patch-src-pl-plpgsql-src-gram-y deleted file mode 100644 index 672745ce2760..000000000000 --- a/databases/postgresql83-server/files/patch-src-pl-plpgsql-src-gram-y +++ /dev/null @@ -1,80 +0,0 @@ ---- src/pl/plpgsql/src/gram.y 2005/01/21 00:17:02 1.64.4.1 REL8_0_1 -+++ src/pl/plpgsql/src/gram.y 2005/02/08 18:21:59 1.64.4.3 REL8_0_STABLE -@@ -4,7 +4,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -1766,8 +1766,19 @@ read_sql_construct(int until, - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -1940,6 +1951,15 @@ make_select_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { -@@ -1990,6 +2010,16 @@ make_select_stmt(void) - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -2085,6 +2115,15 @@ make_fetch_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { diff --git a/databases/postgresql83-server/files/patch-src-pl-plpgsql-src-pl-gram-c b/databases/postgresql83-server/files/patch-src-pl-plpgsql-src-pl-gram-c deleted file mode 100644 index e4cb940fda72..000000000000 --- a/databases/postgresql83-server/files/patch-src-pl-plpgsql-src-pl-gram-c +++ /dev/null @@ -1,91 +0,0 @@ ---- /opt/portbuild/tmp/opt/ports/databases/postgresql80-server/work/postgresql-8.0.1/src/pl/plpgsql/src/pl_gram.c Mon Jan 31 02:41:48 2005 -+++ src/pl/plpgsql/src/pl_gram.c Sun Feb 20 02:19:34 2005 -@@ -191,7 +191,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -3426,8 +3412,19 @@ - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3600,6 +3597,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { -@@ -3650,6 +3656,16 @@ - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3745,6 +3761,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { ---- src/pl/plpgsql/src/pl.tab.h.orig Sun Feb 20 06:27:24 2005 -+++ src/pl/plpgsql/src/pl.tab.h Sun Feb 20 06:27:34 2005 -@@ -209,7 +209,7 @@ - PLpgSQL_exceptions *exceptions; - PLpgSQL_nsitem *nsitem; - } PLPGSQL_YYSTYPE; --/* Line 1248 of yacc.c. */ -+/* Line 1238 of yacc.c. */ - #line 213 "y.tab.h" - # define plpgsql_yystype PLPGSQL_YYSTYPE /* obsolescent; will be withdrawn */ - # define PLPGSQL_YYSTYPE_IS_DECLARED 1 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 07363e882113..000000000000 --- a/databases/postgresql83-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,18 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample~ Fri Nov 5 20:16:16 2004 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Dec 21 02:06:45 2004 -@@ -172,6 +172,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of stderr, - # syslog and eventlog, depending on - # platform. -@@ -219,6 +220,7 @@ - - #log_min_duration_statement = -1 # -1 is disabled, in milliseconds. - -+silent_mode = true - #silent_mode = false # DO NOT USE without syslog or redirect_stderr - - # - What to Log - diff --git a/databases/postgresql83-server/files/pgsql.sh.tmpl b/databases/postgresql83-server/files/pgsql.sh.tmpl deleted file mode 100644 index 8d975d54303c..000000000000 --- a/databases/postgresql83-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: postgresql -# REQUIRE: LOGIN -# KEYWORD: FreeBSD 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" -# -# 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%% - -. %%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"} - -name=postgresql -rcvar=`set_rcvar` -command=${prefix}/bin/pg_ctl -command_args="-D ${postgresql_data} ${postgresql_flags} $1" -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}" -} - -postgresql_initdb() -{ - su -l -c ${postgresql_class} ${postgresql_user} -c "exec ${prefix}/bin/initdb -D ${postgresql_data}" -} - -run_rc_command "$1" 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/regresspatch-src-test-regress-pgregress-sh b/databases/postgresql83-server/files/regresspatch-src-test-regress-pgregress-sh deleted file mode 100644 index f2ebbf5cb96e..000000000000 --- a/databases/postgresql83-server/files/regresspatch-src-test-regress-pgregress-sh +++ /dev/null @@ -1,12 +0,0 @@ ---- src/test/regress/pg_regress.sh~ Sun Dec 12 16:34:15 2004 -+++ src/test/regress/pg_regress.sh Sat Jan 8 05:12:46 2005 -@@ -410,6 +410,9 @@ - (exit 2); exit - fi - -+ # make rest of this script happy -+ echo "log_destination = 'stderr'" >> $PGDATA/postgresql.conf -+ echo "silent_mode = false" >> $PGDATA/postgresql.conf - - # ---------- - # Start postmaster 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-message-client b/databases/postgresql83-server/pkg-message-client deleted file mode 100644 index 722d50cb4244..000000000000 --- a/databases/postgresql83-server/pkg-message-client +++ /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/pkg-message-contrib b/databases/postgresql83-server/pkg-message-contrib deleted file mode 100644 index 8120f2d8d89c..000000000000 --- a/databases/postgresql83-server/pkg-message-contrib +++ /dev/null @@ -1,3 +0,0 @@ -The PostgreSQL contrib utilities have been installed. Please see -/usr/local/share/doc/postgresql/contrib/README -for more information. diff --git a/databases/postgresql83-server/pkg-message-plperl b/databases/postgresql83-server/pkg-message-plperl deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql83-server/pkg-message-plperl +++ /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/pkg-message-plpython b/databases/postgresql83-server/pkg-message-plpython deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql83-server/pkg-message-plpython +++ /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/pkg-message-pltcl b/databases/postgresql83-server/pkg-message-pltcl deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql83-server/pkg-message-pltcl +++ /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/pkg-message-server b/databases/postgresql83-server/pkg-message-server deleted file mode 100644 index ad1e6d1e82b9..000000000000 --- a/databases/postgresql83-server/pkg-message-server +++ /dev/null @@ -1,49 +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. - -You should vacuum and backup your database regularly. There is a -periodic script, ${LOCALBASE}/etc/periodic/daily/502.pgsql, that you -may find useful. Per default, it perfoms vacuum on all databases -nightly. See the script for instructions. - -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 /usr/local/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. - -====================================================================== - -To initialize the database, run - - /usr/local/etc/rc.d/010.pgsql.sh initdb - -You can then start PostgreSQL by running: - - /usr/local/etc/rc.d/010.pgsql.sh start - -For postmaster settings, see ~pgsql/data/postgresql.conf - -NB. FreeBSD's PostgreSQL port now by default logs to syslog - 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/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 cde44ae6df19..000000000000 --- a/databases/postgresql83-server/pkg-plist-client +++ /dev/null @@ -1,590 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/initdb -bin/ipcclean -bin/pg_config -bin/pg_controldata -bin/pg_ctl -bin/pg_dump -bin/pg_dumpall -bin/pg_resetxlog -bin/pg_restore -bin/psql -bin/vacuumdb -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gist.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/ibit.h -include/postgresql/server/access/iqual.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/rtree.h -include/postgresql/server/access/rtscan.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/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/catname.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_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_group.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_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shadow.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/pg_version.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/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/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/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/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/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/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/beos.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/qnx4.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/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/strdup.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/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/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/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.4 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.1 -lib/libpq.a -lib/libpq.so -lib/libpq.so.3 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.1 -%%DOCSDIR%%/README-client -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@unexec rmdir %D/share/postgresql 2>/dev/null || true -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.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/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.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_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.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/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.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/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.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_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.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/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true diff --git a/databases/postgresql83-server/pkg-plist-contrib b/databases/postgresql83-server/pkg-plist-contrib deleted file mode 100644 index fd3f553e5b25..000000000000 --- a/databases/postgresql83-server/pkg-plist-contrib +++ /dev/null @@ -1,137 +0,0 @@ -bin/DBMirror.pl -bin/clean_pending.pl -bin/dbf2pg -bin/findoidjoins -bin/fti.pl -bin/ipc_check -bin/make_oidjoins_check -bin/my2pg.pl -bin/mysql2pgsql -bin/oid2name -bin/pg_autovacuum -bin/pg_dumplo -bin/pgbench -bin/reindexdb -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/dbsize.so -lib/postgresql/earthdistance.so -lib/postgresql/fti.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isbn_issn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/misc_utils.so -lib/postgresql/moddatetime.so -lib/postgresql/noup.so -lib/postgresql/pending.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/rtree_gist.so -lib/postgresql/seg.so -lib/postgresql/string_io.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch.so -lib/postgresql/tsearch2.so -lib/postgresql/user_locks.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.apachelog -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dbf2pg -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.dbmirror -%%DOCSDIR%%/contrib/README.dbsize -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.findoidjoins -%%DOCSDIR%%/contrib/README.fti -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.ipc_check -%%DOCSDIR%%/contrib/README.isbn_issn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.misc_utils -%%DOCSDIR%%/contrib/README.mysql -%%DOCSDIR%%/contrib/README.noup -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_autovacuum -%%DOCSDIR%%/contrib/README.pg_dumplo -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.reindexdb -%%DOCSDIR%%/contrib/README.rtree_gist -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.string_io -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.user_locks -%%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/AddTrigger.sql -share/postgresql/contrib/MirrorSetup.sql -share/postgresql/contrib/_int.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/dbsize.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fti.sql -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isbn_issn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/lo_drop.sql -share/postgresql/contrib/lo_test.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/misc_utils.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/noup.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/rtree_gist.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/seg.sql -share/postgresql/contrib/slaveDatabase.conf -share/postgresql/contrib/string_io.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/untsearch2.sql -share/postgresql/contrib/user_locks.sql -@unexec rmdir %D/share/postgresql/contrib >&2 2> /dev/null || true -@unexec rmdir %D/share/postgresql >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%%/contrib >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%% >&2 2> /dev/null || true -@unexec rmdir %D/lib/postgresql >&2 2> /dev/null || true diff --git a/databases/postgresql83-server/pkg-plist-plperl b/databases/postgresql83-server/pkg-plist-plperl deleted file mode 100644 index 8d4f20e33bbf..000000000000 --- a/databases/postgresql83-server/pkg-plist-plperl +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql83-server/pkg-plist-plpython b/databases/postgresql83-server/pkg-plist-plpython deleted file mode 100644 index 184c2fd1d21e..000000000000 --- a/databases/postgresql83-server/pkg-plist-plpython +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plpython -lib/postgresql/plpython.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql83-server/pkg-plist-pltcl b/databases/postgresql83-server/pkg-plist-pltcl deleted file mode 100644 index bf4aae772537..000000000000 --- a/databases/postgresql83-server/pkg-plist-pltcl +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/README-pltcl -lib/postgresql/pltcl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -share/postgresql/unknown.pltcl -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql83-server/pkg-plist-server b/databases/postgresql83-server/pkg-plist-server deleted file mode 100644 index 44b57f274dbc..000000000000 --- a/databases/postgresql83-server/pkg-plist-server +++ /dev/null @@ -1,667 +0,0 @@ -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -etc/rc.d/010.pgsql.sh -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_tcvn.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win1250.so -lib/postgresql/utf8_and_win1256.so -lib/postgresql/utf8_and_win874.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -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/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/WET -share/postgresql/timezone/CET -share/postgresql/timezone/MET -share/postgresql/timezone/EET -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT+1 -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+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Factory -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/EST -share/postgresql/timezone/MST -share/postgresql/timezone/HST -share/postgresql/timezone/US/Pacific-New -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/Samoa -share/postgresql/timezone/GMT -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -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/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -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/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Navajo -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/PRC -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/Zulu -share/postgresql/timezone/SystemV/AST4ADT -share/postgresql/timezone/SystemV/EST5EDT -share/postgresql/timezone/SystemV/CST6CDT -share/postgresql/timezone/SystemV/MST7MDT -share/postgresql/timezone/SystemV/PST8PDT -share/postgresql/timezone/SystemV/YST9YDT -share/postgresql/timezone/SystemV/AST4 -share/postgresql/timezone/SystemV/EST5 -share/postgresql/timezone/SystemV/CST6 -share/postgresql/timezone/SystemV/MST7 -share/postgresql/timezone/SystemV/PST8 -share/postgresql/timezone/SystemV/YST9 -share/postgresql/timezone/SystemV/HST10 -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -@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/SystemV -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@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." -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/etc/periodic/daily 2>/dev/null || true -@unexec rmdir %D/etc/periodic 2>/dev/null || true -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/pgsql 2>/dev/null || true diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile deleted file mode 100644 index 4825ec4d2984..000000000000 --- a/databases/postgresql84-server/Makefile +++ /dev/null @@ -1,289 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PKGNAMESUFFIX?= -server -PORTVERSION?= 8.0.1 -PORTREVISION?= 3 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -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.[0-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.[0-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}80 -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/timezone src/backend src/backend/utils/mb/conversion_procs src/pl -INSTALL_DIRS?= ${BUILD_DIRS} -PKGMESSAGE= ${WRKDIR}/.pkg-message${PKGNAMESUFFIX} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= yes -RCSCRIPT= ${PREFIX}/etc/rc.d/010.pgsql.sh -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 -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. 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) -WITH_KRB5= yes -KRB5_HOME?= ${LOCALBASE} -KRB5CONF= ${KRB5_HOME}/bin/krb5-config -LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 -. endif - -. if defined(WITH_HEIMDAL_KRB5) -WITH_KRB5= yes -. if defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) -KRB5CONF= ${HEIMDAL_HOME}/bin/krb5-config -. elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(${DESTDIR}/usr/lib/libkrb5.a) -KRB5CONF= ${DESTDIR}/usr/bin/krb5-config -. else -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -KRB5CONF= ${LOCALBASE}/bin/krb5-config -. endif -. endif - -. if defined(WITH_KRB5) -CONFIGURE_ARGS+= --with-krb5 -LDFLAGS+= `${KRB5CONF} --libs krb5` -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -. endif - -. if defined(SERVER_ONLY) && defined(WITH_TESTS) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -EXTRA_PATCHES= ${FILESDIR}/regresspatch-src-test-regress-pgregress-sh -. 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 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_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 \ - 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_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_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 reindex.7 reset.7 \ - revoke.7 rollback.7 select.7 select_into.7 set.7 \ - set_constraints.7 set_transaction.7 show.7 \ - set_session_authorization.7 start_transaction.7 \ - spi_connect.7 spi_copytuple.7 spi_cursor_close.7 \ - spi_cursor_fetch.7 spi_cursor_find.7 spi_cursor_move.7 \ - spi_cursor_open.7 spi_exec.7 spi_execp.7 spi_execute.7 \ - spi_execute_plan.7 \ - spi_finish.7 spi_fname.7 spi_fnumber.7 spi_freeplan.7 \ - spi_freetuple.7 spi_freetuptable.7 spi_getargcount.7 \ - spi_getargtypeid.7 spi_getbinval.7 spi_getrelname.7 \ - spi_gettype.7 spi_gettypeid.7 spi_getvalue.7 \ - spi_is_cursor_plan.7 spi_modifytuple.7 spi_palloc.7 \ - spi_pfree.7 spi_pop.7 spi_prepare.7 spi_push.7 \ - spi_repalloc.7 spi_returntuple.7 spi_saveplan.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 -.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(${MASTERDIR}/pkg-message${PKGNAMESUFFIX}) -post-build: - @ ${SED} "s|/usr/local|${PREFIX}|g" \ - < ${MASTERDIR}/pkg-message${PKGNAMESUFFIX} \ - > ${PKGMESSAGE} -. endif -.endif - -.if defined(SERVER_ONLY) -pre-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 - @ ${SED} "s|%%PREFIX%%|${PREFIX}|g" \ - < ${FILESDIR}/dot.$i.in \ - > ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%RC_SUBR%%|${RC_SUBR}|g" \ - < ${FILESDIR}/pgsql.sh.tmpl \ - > ${RCSCRIPT} ;\ - ${CHMOD} 554 ${RCSCRIPT} ;\ - ${CHOWN} root:pgsql ${RCSCRIPT} ;\ - ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${MKDIR} ${PREFIX}/etc/periodic/daily ;\ - ${INSTALL_SCRIPT} ${FILESDIR}/502.pgsql \ - ${PREFIX}/etc/periodic/daily -. endif # SERVER_ONLY - @ 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 8c1ca90907ab..000000000000 --- a/databases/postgresql84-server/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -MD5 (postgresql/postgresql-base-8.0.1.tar.bz2) = b8f8edce5b29bcf785251693c6225885 -SIZE (postgresql/postgresql-base-8.0.1.tar.bz2) = 7798118 -MD5 (postgresql/postgresql-docs-8.0.1.tar.bz2) = f51624e70b9fca4ebd6bb56ba8587b97 -SIZE (postgresql/postgresql-docs-8.0.1.tar.bz2) = 2198650 -MD5 (postgresql/postgresql-opt-8.0.1.tar.bz2) = 130474770b88fd059c2dff457fb06b0a -SIZE (postgresql/postgresql-opt-8.0.1.tar.bz2) = 133466 -MD5 (postgresql/postgresql-test-8.0.1.tar.bz2) = ad7baaaf9cf417b9ddd1512f1dd7fb10 -SIZE (postgresql/postgresql-test-8.0.1.tar.bz2) = 961001 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 89aaa9a2c0cc..000000000000 --- a/databases/postgresql84-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,17 +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 -@@ -11,7 +11,7 @@ - ifeq ($(findstring sparc,$(host_cpu)), sparc) - CFLAGS_SL = -fPIC -DPIC - else --CFLAGS_SL = -fpic -DPIC -+CFLAGS_SL = -fPIC -DPIC - endif - - -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/postgresql84-server/files/patch-src-pl-plpgsql-src-gram-y b/databases/postgresql84-server/files/patch-src-pl-plpgsql-src-gram-y deleted file mode 100644 index 672745ce2760..000000000000 --- a/databases/postgresql84-server/files/patch-src-pl-plpgsql-src-gram-y +++ /dev/null @@ -1,80 +0,0 @@ ---- src/pl/plpgsql/src/gram.y 2005/01/21 00:17:02 1.64.4.1 REL8_0_1 -+++ src/pl/plpgsql/src/gram.y 2005/02/08 18:21:59 1.64.4.3 REL8_0_STABLE -@@ -4,7 +4,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -1766,8 +1766,19 @@ read_sql_construct(int until, - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -1940,6 +1951,15 @@ make_select_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { -@@ -1990,6 +2010,16 @@ make_select_stmt(void) - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -2085,6 +2115,15 @@ make_fetch_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { diff --git a/databases/postgresql84-server/files/patch-src-pl-plpgsql-src-pl-gram-c b/databases/postgresql84-server/files/patch-src-pl-plpgsql-src-pl-gram-c deleted file mode 100644 index e4cb940fda72..000000000000 --- a/databases/postgresql84-server/files/patch-src-pl-plpgsql-src-pl-gram-c +++ /dev/null @@ -1,91 +0,0 @@ ---- /opt/portbuild/tmp/opt/ports/databases/postgresql80-server/work/postgresql-8.0.1/src/pl/plpgsql/src/pl_gram.c Mon Jan 31 02:41:48 2005 -+++ src/pl/plpgsql/src/pl_gram.c Sun Feb 20 02:19:34 2005 -@@ -191,7 +191,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -3426,8 +3412,19 @@ - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3600,6 +3597,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { -@@ -3650,6 +3656,16 @@ - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3745,6 +3761,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { ---- src/pl/plpgsql/src/pl.tab.h.orig Sun Feb 20 06:27:24 2005 -+++ src/pl/plpgsql/src/pl.tab.h Sun Feb 20 06:27:34 2005 -@@ -209,7 +209,7 @@ - PLpgSQL_exceptions *exceptions; - PLpgSQL_nsitem *nsitem; - } PLPGSQL_YYSTYPE; --/* Line 1248 of yacc.c. */ -+/* Line 1238 of yacc.c. */ - #line 213 "y.tab.h" - # define plpgsql_yystype PLPGSQL_YYSTYPE /* obsolescent; will be withdrawn */ - # define PLPGSQL_YYSTYPE_IS_DECLARED 1 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 07363e882113..000000000000 --- a/databases/postgresql84-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,18 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample~ Fri Nov 5 20:16:16 2004 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Dec 21 02:06:45 2004 -@@ -172,6 +172,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of stderr, - # syslog and eventlog, depending on - # platform. -@@ -219,6 +220,7 @@ - - #log_min_duration_statement = -1 # -1 is disabled, in milliseconds. - -+silent_mode = true - #silent_mode = false # DO NOT USE without syslog or redirect_stderr - - # - What to Log - diff --git a/databases/postgresql84-server/files/pgsql.sh.tmpl b/databases/postgresql84-server/files/pgsql.sh.tmpl deleted file mode 100644 index 8d975d54303c..000000000000 --- a/databases/postgresql84-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: postgresql -# REQUIRE: LOGIN -# KEYWORD: FreeBSD 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" -# -# 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%% - -. %%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"} - -name=postgresql -rcvar=`set_rcvar` -command=${prefix}/bin/pg_ctl -command_args="-D ${postgresql_data} ${postgresql_flags} $1" -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}" -} - -postgresql_initdb() -{ - su -l -c ${postgresql_class} ${postgresql_user} -c "exec ${prefix}/bin/initdb -D ${postgresql_data}" -} - -run_rc_command "$1" 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/regresspatch-src-test-regress-pgregress-sh b/databases/postgresql84-server/files/regresspatch-src-test-regress-pgregress-sh deleted file mode 100644 index f2ebbf5cb96e..000000000000 --- a/databases/postgresql84-server/files/regresspatch-src-test-regress-pgregress-sh +++ /dev/null @@ -1,12 +0,0 @@ ---- src/test/regress/pg_regress.sh~ Sun Dec 12 16:34:15 2004 -+++ src/test/regress/pg_regress.sh Sat Jan 8 05:12:46 2005 -@@ -410,6 +410,9 @@ - (exit 2); exit - fi - -+ # make rest of this script happy -+ echo "log_destination = 'stderr'" >> $PGDATA/postgresql.conf -+ echo "silent_mode = false" >> $PGDATA/postgresql.conf - - # ---------- - # Start postmaster 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-message-client b/databases/postgresql84-server/pkg-message-client deleted file mode 100644 index 722d50cb4244..000000000000 --- a/databases/postgresql84-server/pkg-message-client +++ /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/pkg-message-contrib b/databases/postgresql84-server/pkg-message-contrib deleted file mode 100644 index 8120f2d8d89c..000000000000 --- a/databases/postgresql84-server/pkg-message-contrib +++ /dev/null @@ -1,3 +0,0 @@ -The PostgreSQL contrib utilities have been installed. Please see -/usr/local/share/doc/postgresql/contrib/README -for more information. diff --git a/databases/postgresql84-server/pkg-message-plperl b/databases/postgresql84-server/pkg-message-plperl deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql84-server/pkg-message-plperl +++ /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/pkg-message-plpython b/databases/postgresql84-server/pkg-message-plpython deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql84-server/pkg-message-plpython +++ /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/pkg-message-pltcl b/databases/postgresql84-server/pkg-message-pltcl deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql84-server/pkg-message-pltcl +++ /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/pkg-message-server b/databases/postgresql84-server/pkg-message-server deleted file mode 100644 index ad1e6d1e82b9..000000000000 --- a/databases/postgresql84-server/pkg-message-server +++ /dev/null @@ -1,49 +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. - -You should vacuum and backup your database regularly. There is a -periodic script, ${LOCALBASE}/etc/periodic/daily/502.pgsql, that you -may find useful. Per default, it perfoms vacuum on all databases -nightly. See the script for instructions. - -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 /usr/local/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. - -====================================================================== - -To initialize the database, run - - /usr/local/etc/rc.d/010.pgsql.sh initdb - -You can then start PostgreSQL by running: - - /usr/local/etc/rc.d/010.pgsql.sh start - -For postmaster settings, see ~pgsql/data/postgresql.conf - -NB. FreeBSD's PostgreSQL port now by default logs to syslog - 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/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 cde44ae6df19..000000000000 --- a/databases/postgresql84-server/pkg-plist-client +++ /dev/null @@ -1,590 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/initdb -bin/ipcclean -bin/pg_config -bin/pg_controldata -bin/pg_ctl -bin/pg_dump -bin/pg_dumpall -bin/pg_resetxlog -bin/pg_restore -bin/psql -bin/vacuumdb -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gist.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/ibit.h -include/postgresql/server/access/iqual.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/rtree.h -include/postgresql/server/access/rtscan.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/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/catname.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_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_group.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_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shadow.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/pg_version.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/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/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/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/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/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/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/beos.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/qnx4.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/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/strdup.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/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/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/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.4 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.1 -lib/libpq.a -lib/libpq.so -lib/libpq.so.3 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.1 -%%DOCSDIR%%/README-client -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@unexec rmdir %D/share/postgresql 2>/dev/null || true -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.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/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.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_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.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/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.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/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.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_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.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/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true diff --git a/databases/postgresql84-server/pkg-plist-contrib b/databases/postgresql84-server/pkg-plist-contrib deleted file mode 100644 index fd3f553e5b25..000000000000 --- a/databases/postgresql84-server/pkg-plist-contrib +++ /dev/null @@ -1,137 +0,0 @@ -bin/DBMirror.pl -bin/clean_pending.pl -bin/dbf2pg -bin/findoidjoins -bin/fti.pl -bin/ipc_check -bin/make_oidjoins_check -bin/my2pg.pl -bin/mysql2pgsql -bin/oid2name -bin/pg_autovacuum -bin/pg_dumplo -bin/pgbench -bin/reindexdb -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/dbsize.so -lib/postgresql/earthdistance.so -lib/postgresql/fti.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isbn_issn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/misc_utils.so -lib/postgresql/moddatetime.so -lib/postgresql/noup.so -lib/postgresql/pending.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/rtree_gist.so -lib/postgresql/seg.so -lib/postgresql/string_io.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch.so -lib/postgresql/tsearch2.so -lib/postgresql/user_locks.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.apachelog -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dbf2pg -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.dbmirror -%%DOCSDIR%%/contrib/README.dbsize -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.findoidjoins -%%DOCSDIR%%/contrib/README.fti -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.ipc_check -%%DOCSDIR%%/contrib/README.isbn_issn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.misc_utils -%%DOCSDIR%%/contrib/README.mysql -%%DOCSDIR%%/contrib/README.noup -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_autovacuum -%%DOCSDIR%%/contrib/README.pg_dumplo -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.reindexdb -%%DOCSDIR%%/contrib/README.rtree_gist -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.string_io -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.user_locks -%%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/AddTrigger.sql -share/postgresql/contrib/MirrorSetup.sql -share/postgresql/contrib/_int.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/dbsize.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fti.sql -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isbn_issn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/lo_drop.sql -share/postgresql/contrib/lo_test.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/misc_utils.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/noup.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/rtree_gist.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/seg.sql -share/postgresql/contrib/slaveDatabase.conf -share/postgresql/contrib/string_io.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/untsearch2.sql -share/postgresql/contrib/user_locks.sql -@unexec rmdir %D/share/postgresql/contrib >&2 2> /dev/null || true -@unexec rmdir %D/share/postgresql >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%%/contrib >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%% >&2 2> /dev/null || true -@unexec rmdir %D/lib/postgresql >&2 2> /dev/null || true diff --git a/databases/postgresql84-server/pkg-plist-plperl b/databases/postgresql84-server/pkg-plist-plperl deleted file mode 100644 index 8d4f20e33bbf..000000000000 --- a/databases/postgresql84-server/pkg-plist-plperl +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql84-server/pkg-plist-plpython b/databases/postgresql84-server/pkg-plist-plpython deleted file mode 100644 index 184c2fd1d21e..000000000000 --- a/databases/postgresql84-server/pkg-plist-plpython +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plpython -lib/postgresql/plpython.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql84-server/pkg-plist-pltcl b/databases/postgresql84-server/pkg-plist-pltcl deleted file mode 100644 index bf4aae772537..000000000000 --- a/databases/postgresql84-server/pkg-plist-pltcl +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/README-pltcl -lib/postgresql/pltcl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -share/postgresql/unknown.pltcl -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql84-server/pkg-plist-server b/databases/postgresql84-server/pkg-plist-server deleted file mode 100644 index 44b57f274dbc..000000000000 --- a/databases/postgresql84-server/pkg-plist-server +++ /dev/null @@ -1,667 +0,0 @@ -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -etc/rc.d/010.pgsql.sh -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_tcvn.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win1250.so -lib/postgresql/utf8_and_win1256.so -lib/postgresql/utf8_and_win874.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -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/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/WET -share/postgresql/timezone/CET -share/postgresql/timezone/MET -share/postgresql/timezone/EET -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT+1 -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+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Factory -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/EST -share/postgresql/timezone/MST -share/postgresql/timezone/HST -share/postgresql/timezone/US/Pacific-New -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/Samoa -share/postgresql/timezone/GMT -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -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/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -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/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Navajo -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/PRC -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/Zulu -share/postgresql/timezone/SystemV/AST4ADT -share/postgresql/timezone/SystemV/EST5EDT -share/postgresql/timezone/SystemV/CST6CDT -share/postgresql/timezone/SystemV/MST7MDT -share/postgresql/timezone/SystemV/PST8PDT -share/postgresql/timezone/SystemV/YST9YDT -share/postgresql/timezone/SystemV/AST4 -share/postgresql/timezone/SystemV/EST5 -share/postgresql/timezone/SystemV/CST6 -share/postgresql/timezone/SystemV/MST7 -share/postgresql/timezone/SystemV/PST8 -share/postgresql/timezone/SystemV/YST9 -share/postgresql/timezone/SystemV/HST10 -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -@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/SystemV -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@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." -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/etc/periodic/daily 2>/dev/null || true -@unexec rmdir %D/etc/periodic 2>/dev/null || true -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/pgsql 2>/dev/null || true diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile deleted file mode 100644 index 4825ec4d2984..000000000000 --- a/databases/postgresql90-server/Makefile +++ /dev/null @@ -1,289 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PKGNAMESUFFIX?= -server -PORTVERSION?= 8.0.1 -PORTREVISION?= 3 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -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.[0-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.[0-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}80 -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/timezone src/backend src/backend/utils/mb/conversion_procs src/pl -INSTALL_DIRS?= ${BUILD_DIRS} -PKGMESSAGE= ${WRKDIR}/.pkg-message${PKGNAMESUFFIX} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= yes -RCSCRIPT= ${PREFIX}/etc/rc.d/010.pgsql.sh -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 -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. 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) -WITH_KRB5= yes -KRB5_HOME?= ${LOCALBASE} -KRB5CONF= ${KRB5_HOME}/bin/krb5-config -LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 -. endif - -. if defined(WITH_HEIMDAL_KRB5) -WITH_KRB5= yes -. if defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) -KRB5CONF= ${HEIMDAL_HOME}/bin/krb5-config -. elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(${DESTDIR}/usr/lib/libkrb5.a) -KRB5CONF= ${DESTDIR}/usr/bin/krb5-config -. else -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -KRB5CONF= ${LOCALBASE}/bin/krb5-config -. endif -. endif - -. if defined(WITH_KRB5) -CONFIGURE_ARGS+= --with-krb5 -LDFLAGS+= `${KRB5CONF} --libs krb5` -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -. endif - -. if defined(SERVER_ONLY) && defined(WITH_TESTS) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -EXTRA_PATCHES= ${FILESDIR}/regresspatch-src-test-regress-pgregress-sh -. 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 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_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 \ - 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_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_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 reindex.7 reset.7 \ - revoke.7 rollback.7 select.7 select_into.7 set.7 \ - set_constraints.7 set_transaction.7 show.7 \ - set_session_authorization.7 start_transaction.7 \ - spi_connect.7 spi_copytuple.7 spi_cursor_close.7 \ - spi_cursor_fetch.7 spi_cursor_find.7 spi_cursor_move.7 \ - spi_cursor_open.7 spi_exec.7 spi_execp.7 spi_execute.7 \ - spi_execute_plan.7 \ - spi_finish.7 spi_fname.7 spi_fnumber.7 spi_freeplan.7 \ - spi_freetuple.7 spi_freetuptable.7 spi_getargcount.7 \ - spi_getargtypeid.7 spi_getbinval.7 spi_getrelname.7 \ - spi_gettype.7 spi_gettypeid.7 spi_getvalue.7 \ - spi_is_cursor_plan.7 spi_modifytuple.7 spi_palloc.7 \ - spi_pfree.7 spi_pop.7 spi_prepare.7 spi_push.7 \ - spi_repalloc.7 spi_returntuple.7 spi_saveplan.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 -.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(${MASTERDIR}/pkg-message${PKGNAMESUFFIX}) -post-build: - @ ${SED} "s|/usr/local|${PREFIX}|g" \ - < ${MASTERDIR}/pkg-message${PKGNAMESUFFIX} \ - > ${PKGMESSAGE} -. endif -.endif - -.if defined(SERVER_ONLY) -pre-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 - @ ${SED} "s|%%PREFIX%%|${PREFIX}|g" \ - < ${FILESDIR}/dot.$i.in \ - > ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%RC_SUBR%%|${RC_SUBR}|g" \ - < ${FILESDIR}/pgsql.sh.tmpl \ - > ${RCSCRIPT} ;\ - ${CHMOD} 554 ${RCSCRIPT} ;\ - ${CHOWN} root:pgsql ${RCSCRIPT} ;\ - ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${MKDIR} ${PREFIX}/etc/periodic/daily ;\ - ${INSTALL_SCRIPT} ${FILESDIR}/502.pgsql \ - ${PREFIX}/etc/periodic/daily -. endif # SERVER_ONLY - @ 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 8c1ca90907ab..000000000000 --- a/databases/postgresql90-server/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -MD5 (postgresql/postgresql-base-8.0.1.tar.bz2) = b8f8edce5b29bcf785251693c6225885 -SIZE (postgresql/postgresql-base-8.0.1.tar.bz2) = 7798118 -MD5 (postgresql/postgresql-docs-8.0.1.tar.bz2) = f51624e70b9fca4ebd6bb56ba8587b97 -SIZE (postgresql/postgresql-docs-8.0.1.tar.bz2) = 2198650 -MD5 (postgresql/postgresql-opt-8.0.1.tar.bz2) = 130474770b88fd059c2dff457fb06b0a -SIZE (postgresql/postgresql-opt-8.0.1.tar.bz2) = 133466 -MD5 (postgresql/postgresql-test-8.0.1.tar.bz2) = ad7baaaf9cf417b9ddd1512f1dd7fb10 -SIZE (postgresql/postgresql-test-8.0.1.tar.bz2) = 961001 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 89aaa9a2c0cc..000000000000 --- a/databases/postgresql90-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,17 +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 -@@ -11,7 +11,7 @@ - ifeq ($(findstring sparc,$(host_cpu)), sparc) - CFLAGS_SL = -fPIC -DPIC - else --CFLAGS_SL = -fpic -DPIC -+CFLAGS_SL = -fPIC -DPIC - endif - - -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/postgresql90-server/files/patch-src-pl-plpgsql-src-gram-y b/databases/postgresql90-server/files/patch-src-pl-plpgsql-src-gram-y deleted file mode 100644 index 672745ce2760..000000000000 --- a/databases/postgresql90-server/files/patch-src-pl-plpgsql-src-gram-y +++ /dev/null @@ -1,80 +0,0 @@ ---- src/pl/plpgsql/src/gram.y 2005/01/21 00:17:02 1.64.4.1 REL8_0_1 -+++ src/pl/plpgsql/src/gram.y 2005/02/08 18:21:59 1.64.4.3 REL8_0_STABLE -@@ -4,7 +4,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -1766,8 +1766,19 @@ read_sql_construct(int until, - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -1940,6 +1951,15 @@ make_select_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { -@@ -1990,6 +2010,16 @@ make_select_stmt(void) - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -2085,6 +2115,15 @@ make_fetch_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { diff --git a/databases/postgresql90-server/files/patch-src-pl-plpgsql-src-pl-gram-c b/databases/postgresql90-server/files/patch-src-pl-plpgsql-src-pl-gram-c deleted file mode 100644 index e4cb940fda72..000000000000 --- a/databases/postgresql90-server/files/patch-src-pl-plpgsql-src-pl-gram-c +++ /dev/null @@ -1,91 +0,0 @@ ---- /opt/portbuild/tmp/opt/ports/databases/postgresql80-server/work/postgresql-8.0.1/src/pl/plpgsql/src/pl_gram.c Mon Jan 31 02:41:48 2005 -+++ src/pl/plpgsql/src/pl_gram.c Sun Feb 20 02:19:34 2005 -@@ -191,7 +191,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -3426,8 +3412,19 @@ - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3600,6 +3597,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { -@@ -3650,6 +3656,16 @@ - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3745,6 +3761,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { ---- src/pl/plpgsql/src/pl.tab.h.orig Sun Feb 20 06:27:24 2005 -+++ src/pl/plpgsql/src/pl.tab.h Sun Feb 20 06:27:34 2005 -@@ -209,7 +209,7 @@ - PLpgSQL_exceptions *exceptions; - PLpgSQL_nsitem *nsitem; - } PLPGSQL_YYSTYPE; --/* Line 1248 of yacc.c. */ -+/* Line 1238 of yacc.c. */ - #line 213 "y.tab.h" - # define plpgsql_yystype PLPGSQL_YYSTYPE /* obsolescent; will be withdrawn */ - # define PLPGSQL_YYSTYPE_IS_DECLARED 1 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 07363e882113..000000000000 --- a/databases/postgresql90-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,18 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample~ Fri Nov 5 20:16:16 2004 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Dec 21 02:06:45 2004 -@@ -172,6 +172,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of stderr, - # syslog and eventlog, depending on - # platform. -@@ -219,6 +220,7 @@ - - #log_min_duration_statement = -1 # -1 is disabled, in milliseconds. - -+silent_mode = true - #silent_mode = false # DO NOT USE without syslog or redirect_stderr - - # - What to Log - diff --git a/databases/postgresql90-server/files/pgsql.sh.tmpl b/databases/postgresql90-server/files/pgsql.sh.tmpl deleted file mode 100644 index 8d975d54303c..000000000000 --- a/databases/postgresql90-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: postgresql -# REQUIRE: LOGIN -# KEYWORD: FreeBSD 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" -# -# 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%% - -. %%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"} - -name=postgresql -rcvar=`set_rcvar` -command=${prefix}/bin/pg_ctl -command_args="-D ${postgresql_data} ${postgresql_flags} $1" -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}" -} - -postgresql_initdb() -{ - su -l -c ${postgresql_class} ${postgresql_user} -c "exec ${prefix}/bin/initdb -D ${postgresql_data}" -} - -run_rc_command "$1" 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/regresspatch-src-test-regress-pgregress-sh b/databases/postgresql90-server/files/regresspatch-src-test-regress-pgregress-sh deleted file mode 100644 index f2ebbf5cb96e..000000000000 --- a/databases/postgresql90-server/files/regresspatch-src-test-regress-pgregress-sh +++ /dev/null @@ -1,12 +0,0 @@ ---- src/test/regress/pg_regress.sh~ Sun Dec 12 16:34:15 2004 -+++ src/test/regress/pg_regress.sh Sat Jan 8 05:12:46 2005 -@@ -410,6 +410,9 @@ - (exit 2); exit - fi - -+ # make rest of this script happy -+ echo "log_destination = 'stderr'" >> $PGDATA/postgresql.conf -+ echo "silent_mode = false" >> $PGDATA/postgresql.conf - - # ---------- - # Start postmaster 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-message-client b/databases/postgresql90-server/pkg-message-client deleted file mode 100644 index 722d50cb4244..000000000000 --- a/databases/postgresql90-server/pkg-message-client +++ /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/pkg-message-contrib b/databases/postgresql90-server/pkg-message-contrib deleted file mode 100644 index 8120f2d8d89c..000000000000 --- a/databases/postgresql90-server/pkg-message-contrib +++ /dev/null @@ -1,3 +0,0 @@ -The PostgreSQL contrib utilities have been installed. Please see -/usr/local/share/doc/postgresql/contrib/README -for more information. diff --git a/databases/postgresql90-server/pkg-message-plperl b/databases/postgresql90-server/pkg-message-plperl deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql90-server/pkg-message-plperl +++ /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/pkg-message-plpython b/databases/postgresql90-server/pkg-message-plpython deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql90-server/pkg-message-plpython +++ /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/pkg-message-pltcl b/databases/postgresql90-server/pkg-message-pltcl deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql90-server/pkg-message-pltcl +++ /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/pkg-message-server b/databases/postgresql90-server/pkg-message-server deleted file mode 100644 index ad1e6d1e82b9..000000000000 --- a/databases/postgresql90-server/pkg-message-server +++ /dev/null @@ -1,49 +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. - -You should vacuum and backup your database regularly. There is a -periodic script, ${LOCALBASE}/etc/periodic/daily/502.pgsql, that you -may find useful. Per default, it perfoms vacuum on all databases -nightly. See the script for instructions. - -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 /usr/local/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. - -====================================================================== - -To initialize the database, run - - /usr/local/etc/rc.d/010.pgsql.sh initdb - -You can then start PostgreSQL by running: - - /usr/local/etc/rc.d/010.pgsql.sh start - -For postmaster settings, see ~pgsql/data/postgresql.conf - -NB. FreeBSD's PostgreSQL port now by default logs to syslog - 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/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 cde44ae6df19..000000000000 --- a/databases/postgresql90-server/pkg-plist-client +++ /dev/null @@ -1,590 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/initdb -bin/ipcclean -bin/pg_config -bin/pg_controldata -bin/pg_ctl -bin/pg_dump -bin/pg_dumpall -bin/pg_resetxlog -bin/pg_restore -bin/psql -bin/vacuumdb -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gist.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/ibit.h -include/postgresql/server/access/iqual.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/rtree.h -include/postgresql/server/access/rtscan.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/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/catname.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_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_group.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_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shadow.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/pg_version.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/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/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/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/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/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/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/beos.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/qnx4.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/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/strdup.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/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/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/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.4 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.1 -lib/libpq.a -lib/libpq.so -lib/libpq.so.3 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.1 -%%DOCSDIR%%/README-client -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@unexec rmdir %D/share/postgresql 2>/dev/null || true -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.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/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.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_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.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/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.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/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.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_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.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/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true diff --git a/databases/postgresql90-server/pkg-plist-contrib b/databases/postgresql90-server/pkg-plist-contrib deleted file mode 100644 index fd3f553e5b25..000000000000 --- a/databases/postgresql90-server/pkg-plist-contrib +++ /dev/null @@ -1,137 +0,0 @@ -bin/DBMirror.pl -bin/clean_pending.pl -bin/dbf2pg -bin/findoidjoins -bin/fti.pl -bin/ipc_check -bin/make_oidjoins_check -bin/my2pg.pl -bin/mysql2pgsql -bin/oid2name -bin/pg_autovacuum -bin/pg_dumplo -bin/pgbench -bin/reindexdb -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/dbsize.so -lib/postgresql/earthdistance.so -lib/postgresql/fti.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isbn_issn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/misc_utils.so -lib/postgresql/moddatetime.so -lib/postgresql/noup.so -lib/postgresql/pending.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/rtree_gist.so -lib/postgresql/seg.so -lib/postgresql/string_io.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch.so -lib/postgresql/tsearch2.so -lib/postgresql/user_locks.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.apachelog -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dbf2pg -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.dbmirror -%%DOCSDIR%%/contrib/README.dbsize -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.findoidjoins -%%DOCSDIR%%/contrib/README.fti -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.ipc_check -%%DOCSDIR%%/contrib/README.isbn_issn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.misc_utils -%%DOCSDIR%%/contrib/README.mysql -%%DOCSDIR%%/contrib/README.noup -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_autovacuum -%%DOCSDIR%%/contrib/README.pg_dumplo -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.reindexdb -%%DOCSDIR%%/contrib/README.rtree_gist -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.string_io -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.user_locks -%%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/AddTrigger.sql -share/postgresql/contrib/MirrorSetup.sql -share/postgresql/contrib/_int.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/dbsize.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fti.sql -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isbn_issn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/lo_drop.sql -share/postgresql/contrib/lo_test.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/misc_utils.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/noup.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/rtree_gist.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/seg.sql -share/postgresql/contrib/slaveDatabase.conf -share/postgresql/contrib/string_io.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/untsearch2.sql -share/postgresql/contrib/user_locks.sql -@unexec rmdir %D/share/postgresql/contrib >&2 2> /dev/null || true -@unexec rmdir %D/share/postgresql >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%%/contrib >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%% >&2 2> /dev/null || true -@unexec rmdir %D/lib/postgresql >&2 2> /dev/null || true diff --git a/databases/postgresql90-server/pkg-plist-plperl b/databases/postgresql90-server/pkg-plist-plperl deleted file mode 100644 index 8d4f20e33bbf..000000000000 --- a/databases/postgresql90-server/pkg-plist-plperl +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql90-server/pkg-plist-plpython b/databases/postgresql90-server/pkg-plist-plpython deleted file mode 100644 index 184c2fd1d21e..000000000000 --- a/databases/postgresql90-server/pkg-plist-plpython +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plpython -lib/postgresql/plpython.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql90-server/pkg-plist-pltcl b/databases/postgresql90-server/pkg-plist-pltcl deleted file mode 100644 index bf4aae772537..000000000000 --- a/databases/postgresql90-server/pkg-plist-pltcl +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/README-pltcl -lib/postgresql/pltcl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -share/postgresql/unknown.pltcl -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql90-server/pkg-plist-server b/databases/postgresql90-server/pkg-plist-server deleted file mode 100644 index 44b57f274dbc..000000000000 --- a/databases/postgresql90-server/pkg-plist-server +++ /dev/null @@ -1,667 +0,0 @@ -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -etc/rc.d/010.pgsql.sh -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_tcvn.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win1250.so -lib/postgresql/utf8_and_win1256.so -lib/postgresql/utf8_and_win874.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -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/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/WET -share/postgresql/timezone/CET -share/postgresql/timezone/MET -share/postgresql/timezone/EET -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT+1 -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+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Factory -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/EST -share/postgresql/timezone/MST -share/postgresql/timezone/HST -share/postgresql/timezone/US/Pacific-New -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/Samoa -share/postgresql/timezone/GMT -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -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/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -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/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Navajo -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/PRC -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/Zulu -share/postgresql/timezone/SystemV/AST4ADT -share/postgresql/timezone/SystemV/EST5EDT -share/postgresql/timezone/SystemV/CST6CDT -share/postgresql/timezone/SystemV/MST7MDT -share/postgresql/timezone/SystemV/PST8PDT -share/postgresql/timezone/SystemV/YST9YDT -share/postgresql/timezone/SystemV/AST4 -share/postgresql/timezone/SystemV/EST5 -share/postgresql/timezone/SystemV/CST6 -share/postgresql/timezone/SystemV/MST7 -share/postgresql/timezone/SystemV/PST8 -share/postgresql/timezone/SystemV/YST9 -share/postgresql/timezone/SystemV/HST10 -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -@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/SystemV -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@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." -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/etc/periodic/daily 2>/dev/null || true -@unexec rmdir %D/etc/periodic 2>/dev/null || true -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/pgsql 2>/dev/null || true diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile deleted file mode 100644 index 4825ec4d2984..000000000000 --- a/databases/postgresql91-server/Makefile +++ /dev/null @@ -1,289 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PKGNAMESUFFIX?= -server -PORTVERSION?= 8.0.1 -PORTREVISION?= 3 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -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.[0-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.[0-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}80 -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/timezone src/backend src/backend/utils/mb/conversion_procs src/pl -INSTALL_DIRS?= ${BUILD_DIRS} -PKGMESSAGE= ${WRKDIR}/.pkg-message${PKGNAMESUFFIX} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= yes -RCSCRIPT= ${PREFIX}/etc/rc.d/010.pgsql.sh -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 -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. 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) -WITH_KRB5= yes -KRB5_HOME?= ${LOCALBASE} -KRB5CONF= ${KRB5_HOME}/bin/krb5-config -LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 -. endif - -. if defined(WITH_HEIMDAL_KRB5) -WITH_KRB5= yes -. if defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) -KRB5CONF= ${HEIMDAL_HOME}/bin/krb5-config -. elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(${DESTDIR}/usr/lib/libkrb5.a) -KRB5CONF= ${DESTDIR}/usr/bin/krb5-config -. else -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -KRB5CONF= ${LOCALBASE}/bin/krb5-config -. endif -. endif - -. if defined(WITH_KRB5) -CONFIGURE_ARGS+= --with-krb5 -LDFLAGS+= `${KRB5CONF} --libs krb5` -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -. endif - -. if defined(SERVER_ONLY) && defined(WITH_TESTS) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -EXTRA_PATCHES= ${FILESDIR}/regresspatch-src-test-regress-pgregress-sh -. 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 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_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 \ - 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_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_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 reindex.7 reset.7 \ - revoke.7 rollback.7 select.7 select_into.7 set.7 \ - set_constraints.7 set_transaction.7 show.7 \ - set_session_authorization.7 start_transaction.7 \ - spi_connect.7 spi_copytuple.7 spi_cursor_close.7 \ - spi_cursor_fetch.7 spi_cursor_find.7 spi_cursor_move.7 \ - spi_cursor_open.7 spi_exec.7 spi_execp.7 spi_execute.7 \ - spi_execute_plan.7 \ - spi_finish.7 spi_fname.7 spi_fnumber.7 spi_freeplan.7 \ - spi_freetuple.7 spi_freetuptable.7 spi_getargcount.7 \ - spi_getargtypeid.7 spi_getbinval.7 spi_getrelname.7 \ - spi_gettype.7 spi_gettypeid.7 spi_getvalue.7 \ - spi_is_cursor_plan.7 spi_modifytuple.7 spi_palloc.7 \ - spi_pfree.7 spi_pop.7 spi_prepare.7 spi_push.7 \ - spi_repalloc.7 spi_returntuple.7 spi_saveplan.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 -.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(${MASTERDIR}/pkg-message${PKGNAMESUFFIX}) -post-build: - @ ${SED} "s|/usr/local|${PREFIX}|g" \ - < ${MASTERDIR}/pkg-message${PKGNAMESUFFIX} \ - > ${PKGMESSAGE} -. endif -.endif - -.if defined(SERVER_ONLY) -pre-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 - @ ${SED} "s|%%PREFIX%%|${PREFIX}|g" \ - < ${FILESDIR}/dot.$i.in \ - > ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%RC_SUBR%%|${RC_SUBR}|g" \ - < ${FILESDIR}/pgsql.sh.tmpl \ - > ${RCSCRIPT} ;\ - ${CHMOD} 554 ${RCSCRIPT} ;\ - ${CHOWN} root:pgsql ${RCSCRIPT} ;\ - ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${MKDIR} ${PREFIX}/etc/periodic/daily ;\ - ${INSTALL_SCRIPT} ${FILESDIR}/502.pgsql \ - ${PREFIX}/etc/periodic/daily -. endif # SERVER_ONLY - @ 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 8c1ca90907ab..000000000000 --- a/databases/postgresql91-server/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -MD5 (postgresql/postgresql-base-8.0.1.tar.bz2) = b8f8edce5b29bcf785251693c6225885 -SIZE (postgresql/postgresql-base-8.0.1.tar.bz2) = 7798118 -MD5 (postgresql/postgresql-docs-8.0.1.tar.bz2) = f51624e70b9fca4ebd6bb56ba8587b97 -SIZE (postgresql/postgresql-docs-8.0.1.tar.bz2) = 2198650 -MD5 (postgresql/postgresql-opt-8.0.1.tar.bz2) = 130474770b88fd059c2dff457fb06b0a -SIZE (postgresql/postgresql-opt-8.0.1.tar.bz2) = 133466 -MD5 (postgresql/postgresql-test-8.0.1.tar.bz2) = ad7baaaf9cf417b9ddd1512f1dd7fb10 -SIZE (postgresql/postgresql-test-8.0.1.tar.bz2) = 961001 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 89aaa9a2c0cc..000000000000 --- a/databases/postgresql91-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,17 +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 -@@ -11,7 +11,7 @@ - ifeq ($(findstring sparc,$(host_cpu)), sparc) - CFLAGS_SL = -fPIC -DPIC - else --CFLAGS_SL = -fpic -DPIC -+CFLAGS_SL = -fPIC -DPIC - endif - - -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/postgresql91-server/files/patch-src-pl-plpgsql-src-gram-y b/databases/postgresql91-server/files/patch-src-pl-plpgsql-src-gram-y deleted file mode 100644 index 672745ce2760..000000000000 --- a/databases/postgresql91-server/files/patch-src-pl-plpgsql-src-gram-y +++ /dev/null @@ -1,80 +0,0 @@ ---- src/pl/plpgsql/src/gram.y 2005/01/21 00:17:02 1.64.4.1 REL8_0_1 -+++ src/pl/plpgsql/src/gram.y 2005/02/08 18:21:59 1.64.4.3 REL8_0_STABLE -@@ -4,7 +4,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -1766,8 +1766,19 @@ read_sql_construct(int until, - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -1940,6 +1951,15 @@ make_select_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { -@@ -1990,6 +2010,16 @@ make_select_stmt(void) - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -2085,6 +2115,15 @@ make_fetch_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { diff --git a/databases/postgresql91-server/files/patch-src-pl-plpgsql-src-pl-gram-c b/databases/postgresql91-server/files/patch-src-pl-plpgsql-src-pl-gram-c deleted file mode 100644 index e4cb940fda72..000000000000 --- a/databases/postgresql91-server/files/patch-src-pl-plpgsql-src-pl-gram-c +++ /dev/null @@ -1,91 +0,0 @@ ---- /opt/portbuild/tmp/opt/ports/databases/postgresql80-server/work/postgresql-8.0.1/src/pl/plpgsql/src/pl_gram.c Mon Jan 31 02:41:48 2005 -+++ src/pl/plpgsql/src/pl_gram.c Sun Feb 20 02:19:34 2005 -@@ -191,7 +191,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -3426,8 +3412,19 @@ - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3600,6 +3597,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { -@@ -3650,6 +3656,16 @@ - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3745,6 +3761,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { ---- src/pl/plpgsql/src/pl.tab.h.orig Sun Feb 20 06:27:24 2005 -+++ src/pl/plpgsql/src/pl.tab.h Sun Feb 20 06:27:34 2005 -@@ -209,7 +209,7 @@ - PLpgSQL_exceptions *exceptions; - PLpgSQL_nsitem *nsitem; - } PLPGSQL_YYSTYPE; --/* Line 1248 of yacc.c. */ -+/* Line 1238 of yacc.c. */ - #line 213 "y.tab.h" - # define plpgsql_yystype PLPGSQL_YYSTYPE /* obsolescent; will be withdrawn */ - # define PLPGSQL_YYSTYPE_IS_DECLARED 1 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 07363e882113..000000000000 --- a/databases/postgresql91-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,18 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample~ Fri Nov 5 20:16:16 2004 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Dec 21 02:06:45 2004 -@@ -172,6 +172,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of stderr, - # syslog and eventlog, depending on - # platform. -@@ -219,6 +220,7 @@ - - #log_min_duration_statement = -1 # -1 is disabled, in milliseconds. - -+silent_mode = true - #silent_mode = false # DO NOT USE without syslog or redirect_stderr - - # - What to Log - diff --git a/databases/postgresql91-server/files/pgsql.sh.tmpl b/databases/postgresql91-server/files/pgsql.sh.tmpl deleted file mode 100644 index 8d975d54303c..000000000000 --- a/databases/postgresql91-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: postgresql -# REQUIRE: LOGIN -# KEYWORD: FreeBSD 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" -# -# 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%% - -. %%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"} - -name=postgresql -rcvar=`set_rcvar` -command=${prefix}/bin/pg_ctl -command_args="-D ${postgresql_data} ${postgresql_flags} $1" -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}" -} - -postgresql_initdb() -{ - su -l -c ${postgresql_class} ${postgresql_user} -c "exec ${prefix}/bin/initdb -D ${postgresql_data}" -} - -run_rc_command "$1" 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/regresspatch-src-test-regress-pgregress-sh b/databases/postgresql91-server/files/regresspatch-src-test-regress-pgregress-sh deleted file mode 100644 index f2ebbf5cb96e..000000000000 --- a/databases/postgresql91-server/files/regresspatch-src-test-regress-pgregress-sh +++ /dev/null @@ -1,12 +0,0 @@ ---- src/test/regress/pg_regress.sh~ Sun Dec 12 16:34:15 2004 -+++ src/test/regress/pg_regress.sh Sat Jan 8 05:12:46 2005 -@@ -410,6 +410,9 @@ - (exit 2); exit - fi - -+ # make rest of this script happy -+ echo "log_destination = 'stderr'" >> $PGDATA/postgresql.conf -+ echo "silent_mode = false" >> $PGDATA/postgresql.conf - - # ---------- - # Start postmaster 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-message-client b/databases/postgresql91-server/pkg-message-client deleted file mode 100644 index 722d50cb4244..000000000000 --- a/databases/postgresql91-server/pkg-message-client +++ /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/pkg-message-contrib b/databases/postgresql91-server/pkg-message-contrib deleted file mode 100644 index 8120f2d8d89c..000000000000 --- a/databases/postgresql91-server/pkg-message-contrib +++ /dev/null @@ -1,3 +0,0 @@ -The PostgreSQL contrib utilities have been installed. Please see -/usr/local/share/doc/postgresql/contrib/README -for more information. diff --git a/databases/postgresql91-server/pkg-message-plperl b/databases/postgresql91-server/pkg-message-plperl deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql91-server/pkg-message-plperl +++ /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/pkg-message-plpython b/databases/postgresql91-server/pkg-message-plpython deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql91-server/pkg-message-plpython +++ /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/pkg-message-pltcl b/databases/postgresql91-server/pkg-message-pltcl deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql91-server/pkg-message-pltcl +++ /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/pkg-message-server b/databases/postgresql91-server/pkg-message-server deleted file mode 100644 index ad1e6d1e82b9..000000000000 --- a/databases/postgresql91-server/pkg-message-server +++ /dev/null @@ -1,49 +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. - -You should vacuum and backup your database regularly. There is a -periodic script, ${LOCALBASE}/etc/periodic/daily/502.pgsql, that you -may find useful. Per default, it perfoms vacuum on all databases -nightly. See the script for instructions. - -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 /usr/local/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. - -====================================================================== - -To initialize the database, run - - /usr/local/etc/rc.d/010.pgsql.sh initdb - -You can then start PostgreSQL by running: - - /usr/local/etc/rc.d/010.pgsql.sh start - -For postmaster settings, see ~pgsql/data/postgresql.conf - -NB. FreeBSD's PostgreSQL port now by default logs to syslog - 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/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 cde44ae6df19..000000000000 --- a/databases/postgresql91-server/pkg-plist-client +++ /dev/null @@ -1,590 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/initdb -bin/ipcclean -bin/pg_config -bin/pg_controldata -bin/pg_ctl -bin/pg_dump -bin/pg_dumpall -bin/pg_resetxlog -bin/pg_restore -bin/psql -bin/vacuumdb -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gist.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/ibit.h -include/postgresql/server/access/iqual.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/rtree.h -include/postgresql/server/access/rtscan.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/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/catname.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_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_group.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_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shadow.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/pg_version.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/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/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/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/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/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/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/beos.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/qnx4.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/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/strdup.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/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/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/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.4 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.1 -lib/libpq.a -lib/libpq.so -lib/libpq.so.3 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.1 -%%DOCSDIR%%/README-client -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@unexec rmdir %D/share/postgresql 2>/dev/null || true -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.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/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.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_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.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/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.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/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.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_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.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/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true diff --git a/databases/postgresql91-server/pkg-plist-contrib b/databases/postgresql91-server/pkg-plist-contrib deleted file mode 100644 index fd3f553e5b25..000000000000 --- a/databases/postgresql91-server/pkg-plist-contrib +++ /dev/null @@ -1,137 +0,0 @@ -bin/DBMirror.pl -bin/clean_pending.pl -bin/dbf2pg -bin/findoidjoins -bin/fti.pl -bin/ipc_check -bin/make_oidjoins_check -bin/my2pg.pl -bin/mysql2pgsql -bin/oid2name -bin/pg_autovacuum -bin/pg_dumplo -bin/pgbench -bin/reindexdb -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/dbsize.so -lib/postgresql/earthdistance.so -lib/postgresql/fti.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isbn_issn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/misc_utils.so -lib/postgresql/moddatetime.so -lib/postgresql/noup.so -lib/postgresql/pending.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/rtree_gist.so -lib/postgresql/seg.so -lib/postgresql/string_io.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch.so -lib/postgresql/tsearch2.so -lib/postgresql/user_locks.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.apachelog -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dbf2pg -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.dbmirror -%%DOCSDIR%%/contrib/README.dbsize -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.findoidjoins -%%DOCSDIR%%/contrib/README.fti -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.ipc_check -%%DOCSDIR%%/contrib/README.isbn_issn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.misc_utils -%%DOCSDIR%%/contrib/README.mysql -%%DOCSDIR%%/contrib/README.noup -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_autovacuum -%%DOCSDIR%%/contrib/README.pg_dumplo -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.reindexdb -%%DOCSDIR%%/contrib/README.rtree_gist -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.string_io -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.user_locks -%%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/AddTrigger.sql -share/postgresql/contrib/MirrorSetup.sql -share/postgresql/contrib/_int.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/dbsize.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fti.sql -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isbn_issn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/lo_drop.sql -share/postgresql/contrib/lo_test.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/misc_utils.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/noup.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/rtree_gist.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/seg.sql -share/postgresql/contrib/slaveDatabase.conf -share/postgresql/contrib/string_io.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/untsearch2.sql -share/postgresql/contrib/user_locks.sql -@unexec rmdir %D/share/postgresql/contrib >&2 2> /dev/null || true -@unexec rmdir %D/share/postgresql >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%%/contrib >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%% >&2 2> /dev/null || true -@unexec rmdir %D/lib/postgresql >&2 2> /dev/null || true diff --git a/databases/postgresql91-server/pkg-plist-plperl b/databases/postgresql91-server/pkg-plist-plperl deleted file mode 100644 index 8d4f20e33bbf..000000000000 --- a/databases/postgresql91-server/pkg-plist-plperl +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql91-server/pkg-plist-plpython b/databases/postgresql91-server/pkg-plist-plpython deleted file mode 100644 index 184c2fd1d21e..000000000000 --- a/databases/postgresql91-server/pkg-plist-plpython +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plpython -lib/postgresql/plpython.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql91-server/pkg-plist-pltcl b/databases/postgresql91-server/pkg-plist-pltcl deleted file mode 100644 index bf4aae772537..000000000000 --- a/databases/postgresql91-server/pkg-plist-pltcl +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/README-pltcl -lib/postgresql/pltcl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -share/postgresql/unknown.pltcl -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql91-server/pkg-plist-server b/databases/postgresql91-server/pkg-plist-server deleted file mode 100644 index 44b57f274dbc..000000000000 --- a/databases/postgresql91-server/pkg-plist-server +++ /dev/null @@ -1,667 +0,0 @@ -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -etc/rc.d/010.pgsql.sh -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_tcvn.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win1250.so -lib/postgresql/utf8_and_win1256.so -lib/postgresql/utf8_and_win874.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -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/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/WET -share/postgresql/timezone/CET -share/postgresql/timezone/MET -share/postgresql/timezone/EET -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT+1 -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+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Factory -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/EST -share/postgresql/timezone/MST -share/postgresql/timezone/HST -share/postgresql/timezone/US/Pacific-New -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/Samoa -share/postgresql/timezone/GMT -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -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/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -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/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Navajo -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/PRC -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/Zulu -share/postgresql/timezone/SystemV/AST4ADT -share/postgresql/timezone/SystemV/EST5EDT -share/postgresql/timezone/SystemV/CST6CDT -share/postgresql/timezone/SystemV/MST7MDT -share/postgresql/timezone/SystemV/PST8PDT -share/postgresql/timezone/SystemV/YST9YDT -share/postgresql/timezone/SystemV/AST4 -share/postgresql/timezone/SystemV/EST5 -share/postgresql/timezone/SystemV/CST6 -share/postgresql/timezone/SystemV/MST7 -share/postgresql/timezone/SystemV/PST8 -share/postgresql/timezone/SystemV/YST9 -share/postgresql/timezone/SystemV/HST10 -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -@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/SystemV -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@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." -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/etc/periodic/daily 2>/dev/null || true -@unexec rmdir %D/etc/periodic 2>/dev/null || true -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/pgsql 2>/dev/null || true diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile deleted file mode 100644 index 4825ec4d2984..000000000000 --- a/databases/postgresql92-server/Makefile +++ /dev/null @@ -1,289 +0,0 @@ -# New ports collection makefile for: PostgreSQL -# Date created: November 13, 1998 -# Whom: Marc G. Fournier <scrappy@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME?= postgresql -PKGNAMESUFFIX?= -server -PORTVERSION?= 8.0.1 -PORTREVISION?= 3 -CATEGORIES?= databases -MASTER_SITES= ${MASTER_SITE_PGSQL} -MASTER_SITE_SUBDIR= source/v${PORTVERSION} -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.[0-9]* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.[0-9]* - -WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} -DIST_SUBDIR= postgresql - -UNIQUENAME?= ${PORTNAME}80 -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/timezone src/backend src/backend/utils/mb/conversion_procs src/pl -INSTALL_DIRS?= ${BUILD_DIRS} -PKGMESSAGE= ${WRKDIR}/.pkg-message${PKGNAMESUFFIX} - -.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY) -SERVER_ONLY= yes -USE_RC_SUBR= yes -RCSCRIPT= ${PREFIX}/etc/rc.d/010.pgsql.sh -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 -# to run regression tests: -OPTIONS+= TESTS "Allows the use of a \"check\" target (server)" off -OPTIONS+= DEBUG "Builds with debugging symbols" off - -. if defined(SERVER_ONLY) && defined(WITH_PAM) -CONFIGURE_ARGS+=--with-pam -. 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) -WITH_KRB5= yes -KRB5_HOME?= ${LOCALBASE} -KRB5CONF= ${KRB5_HOME}/bin/krb5-config -LIB_DEPENDS+= krb5.3:${PORTSDIR}/security/krb5 -. endif - -. if defined(WITH_HEIMDAL_KRB5) -WITH_KRB5= yes -. if defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) -KRB5CONF= ${HEIMDAL_HOME}/bin/krb5-config -. elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(${DESTDIR}/usr/lib/libkrb5.a) -KRB5CONF= ${DESTDIR}/usr/bin/krb5-config -. else -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -KRB5CONF= ${LOCALBASE}/bin/krb5-config -. endif -. endif - -. if defined(WITH_KRB5) -CONFIGURE_ARGS+= --with-krb5 -LDFLAGS+= `${KRB5CONF} --libs krb5` -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" -. endif - -. if defined(SERVER_ONLY) && defined(WITH_TESTS) -DISTFILES+= postgresql-test-${PORTVERSION}${EXTRACT_SUFX} -EXTRA_PATCHES= ${FILESDIR}/regresspatch-src-test-regress-pgregress-sh -. 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 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_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 \ - 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_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_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 reindex.7 reset.7 \ - revoke.7 rollback.7 select.7 select_into.7 set.7 \ - set_constraints.7 set_transaction.7 show.7 \ - set_session_authorization.7 start_transaction.7 \ - spi_connect.7 spi_copytuple.7 spi_cursor_close.7 \ - spi_cursor_fetch.7 spi_cursor_find.7 spi_cursor_move.7 \ - spi_cursor_open.7 spi_exec.7 spi_execp.7 spi_execute.7 \ - spi_execute_plan.7 \ - spi_finish.7 spi_fname.7 spi_fnumber.7 spi_freeplan.7 \ - spi_freetuple.7 spi_freetuptable.7 spi_getargcount.7 \ - spi_getargtypeid.7 spi_getbinval.7 spi_getrelname.7 \ - spi_gettype.7 spi_gettypeid.7 spi_getvalue.7 \ - spi_is_cursor_plan.7 spi_modifytuple.7 spi_palloc.7 \ - spi_pfree.7 spi_pop.7 spi_prepare.7 spi_push.7 \ - spi_repalloc.7 spi_returntuple.7 spi_saveplan.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 -.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(${MASTERDIR}/pkg-message${PKGNAMESUFFIX}) -post-build: - @ ${SED} "s|/usr/local|${PREFIX}|g" \ - < ${MASTERDIR}/pkg-message${PKGNAMESUFFIX} \ - > ${PKGMESSAGE} -. endif -.endif - -.if defined(SERVER_ONLY) -pre-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 - @ ${SED} "s|%%PREFIX%%|${PREFIX}|g" \ - < ${FILESDIR}/dot.$i.in \ - > ${PREFIX}/share/postgresql/dot.$i.dist; \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/; \ - if [ ! -f ~pgsql/.$i ]; then \ - ${CP} ${PREFIX}/share/postgresql/dot.$i.dist ~pgsql/.$i; \ - fi -. endfor - @ ${SED} -e "s|%%PREFIX%%|${PREFIX}|g; s|%%RC_SUBR%%|${RC_SUBR}|g" \ - < ${FILESDIR}/pgsql.sh.tmpl \ - > ${RCSCRIPT} ;\ - ${CHMOD} 554 ${RCSCRIPT} ;\ - ${CHOWN} root:pgsql ${RCSCRIPT} ;\ - ${CHOWN} -R pgsql:pgsql ~pgsql/. ;\ - ${MKDIR} ${PREFIX}/etc/periodic/daily ;\ - ${INSTALL_SCRIPT} ${FILESDIR}/502.pgsql \ - ${PREFIX}/etc/periodic/daily -. endif # SERVER_ONLY - @ 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 8c1ca90907ab..000000000000 --- a/databases/postgresql92-server/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -MD5 (postgresql/postgresql-base-8.0.1.tar.bz2) = b8f8edce5b29bcf785251693c6225885 -SIZE (postgresql/postgresql-base-8.0.1.tar.bz2) = 7798118 -MD5 (postgresql/postgresql-docs-8.0.1.tar.bz2) = f51624e70b9fca4ebd6bb56ba8587b97 -SIZE (postgresql/postgresql-docs-8.0.1.tar.bz2) = 2198650 -MD5 (postgresql/postgresql-opt-8.0.1.tar.bz2) = 130474770b88fd059c2dff457fb06b0a -SIZE (postgresql/postgresql-opt-8.0.1.tar.bz2) = 133466 -MD5 (postgresql/postgresql-test-8.0.1.tar.bz2) = ad7baaaf9cf417b9ddd1512f1dd7fb10 -SIZE (postgresql/postgresql-test-8.0.1.tar.bz2) = 961001 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 89aaa9a2c0cc..000000000000 --- a/databases/postgresql92-server/files/patch-src-makefiles-Makefile.freebsd +++ /dev/null @@ -1,17 +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 -@@ -11,7 +11,7 @@ - ifeq ($(findstring sparc,$(host_cpu)), sparc) - CFLAGS_SL = -fPIC -DPIC - else --CFLAGS_SL = -fpic -DPIC -+CFLAGS_SL = -fPIC -DPIC - endif - - -@@ -29,3 +29,5 @@ - endif - - sqlmansect = 7 -+ -+allow_nonpic_in_shlib = yes diff --git a/databases/postgresql92-server/files/patch-src-pl-plpgsql-src-gram-y b/databases/postgresql92-server/files/patch-src-pl-plpgsql-src-gram-y deleted file mode 100644 index 672745ce2760..000000000000 --- a/databases/postgresql92-server/files/patch-src-pl-plpgsql-src-gram-y +++ /dev/null @@ -1,80 +0,0 @@ ---- src/pl/plpgsql/src/gram.y 2005/01/21 00:17:02 1.64.4.1 REL8_0_1 -+++ src/pl/plpgsql/src/gram.y 2005/02/08 18:21:59 1.64.4.3 REL8_0_STABLE -@@ -4,7 +4,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -1766,8 +1766,19 @@ read_sql_construct(int until, - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -1940,6 +1951,15 @@ make_select_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { -@@ -1990,6 +2010,16 @@ make_select_stmt(void) - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -2085,6 +2115,15 @@ make_fetch_stmt(void) - - while ((tok = yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = yylex(); - switch(tok) - { diff --git a/databases/postgresql92-server/files/patch-src-pl-plpgsql-src-pl-gram-c b/databases/postgresql92-server/files/patch-src-pl-plpgsql-src-pl-gram-c deleted file mode 100644 index e4cb940fda72..000000000000 --- a/databases/postgresql92-server/files/patch-src-pl-plpgsql-src-pl-gram-c +++ /dev/null @@ -1,91 +0,0 @@ ---- /opt/portbuild/tmp/opt/ports/databases/postgresql80-server/work/postgresql-8.0.1/src/pl/plpgsql/src/pl_gram.c Mon Jan 31 02:41:48 2005 -+++ src/pl/plpgsql/src/pl_gram.c Sun Feb 20 02:19:34 2005 -@@ -191,7 +191,7 @@ - * procedural language - * - * IDENTIFICATION -- * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.1 2005/01/21 00:17:02 neilc Exp $ -+ * $PostgreSQL: pgsql/src/pl/plpgsql/src/gram.y,v 1.64.4.2 2005/02/07 03:52:22 neilc Exp $ - * - * This software is copyrighted by Jan Wieck - Hamburg. - * -@@ -3426,8 +3412,19 @@ - errmsg("missing \"%s\" at end of SQL statement", - expected))); - } -+ - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = lno; -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3600,6 +3597,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { -@@ -3650,6 +3656,16 @@ - - if (plpgsql_SpaceScanned) - plpgsql_dstring_append(&ds, " "); -+ -+ /* Check for array overflow */ -+ if (nparams >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many variables specified in SQL statement"))); -+ } -+ - switch (tok) - { - case T_SCALAR: -@@ -3745,6 +3761,15 @@ - - while ((tok = plpgsql_yylex()) == ',') - { -+ /* Check for array overflow */ -+ if (nfields >= 1024) -+ { -+ plpgsql_error_lineno = plpgsql_scanner_lineno(); -+ ereport(ERROR, -+ (errcode(ERRCODE_PROGRAM_LIMIT_EXCEEDED), -+ errmsg("too many INTO variables specified"))); -+ } -+ - tok = plpgsql_yylex(); - switch(tok) - { ---- src/pl/plpgsql/src/pl.tab.h.orig Sun Feb 20 06:27:24 2005 -+++ src/pl/plpgsql/src/pl.tab.h Sun Feb 20 06:27:34 2005 -@@ -209,7 +209,7 @@ - PLpgSQL_exceptions *exceptions; - PLpgSQL_nsitem *nsitem; - } PLPGSQL_YYSTYPE; --/* Line 1248 of yacc.c. */ -+/* Line 1238 of yacc.c. */ - #line 213 "y.tab.h" - # define plpgsql_yystype PLPGSQL_YYSTYPE /* obsolescent; will be withdrawn */ - # define PLPGSQL_YYSTYPE_IS_DECLARED 1 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 07363e882113..000000000000 --- a/databases/postgresql92-server/files/patch-src:backend:utils:misc:postgresql.conf.sample +++ /dev/null @@ -1,18 +0,0 @@ ---- src/backend/utils/misc/postgresql.conf.sample~ Fri Nov 5 20:16:16 2004 -+++ src/backend/utils/misc/postgresql.conf.sample Tue Dec 21 02:06:45 2004 -@@ -172,6 +172,7 @@ - - # - Where to Log - - -+log_destination = 'syslog' - #log_destination = 'stderr' # Valid values are combinations of stderr, - # syslog and eventlog, depending on - # platform. -@@ -219,6 +220,7 @@ - - #log_min_duration_statement = -1 # -1 is disabled, in milliseconds. - -+silent_mode = true - #silent_mode = false # DO NOT USE without syslog or redirect_stderr - - # - What to Log - diff --git a/databases/postgresql92-server/files/pgsql.sh.tmpl b/databases/postgresql92-server/files/pgsql.sh.tmpl deleted file mode 100644 index 8d975d54303c..000000000000 --- a/databases/postgresql92-server/files/pgsql.sh.tmpl +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ -# -# PROVIDE: postgresql -# REQUIRE: LOGIN -# KEYWORD: FreeBSD 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" -# -# 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%% - -. %%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"} - -name=postgresql -rcvar=`set_rcvar` -command=${prefix}/bin/pg_ctl -command_args="-D ${postgresql_data} ${postgresql_flags} $1" -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}" -} - -postgresql_initdb() -{ - su -l -c ${postgresql_class} ${postgresql_user} -c "exec ${prefix}/bin/initdb -D ${postgresql_data}" -} - -run_rc_command "$1" 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/regresspatch-src-test-regress-pgregress-sh b/databases/postgresql92-server/files/regresspatch-src-test-regress-pgregress-sh deleted file mode 100644 index f2ebbf5cb96e..000000000000 --- a/databases/postgresql92-server/files/regresspatch-src-test-regress-pgregress-sh +++ /dev/null @@ -1,12 +0,0 @@ ---- src/test/regress/pg_regress.sh~ Sun Dec 12 16:34:15 2004 -+++ src/test/regress/pg_regress.sh Sat Jan 8 05:12:46 2005 -@@ -410,6 +410,9 @@ - (exit 2); exit - fi - -+ # make rest of this script happy -+ echo "log_destination = 'stderr'" >> $PGDATA/postgresql.conf -+ echo "silent_mode = false" >> $PGDATA/postgresql.conf - - # ---------- - # Start postmaster 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-message-client b/databases/postgresql92-server/pkg-message-client deleted file mode 100644 index 722d50cb4244..000000000000 --- a/databases/postgresql92-server/pkg-message-client +++ /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/pkg-message-contrib b/databases/postgresql92-server/pkg-message-contrib deleted file mode 100644 index 8120f2d8d89c..000000000000 --- a/databases/postgresql92-server/pkg-message-contrib +++ /dev/null @@ -1,3 +0,0 @@ -The PostgreSQL contrib utilities have been installed. Please see -/usr/local/share/doc/postgresql/contrib/README -for more information. diff --git a/databases/postgresql92-server/pkg-message-plperl b/databases/postgresql92-server/pkg-message-plperl deleted file mode 100644 index 5d0c83920563..000000000000 --- a/databases/postgresql92-server/pkg-message-plperl +++ /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/pkg-message-plpython b/databases/postgresql92-server/pkg-message-plpython deleted file mode 100644 index c413582b6295..000000000000 --- a/databases/postgresql92-server/pkg-message-plpython +++ /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/pkg-message-pltcl b/databases/postgresql92-server/pkg-message-pltcl deleted file mode 100644 index 0902b858de0b..000000000000 --- a/databases/postgresql92-server/pkg-message-pltcl +++ /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/pkg-message-server b/databases/postgresql92-server/pkg-message-server deleted file mode 100644 index ad1e6d1e82b9..000000000000 --- a/databases/postgresql92-server/pkg-message-server +++ /dev/null @@ -1,49 +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. - -You should vacuum and backup your database regularly. There is a -periodic script, ${LOCALBASE}/etc/periodic/daily/502.pgsql, that you -may find useful. Per default, it perfoms vacuum on all databases -nightly. See the script for instructions. - -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 /usr/local/share/postgresql/odbc.sql -to get the functions required for ODBC compliance. - -====================================================================== - -To initialize the database, run - - /usr/local/etc/rc.d/010.pgsql.sh initdb - -You can then start PostgreSQL by running: - - /usr/local/etc/rc.d/010.pgsql.sh start - -For postmaster settings, see ~pgsql/data/postgresql.conf - -NB. FreeBSD's PostgreSQL port now by default logs to syslog - 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/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 cde44ae6df19..000000000000 --- a/databases/postgresql92-server/pkg-plist-client +++ /dev/null @@ -1,590 +0,0 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/initdb -bin/ipcclean -bin/pg_config -bin/pg_controldata -bin/pg_ctl -bin/pg_dump -bin/pg_dumpall -bin/pg_resetxlog -bin/pg_restore -bin/psql -bin/vacuumdb -include/postgresql/server/access/attnum.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gist.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/ibit.h -include/postgresql/server/access/iqual.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/rtree.h -include/postgresql/server/access/rtscan.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/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/catname.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_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_group.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_proc.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_shadow.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/pg_version.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/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/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/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/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/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/pgstat.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/beos.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/qnx4.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/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/strdup.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/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/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/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.4 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.1 -lib/libpq.a -lib/libpq.so -lib/libpq.so.3 -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.1 -%%DOCSDIR%%/README-client -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -share/postgresql/pg_service.conf.sample -share/postgresql/psqlrc.sample -@unexec rmdir %D/share/postgresql 2>/dev/null || true -%%GETTEXT%%share/locale/af/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/fa/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.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/pg_controldata.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog.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_controldata.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq.mo -%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config.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/libpq.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog.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/initdb.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config.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_dump.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/initdb.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/libpq.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_dump.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog.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/initdb.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_controldata.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/pl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true diff --git a/databases/postgresql92-server/pkg-plist-contrib b/databases/postgresql92-server/pkg-plist-contrib deleted file mode 100644 index fd3f553e5b25..000000000000 --- a/databases/postgresql92-server/pkg-plist-contrib +++ /dev/null @@ -1,137 +0,0 @@ -bin/DBMirror.pl -bin/clean_pending.pl -bin/dbf2pg -bin/findoidjoins -bin/fti.pl -bin/ipc_check -bin/make_oidjoins_check -bin/my2pg.pl -bin/mysql2pgsql -bin/oid2name -bin/pg_autovacuum -bin/pg_dumplo -bin/pgbench -bin/reindexdb -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/dbsize.so -lib/postgresql/earthdistance.so -lib/postgresql/fti.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/insert_username.so -lib/postgresql/int_aggregate.so -lib/postgresql/isbn_issn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/misc_utils.so -lib/postgresql/moddatetime.so -lib/postgresql/noup.so -lib/postgresql/pending.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgstattuple.so -lib/postgresql/refint.so -lib/postgresql/rtree_gist.so -lib/postgresql/seg.so -lib/postgresql/string_io.so -lib/postgresql/tablefunc.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch.so -lib/postgresql/tsearch2.so -lib/postgresql/user_locks.so -%%DOCSDIR%%/README-contrib -%%DOCSDIR%%/contrib/README -%%DOCSDIR%%/contrib/README.apachelog -%%DOCSDIR%%/contrib/README.btree_gist -%%DOCSDIR%%/contrib/README.chkpass -%%DOCSDIR%%/contrib/README.cube -%%DOCSDIR%%/contrib/README.dbf2pg -%%DOCSDIR%%/contrib/README.dblink -%%DOCSDIR%%/contrib/README.dbmirror -%%DOCSDIR%%/contrib/README.dbsize -%%DOCSDIR%%/contrib/README.earthdistance -%%DOCSDIR%%/contrib/README.findoidjoins -%%DOCSDIR%%/contrib/README.fti -%%DOCSDIR%%/contrib/README.fuzzystrmatch -%%DOCSDIR%%/contrib/README.int_aggregate -%%DOCSDIR%%/contrib/README.intarray -%%DOCSDIR%%/contrib/README.ipc_check -%%DOCSDIR%%/contrib/README.isbn_issn -%%DOCSDIR%%/contrib/README.lo -%%DOCSDIR%%/contrib/README.ltree -%%DOCSDIR%%/contrib/README.misc_utils -%%DOCSDIR%%/contrib/README.mysql -%%DOCSDIR%%/contrib/README.noup -%%DOCSDIR%%/contrib/README.oid2name -%%DOCSDIR%%/contrib/README.pg_autovacuum -%%DOCSDIR%%/contrib/README.pg_dumplo -%%DOCSDIR%%/contrib/README.pg_trgm -%%DOCSDIR%%/contrib/README.pgbench -%%DOCSDIR%%/contrib/README.pgbench_jis -%%DOCSDIR%%/contrib/README.pgcrypto -%%DOCSDIR%%/contrib/README.pgstattuple -%%DOCSDIR%%/contrib/README.pgstattuple.euc_jp -%%DOCSDIR%%/contrib/README.reindexdb -%%DOCSDIR%%/contrib/README.rtree_gist -%%DOCSDIR%%/contrib/README.seg -%%DOCSDIR%%/contrib/README.soundex -%%DOCSDIR%%/contrib/README.spi -%%DOCSDIR%%/contrib/README.string_io -%%DOCSDIR%%/contrib/README.tablefunc -%%DOCSDIR%%/contrib/README.tsearch -%%DOCSDIR%%/contrib/README.tsearch2 -%%DOCSDIR%%/contrib/README.user_locks -%%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/AddTrigger.sql -share/postgresql/contrib/MirrorSetup.sql -share/postgresql/contrib/_int.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/dbsize.sql -share/postgresql/contrib/earthdistance.sql -share/postgresql/contrib/english.stop -share/postgresql/contrib/fti.sql -share/postgresql/contrib/fuzzystrmatch.sql -share/postgresql/contrib/insert_username.sql -share/postgresql/contrib/int_aggregate.sql -share/postgresql/contrib/isbn_issn.sql -share/postgresql/contrib/lo.sql -share/postgresql/contrib/lo_drop.sql -share/postgresql/contrib/lo_test.sql -share/postgresql/contrib/ltree.sql -share/postgresql/contrib/misc_utils.sql -share/postgresql/contrib/moddatetime.sql -share/postgresql/contrib/noup.sql -share/postgresql/contrib/pg_trgm.sql -share/postgresql/contrib/pgcrypto.sql -share/postgresql/contrib/pgstattuple.sql -share/postgresql/contrib/refint.sql -share/postgresql/contrib/rtree_gist.sql -share/postgresql/contrib/russian.stop -share/postgresql/contrib/seg.sql -share/postgresql/contrib/slaveDatabase.conf -share/postgresql/contrib/string_io.sql -share/postgresql/contrib/tablefunc.sql -share/postgresql/contrib/timetravel.sql -share/postgresql/contrib/tsearch.sql -share/postgresql/contrib/tsearch2.sql -share/postgresql/contrib/untsearch2.sql -share/postgresql/contrib/user_locks.sql -@unexec rmdir %D/share/postgresql/contrib >&2 2> /dev/null || true -@unexec rmdir %D/share/postgresql >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%%/contrib >&2 2> /dev/null || true -@unexec rmdir %D/%%DOCSDIR%% >&2 2> /dev/null || true -@unexec rmdir %D/lib/postgresql >&2 2> /dev/null || true diff --git a/databases/postgresql92-server/pkg-plist-plperl b/databases/postgresql92-server/pkg-plist-plperl deleted file mode 100644 index 8d4f20e33bbf..000000000000 --- a/databases/postgresql92-server/pkg-plist-plperl +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql92-server/pkg-plist-plpython b/databases/postgresql92-server/pkg-plist-plpython deleted file mode 100644 index 184c2fd1d21e..000000000000 --- a/databases/postgresql92-server/pkg-plist-plpython +++ /dev/null @@ -1,4 +0,0 @@ -%%DOCSDIR%%/README-plpython -lib/postgresql/plpython.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql92-server/pkg-plist-pltcl b/databases/postgresql92-server/pkg-plist-pltcl deleted file mode 100644 index bf4aae772537..000000000000 --- a/databases/postgresql92-server/pkg-plist-pltcl +++ /dev/null @@ -1,9 +0,0 @@ -%%DOCSDIR%%/README-pltcl -lib/postgresql/pltcl.so -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -share/postgresql/unknown.pltcl -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true diff --git a/databases/postgresql92-server/pkg-plist-server b/databases/postgresql92-server/pkg-plist-server deleted file mode 100644 index 44b57f274dbc..000000000000 --- a/databases/postgresql92-server/pkg-plist-server +++ /dev/null @@ -1,667 +0,0 @@ -bin/postmaster -bin/postgres -etc/periodic/daily/502.pgsql -etc/rc.d/010.pgsql.sh -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_tcvn.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win1250.so -lib/postgresql/utf8_and_win1256.so -lib/postgresql/utf8_and_win874.so -lib/postgresql/plpgsql.so -%%DOCSDIR%%/README-server -@unexec rmdir %D/%%DOCSDIR%% 2>/dev/null || true -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/postgres.mo -%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/hu/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/nb/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ro/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sk/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sl/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ko 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sk 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/ro 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/sl 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true -share/postgresql/timezone/Africa/Algiers -share/postgresql/timezone/Africa/Luanda -share/postgresql/timezone/Africa/Porto-Novo -share/postgresql/timezone/Africa/Gaborone -share/postgresql/timezone/Africa/Ouagadougou -share/postgresql/timezone/Africa/Bujumbura -share/postgresql/timezone/Africa/Douala -share/postgresql/timezone/Africa/Bangui -share/postgresql/timezone/Africa/Ndjamena -share/postgresql/timezone/Africa/Kinshasa -share/postgresql/timezone/Africa/Lubumbashi -share/postgresql/timezone/Africa/Brazzaville -share/postgresql/timezone/Africa/Abidjan -share/postgresql/timezone/Africa/Djibouti -share/postgresql/timezone/Africa/Cairo -share/postgresql/timezone/Africa/Malabo -share/postgresql/timezone/Africa/Asmera -share/postgresql/timezone/Africa/Addis_Ababa -share/postgresql/timezone/Africa/Libreville -share/postgresql/timezone/Africa/Banjul -share/postgresql/timezone/Africa/Accra -share/postgresql/timezone/Africa/Conakry -share/postgresql/timezone/Africa/Bissau -share/postgresql/timezone/Africa/Nairobi -share/postgresql/timezone/Africa/Maseru -share/postgresql/timezone/Africa/Monrovia -share/postgresql/timezone/Africa/Tripoli -share/postgresql/timezone/Africa/Blantyre -share/postgresql/timezone/Africa/Bamako -share/postgresql/timezone/Africa/Timbuktu -share/postgresql/timezone/Africa/Nouakchott -share/postgresql/timezone/Africa/Casablanca -share/postgresql/timezone/Africa/El_Aaiun -share/postgresql/timezone/Africa/Maputo -share/postgresql/timezone/Africa/Windhoek -share/postgresql/timezone/Africa/Niamey -share/postgresql/timezone/Africa/Lagos -share/postgresql/timezone/Africa/Kigali -share/postgresql/timezone/Africa/Sao_Tome -share/postgresql/timezone/Africa/Dakar -share/postgresql/timezone/Africa/Freetown -share/postgresql/timezone/Africa/Mogadishu -share/postgresql/timezone/Africa/Johannesburg -share/postgresql/timezone/Africa/Khartoum -share/postgresql/timezone/Africa/Mbabane -share/postgresql/timezone/Africa/Dar_es_Salaam -share/postgresql/timezone/Africa/Lome -share/postgresql/timezone/Africa/Tunis -share/postgresql/timezone/Africa/Kampala -share/postgresql/timezone/Africa/Lusaka -share/postgresql/timezone/Africa/Harare -share/postgresql/timezone/Africa/Ceuta -share/postgresql/timezone/Atlantic/Cape_Verde -share/postgresql/timezone/Atlantic/St_Helena -share/postgresql/timezone/Atlantic/Faeroe -share/postgresql/timezone/Atlantic/Reykjavik -share/postgresql/timezone/Atlantic/Azores -share/postgresql/timezone/Atlantic/Madeira -share/postgresql/timezone/Atlantic/Canary -share/postgresql/timezone/Atlantic/Bermuda -share/postgresql/timezone/Atlantic/Stanley -share/postgresql/timezone/Atlantic/South_Georgia -share/postgresql/timezone/Atlantic/Jan_Mayen -share/postgresql/timezone/Indian/Comoro -share/postgresql/timezone/Indian/Antananarivo -share/postgresql/timezone/Indian/Mauritius -share/postgresql/timezone/Indian/Mayotte -share/postgresql/timezone/Indian/Reunion -share/postgresql/timezone/Indian/Mahe -share/postgresql/timezone/Indian/Kerguelen -share/postgresql/timezone/Indian/Chagos -share/postgresql/timezone/Indian/Maldives -share/postgresql/timezone/Indian/Christmas -share/postgresql/timezone/Indian/Cocos -share/postgresql/timezone/Antarctica/Casey -share/postgresql/timezone/Antarctica/Davis -share/postgresql/timezone/Antarctica/Mawson -share/postgresql/timezone/Antarctica/DumontDUrville -share/postgresql/timezone/Antarctica/Syowa -share/postgresql/timezone/Antarctica/Vostok -share/postgresql/timezone/Antarctica/Rothera -share/postgresql/timezone/Antarctica/Palmer -share/postgresql/timezone/Antarctica/McMurdo -share/postgresql/timezone/Antarctica/South_Pole -share/postgresql/timezone/Asia/Kabul -share/postgresql/timezone/Asia/Yerevan -share/postgresql/timezone/Asia/Baku -share/postgresql/timezone/Asia/Bahrain -share/postgresql/timezone/Asia/Dhaka -share/postgresql/timezone/Asia/Thimphu -share/postgresql/timezone/Asia/Brunei -share/postgresql/timezone/Asia/Rangoon -share/postgresql/timezone/Asia/Phnom_Penh -share/postgresql/timezone/Asia/Harbin -share/postgresql/timezone/Asia/Shanghai -share/postgresql/timezone/Asia/Chongqing -share/postgresql/timezone/Asia/Urumqi -share/postgresql/timezone/Asia/Kashgar -share/postgresql/timezone/Asia/Hong_Kong -share/postgresql/timezone/Asia/Taipei -share/postgresql/timezone/Asia/Macau -share/postgresql/timezone/Asia/Nicosia -share/postgresql/timezone/Asia/Tbilisi -share/postgresql/timezone/Asia/Dili -share/postgresql/timezone/Asia/Calcutta -share/postgresql/timezone/Asia/Jakarta -share/postgresql/timezone/Asia/Pontianak -share/postgresql/timezone/Asia/Makassar -share/postgresql/timezone/Asia/Jayapura -share/postgresql/timezone/Asia/Tehran -share/postgresql/timezone/Asia/Baghdad -share/postgresql/timezone/Asia/Jerusalem -share/postgresql/timezone/Asia/Tokyo -share/postgresql/timezone/Asia/Amman -share/postgresql/timezone/Asia/Almaty -share/postgresql/timezone/Asia/Qyzylorda -share/postgresql/timezone/Asia/Aqtobe -share/postgresql/timezone/Asia/Aqtau -share/postgresql/timezone/Asia/Oral -share/postgresql/timezone/Asia/Bishkek -share/postgresql/timezone/Asia/Seoul -share/postgresql/timezone/Asia/Pyongyang -share/postgresql/timezone/Asia/Kuwait -share/postgresql/timezone/Asia/Vientiane -share/postgresql/timezone/Asia/Beirut -share/postgresql/timezone/Asia/Kuala_Lumpur -share/postgresql/timezone/Asia/Kuching -share/postgresql/timezone/Asia/Hovd -share/postgresql/timezone/Asia/Ulaanbaatar -share/postgresql/timezone/Asia/Choibalsan -share/postgresql/timezone/Asia/Katmandu -share/postgresql/timezone/Asia/Muscat -share/postgresql/timezone/Asia/Karachi -share/postgresql/timezone/Asia/Gaza -share/postgresql/timezone/Asia/Manila -share/postgresql/timezone/Asia/Qatar -share/postgresql/timezone/Asia/Riyadh -share/postgresql/timezone/Asia/Singapore -share/postgresql/timezone/Asia/Colombo -share/postgresql/timezone/Asia/Damascus -share/postgresql/timezone/Asia/Dushanbe -share/postgresql/timezone/Asia/Bangkok -share/postgresql/timezone/Asia/Ashgabat -share/postgresql/timezone/Asia/Dubai -share/postgresql/timezone/Asia/Samarkand -share/postgresql/timezone/Asia/Tashkent -share/postgresql/timezone/Asia/Saigon -share/postgresql/timezone/Asia/Aden -share/postgresql/timezone/Asia/Yekaterinburg -share/postgresql/timezone/Asia/Omsk -share/postgresql/timezone/Asia/Novosibirsk -share/postgresql/timezone/Asia/Krasnoyarsk -share/postgresql/timezone/Asia/Irkutsk -share/postgresql/timezone/Asia/Yakutsk -share/postgresql/timezone/Asia/Vladivostok -share/postgresql/timezone/Asia/Sakhalin -share/postgresql/timezone/Asia/Magadan -share/postgresql/timezone/Asia/Kamchatka -share/postgresql/timezone/Asia/Anadyr -share/postgresql/timezone/Asia/Riyadh87 -share/postgresql/timezone/Asia/Riyadh88 -share/postgresql/timezone/Asia/Riyadh89 -share/postgresql/timezone/Asia/Istanbul -share/postgresql/timezone/Asia/Ashkhabad -share/postgresql/timezone/Asia/Chungking -share/postgresql/timezone/Asia/Dacca -share/postgresql/timezone/Asia/Macao -share/postgresql/timezone/Asia/Ujung_Pandang -share/postgresql/timezone/Asia/Tel_Aviv -share/postgresql/timezone/Asia/Thimbu -share/postgresql/timezone/Asia/Ulan_Bator -share/postgresql/timezone/Australia/Darwin -share/postgresql/timezone/Australia/Perth -share/postgresql/timezone/Australia/Brisbane -share/postgresql/timezone/Australia/Lindeman -share/postgresql/timezone/Australia/Adelaide -share/postgresql/timezone/Australia/Hobart -share/postgresql/timezone/Australia/Melbourne -share/postgresql/timezone/Australia/Sydney -share/postgresql/timezone/Australia/Broken_Hill -share/postgresql/timezone/Australia/Lord_Howe -share/postgresql/timezone/Australia/ACT -share/postgresql/timezone/Australia/Canberra -share/postgresql/timezone/Australia/LHI -share/postgresql/timezone/Australia/NSW -share/postgresql/timezone/Australia/North -share/postgresql/timezone/Australia/Queensland -share/postgresql/timezone/Australia/South -share/postgresql/timezone/Australia/Tasmania -share/postgresql/timezone/Australia/Victoria -share/postgresql/timezone/Australia/West -share/postgresql/timezone/Australia/Yancowinna -share/postgresql/timezone/Pacific/Rarotonga -share/postgresql/timezone/Pacific/Fiji -share/postgresql/timezone/Pacific/Gambier -share/postgresql/timezone/Pacific/Marquesas -share/postgresql/timezone/Pacific/Tahiti -share/postgresql/timezone/Pacific/Guam -share/postgresql/timezone/Pacific/Tarawa -share/postgresql/timezone/Pacific/Enderbury -share/postgresql/timezone/Pacific/Kiritimati -share/postgresql/timezone/Pacific/Saipan -share/postgresql/timezone/Pacific/Majuro -share/postgresql/timezone/Pacific/Kwajalein -share/postgresql/timezone/Pacific/Yap -share/postgresql/timezone/Pacific/Truk -share/postgresql/timezone/Pacific/Ponape -share/postgresql/timezone/Pacific/Kosrae -share/postgresql/timezone/Pacific/Nauru -share/postgresql/timezone/Pacific/Noumea -share/postgresql/timezone/Pacific/Auckland -share/postgresql/timezone/Pacific/Chatham -share/postgresql/timezone/Pacific/Niue -share/postgresql/timezone/Pacific/Norfolk -share/postgresql/timezone/Pacific/Palau -share/postgresql/timezone/Pacific/Port_Moresby -share/postgresql/timezone/Pacific/Pitcairn -share/postgresql/timezone/Pacific/Pago_Pago -share/postgresql/timezone/Pacific/Apia -share/postgresql/timezone/Pacific/Guadalcanal -share/postgresql/timezone/Pacific/Fakaofo -share/postgresql/timezone/Pacific/Tongatapu -share/postgresql/timezone/Pacific/Funafuti -share/postgresql/timezone/Pacific/Johnston -share/postgresql/timezone/Pacific/Midway -share/postgresql/timezone/Pacific/Wake -share/postgresql/timezone/Pacific/Efate -share/postgresql/timezone/Pacific/Wallis -share/postgresql/timezone/Pacific/Honolulu -share/postgresql/timezone/Pacific/Easter -share/postgresql/timezone/Pacific/Galapagos -share/postgresql/timezone/Pacific/Samoa -share/postgresql/timezone/Europe/London -share/postgresql/timezone/Europe/Belfast -share/postgresql/timezone/Europe/Dublin -share/postgresql/timezone/Europe/Tirane -share/postgresql/timezone/Europe/Andorra -share/postgresql/timezone/Europe/Vienna -share/postgresql/timezone/Europe/Minsk -share/postgresql/timezone/Europe/Brussels -share/postgresql/timezone/Europe/Sofia -share/postgresql/timezone/Europe/Prague -share/postgresql/timezone/Europe/Copenhagen -share/postgresql/timezone/Europe/Tallinn -share/postgresql/timezone/Europe/Helsinki -share/postgresql/timezone/Europe/Paris -share/postgresql/timezone/Europe/Berlin -share/postgresql/timezone/Europe/Gibraltar -share/postgresql/timezone/Europe/Athens -share/postgresql/timezone/Europe/Budapest -share/postgresql/timezone/Europe/Rome -share/postgresql/timezone/Europe/Riga -share/postgresql/timezone/Europe/Vaduz -share/postgresql/timezone/Europe/Vilnius -share/postgresql/timezone/Europe/Luxembourg -share/postgresql/timezone/Europe/Malta -share/postgresql/timezone/Europe/Chisinau -share/postgresql/timezone/Europe/Monaco -share/postgresql/timezone/Europe/Amsterdam -share/postgresql/timezone/Europe/Oslo -share/postgresql/timezone/Europe/Warsaw -share/postgresql/timezone/Europe/Lisbon -share/postgresql/timezone/Europe/Bucharest -share/postgresql/timezone/Europe/Kaliningrad -share/postgresql/timezone/Europe/Moscow -share/postgresql/timezone/Europe/Samara -share/postgresql/timezone/Europe/Belgrade -share/postgresql/timezone/Europe/Madrid -share/postgresql/timezone/Europe/Stockholm -share/postgresql/timezone/Europe/Zurich -share/postgresql/timezone/Europe/Istanbul -share/postgresql/timezone/Europe/Kiev -share/postgresql/timezone/Europe/Uzhgorod -share/postgresql/timezone/Europe/Zaporozhye -share/postgresql/timezone/Europe/Simferopol -share/postgresql/timezone/Europe/Nicosia -share/postgresql/timezone/Europe/Mariehamn -share/postgresql/timezone/Europe/Vatican -share/postgresql/timezone/Europe/San_Marino -share/postgresql/timezone/Europe/Ljubljana -share/postgresql/timezone/Europe/Sarajevo -share/postgresql/timezone/Europe/Skopje -share/postgresql/timezone/Europe/Zagreb -share/postgresql/timezone/Europe/Bratislava -share/postgresql/timezone/Europe/Tiraspol -share/postgresql/timezone/WET -share/postgresql/timezone/CET -share/postgresql/timezone/MET -share/postgresql/timezone/EET -share/postgresql/timezone/America/Danmarkshavn -share/postgresql/timezone/America/Scoresbysund -share/postgresql/timezone/America/Godthab -share/postgresql/timezone/America/Thule -share/postgresql/timezone/America/New_York -share/postgresql/timezone/America/Chicago -share/postgresql/timezone/America/North_Dakota/Center -share/postgresql/timezone/America/Denver -share/postgresql/timezone/America/Los_Angeles -share/postgresql/timezone/America/Juneau -share/postgresql/timezone/America/Yakutat -share/postgresql/timezone/America/Anchorage -share/postgresql/timezone/America/Nome -share/postgresql/timezone/America/Adak -share/postgresql/timezone/America/Phoenix -share/postgresql/timezone/America/Boise -share/postgresql/timezone/America/Indianapolis -share/postgresql/timezone/America/Indiana/Marengo -share/postgresql/timezone/America/Indiana/Knox -share/postgresql/timezone/America/Indiana/Vevay -share/postgresql/timezone/America/Indiana/Indianapolis -share/postgresql/timezone/America/Louisville -share/postgresql/timezone/America/Kentucky/Monticello -share/postgresql/timezone/America/Kentucky/Louisville -share/postgresql/timezone/America/Detroit -share/postgresql/timezone/America/Menominee -share/postgresql/timezone/America/St_Johns -share/postgresql/timezone/America/Goose_Bay -share/postgresql/timezone/America/Halifax -share/postgresql/timezone/America/Glace_Bay -share/postgresql/timezone/America/Montreal -share/postgresql/timezone/America/Toronto -share/postgresql/timezone/America/Thunder_Bay -share/postgresql/timezone/America/Nipigon -share/postgresql/timezone/America/Rainy_River -share/postgresql/timezone/America/Winnipeg -share/postgresql/timezone/America/Regina -share/postgresql/timezone/America/Swift_Current -share/postgresql/timezone/America/Edmonton -share/postgresql/timezone/America/Vancouver -share/postgresql/timezone/America/Dawson_Creek -share/postgresql/timezone/America/Pangnirtung -share/postgresql/timezone/America/Iqaluit -share/postgresql/timezone/America/Rankin_Inlet -share/postgresql/timezone/America/Cambridge_Bay -share/postgresql/timezone/America/Yellowknife -share/postgresql/timezone/America/Inuvik -share/postgresql/timezone/America/Whitehorse -share/postgresql/timezone/America/Dawson -share/postgresql/timezone/America/Cancun -share/postgresql/timezone/America/Merida -share/postgresql/timezone/America/Monterrey -share/postgresql/timezone/America/Mexico_City -share/postgresql/timezone/America/Chihuahua -share/postgresql/timezone/America/Hermosillo -share/postgresql/timezone/America/Mazatlan -share/postgresql/timezone/America/Tijuana -share/postgresql/timezone/America/Anguilla -share/postgresql/timezone/America/Antigua -share/postgresql/timezone/America/Nassau -share/postgresql/timezone/America/Barbados -share/postgresql/timezone/America/Belize -share/postgresql/timezone/America/Cayman -share/postgresql/timezone/America/Costa_Rica -share/postgresql/timezone/America/Havana -share/postgresql/timezone/America/Dominica -share/postgresql/timezone/America/Santo_Domingo -share/postgresql/timezone/America/El_Salvador -share/postgresql/timezone/America/Grenada -share/postgresql/timezone/America/Guadeloupe -share/postgresql/timezone/America/Guatemala -share/postgresql/timezone/America/Port-au-Prince -share/postgresql/timezone/America/Tegucigalpa -share/postgresql/timezone/America/Jamaica -share/postgresql/timezone/America/Martinique -share/postgresql/timezone/America/Montserrat -share/postgresql/timezone/America/Managua -share/postgresql/timezone/America/Panama -share/postgresql/timezone/America/Puerto_Rico -share/postgresql/timezone/America/St_Kitts -share/postgresql/timezone/America/St_Lucia -share/postgresql/timezone/America/Miquelon -share/postgresql/timezone/America/St_Vincent -share/postgresql/timezone/America/Grand_Turk -share/postgresql/timezone/America/Tortola -share/postgresql/timezone/America/St_Thomas -share/postgresql/timezone/America/Argentina/Buenos_Aires -share/postgresql/timezone/America/Argentina/Cordoba -share/postgresql/timezone/America/Argentina/Tucuman -share/postgresql/timezone/America/Argentina/La_Rioja -share/postgresql/timezone/America/Argentina/San_Juan -share/postgresql/timezone/America/Argentina/Jujuy -share/postgresql/timezone/America/Argentina/Catamarca -share/postgresql/timezone/America/Argentina/Mendoza -share/postgresql/timezone/America/Argentina/ComodRivadavia -share/postgresql/timezone/America/Argentina/Rio_Gallegos -share/postgresql/timezone/America/Argentina/Ushuaia -share/postgresql/timezone/America/Aruba -share/postgresql/timezone/America/La_Paz -share/postgresql/timezone/America/Noronha -share/postgresql/timezone/America/Belem -share/postgresql/timezone/America/Fortaleza -share/postgresql/timezone/America/Recife -share/postgresql/timezone/America/Araguaina -share/postgresql/timezone/America/Maceio -share/postgresql/timezone/America/Bahia -share/postgresql/timezone/America/Sao_Paulo -share/postgresql/timezone/America/Campo_Grande -share/postgresql/timezone/America/Cuiaba -share/postgresql/timezone/America/Porto_Velho -share/postgresql/timezone/America/Boa_Vista -share/postgresql/timezone/America/Manaus -share/postgresql/timezone/America/Eirunepe -share/postgresql/timezone/America/Rio_Branco -share/postgresql/timezone/America/Santiago -share/postgresql/timezone/America/Bogota -share/postgresql/timezone/America/Curacao -share/postgresql/timezone/America/Guayaquil -share/postgresql/timezone/America/Cayenne -share/postgresql/timezone/America/Guyana -share/postgresql/timezone/America/Asuncion -share/postgresql/timezone/America/Lima -share/postgresql/timezone/America/Paramaribo -share/postgresql/timezone/America/Port_of_Spain -share/postgresql/timezone/America/Montevideo -share/postgresql/timezone/America/Caracas -share/postgresql/timezone/America/Shiprock -share/postgresql/timezone/America/Atka -share/postgresql/timezone/America/Buenos_Aires -share/postgresql/timezone/America/Catamarca -share/postgresql/timezone/America/Cordoba -share/postgresql/timezone/America/Ensenada -share/postgresql/timezone/America/Fort_Wayne -share/postgresql/timezone/America/Jujuy -share/postgresql/timezone/America/Knox_IN -share/postgresql/timezone/America/Mendoza -share/postgresql/timezone/America/Porto_Acre -share/postgresql/timezone/America/Rosario -share/postgresql/timezone/America/Virgin -share/postgresql/timezone/Etc/GMT -share/postgresql/timezone/Etc/UTC -share/postgresql/timezone/Etc/UCT -share/postgresql/timezone/Etc/GMT-14 -share/postgresql/timezone/Etc/GMT-13 -share/postgresql/timezone/Etc/GMT-12 -share/postgresql/timezone/Etc/GMT-11 -share/postgresql/timezone/Etc/GMT-10 -share/postgresql/timezone/Etc/GMT-9 -share/postgresql/timezone/Etc/GMT-8 -share/postgresql/timezone/Etc/GMT-7 -share/postgresql/timezone/Etc/GMT-6 -share/postgresql/timezone/Etc/GMT-5 -share/postgresql/timezone/Etc/GMT-4 -share/postgresql/timezone/Etc/GMT-3 -share/postgresql/timezone/Etc/GMT-2 -share/postgresql/timezone/Etc/GMT-1 -share/postgresql/timezone/Etc/GMT+1 -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+10 -share/postgresql/timezone/Etc/GMT+11 -share/postgresql/timezone/Etc/GMT+12 -share/postgresql/timezone/Etc/Universal -share/postgresql/timezone/Etc/Zulu -share/postgresql/timezone/Etc/Greenwich -share/postgresql/timezone/Etc/GMT-0 -share/postgresql/timezone/Etc/GMT+0 -share/postgresql/timezone/Etc/GMT0 -share/postgresql/timezone/Factory -share/postgresql/timezone/Arctic/Longyearbyen -share/postgresql/timezone/EST5EDT -share/postgresql/timezone/CST6CDT -share/postgresql/timezone/MST7MDT -share/postgresql/timezone/PST8PDT -share/postgresql/timezone/EST -share/postgresql/timezone/MST -share/postgresql/timezone/HST -share/postgresql/timezone/US/Pacific-New -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/Samoa -share/postgresql/timezone/GMT -share/postgresql/timezone/Brazil/Acre -share/postgresql/timezone/Brazil/DeNoronha -share/postgresql/timezone/Brazil/East -share/postgresql/timezone/Brazil/West -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/Egypt -share/postgresql/timezone/Eire -share/postgresql/timezone/GB -share/postgresql/timezone/GB-Eire -share/postgresql/timezone/GMT+0 -share/postgresql/timezone/GMT-0 -share/postgresql/timezone/GMT0 -share/postgresql/timezone/Greenwich -share/postgresql/timezone/Hongkong -share/postgresql/timezone/Iceland -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/Mexico/BajaNorte -share/postgresql/timezone/Mexico/BajaSur -share/postgresql/timezone/Mexico/General -share/postgresql/timezone/Navajo -share/postgresql/timezone/NZ -share/postgresql/timezone/NZ-CHAT -share/postgresql/timezone/Poland -share/postgresql/timezone/Portugal -share/postgresql/timezone/PRC -share/postgresql/timezone/ROC -share/postgresql/timezone/ROK -share/postgresql/timezone/Singapore -share/postgresql/timezone/Turkey -share/postgresql/timezone/UCT -share/postgresql/timezone/UTC -share/postgresql/timezone/Universal -share/postgresql/timezone/W-SU -share/postgresql/timezone/Zulu -share/postgresql/timezone/SystemV/AST4ADT -share/postgresql/timezone/SystemV/EST5EDT -share/postgresql/timezone/SystemV/CST6CDT -share/postgresql/timezone/SystemV/MST7MDT -share/postgresql/timezone/SystemV/PST8PDT -share/postgresql/timezone/SystemV/YST9YDT -share/postgresql/timezone/SystemV/AST4 -share/postgresql/timezone/SystemV/EST5 -share/postgresql/timezone/SystemV/CST6 -share/postgresql/timezone/SystemV/MST7 -share/postgresql/timezone/SystemV/PST8 -share/postgresql/timezone/SystemV/YST9 -share/postgresql/timezone/SystemV/HST10 -share/postgresql/timezone/Mideast/Riyadh87 -share/postgresql/timezone/Mideast/Riyadh88 -share/postgresql/timezone/Mideast/Riyadh89 -@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/SystemV -@dirrm share/postgresql/timezone/US -@dirrm share/postgresql/timezone -@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." -@unexec rmdir %D/share/postgresql 2>/dev/null || true -@unexec rmdir %D/etc/periodic/daily 2>/dev/null || true -@unexec rmdir %D/etc/periodic 2>/dev/null || true -@unexec rmdir %D/lib/postgresql 2>/dev/null || true -@unexec rmdir %D/pgsql 2>/dev/null || true diff --git a/databases/py-PySQLite2/Makefile b/databases/py-PySQLite2/Makefile deleted file mode 100644 index dc1b3ca7e17a..000000000000 --- a/databases/py-PySQLite2/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: py-PySQLite -# Date created: 02 Oct 2002 -# Whom: Gerhard Haering <gerhard.haering@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= PySQLite -PORTVERSION= 1.1.6 -CATEGORIES= databases python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pysqlite -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pysqlite-${PORTVERSION} - -MAINTAINER= marcus@corp.grupos.com.br -COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 - -CONFLICTS= py*-PySQLite-1.0* - -WRKSRC= ${WRKDIR}/pysqlite -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/rest/manual.txt ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/databases/py-PySQLite2/distinfo b/databases/py-PySQLite2/distinfo deleted file mode 100644 index dd8df5fc1877..000000000000 --- a/databases/py-PySQLite2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (pysqlite-1.1.6.tar.gz) = cc936312beff1bd7ab6e4f46d745237c -SIZE (pysqlite-1.1.6.tar.gz) = 42479 diff --git a/databases/py-PySQLite2/pkg-descr b/databases/py-PySQLite2/pkg-descr deleted file mode 100644 index a8c45061da4c..000000000000 --- a/databases/py-PySQLite2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The goal of the PySQLite project is to develop a Python extension for SQLite 3 -that conforms to the Python Database API Specification 2.0. SQLite is a -powerful embedded relational database management system in a compact C library. -It offers support for a large subset of SQL92, multiple tables, indices, -transactions and triggers. - -WWW: http://sourceforge.net/projects/pysqlite - -Marcus Grando <marcus@corp.grupos.com.br> diff --git a/databases/py-PySQLite2/pkg-plist b/databases/py-PySQLite2/pkg-plist deleted file mode 100644 index 952724adbfd0..000000000000 --- a/databases/py-PySQLite2/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%PYTHON_SITELIBDIR%%/sqlite/__init__.py -%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyc -%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyo -%%PYTHON_SITELIBDIR%%/sqlite/main.py -%%PYTHON_SITELIBDIR%%/sqlite/main.pyc -%%PYTHON_SITELIBDIR%%/sqlite/main.pyo -%%PYTHON_SITELIBDIR%%/_sqlite.so -@dirrm %%PYTHON_SITELIBDIR%%/sqlite -%%PORTDOCS%%%%EXAMPLESDIR%%/converters.py -%%PORTDOCS%%%%EXAMPLESDIR%%/dbapi_transactions.py -%%PORTDOCS%%%%EXAMPLESDIR%%/manual_transactions.py -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/databases/py-pysqlite20/Makefile b/databases/py-pysqlite20/Makefile deleted file mode 100644 index dc1b3ca7e17a..000000000000 --- a/databases/py-pysqlite20/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: py-PySQLite -# Date created: 02 Oct 2002 -# Whom: Gerhard Haering <gerhard.haering@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= PySQLite -PORTVERSION= 1.1.6 -CATEGORIES= databases python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pysqlite -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pysqlite-${PORTVERSION} - -MAINTAINER= marcus@corp.grupos.com.br -COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 - -CONFLICTS= py*-PySQLite-1.0* - -WRKSRC= ${WRKDIR}/pysqlite -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/rest/manual.txt ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/databases/py-pysqlite20/distinfo b/databases/py-pysqlite20/distinfo deleted file mode 100644 index dd8df5fc1877..000000000000 --- a/databases/py-pysqlite20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (pysqlite-1.1.6.tar.gz) = cc936312beff1bd7ab6e4f46d745237c -SIZE (pysqlite-1.1.6.tar.gz) = 42479 diff --git a/databases/py-pysqlite20/pkg-descr b/databases/py-pysqlite20/pkg-descr deleted file mode 100644 index a8c45061da4c..000000000000 --- a/databases/py-pysqlite20/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The goal of the PySQLite project is to develop a Python extension for SQLite 3 -that conforms to the Python Database API Specification 2.0. SQLite is a -powerful embedded relational database management system in a compact C library. -It offers support for a large subset of SQL92, multiple tables, indices, -transactions and triggers. - -WWW: http://sourceforge.net/projects/pysqlite - -Marcus Grando <marcus@corp.grupos.com.br> diff --git a/databases/py-pysqlite20/pkg-plist b/databases/py-pysqlite20/pkg-plist deleted file mode 100644 index 952724adbfd0..000000000000 --- a/databases/py-pysqlite20/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%PYTHON_SITELIBDIR%%/sqlite/__init__.py -%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyc -%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyo -%%PYTHON_SITELIBDIR%%/sqlite/main.py -%%PYTHON_SITELIBDIR%%/sqlite/main.pyc -%%PYTHON_SITELIBDIR%%/sqlite/main.pyo -%%PYTHON_SITELIBDIR%%/_sqlite.so -@dirrm %%PYTHON_SITELIBDIR%%/sqlite -%%PORTDOCS%%%%EXAMPLESDIR%%/converters.py -%%PORTDOCS%%%%EXAMPLESDIR%%/dbapi_transactions.py -%%PORTDOCS%%%%EXAMPLESDIR%%/manual_transactions.py -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/databases/py-pysqlite21/Makefile b/databases/py-pysqlite21/Makefile deleted file mode 100644 index dc1b3ca7e17a..000000000000 --- a/databases/py-pysqlite21/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: py-PySQLite -# Date created: 02 Oct 2002 -# Whom: Gerhard Haering <gerhard.haering@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= PySQLite -PORTVERSION= 1.1.6 -CATEGORIES= databases python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pysqlite -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pysqlite-${PORTVERSION} - -MAINTAINER= marcus@corp.grupos.com.br -COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 - -CONFLICTS= py*-PySQLite-1.0* - -WRKSRC= ${WRKDIR}/pysqlite -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/rest/manual.txt ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/databases/py-pysqlite21/distinfo b/databases/py-pysqlite21/distinfo deleted file mode 100644 index dd8df5fc1877..000000000000 --- a/databases/py-pysqlite21/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (pysqlite-1.1.6.tar.gz) = cc936312beff1bd7ab6e4f46d745237c -SIZE (pysqlite-1.1.6.tar.gz) = 42479 diff --git a/databases/py-pysqlite21/pkg-descr b/databases/py-pysqlite21/pkg-descr deleted file mode 100644 index a8c45061da4c..000000000000 --- a/databases/py-pysqlite21/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The goal of the PySQLite project is to develop a Python extension for SQLite 3 -that conforms to the Python Database API Specification 2.0. SQLite is a -powerful embedded relational database management system in a compact C library. -It offers support for a large subset of SQL92, multiple tables, indices, -transactions and triggers. - -WWW: http://sourceforge.net/projects/pysqlite - -Marcus Grando <marcus@corp.grupos.com.br> diff --git a/databases/py-pysqlite21/pkg-plist b/databases/py-pysqlite21/pkg-plist deleted file mode 100644 index 952724adbfd0..000000000000 --- a/databases/py-pysqlite21/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%PYTHON_SITELIBDIR%%/sqlite/__init__.py -%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyc -%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyo -%%PYTHON_SITELIBDIR%%/sqlite/main.py -%%PYTHON_SITELIBDIR%%/sqlite/main.pyc -%%PYTHON_SITELIBDIR%%/sqlite/main.pyo -%%PYTHON_SITELIBDIR%%/_sqlite.so -@dirrm %%PYTHON_SITELIBDIR%%/sqlite -%%PORTDOCS%%%%EXAMPLESDIR%%/converters.py -%%PORTDOCS%%%%EXAMPLESDIR%%/dbapi_transactions.py -%%PORTDOCS%%%%EXAMPLESDIR%%/manual_transactions.py -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/databases/py-pysqlite22/Makefile b/databases/py-pysqlite22/Makefile deleted file mode 100644 index dc1b3ca7e17a..000000000000 --- a/databases/py-pysqlite22/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: py-PySQLite -# Date created: 02 Oct 2002 -# Whom: Gerhard Haering <gerhard.haering@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= PySQLite -PORTVERSION= 1.1.6 -CATEGORIES= databases python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pysqlite -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pysqlite-${PORTVERSION} - -MAINTAINER= marcus@corp.grupos.com.br -COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 - -CONFLICTS= py*-PySQLite-1.0* - -WRKSRC= ${WRKDIR}/pysqlite -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/rest/manual.txt ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/databases/py-pysqlite22/distinfo b/databases/py-pysqlite22/distinfo deleted file mode 100644 index dd8df5fc1877..000000000000 --- a/databases/py-pysqlite22/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (pysqlite-1.1.6.tar.gz) = cc936312beff1bd7ab6e4f46d745237c -SIZE (pysqlite-1.1.6.tar.gz) = 42479 diff --git a/databases/py-pysqlite22/pkg-descr b/databases/py-pysqlite22/pkg-descr deleted file mode 100644 index a8c45061da4c..000000000000 --- a/databases/py-pysqlite22/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The goal of the PySQLite project is to develop a Python extension for SQLite 3 -that conforms to the Python Database API Specification 2.0. SQLite is a -powerful embedded relational database management system in a compact C library. -It offers support for a large subset of SQL92, multiple tables, indices, -transactions and triggers. - -WWW: http://sourceforge.net/projects/pysqlite - -Marcus Grando <marcus@corp.grupos.com.br> diff --git a/databases/py-pysqlite22/pkg-plist b/databases/py-pysqlite22/pkg-plist deleted file mode 100644 index 952724adbfd0..000000000000 --- a/databases/py-pysqlite22/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%PYTHON_SITELIBDIR%%/sqlite/__init__.py -%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyc -%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyo -%%PYTHON_SITELIBDIR%%/sqlite/main.py -%%PYTHON_SITELIBDIR%%/sqlite/main.pyc -%%PYTHON_SITELIBDIR%%/sqlite/main.pyo -%%PYTHON_SITELIBDIR%%/_sqlite.so -@dirrm %%PYTHON_SITELIBDIR%%/sqlite -%%PORTDOCS%%%%EXAMPLESDIR%%/converters.py -%%PORTDOCS%%%%EXAMPLESDIR%%/dbapi_transactions.py -%%PORTDOCS%%%%EXAMPLESDIR%%/manual_transactions.py -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/databases/py-pysqlite23/Makefile b/databases/py-pysqlite23/Makefile deleted file mode 100644 index dc1b3ca7e17a..000000000000 --- a/databases/py-pysqlite23/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: py-PySQLite -# Date created: 02 Oct 2002 -# Whom: Gerhard Haering <gerhard.haering@gmx.de> -# -# $FreeBSD$ -# - -PORTNAME= PySQLite -PORTVERSION= 1.1.6 -CATEGORIES= databases python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= pysqlite -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pysqlite-${PORTVERSION} - -MAINTAINER= marcus@corp.grupos.com.br -COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 - -CONFLICTS= py*-PySQLite-1.0* - -WRKSRC= ${WRKDIR}/pysqlite -USE_PYTHON= yes -USE_PYDISTUTILS= yes - -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/rest/manual.txt ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/examples/*.py ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/databases/py-pysqlite23/distinfo b/databases/py-pysqlite23/distinfo deleted file mode 100644 index dd8df5fc1877..000000000000 --- a/databases/py-pysqlite23/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (pysqlite-1.1.6.tar.gz) = cc936312beff1bd7ab6e4f46d745237c -SIZE (pysqlite-1.1.6.tar.gz) = 42479 diff --git a/databases/py-pysqlite23/pkg-descr b/databases/py-pysqlite23/pkg-descr deleted file mode 100644 index a8c45061da4c..000000000000 --- a/databases/py-pysqlite23/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The goal of the PySQLite project is to develop a Python extension for SQLite 3 -that conforms to the Python Database API Specification 2.0. SQLite is a -powerful embedded relational database management system in a compact C library. -It offers support for a large subset of SQL92, multiple tables, indices, -transactions and triggers. - -WWW: http://sourceforge.net/projects/pysqlite - -Marcus Grando <marcus@corp.grupos.com.br> diff --git a/databases/py-pysqlite23/pkg-plist b/databases/py-pysqlite23/pkg-plist deleted file mode 100644 index 952724adbfd0..000000000000 --- a/databases/py-pysqlite23/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%PYTHON_SITELIBDIR%%/sqlite/__init__.py -%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyc -%%PYTHON_SITELIBDIR%%/sqlite/__init__.pyo -%%PYTHON_SITELIBDIR%%/sqlite/main.py -%%PYTHON_SITELIBDIR%%/sqlite/main.pyc -%%PYTHON_SITELIBDIR%%/sqlite/main.pyo -%%PYTHON_SITELIBDIR%%/_sqlite.so -@dirrm %%PYTHON_SITELIBDIR%%/sqlite -%%PORTDOCS%%%%EXAMPLESDIR%%/converters.py -%%PORTDOCS%%%%EXAMPLESDIR%%/dbapi_transactions.py -%%PORTDOCS%%%%EXAMPLESDIR%%/manual_transactions.py -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/databases/py-rrdpipe/Makefile b/databases/py-rrdpipe/Makefile deleted file mode 100644 index 9d60f1e82fec..000000000000 --- a/databases/py-rrdpipe/Makefile +++ /dev/null @@ -1,28 +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://projects.gasperino.org/projects/PyRRDpipe/ -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 75fbc28ef690..000000000000 --- a/databases/py-rrdpipe/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PyRRDpipe-0.1.tar.gz) = 4ad257c8bfdab3ba62e4a957e3d3124d -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 f80c1bac17a3..000000000000 --- a/databases/py-rrdpipe/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Portable Python module to access RRDTool files via pipes - -WWW: http://download.extreme-ware.com/ diff --git a/databases/py-rrdtool_lgpl/Makefile b/databases/py-rrdtool_lgpl/Makefile deleted file mode 100644 index 5676de7fd324..000000000000 --- a/databases/py-rrdtool_lgpl/Makefile +++ /dev/null @@ -1,25 +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 -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 16bfb62f1fc5..000000000000 --- a/databases/py-rrdtool_lgpl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (py-rrdtool-0.2.1.tar.gz) = 32aa26ac40274419c4bbd68bed77407d -SIZE (py-rrdtool-0.2.1.tar.gz) = 18809 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/py25-bsddb/Makefile b/databases/py25-bsddb/Makefile deleted file mode 100644 index 85f9e5062863..000000000000 --- a/databases/py25-bsddb/Makefile +++ /dev/null @@ -1,67 +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 - -.if defined(WITH_DB3) -WITH_BDB_VER?= 3 -.elif defined(WITH_DB4) -WITH_BDB_VER?= 4 -.else -WITH_BDB_VER?= 41 -.endif - -.if defined(WITH_BDB_VER) -.if ${WITH_BDB_VER} == 3 -LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 -DBVERSION= db3 -DBHEADER= db3 -.elif ${WITH_BDB_VER} == 4 -LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 -DBVERSION= db4 -DBHEADER= db4 -.elif ${WITH_BDB_VER} == 41 -LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41 -DBVERSION= db41 -DBHEADER= db41 -.elif ${WITH_BDB_VER} == 42 -LIB_DEPENDS= db-4.2.2:${PORTSDIR}/databases/db42 -DBVERSION= db-4.2 -DBHEADER= db42 -.else -BROKEN= "WITH_BDB_VER must be 3, 4, 41 or 42" -.endif -.endif - -DIST_SUBDIR= python -USE_PYTHON= 2.3+ -USE_PYDISTUTILS=yes -USE_REINPLACE= yes -WRKSRC= ${PYTHON_WRKSRC}/Modules -MD5_FILE= ${PORTSDIR}/lang/python/distinfo -MAKE_ENV= BSDDB_VERSION=${DBVERSION} -PLIST_FILES= %%PYTHON_SITELIBDIR%%/_bsddb.so - -post-extract: - @${CP} ${FILESDIR}/setup.py ${WRKSRC} - -post-patch: - ${REINPLACE_CMD} -e \ - 's,^\(#include.*\)\(db\.h.*\)$$,\1${DBHEADER}/\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 9329cceb60f5..000000000000 --- a/databases/rrdtool/Makefile +++ /dev/null @@ -1,67 +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.49 -CATEGORIES= net -MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ - -MAINTAINER= demon@FreeBSD.org -COMMENT= Round Robin Database Tools - -USE_PERL5= yes -MAKE_ENV= PERL=${PERL} - -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-shared --enable-local-zlib \ - --program-transform-name='' -CONFIGURE_ENV= PERL=${PERL} -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -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 -MAN3= RRDp.3 RRDs.3 -MAN3PREFIX= ${PREFIX}/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/rrdtool/distinfo b/databases/rrdtool/distinfo deleted file mode 100644 index 5f69d61f8f67..000000000000 --- a/databases/rrdtool/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rrdtool-1.0.49.tar.gz) = fbe492dbf3d68abb1d86c2322e7ed44a -SIZE (rrdtool-1.0.49.tar.gz) = 1466897 diff --git a/databases/rrdtool/files/patch-aa b/databases/rrdtool/files/patch-aa deleted file mode 100644 index 8436cf0346fb..000000000000 --- a/databases/rrdtool/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/rrdtool/files/patch-ac b/databases/rrdtool/files/patch-ac deleted file mode 100644 index 5d34a7b5d9e1..000000000000 --- a/databases/rrdtool/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/rrdtool/files/patch-ae b/databases/rrdtool/files/patch-ae deleted file mode 100644 index b1465ab16354..000000000000 --- a/databases/rrdtool/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/rrdtool/files/patch-af b/databases/rrdtool/files/patch-af deleted file mode 100644 index ab74382bf032..000000000000 --- a/databases/rrdtool/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/Makefile.in.orig Sun Apr 14 11:51:04 2002 -+++ examples/Makefile.in Wed May 1 16:07:13 2002 -@@ -93,7 +93,7 @@ - - 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 - mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs - CONFIG_HEADER = ../config/config.h diff --git a/databases/rrdtool/files/patch-ag b/databases/rrdtool/files/patch-ag deleted file mode 100644 index 205d5ac7228c..000000000000 --- a/databases/rrdtool/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/rrdtool/files/patch-ak b/databases/rrdtool/files/patch-ak deleted file mode 100644 index 982c95f4fd38..000000000000 --- a/databases/rrdtool/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/rrdtool/files/patch-rrd_graph.c b/databases/rrdtool/files/patch-rrd_graph.c deleted file mode 100644 index b8fcdefb8c77..000000000000 --- a/databases/rrdtool/files/patch-rrd_graph.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/rrd_graph.c.orig Sun Aug 8 14:58:13 2004 -+++ src/rrd_graph.c Sun Aug 8 18:19:06 2004 -@@ -2966,7 +2966,7 @@ - - - opt = getopt_long(argc, argv, -- "s:e:x:y:v:w:h:iu:l:rb:oc:t:f:a:zgjFYAMX:L:S:RB:O:U:", -+ "s:e:x:y:v:w:h:iu:l:rb:oc:t:f:a:zgjFYAMNX:L:S:RB:O:U:", - long_options, &option_index); - - if (opt == EOF) diff --git a/databases/rrdtool/pkg-descr b/databases/rrdtool/pkg-descr deleted file mode 100644 index 4b15e3d55ab5..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://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ diff --git a/databases/rrdtool/pkg-plist b/databases/rrdtool/pkg-plist deleted file mode 100644 index 8dff2081e87d..000000000000 --- a/databases/rrdtool/pkg-plist +++ /dev/null @@ -1,91 +0,0 @@ -bin/rrdtool -bin/rrdcgi -bin/trytime -bin/rrdupdate -lib/librrd.a -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%%/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 -%%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/rrdtool10/Makefile b/databases/rrdtool10/Makefile deleted file mode 100644 index 9329cceb60f5..000000000000 --- a/databases/rrdtool10/Makefile +++ /dev/null @@ -1,67 +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.49 -CATEGORIES= net -MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ - -MAINTAINER= demon@FreeBSD.org -COMMENT= Round Robin Database Tools - -USE_PERL5= yes -MAKE_ENV= PERL=${PERL} - -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-shared --enable-local-zlib \ - --program-transform-name='' -CONFIGURE_ENV= PERL=${PERL} -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -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 -MAN3= RRDp.3 RRDs.3 -MAN3PREFIX= ${PREFIX}/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 5f69d61f8f67..000000000000 --- a/databases/rrdtool10/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rrdtool-1.0.49.tar.gz) = fbe492dbf3d68abb1d86c2322e7ed44a -SIZE (rrdtool-1.0.49.tar.gz) = 1466897 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 ab74382bf032..000000000000 --- a/databases/rrdtool10/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/Makefile.in.orig Sun Apr 14 11:51:04 2002 -+++ examples/Makefile.in Wed May 1 16:07:13 2002 -@@ -93,7 +93,7 @@ - - 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 - mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs - CONFIG_HEADER = ../config/config.h 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/files/patch-rrd_graph.c b/databases/rrdtool10/files/patch-rrd_graph.c deleted file mode 100644 index b8fcdefb8c77..000000000000 --- a/databases/rrdtool10/files/patch-rrd_graph.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/rrd_graph.c.orig Sun Aug 8 14:58:13 2004 -+++ src/rrd_graph.c Sun Aug 8 18:19:06 2004 -@@ -2966,7 +2966,7 @@ - - - opt = getopt_long(argc, argv, -- "s:e:x:y:v:w:h:iu:l:rb:oc:t:f:a:zgjFYAMX:L:S:RB:O:U:", -+ "s:e:x:y:v:w:h:iu:l:rb:oc:t:f:a:zgjFYAMNX:L:S:RB:O:U:", - long_options, &option_index); - - if (opt == EOF) diff --git a/databases/rrdtool10/pkg-descr b/databases/rrdtool10/pkg-descr deleted file mode 100644 index 4b15e3d55ab5..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://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ diff --git a/databases/rrdtool10/pkg-plist b/databases/rrdtool10/pkg-plist deleted file mode 100644 index 8dff2081e87d..000000000000 --- a/databases/rrdtool10/pkg-plist +++ /dev/null @@ -1,91 +0,0 @@ -bin/rrdtool -bin/rrdcgi -bin/trytime -bin/rrdupdate -lib/librrd.a -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%%/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 -%%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 4332f422f132..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://www.postgresql.jp/interfaces/ruby/archive/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@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 1b1de1767f21..000000000000 --- a/databases/rubygem-postgres/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/ruby-postgres-0.7.1.tar.gz) = 8ef67b3f4b089248f0420baeb0e3b3c8 -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 c3a4abc1b3d6..000000000000 --- a/databases/rubygem-sqlite3-ruby/Makefile +++ /dev/null @@ -1,40 +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= 0.9.0 -CATEGORIES= databases ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/2488/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@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 - -BROKEN= Incomplete pkg-plist - -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 edbc55f532fb..000000000000 --- a/databases/rubygem-sqlite3-ruby/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/sqlite3-ruby-0.9.0.tar.bz2) = dff6405d863bc737ea6073e0eca96ef6 -SIZE (ruby/sqlite3-ruby-0.9.0.tar.bz2) = 48412 diff --git a/databases/rubygem-sqlite3-ruby/files/patch-api.rb b/databases/rubygem-sqlite3-ruby/files/patch-api.rb deleted file mode 100644 index 83a4f758f46d..000000000000 --- a/databases/rubygem-sqlite3-ruby/files/patch-api.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/sqlite3/driver/dl/api.rb.orig Thu Dec 23 19:37:37 2004 -+++ lib/sqlite3/driver/dl/api.rb Mon Jan 17 03:30:10 2005 -@@ -40,7 +40,7 @@ - library_name = case RUBY_PLATFORM.downcase - when /darwin/ - "libsqlite3.dylib" -- when /linux/ -+ when /linux/, /freebsd|netbsd|openbsd|dragonfly/ - "libsqlite3.so" - when /win32/ - "sqlite3.dll" 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 14a80f8c858e..000000000000 --- a/databases/rubygem-sqlite3-ruby/pkg-plist +++ /dev/null @@ -1,111 +0,0 @@ -%%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/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/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/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 c3a4abc1b3d6..000000000000 --- a/databases/rubygem-sqlite3/Makefile +++ /dev/null @@ -1,40 +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= 0.9.0 -CATEGORIES= databases ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/2488/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@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 - -BROKEN= Incomplete pkg-plist - -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 edbc55f532fb..000000000000 --- a/databases/rubygem-sqlite3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/sqlite3-ruby-0.9.0.tar.bz2) = dff6405d863bc737ea6073e0eca96ef6 -SIZE (ruby/sqlite3-ruby-0.9.0.tar.bz2) = 48412 diff --git a/databases/rubygem-sqlite3/files/patch-api.rb b/databases/rubygem-sqlite3/files/patch-api.rb deleted file mode 100644 index 83a4f758f46d..000000000000 --- a/databases/rubygem-sqlite3/files/patch-api.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/sqlite3/driver/dl/api.rb.orig Thu Dec 23 19:37:37 2004 -+++ lib/sqlite3/driver/dl/api.rb Mon Jan 17 03:30:10 2005 -@@ -40,7 +40,7 @@ - library_name = case RUBY_PLATFORM.downcase - when /darwin/ - "libsqlite3.dylib" -- when /linux/ -+ when /linux/, /freebsd|netbsd|openbsd|dragonfly/ - "libsqlite3.so" - when /win32/ - "sqlite3.dll" 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 14a80f8c858e..000000000000 --- a/databases/rubygem-sqlite3/pkg-plist +++ /dev/null @@ -1,111 +0,0 @@ -%%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/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/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/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 85f210207892..000000000000 --- a/databases/slony1v2/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# New ports collection makefile for: slony1 -# Date created: 20 Jun 2004 -# Whom: Radim Kolar -# -# $FreeBSD$ -# - -PORTNAME= slony1 -PORTVERSION= 1.0.5 -PORTREVISION= 2 -CATEGORIES= databases -MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/ - -MAINTAINER= vivek@khera.org -COMMENT= PostgreSQL master to multiple slaves replication system - -PGSQL_PORT= ${PORTSDIR}/databases/postgresql${PGSQL_VER}-server -BUILD_DEPENDS= ${NONEXISTENT}:${PGSQL_PORT}:configure -.if ! defined(NOPORTDOCS) -BUILD_DEPENDS+= ${LOCALBASE}/bin/pnmtops:${PORTSDIR}/graphics/netpbm \ - ${LOCALBASE}/bin/djpeg:${PORTSDIR}/graphics/jpeg \ - ${LOCALBASE}/bin/ps2pdf:${PORTSDIR}/print/ghostscript-gnu -.else -EXTRA_PATCHES= ${FILESDIR}/extra-GNUmakefile.in -.endif -RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} - -GNU_CONFIGURE= yes -USE_BISON= yes -USE_GETTEXT= yes -USE_GMAKE= yes -PGSQL_SRC= `cd ${PGSQL_PORT}; make -V WRKSRC` -CONFIGURE_ARGS= --with-pgsourcetree=${PGSQL_SRC} - -PLIST_FILES= bin/slon bin/slonik bin/slony_setup.pl \ - lib/postgresql/slony1_funcs.so lib/postgresql/xxid.so \ - share/postgresql/slony1_base.sql \ - share/postgresql/slony1_funcs.sql \ - share/postgresql/slony1_base.v73.sql \ - share/postgresql/slony1_base.v74.sql \ - share/postgresql/slony1_funcs.v73.sql \ - share/postgresql/slony1_funcs.v74.sql \ - share/postgresql/xxid.v73.sql \ - share/postgresql/xxid.v74.sql -PORTDOCS= *.pdf howto COPYRIGHT README slonik_commands.html - -DEFAULT_PGSQL_VER?=74 - -.include <bsd.port.pre.mk> -# Setting/finding PostgreSQL version we want. -.if exists(${LOCALBASE}/bin/postmaster) -PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | \ - ${SED} -n 's/postmaster.*PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' -.elif exists(${LOCALBASE}/bin/pg_config) -PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' -.else -PGSQL_VER= ${DEFAULT_PGSQL_VER} -.endif - -pre-configure: - cd ${PGSQL_SRC}/src/interfaces/libpq && ${GMAKE} all - cd ${PGSQL_SRC}/src/port && ${GMAKE} all - -do-install: - cd ${WRKSRC} && ${GMAKE} install - ${INSTALL_SCRIPT} ${WRKSRC}/tools/slony_setup.pl ${PREFIX}/bin -.if ! defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/concept/Slony-I-concept.pdf ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/implementation/Slony-I-implementation.pdf ${DOCSDIR} - ${MKDIR} ${DOCSDIR}/howto - ${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${DOCSDIR}/howto - ${INSTALL_DATA} ${WRKSRC}/doc/howto/slonik_commands.html ${DOCSDIR} -.endif - ${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/databases/slony1v2/distinfo b/databases/slony1v2/distinfo deleted file mode 100644 index 1ab317ecdaf8..000000000000 --- a/databases/slony1v2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (slony1-1.0.5.tar.gz) = 66fcc0f53028101e4e0f969e5f47fe43 -SIZE (slony1-1.0.5.tar.gz) = 374903 diff --git a/databases/slony1v2/files/extra-GNUmakefile.in b/databases/slony1v2/files/extra-GNUmakefile.in deleted file mode 100644 index 304d79893b6a..000000000000 --- a/databases/slony1v2/files/extra-GNUmakefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- GNUmakefile.in.orig Thu Jun 10 11:09:18 2004 -+++ GNUmakefile.in Mon Jun 28 02:16:04 2004 -@@ -25,7 +25,7 @@ - $(wildcard makefiles/*) - - --SUBDIRS = src doc -+SUBDIRS = src - - all: - for subdir in $(SUBDIRS) ; do \ diff --git a/databases/slony1v2/files/patch-builddocs b/databases/slony1v2/files/patch-builddocs deleted file mode 100644 index 3dfeb8ecc058..000000000000 --- a/databases/slony1v2/files/patch-builddocs +++ /dev/null @@ -1,14 +0,0 @@ ---- doc/Makefile.orig Thu Mar 18 20:32:21 2004 -+++ doc/Makefile Wed Jun 23 17:30:53 2004 -@@ -15,9 +15,9 @@ - - DISTFILES = Makefile - --all install installdirs: -+install installdirs: - --clean distclean maintainer-clean: -+all clean distclean maintainer-clean: - for subdir in $(SUBDIRS) ; do \ - $(MAKE) -C $$subdir $@ ; \ - done diff --git a/databases/slony1v2/files/patch-cleanupthread b/databases/slony1v2/files/patch-cleanupthread deleted file mode 100644 index 59569507efba..000000000000 --- a/databases/slony1v2/files/patch-cleanupthread +++ /dev/null @@ -1,17 +0,0 @@ -Index: src/slon/cleanup_thread.c -=================================================================== -RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/cleanup_thread.c,v -retrieving revision 1.13.2.4 -retrieving revision 1.13.2.5 -diff -u -r1.13.2.4 -r1.13.2.5 ---- cleanup_thread.c 30 Sep 2004 17:45:06 -0000 1.13.2.4 -+++ cleanup_thread.c 12 Jan 2005 03:15:36 -0000 1.13.2.5 -@@ -145,7 +145,7 @@ - "delete from %s.sl_log_1 " - "where log_origin = '%s' " - "and log_xid < '%s'; " -- "delete from %s.sl_log_1 " -+ "delete from %s.sl_log_2 " - "where log_origin = '%s' " - "and log_xid < '%s'; " - "delete from %s.sl_seqlog " diff --git a/databases/slony1v2/pkg-descr b/databases/slony1v2/pkg-descr deleted file mode 100644 index 02da2ac276d6..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.org/ diff --git a/databases/slony1v2/pkg-message b/databases/slony1v2/pkg-message deleted file mode 100644 index 423352b91c7b..000000000000 --- a/databases/slony1v2/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -For running slony1 you need: - slony postgresql superuser with password set - slony system user (makes auth. of slony db user easier) - TCP/IP enabled in postgresql (for replication of non local db) - -There is a perl script slony_setup.pl which helps you to create initial -configuration. Installing this package do not makes any needed system -changes. diff --git a/databases/sqlite34/Makefile b/databases/sqlite34/Makefile deleted file mode 100644 index 5e887bc8ddba..000000000000 --- a/databases/sqlite34/Makefile +++ /dev/null @@ -1,100 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: sqlite -# Date created: Feb 21, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -# By default, this port depends on TCL for building docs. If you want to build -# without TCL (and thus get no docs), define NOPORTDOCS. -# If you want to build the TCL wrapper, you have to define SQLITE_WITH_TCL84. - -PORTNAME= sqlite -PORTVERSION= 3.0.8 -PORTREVISION= 2 -CATEGORIES= databases -MASTER_SITES= http://www.sqlite.org/ -DISTNAME= ${PORTNAME}-${PORTVERSION} - -MAINTAINER= green@FreeBSD.org -COMMENT= An SQL database engine in a C library w/ Tcl wrapper (beta) - -DOCSDIR= ${PREFIX}/share/doc/sqlite3 -EXAMPLESDIR= ${PREFIX}/share/examples/sqlite3 -LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}3 - -# Defaults, for building the docs: -TCL_V= 8.4 -TCL_SHORT_V= 84 - -.if defined(SQLITE_WITH_TCL84) -CATEGORIES+= tcl84 -TCL_V= 8.4 -TCL_SHORT_V= 84 -WITH_TCL= YES -.endif - -.if defined(WITH_TCL) -ALL_TARGET+= libtclsqlite.la -PLIST_SUB+= WITH_TCL="" -.else -PLIST_SUB+= WITH_TCL="@comment " -.endif - -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= tclsh${TCL_V}:${PORTSDIR}/lang/tcl${TCL_SHORT_V} -MAKE_ARGS+= TCLSH=tclsh${TCL_V} -MAKE_ENV+= TCL_VER=${TCL_V} -.endif - -USE_GMAKE= YES -USE_GNOME= pkgconfig -USE_LIBTOOL_VER= 13 -GNU_CONFIGURE= YES -USE_REINPLACE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} --with-hints=freebsd.hints -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -ALL_TARGET= all - -INSTALLS_SHLIB= YES - -WRKSRC= ${WRKDIR}/${PORTNAME} - -.include <bsd.port.pre.mk> - -DOCFILES!= ${AWK} 'BEGIN {FS="/"}; /^%%PORTDOCS%%%%DOCSDIR%%/{print $$2}' pkg-plist - -post-patch: - @${REINPLACE_CMD} -e "s/tclsh \$$(TOP)/\$$(TCLSH) \$$(TOP)/g" \ - -e "s|\./libtool|${LIBTOOL}|g" \ - ${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_SHORT_V}\"" >>${WRKSRC}/freebsd.hints - #@${ECHO} "config_TARGET_CFLAGS=\"-DTHREADSAFE=1 -pthread\"" >>${WRKSRC}/freebsd.hints - -post-build: - # Build the docs -.if !defined(NOPORTDOCS) - cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} doc -.endif - -post-install: -.if defined(WITH_TCL) - @${MKDIR} ${PREFIX}/lib/sqlite - cd ${WRKSRC} && ${LIBTOOL} --mode=install ${INSTALL_DATA} \ - libtclsqlite3.la ${PREFIX}/lib/sqlite/ - @${RM} ${PREFIX}/lib/sqlite/libtclsqlite3.la - ${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/sqlite/ - ${INSTALL_PROGRAM} ${WRKSRC}/.libs/tclsqlite3 ${PREFIX}/bin -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} -.endfor - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${FILESDIR}/example.tcl ${EXAMPLESDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/databases/sqlite34/distinfo b/databases/sqlite34/distinfo deleted file mode 100644 index b6dc05bf64ce..000000000000 --- a/databases/sqlite34/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (sqlite-3.0.8.tar.gz) = b7dff1ec9bf4d08928c039b278630ba7 -SIZE (sqlite-3.0.8.tar.gz) = 1288859 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 12010f1afd01..000000000000 --- a/databases/sqlite34/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.in.orig Thu Oct 7 00:03:05 2004 -+++ Makefile.in Thu Dec 23 17:17:22 2004 -@@ -543,12 +543,13 @@ - install: sqlite3 libsqlite3.la sqlite3.h - $(INSTALL) -d $(DESTDIR)$(libdir) - $(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir) -+ rm $(DESTDIR)$(exec_prefix)/lib/libsqlite3.la - $(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin - $(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; - - clean: - rm -f *.lo *.la *.o sqlite3@TARGET_EXEEXT@ libsqlite3.la 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 7d8f2ea654a4..000000000000 --- a/databases/sqlite34/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -bin/sqlite3 -%%WITH_TCL%%bin/tclsqlite3 -include/sqlite3.h -lib/libsqlite3.a -lib/libsqlite3.so -lib/libsqlite3.so.8 -libdata/pkgconfig/sqlite3.pc -%%WITH_TCL%%lib/sqlite/libtclsqlite3.so.8 -%%WITH_TCL%%lib/sqlite/libtclsqlite3.so -%%WITH_TCL%%lib/sqlite/libtclsqlite3.a -%%WITH_TCL%%lib/sqlite/pkgIndex.tcl -%%WITH_TCL%%@dirrm lib/sqlite -%%PORTDOCS%%%%DOCSDIR%%/affinity.html -%%PORTDOCS%%%%DOCSDIR%%/arch.html -%%PORTDOCS%%%%DOCSDIR%%/arch2.gif -%%PORTDOCS%%%%DOCSDIR%%/c_interface.html -%%PORTDOCS%%%%DOCSDIR%%/capi3.html -%%PORTDOCS%%%%DOCSDIR%%/capi3ref.html -%%PORTDOCS%%%%DOCSDIR%%/changes.html -%%PORTDOCS%%%%DOCSDIR%%/conflict.html -%%PORTDOCS%%%%DOCSDIR%%/copyright-release.html -%%PORTDOCS%%%%DOCSDIR%%/copyright-release.pdf -%%PORTDOCS%%%%DOCSDIR%%/copyright.html -%%PORTDOCS%%%%DOCSDIR%%/datatype3.html -%%PORTDOCS%%%%DOCSDIR%%/datatypes.html -%%PORTDOCS%%%%DOCSDIR%%/docs.html -%%PORTDOCS%%%%DOCSDIR%%/download.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/fileformat.html -%%PORTDOCS%%%%DOCSDIR%%/formatchng.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/lang.html -%%PORTDOCS%%%%DOCSDIR%%/lemon.html -%%PORTDOCS%%%%DOCSDIR%%/lockingv3.html -%%PORTDOCS%%%%DOCSDIR%%/mingw.html -%%PORTDOCS%%%%DOCSDIR%%/nulls.html -%%PORTDOCS%%%%DOCSDIR%%/oldnews.html -%%PORTDOCS%%%%DOCSDIR%%/omitted.html -%%PORTDOCS%%%%DOCSDIR%%/opcode.html -%%PORTDOCS%%%%DOCSDIR%%/quickstart.html -%%PORTDOCS%%%%DOCSDIR%%/report1.txt -%%PORTDOCS%%%%DOCSDIR%%/speed.html -%%PORTDOCS%%%%DOCSDIR%%/sqlite.gif -%%PORTDOCS%%%%DOCSDIR%%/sqlite.html -%%PORTDOCS%%%%DOCSDIR%%/support.html -%%PORTDOCS%%%%DOCSDIR%%/tclsqlite.html -%%PORTDOCS%%%%DOCSDIR%%/vdbe.html -%%PORTDOCS%%%%DOCSDIR%%/version3.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%%%EXAMPLESDIR%%/example.tcl -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |