diff options
Diffstat (limited to 'mail/horde4-turba')
-rw-r--r-- | mail/horde4-turba/Makefile | 106 | ||||
-rw-r--r-- | mail/horde4-turba/distinfo | 2 | ||||
-rw-r--r-- | mail/horde4-turba/files/httpd.conf.turba | 31 | ||||
-rw-r--r-- | mail/horde4-turba/files/patch-config::sources.php.dist | 137 | ||||
-rw-r--r-- | mail/horde4-turba/files/pkg-message.in | 21 | ||||
-rw-r--r-- | mail/horde4-turba/pkg-deinstall | 27 | ||||
-rw-r--r-- | mail/horde4-turba/pkg-descr | 10 | ||||
-rw-r--r-- | mail/horde4-turba/pkg-plist | 266 |
8 files changed, 0 insertions, 600 deletions
diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile deleted file mode 100644 index 2621ef05451f..000000000000 --- a/mail/horde4-turba/Makefile +++ /dev/null @@ -1,106 +0,0 @@ -# Ports collection makefile for: turba -# Date created: Sat Nov 16, 2001 -# Whom: Thierry Thomas (<thierry@thomas.as>) -# -# $FreeBSD$ -# - -PORTNAME= turba -PORTVERSION= 2.0.2 -CATEGORIES= mail www -MASTER_SITES= ftp://ftp.horde.org/pub/turba/ \ - ftp://ftp.planetmirror.com/pub/horde/turba/ \ - ftp://ftp.au.horde.org/pub/horde/turba/ \ - ftp://ftp.be.horde.org/turba/ \ - ftp://ftp.es.horde.org/pub/turba/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/turba/ \ - ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/turba/ \ - ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/turba/ \ - http://ftp.horde.org/pub/turba/ -DISTNAME= ${PORTNAME}-h3-${PORTVERSION} - -MAINTAINER= thierry@FreeBSD.org -COMMENT= The Horde contact management application - -#----------------------------------------------------------------------- -# You may define this option: -# -# - WITHOUT_LDAP : if you do not need OpenLDAP; -# -# - WITH_IMSP : run IMSP cyrus-imspd. -# -#----------------------------------------------------------------------- - -RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde - -.if !defined(WITHOUT_LDAP) -USE_PHP= ldap -.endif - -NO_BUILD= yes -USE_REINPLACE= yes - -REINPLACE_ARGS= -i "" -DOCS= COPYING README docs/CHANGES docs/CREDITS docs/INSTALL \ - docs/LDAP docs/RELEASE_NOTES docs/TODO docs/UPGRADING -CONFFILE= attributes.php menu.php prefs.php sources.php -SUB_DIRS= config lib locale po scripts templates themes - -LHORDEDIR?= www/horde -LTURBADIR?= ${LHORDEDIR}/turba - -PLIST_SUB= TURBADIR=${LTURBADIR} -PKGMESSAGE= ${WRKDIR}/pkg-message - -TURBADIR= ${PREFIX}/${LTURBADIR} -CONFDIR= ${TURBADIR}/config - -HORDE_INC= ${LOCALBASE}/etc/horde - -.if exists(${LOCALBASE}/sbin/imspd) -WITH_IMSP= yes -.endif -.if defined(WITH_IMSP) -RUN_DEPENDS+= imspd:${PORTSDIR}/databases/cyrus-imspd -.endif - -pre-configure: - @${RM} ${WRKSRC}/config/sources.php.dist.orig - @${SED} -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \ - ${FILESDIR}/httpd.conf.turba > ${WRKDIR}/httpd.conf.turba - @${REINPLACE_CMD} -e "s:/usr/bin/ldapadd:${LOCALBASE}/bin/ldapadd:" \ - ${WRKSRC}/scripts/ldap/addou.pl -.if defined(WITH_IMSP) - @${REINPLACE_CMD} -e "s://UNCOMMENTIFIMSP ::" ${WRKSRC}/config/sources.php.dist -.endif - -do-install: - @${MKDIR} ${TURBADIR} -.for REP in ${SUB_DIRS} - @${CP} -Rp ${WRKSRC}/${REP} ${TURBADIR} -.endfor - @${CP} -p ${WRKSRC}/*.php ${TURBADIR} -.for FILE in ${CONFFILE} - @if [ ! -f ${CONFDIR}/${FILE} ]; then \ - ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ - fi -.endfor - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${TURBADIR} - @${CHMOD} -R o-rwx ${CONFDIR} - @${INSTALL_DATA} ${WRKDIR}/httpd.conf.turba ${HORDE_INC} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -.endfor - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${SED} -e "s:%%TURBADIR%%:${TURBADIR}:;s:%%CONFDIR%%:${CONFDIR}:" \ - < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.mk> diff --git a/mail/horde4-turba/distinfo b/mail/horde4-turba/distinfo deleted file mode 100644 index 9bc78221e313..000000000000 --- a/mail/horde4-turba/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (turba-h3-2.0.2.tar.gz) = e3b04476d9d18f4c9774f5da76a03f22 -SIZE (turba-h3-2.0.2.tar.gz) = 1227556 diff --git a/mail/horde4-turba/files/httpd.conf.turba b/mail/horde4-turba/files/httpd.conf.turba deleted file mode 100644 index f6674cbb9700..000000000000 --- a/mail/horde4-turba/files/httpd.conf.turba +++ /dev/null @@ -1,31 +0,0 @@ -# This is included in Apache's httpd.conf for Turba -# -# For security, don't serve pages from the Turba configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/turba/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/scripts"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/turba/templates"> - order deny,allow - deny from all -</Directory> -# End of Turba configuration ================ - diff --git a/mail/horde4-turba/files/patch-config::sources.php.dist b/mail/horde4-turba/files/patch-config::sources.php.dist deleted file mode 100644 index b3d2dca409fe..000000000000 --- a/mail/horde4-turba/files/patch-config::sources.php.dist +++ /dev/null @@ -1,137 +0,0 @@ ---- config/sources.php.dist.orig Tue Feb 8 21:43:47 2005 -+++ config/sources.php.dist Sun Feb 13 15:54:12 2005 -@@ -454,72 +454,72 @@ - * automatically populated with the current username. - */ - // First, get the user name --$uid = $GLOBALS['prefs']->getValue('imsp_auth_user'); --$pass = $GLOBALS['prefs']->getValue('imsp_auth_pass'); --if (!strlen($uid)) { -- $uid = Auth::getAuth(); -- if (preg_match('/(^.*)@/', $uid, $matches)) { -- $uid = $matches[1]; -- } -- $pass = Auth::getCredential('password'); --} -- --$cfgSources['imsp'] = array( -- 'title' => _("IMSP"), -- 'type' => 'imsp', -- 'params' => array( -- 'server' => 'localhost', -- 'port' => '406', -- 'username' => $uid, -- 'password' => $pass, -- 'name' => $uid, -- 'auth_method' => 'cram_md5', -- 'group_id_field' => 'group', -- 'group_id_value' => 'group', -- 'contact_ownership' => false -- ), -- 'map' => array( -- '__key' => 'name', -- '__type' => '__type', -- '__members' => '__members', -- '__owner' => '__owner', -- '__uid' => '__uid', -- 'name' => 'fullname', -- 'email' => 'email', -- 'alias' => 'alias', -- 'company' => 'company', -- 'notes' => 'notes', -- 'workPhone' => 'phone-work', -- 'fax' => 'fax', -- 'homePhone' => 'phone-home', -- 'cellPhone' => 'cellphone', -- 'freebusyUrl' => 'freebusyUrl' -- ), -- 'search' => array( -- 'name', -- 'email', -- 'alias', -- 'company', -- 'homePhone' -- ), -- 'strict' => array(), -- 'public' => false, -- 'readonly' => false, -- 'export' => true -- ); -+//UNCOMMENTIFIMSP $uid = $GLOBALS['prefs']->getValue('imsp_auth_user'); -+//UNCOMMENTIFIMSP $pass = $GLOBALS['prefs']->getValue('imsp_auth_pass'); -+//UNCOMMENTIFIMSP if (!strlen($uid)) { -+//UNCOMMENTIFIMSP $uid = Auth::getAuth(); -+//UNCOMMENTIFIMSP if (preg_match('/(^.*)@/', $uid, $matches)) { -+//UNCOMMENTIFIMSP $uid = $matches[1]; -+//UNCOMMENTIFIMSP } -+//UNCOMMENTIFIMSP $pass = Auth::getCredential('password'); -+//UNCOMMENTIFIMSP } -+//UNCOMMENTIFIMSP -+//UNCOMMENTIFIMSP $cfgSources['imsp'] = array( -+//UNCOMMENTIFIMSP 'title' => _("IMSP"), -+//UNCOMMENTIFIMSP 'type' => 'imsp', -+//UNCOMMENTIFIMSP 'params' => array( -+//UNCOMMENTIFIMSP 'server' => 'localhost', -+//UNCOMMENTIFIMSP 'port' => '406', -+//UNCOMMENTIFIMSP 'username' => $uid, -+//UNCOMMENTIFIMSP 'password' => $pass, -+//UNCOMMENTIFIMSP 'name' => $uid, -+//UNCOMMENTIFIMSP 'auth_method' => 'cram_md5', -+//UNCOMMENTIFIMSP 'group_id_field' => 'group', -+//UNCOMMENTIFIMSP 'group_id_value' => 'group', -+//UNCOMMENTIFIMSP 'contact_ownership' => false -+//UNCOMMENTIFIMSP ), -+//UNCOMMENTIFIMSP 'map' => array( -+//UNCOMMENTIFIMSP '__key' => 'name', -+//UNCOMMENTIFIMSP '__type' => '__type', -+//UNCOMMENTIFIMSP '__members' => '__members', -+//UNCOMMENTIFIMSP '__owner' => '__owner', -+//UNCOMMENTIFIMSP '__uid' => '__uid', -+//UNCOMMENTIFIMSP 'name' => 'fullname', -+//UNCOMMENTIFIMSP 'email' => 'email', -+//UNCOMMENTIFIMSP 'alias' => 'alias', -+//UNCOMMENTIFIMSP 'company' => 'company', -+//UNCOMMENTIFIMSP 'notes' => 'notes', -+//UNCOMMENTIFIMSP 'workPhone' => 'phone-work', -+//UNCOMMENTIFIMSP 'fax' => 'fax', -+//UNCOMMENTIFIMSP 'homePhone' => 'phone-home', -+//UNCOMMENTIFIMSP 'cellPhone' => 'cellphone', -+//UNCOMMENTIFIMSP 'freebusyUrl' => 'freebusyUrl' -+//UNCOMMENTIFIMSP ), -+//UNCOMMENTIFIMSP 'search' => array( -+//UNCOMMENTIFIMSP 'name', -+//UNCOMMENTIFIMSP 'email', -+//UNCOMMENTIFIMSP 'alias', -+//UNCOMMENTIFIMSP 'company', -+//UNCOMMENTIFIMSP 'homePhone' -+//UNCOMMENTIFIMSP ), -+//UNCOMMENTIFIMSP 'strict' => array(), -+//UNCOMMENTIFIMSP 'public' => false, -+//UNCOMMENTIFIMSP 'readonly' => false, -+//UNCOMMENTIFIMSP 'export' => true -+//UNCOMMENTIFIMSP ); - - /** - * Get any other addressbooks this user might be privy to. - */ --require_once 'Net/IMSP/Utils.php'; --$result = Net_IMSP_Utils::getAllBooks($cfgSources['imsp']); --if (!is_a($result, 'PEAR_Error')) { -- for ($i = 0; $i < count($result); $i++) { -- $cfgSources[sprintf('imsp%d', $i + 1)] = $result[$i]; -- } --} else { -- $notification->push($result); --} -+//UNCOMMENTIFIMSP require_once 'Net/IMSP/Utils.php'; -+//UNCOMMENTIFIMSP $result = Net_IMSP_Utils::getAllBooks($cfgSources['imsp']); -+//UNCOMMENTIFIMSP if (!is_a($result, 'PEAR_Error')) { -+//UNCOMMENTIFIMSP for ($i = 0; $i < count($result); $i++) { -+//UNCOMMENTIFIMSP $cfgSources[sprintf('imsp%d', $i + 1)] = $result[$i]; -+//UNCOMMENTIFIMSP } -+//UNCOMMENTIFIMSP } else { -+//UNCOMMENTIFIMSP $notification->push($result); -+//UNCOMMENTIFIMSP } - - /* Begin Kolab sources. */ - if (!empty($GLOBALS['conf']['kolab']['enabled'])) { diff --git a/mail/horde4-turba/files/pkg-message.in b/mail/horde4-turba/files/pkg-message.in deleted file mode 100644 index f7347f3f3413..000000000000 --- a/mail/horde4-turba/files/pkg-message.in +++ /dev/null @@ -1,21 +0,0 @@ -************************************************************************ -Turba has been installed in %%TURBADIR%% with your blank -configuration files. - -Horde must be configured; if not, see `pkg_info -D -x horde'. - -Then, you might have to tune the configuration files located in -%%CONFDIR%%/, specially the file sources.php. - -Then, you must login to Horde as a Horde Administrator to finish the -configuration. - -You have to create a table in your database; please see -%%TURBADIR%%/scripts/. -You might create a LDAP schema: please see the doc LDAP. - -WARNING! if you are upgrading from Turba v. 1.2.x, you have to alter your -******** schemas. Please read the doc UPGRADING. - -To protect your configuration files, you have to restart Apache. -************************************************************************ diff --git a/mail/horde4-turba/pkg-deinstall b/mail/horde4-turba/pkg-deinstall deleted file mode 100644 index b0a141eef091..000000000000 --- a/mail/horde4-turba/pkg-deinstall +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Turba config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls ${PKG_PREFIX}/www/horde/turba/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, will be deleted by pkg-plist - ;; - 1) # config file has been updated, must be backuped - cp -p $cf $cf.previous - echo "===> Backing-up..." - echo "---> $cf has been saved ***" - echo "---> as $cf.previous ***" - ;; - *) # not found? - ;; - esac - done -fi diff --git a/mail/horde4-turba/pkg-descr b/mail/horde4-turba/pkg-descr deleted file mode 100644 index 7ad5e825db08..000000000000 --- a/mail/horde4-turba/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Turba is the Horde contact management application. It makes heavy use -of the Horde framework to provide integration with other applications. - -Turba is a fairly complete basic contact management application. -SQL and LDAP backends are available. -You can define the fields in your addressbooks in a very flexible way, -just by changing the config files. -And there are Horde API functions to add and search for contacts. - -WWW: http://horde.org/turba/ diff --git a/mail/horde4-turba/pkg-plist b/mail/horde4-turba/pkg-plist deleted file mode 100644 index cbcd497949cb..000000000000 --- a/mail/horde4-turba/pkg-plist +++ /dev/null @@ -1,266 +0,0 @@ -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/LDAP -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/UPGRADING -%%TURBADIR%%/add.php -%%TURBADIR%%/browse.php -%%TURBADIR%%/config/.htaccess -%%TURBADIR%%/config/attributes.php -%%TURBADIR%%/config/attributes.php.dist -%%TURBADIR%%/config/conf.xml -%%TURBADIR%%/config/menu.php -%%TURBADIR%%/config/menu.php.dist -%%TURBADIR%%/config/prefs.php -%%TURBADIR%%/config/prefs.php.dist -%%TURBADIR%%/config/sources.php -%%TURBADIR%%/config/sources.php.dist -%%TURBADIR%%/data.php -%%TURBADIR%%/delete.php -%%TURBADIR%%/display.php -%%TURBADIR%%/edit.php -%%TURBADIR%%/index.php -%%TURBADIR%%/lib/.htaccess -%%TURBADIR%%/lib/AbstractObject.php -%%TURBADIR%%/lib/Block/minisearch.php -%%TURBADIR%%/lib/Driver.php -%%TURBADIR%%/lib/Driver/imsp.php -%%TURBADIR%%/lib/Driver/kolab.php -%%TURBADIR%%/lib/Driver/ldap.php -%%TURBADIR%%/lib/Driver/prefs.php -%%TURBADIR%%/lib/Driver/sql.php -%%TURBADIR%%/lib/Group.php -%%TURBADIR%%/lib/List.php -%%TURBADIR%%/lib/List/Plain.php -%%TURBADIR%%/lib/List/Tree.php -%%TURBADIR%%/lib/ListView.php -%%TURBADIR%%/lib/ListView/Rolodex.php -%%TURBADIR%%/lib/ListView/Tree.php -%%TURBADIR%%/lib/Object.php -%%TURBADIR%%/lib/ObjectView.php -%%TURBADIR%%/lib/ObjectView/List.php -%%TURBADIR%%/lib/ObjectView/PhotoID.php -%%TURBADIR%%/lib/Renderer.php -%%TURBADIR%%/lib/Turba.php -%%TURBADIR%%/lib/api.php -%%TURBADIR%%/lib/base.php -%%TURBADIR%%/lib/prefs.php -%%TURBADIR%%/lib/version.php -%%TURBADIR%%/locale/.htaccess -%%TURBADIR%%/locale/ar_SY/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/bg_BG/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ca_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/cs_CZ/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/da_DK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/de_DE/help.xml -%%TURBADIR%%/locale/el_GR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/en_US/help.xml -%%TURBADIR%%/locale/es_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/es_ES/help.xml -%%TURBADIR%%/locale/et_EE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fa_IR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fi_FI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/fi_FI/help.xml -%%TURBADIR%%/locale/fr_FR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/gl_ES/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/hu_HU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/it_IT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ja_JP/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ko_KR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lt_LT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/lv_LV/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/mk_MK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nb_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nl_NL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/nn_NO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pl_PL/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_BR/help.xml -%%TURBADIR%%/locale/pt_PT/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/pt_PT/help.xml -%%TURBADIR%%/locale/ro_RO/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sk_SK/help.xml -%%TURBADIR%%/locale/sl_SI/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/sv_SE/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/uk_UA/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_CN/LC_MESSAGES/turba.mo -%%TURBADIR%%/locale/zh_TW/LC_MESSAGES/turba.mo -%%TURBADIR%%/minisearch.php -%%TURBADIR%%/po/.htaccess -%%TURBADIR%%/po/README -%%TURBADIR%%/po/ar_SY.po -%%TURBADIR%%/po/bg_BG.po -%%TURBADIR%%/po/ca_ES.po -%%TURBADIR%%/po/cs_CZ.po -%%TURBADIR%%/po/da_DK.po -%%TURBADIR%%/po/de_DE.po -%%TURBADIR%%/po/el_GR.po -%%TURBADIR%%/po/es_ES.po -%%TURBADIR%%/po/et_EE.po -%%TURBADIR%%/po/fa_IR.po -%%TURBADIR%%/po/fi_FI.po -%%TURBADIR%%/po/fr_FR.po -%%TURBADIR%%/po/gl_ES.po -%%TURBADIR%%/po/hu_HU.po -%%TURBADIR%%/po/it_IT.po -%%TURBADIR%%/po/ja_JP.po -%%TURBADIR%%/po/ko_KR.po -%%TURBADIR%%/po/lt_LT.po -%%TURBADIR%%/po/lv_LV.po -%%TURBADIR%%/po/mk_MK.po -%%TURBADIR%%/po/nb_NO.po -%%TURBADIR%%/po/nl_NL.po -%%TURBADIR%%/po/nn_NO.po -%%TURBADIR%%/po/pl_PL.po -%%TURBADIR%%/po/pt_BR.po -%%TURBADIR%%/po/pt_PT.po -%%TURBADIR%%/po/ro_RO.po -%%TURBADIR%%/po/ru_RU.po -%%TURBADIR%%/po/sk_SK.po -%%TURBADIR%%/po/sl_SI.po -%%TURBADIR%%/po/sv_SE.po -%%TURBADIR%%/po/turba.pot -%%TURBADIR%%/po/uk_UA.po -%%TURBADIR%%/po/zh_CN.po -%%TURBADIR%%/po/zh_TW.po -%%TURBADIR%%/scripts/.htaccess -%%TURBADIR%%/scripts/Turba.reg -%%TURBADIR%%/scripts/ldap/addou -%%TURBADIR%%/scripts/ldap/addou.pl -%%TURBADIR%%/scripts/ldap/core.schema.patch -%%TURBADIR%%/scripts/ldap/rfc2739.schema -%%TURBADIR%%/scripts/sql/turba_objects.mysql.sql -%%TURBADIR%%/scripts/sql/turba_objects.oci8.sql -%%TURBADIR%%/scripts/sql/turba_objects.pgsql.sql -%%TURBADIR%%/scripts/sql/turba_objects.sql -%%TURBADIR%%/scripts/sql/turba_weddingguests.sql -%%TURBADIR%%/scripts/upgrades/1.2_to_2.0.mysql.sql -%%TURBADIR%%/scripts/upgrades/2004-10-26_create_default_histories.php -%%TURBADIR%%/search.php -%%TURBADIR%%/templates/.htaccess -%%TURBADIR%%/templates/block/minisearch.inc -%%TURBADIR%%/templates/browse/actions.inc -%%TURBADIR%%/templates/browse/column_footers.inc -%%TURBADIR%%/templates/browse/column_headers.inc -%%TURBADIR%%/templates/browse/contactrow.inc -%%TURBADIR%%/templates/browse/footer.inc -%%TURBADIR%%/templates/browse/footerAlpha.inc -%%TURBADIR%%/templates/browse/header.inc -%%TURBADIR%%/templates/browse/javascript.inc -%%TURBADIR%%/templates/browse/search.inc -%%TURBADIR%%/templates/browse/search_criteria.inc -%%TURBADIR%%/templates/browse/select.inc -%%TURBADIR%%/templates/common-header.inc -%%TURBADIR%%/templates/data/export.inc -%%TURBADIR%%/templates/data/import.inc -%%TURBADIR%%/templates/menu.inc -%%TURBADIR%%/templates/prefs/columnselect.inc -%%TURBADIR%%/test.php -%%TURBADIR%%/themes/graphics/contact.png -%%TURBADIR%%/themes/graphics/group.png -%%TURBADIR%%/themes/graphics/menu/browse.png -%%TURBADIR%%/themes/graphics/menu/new.png -%%TURBADIR%%/themes/graphics/new.png -%%TURBADIR%%/themes/graphics/turba.png -%%TURBADIR%%/themes/screen.css -%%TURBADIR%%/vcard.php -etc/horde/httpd.conf.turba -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%TURBADIR%%/lib/Block -@dirrm %%TURBADIR%%/lib/Driver -@dirrm %%TURBADIR%%/lib/List -@dirrm %%TURBADIR%%/lib/ListView -@dirrm %%TURBADIR%%/lib/ObjectView -@dirrm %%TURBADIR%%/lib -@dirrm %%TURBADIR%%/locale/ar_SY/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ar_SY -@dirrm %%TURBADIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/bg_BG -@dirrm %%TURBADIR%%/locale/ca_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ca_ES -@dirrm %%TURBADIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/cs_CZ -@dirrm %%TURBADIR%%/locale/da_DK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/da_DK -@dirrm %%TURBADIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/de_DE -@dirrm %%TURBADIR%%/locale/el_GR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/el_GR -@dirrm %%TURBADIR%%/locale/en_US -@dirrm %%TURBADIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/es_ES -@dirrm %%TURBADIR%%/locale/et_EE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/et_EE -@dirrm %%TURBADIR%%/locale/fa_IR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fa_IR -@dirrm %%TURBADIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fi_FI -@dirrm %%TURBADIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/fr_FR -@dirrm %%TURBADIR%%/locale/gl_ES/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/gl_ES -@dirrm %%TURBADIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/hu_HU -@dirrm %%TURBADIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/it_IT -@dirrm %%TURBADIR%%/locale/ja_JP/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ja_JP -@dirrm %%TURBADIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ko_KR -@dirrm %%TURBADIR%%/locale/lt_LT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lt_LT -@dirrm %%TURBADIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/lv_LV -@dirrm %%TURBADIR%%/locale/mk_MK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/mk_MK -@dirrm %%TURBADIR%%/locale/nb_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nb_NO -@dirrm %%TURBADIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nl_NL -@dirrm %%TURBADIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/nn_NO -@dirrm %%TURBADIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pl_PL -@dirrm %%TURBADIR%%/locale/pt_BR/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_BR -@dirrm %%TURBADIR%%/locale/pt_PT/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/pt_PT -@dirrm %%TURBADIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ro_RO -@dirrm %%TURBADIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/ru_RU -@dirrm %%TURBADIR%%/locale/sk_SK/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sk_SK -@dirrm %%TURBADIR%%/locale/sl_SI/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sl_SI -@dirrm %%TURBADIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/sv_SE -@dirrm %%TURBADIR%%/locale/uk_UA/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/uk_UA -@dirrm %%TURBADIR%%/locale/zh_CN/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_CN -@dirrm %%TURBADIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%TURBADIR%%/locale/zh_TW -@dirrm %%TURBADIR%%/locale -@dirrm %%TURBADIR%%/po -@dirrm %%TURBADIR%%/scripts/ldap -@dirrm %%TURBADIR%%/scripts/sql -@dirrm %%TURBADIR%%/scripts/upgrades -@dirrm %%TURBADIR%%/scripts -@dirrm %%TURBADIR%%/templates/block -@dirrm %%TURBADIR%%/templates/browse -@dirrm %%TURBADIR%%/templates/data -@dirrm %%TURBADIR%%/templates/prefs -@dirrm %%TURBADIR%%/templates -@dirrm %%TURBADIR%%/themes/graphics/menu -@dirrm %%TURBADIR%%/themes/graphics -@dirrm %%TURBADIR%%/themes -@unexec rmdir %D/%%TURBADIR%%/config 2>/dev/null || true -@unexec rmdir %D/%%TURBADIR%% 2>/dev/null || true |