summaryrefslogtreecommitdiff
path: root/mail/horde-turba
diff options
context:
space:
mode:
Diffstat (limited to 'mail/horde-turba')
-rw-r--r--mail/horde-turba/Makefile136
-rw-r--r--mail/horde-turba/distinfo1
-rw-r--r--mail/horde-turba/files/httpd.conf.turba31
-rw-r--r--mail/horde-turba/files/patch-aa7
-rw-r--r--mail/horde-turba/files/patch-ab16
-rw-r--r--mail/horde-turba/files/patch-ac16
-rw-r--r--mail/horde-turba/pkg-comment1
-rw-r--r--mail/horde-turba/pkg-descr10
-rw-r--r--mail/horde-turba/pkg-message16
-rw-r--r--mail/horde-turba/pkg-plist238
10 files changed, 0 insertions, 472 deletions
diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile
deleted file mode 100644
index 850e007e9ae5..000000000000
--- a/mail/horde-turba/Makefile
+++ /dev/null
@@ -1,136 +0,0 @@
-# Ports collection makefile for: turba
-# Date created: Sat Nov 16, 2001
-# Whom: Thierry Thomas (<thierry@thomas.as>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= turba
-PORTVERSION= 1.1
-PORTREVISION= 2
-CATEGORIES= mail www
-MASTER_SITES= ftp://ftp.horde.org/pub/turba/tarballs/%SUBDIR%/
-MASTER_SITE_SUBDIR= . old
-
-MAINTAINER= thierry@pompo.net
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-#-----------------------------------------------------------------------
-# You may define these options:
-#
-# - WITHOUT_LDAP : if you do not need OpenLDAP;
-# - WITH_LDAP1 : if you prefer OpenLDAP1.
-#
-# - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree;
-#
-#-----------------------------------------------------------------------
-
-.if !defined(WITHOUT_LDAP)
-.if defined(WITH_LDAP1)
-LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap \
- lber.1:${PORTSDIR}/net/openldap
-.else
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2 \
- lber.2:${PORTSDIR}/net/openldap2
-.endif
-.endif
-
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/index.php:${PORTSDIR}/www/horde2
-
-NO_BUILD= yes
-USE_REINPLACE= yes
-
-REINPLACE_ARGS= -i.beforeTurba
-DOCS= COPYING README docs/CHANGES docs/CREDITS \
- docs/INSTALL docs/turba.dia docs/turba.pdf
-CONFFILE= attributes.php conf.php html.php menu.php \
- prefs.php sources.php
-SUB_DIRS= config graphics lib locale scripts templates po
-
-LHORDEDIR?= www/horde
-LTURBADIR?= ${LHORDEDIR}/turba
-
-PLIST_SUB= HORDEDIR=${LHORDEDIR} TURBADIR=${LTURBADIR}
-
-HORDEDIR= ${PREFIX}/${LHORDEDIR}
-TURBADIR= ${PREFIX}/${LTURBADIR}
-CONFDIR= ${TURBADIR}/config
-
-HORDE_INC= ${LOCALBASE}/etc/horde
-
-pre-install:
-# N.B.: database dependencies are binded with mod_php#, neither by Horde nor Turba.
-.if !defined(WITHOUT_SUPPORTED_DB)
- @if ! ${LDCONFIG} -r | ${GREP} -q -e "mysqlclient.10" ; then \
- if ! ${LDCONFIG} -r | ${GREP} -q -e "pq.2" ; then \
- if ! ${LDCONFIG} -r | ${GREP} -q -e "sybdb.1" ; then \
- if ! ${LDCONFIG} -r | ${GREP} -q -e "ct.0" ; then \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "Please configure PHP with a database support." ; \
- ${ECHO_MSG} "MySQL, PostgreSQL and Sybase (CTLIB or DBLIB)" ; \
- ${ECHO_MSG} "can be used with PHP AND Turba." ; \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "(If everything will run on this machine, do not" ; \
- ${ECHO_MSG} " forget to install the database server-side!)" ; \
- ${ECHO_MSG} "" ; \
- ${FALSE} ; \
- fi ; \
- fi ; \
- fi ; \
- fi
-.endif
-.if !defined(WITHOUT_LDAP)
-.if defined(WITH_LDAP1)
- @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.1"; then \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "Please configure PHP with OpenLDAP support." ; \
- ${ECHO_MSG} "" ; \
- ${FALSE} ; \
- fi
-.else
- @if ! ${LDCONFIG} -r | ${GREP} -q -e "ldap.2"; then \
- ${ECHO_MSG} "" ; \
- ${ECHO_MSG} "Please configure PHP with OpenLDAP2 support." ; \
- ${ECHO_MSG} "" ; \
- ${FALSE} ; \
- fi
-.endif
-.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 www:www ${TURBADIR}
- @${CHMOD} -R o-rwx ${CONFDIR}
- @${CP} -p ${FILESDIR}/httpd.conf.turba ${HORDE_INC}
- @${REINPLACE_CMD} -e "s:/home/httpd/html/horde/turba:${TURBADIR}:g" \
- ${HORDE_INC}/httpd.conf.turba
- @${RM} ${HORDE_INC}/httpd.conf.turba.beforeTurba
- @${REINPLACE_CMD} -e "s://UNCOMMENTWHENINSTTURBA::" \
- ${HORDEDIR}/config/registry.php
- @${CP} -p ${HORDEDIR}/config/registry.php \
- ${HORDEDIR}/config/registry.php.afterTurba
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for FILE in ${DOCS}
- @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
-.endfor
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
-.endif
-
-post-install:
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE} | \
- ${SED} -e "s:%%TURBADIR%%:${TURBADIR}:g;s:%%PORTSDIR%%:${PORTSDIR}:g;s:%%CONFDIR%%:${CONFDIR}:g"
- @${ECHO_MSG}
-
-.include <bsd.port.mk>
diff --git a/mail/horde-turba/distinfo b/mail/horde-turba/distinfo
deleted file mode 100644
index 9b728689ffda..000000000000
--- a/mail/horde-turba/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (turba-1.1.tar.gz) = 1b5b3cdf1eeb80fe8a1e9a2ae9000723
diff --git a/mail/horde-turba/files/httpd.conf.turba b/mail/horde-turba/files/httpd.conf.turba
deleted file mode 100644
index f6674cbb9700..000000000000
--- a/mail/horde-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/horde-turba/files/patch-aa b/mail/horde-turba/files/patch-aa
deleted file mode 100644
index 81d0eeaf6419..000000000000
--- a/mail/horde-turba/files/patch-aa
+++ /dev/null
@@ -1,7 +0,0 @@
---- config/conf.php.dist.orig Fri Apr 12 18:21:30 2002
-+++ config/conf.php.dist Sun May 19 00:11:06 2002
-@@ -30,3 +30,4 @@
- // example providing a link to IMP (an email program) would be:
- // $conf['menu']['apps'] = array('imp');
- $conf['menu']['apps'] = array();
-+//UNCOMMENTWHENINSTIMP$conf['menu']['apps'] = array('imp');
diff --git a/mail/horde-turba/files/patch-ab b/mail/horde-turba/files/patch-ab
deleted file mode 100644
index 195d806b3b34..000000000000
--- a/mail/horde-turba/files/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
---- config/sources.php.dist.orig Thu Jun 6 16:06:36 2002
-+++ config/sources.php.dist Tue Jun 11 19:28:01 2002
-@@ -134,10 +134,11 @@
- 'title' => 'My Addressbook',
- 'type' => 'sql',
- 'params' => array(
-+// 'phptype' => 'pgsql',
- 'phptype' => 'mysql',
- 'hostspec' => 'localhost',
-- 'username' => 'horde',
-- 'password' => '*****',
-+ 'username' => 'hordemgr',
-+ 'password' => 'hordemgr',
- 'database' => 'horde',
- 'table' => 'turba_objects'
- ),
diff --git a/mail/horde-turba/files/patch-ac b/mail/horde-turba/files/patch-ac
deleted file mode 100644
index 74914cb6d40e..000000000000
--- a/mail/horde-turba/files/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
---- config/prefs.php.dist.orig Mon Oct 22 09:09:23 2001
-+++ config/prefs.php.dist Sun Nov 18 01:21:42 2001
-@@ -16,4 +16,13 @@
- 'type' => 'select',
- 'desc' => _("Select your preferred language:")
- );
-+
-+// Addressbook
-+$_prefs['searchsource'] = array(
-+ 'value' => 'localsql',
-+ 'locked' => false,
-+ 'shared' => true,
-+ 'type' => 'select',
-+ 'desc' => _("from")
-+);
- ?>
diff --git a/mail/horde-turba/pkg-comment b/mail/horde-turba/pkg-comment
deleted file mode 100644
index aa37eca86b3d..000000000000
--- a/mail/horde-turba/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The Horde contact management application
diff --git a/mail/horde-turba/pkg-descr b/mail/horde-turba/pkg-descr
deleted file mode 100644
index 7ad5e825db08..000000000000
--- a/mail/horde-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/horde-turba/pkg-message b/mail/horde-turba/pkg-message
deleted file mode 100644
index 85ffa7b6262b..000000000000
--- a/mail/horde-turba/pkg-message
+++ /dev/null
@@ -1,16 +0,0 @@
-************************************************************************
-Turba has been installed in %%TURBADIR%% with your blank
-configuration files.
-
-Horde must be configured; if not, see
-%%PORTSDIR%%/www/horde2/pkg-message.
-
-Then, you will have to tune the configuration files located in
-%%CONFDIR%%/, specially the files conf.php and
-sources.php.
-
-You have to create a table in your database; please see
-%%TURBADIR%%/scripts/drivers.
-
-To protect your configuration files, you have to restart Apache.
-************************************************************************
diff --git a/mail/horde-turba/pkg-plist b/mail/horde-turba/pkg-plist
deleted file mode 100644
index 16813d6a8c7d..000000000000
--- a/mail/horde-turba/pkg-plist
+++ /dev/null
@@ -1,238 +0,0 @@
-%%PORTDOCS%%share/doc/turba/CHANGES
-%%PORTDOCS%%share/doc/turba/COPYING
-%%PORTDOCS%%share/doc/turba/CREDITS
-%%PORTDOCS%%share/doc/turba/INSTALL
-%%PORTDOCS%%share/doc/turba/README
-%%PORTDOCS%%share/doc/turba/turba.dia
-%%PORTDOCS%%share/doc/turba/turba.pdf
-%%TURBADIR%%/addobject.php
-%%TURBADIR%%/addobjectaction.php
-%%TURBADIR%%/advanced.php
-%%TURBADIR%%/browse.php
-%%TURBADIR%%/config/.htaccess
-%%TURBADIR%%/config/attributes.php
-%%TURBADIR%%/config/attributes.php.dist
-%%TURBADIR%%/config/conf.php
-%%TURBADIR%%/config/conf.php.dist
-%%TURBADIR%%/config/conf.php.dist.orig
-%%TURBADIR%%/config/html.php
-%%TURBADIR%%/config/html.php.dist
-%%TURBADIR%%/config/menu.php
-%%TURBADIR%%/config/menu.php.dist
-%%TURBADIR%%/config/prefs.php
-%%TURBADIR%%/config/prefs.php.dist
-%%TURBADIR%%/config/prefs.php.dist.orig
-%%TURBADIR%%/config/sources.php
-%%TURBADIR%%/config/sources.php.dist
-%%TURBADIR%%/config/sources.php.dist.orig
-%%TURBADIR%%/data.php
-%%TURBADIR%%/deleteobject.php
-%%TURBADIR%%/displayobject.php
-%%TURBADIR%%/editobject.php
-%%TURBADIR%%/editobjectaction.php
-%%TURBADIR%%/graphics/add.gif
-%%TURBADIR%%/graphics/down.gif
-%%TURBADIR%%/graphics/group.gif
-%%TURBADIR%%/graphics/lhand.gif
-%%TURBADIR%%/graphics/rhand.gif
-%%TURBADIR%%/graphics/search.gif
-%%TURBADIR%%/graphics/turba.gif
-%%TURBADIR%%/graphics/up.gif
-%%TURBADIR%%/graphics/user.gif
-%%TURBADIR%%/index.php
-%%TURBADIR%%/lib/.htaccess
-%%TURBADIR%%/lib/AbstractObject.php
-%%TURBADIR%%/lib/Driver.php
-%%TURBADIR%%/lib/Driver/ldap.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/Source.php
-%%TURBADIR%%/lib/Turba.php
-%%TURBADIR%%/lib/api.php
-%%TURBADIR%%/lib/base.php
-%%TURBADIR%%/lib/version.php
-%%TURBADIR%%/locale/.htaccess
-%%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/el_GR/LC_MESSAGES/turba.mo
-%%TURBADIR%%/locale/es_ES/LC_MESSAGES/turba.mo
-%%TURBADIR%%/locale/et_EE/LC_MESSAGES/turba.mo
-%%TURBADIR%%/locale/fi_FI/LC_MESSAGES/turba.mo
-%%TURBADIR%%/locale/fr_FR/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/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_PT/LC_MESSAGES/turba.mo
-%%TURBADIR%%/locale/ru_RU/LC_MESSAGES/turba.mo
-%%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES/turba.mo
-%%TURBADIR%%/locale/sk_SK/LC_MESSAGES/turba.mo
-%%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%%/menu.php
-%%TURBADIR%%/po/.htaccess
-%%TURBADIR%%/po/Makefile
-%%TURBADIR%%/po/README
-%%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/extract.pl
-%%TURBADIR%%/po/fi_FI.po
-%%TURBADIR%%/po/fr_FR.po
-%%TURBADIR%%/po/hu_HU.po
-%%TURBADIR%%/po/it_IT.po
-%%TURBADIR%%/po/ja_JP.po
-%%TURBADIR%%/po/ko_KR.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/ru_RU.po
-%%TURBADIR%%/po/ru_RU.KOI8-R.po
-%%TURBADIR%%/po/shtool
-%%TURBADIR%%/po/sk_SK.po
-%%TURBADIR%%/po/sl_SI.po
-%%TURBADIR%%/po/sv_SE.po
-%%TURBADIR%%/po/uk_UA.po
-%%TURBADIR%%/po/xgettext.sh
-%%TURBADIR%%/po/zh_CN.po
-%%TURBADIR%%/po/zh_TW.po
-%%TURBADIR%%/prefs.php
-%%TURBADIR%%/scripts/.htaccess
-%%TURBADIR%%/scripts/drivers/turba.sql
-%%TURBADIR%%/search.php
-%%TURBADIR%%/status.php
-%%TURBADIR%%/templates/.htaccess
-%%TURBADIR%%/templates/add/add.inc
-%%TURBADIR%%/templates/add/noadd.inc
-%%TURBADIR%%/templates/add/select.inc
-%%TURBADIR%%/templates/advanced/criteria.inc
-%%TURBADIR%%/templates/advanced/foot.inc
-%%TURBADIR%%/templates/advanced/head.inc
-%%TURBADIR%%/templates/advanced/results_head.inc
-%%TURBADIR%%/templates/browse/foot.inc
-%%TURBADIR%%/templates/browse/head.inc
-%%TURBADIR%%/templates/common-footer.inc
-%%TURBADIR%%/templates/common-header.inc
-%%TURBADIR%%/templates/data/export.inc
-%%TURBADIR%%/templates/data/import.inc
-%%TURBADIR%%/templates/display/display.inc
-%%TURBADIR%%/templates/edit/edit.inc
-%%TURBADIR%%/templates/index/css.inc
-%%TURBADIR%%/templates/index/notconfigured.inc
-%%TURBADIR%%/templates/menu/menu.inc
-%%TURBADIR%%/templates/prefs/columnselect.inc
-%%TURBADIR%%/templates/search/foot.inc
-%%TURBADIR%%/templates/search/head.inc
-%%TURBADIR%%/templates/search/row.inc
-%%TURBADIR%%/templates/wml/common-footer.inc
-%%TURBADIR%%/templates/wml/common-header.inc
-%%TURBADIR%%/templates/wml/menu/menu.inc
-%%TURBADIR%%/templates/wml/search/foot.inc
-%%TURBADIR%%/templates/wml/search/head.inc
-%%TURBADIR%%/templates/wml/search/row.inc
-etc/horde/httpd.conf.turba
-%%PORTDOCS%%@dirrm share/doc/turba
-@dirrm %%TURBADIR%%/config
-@dirrm %%TURBADIR%%/graphics
-@dirrm %%TURBADIR%%/lib/Driver
-@dirrm %%TURBADIR%%/lib/List
-@dirrm %%TURBADIR%%/lib/ListView
-@dirrm %%TURBADIR%%/lib/ObjectView
-@dirrm %%TURBADIR%%/lib
-@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/es_ES/LC_MESSAGES
-@dirrm %%TURBADIR%%/locale/es_ES
-@dirrm %%TURBADIR%%/locale/et_EE/LC_MESSAGES
-@dirrm %%TURBADIR%%/locale/et_EE
-@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/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/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/ru_RU/LC_MESSAGES
-@dirrm %%TURBADIR%%/locale/ru_RU
-@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R/LC_MESSAGES
-@dirrm %%TURBADIR%%/locale/ru_RU.KOI8-R
-@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/drivers
-@dirrm %%TURBADIR%%/scripts
-@dirrm %%TURBADIR%%/templates/add
-@dirrm %%TURBADIR%%/templates/advanced
-@dirrm %%TURBADIR%%/templates/browse
-@dirrm %%TURBADIR%%/templates/data
-@dirrm %%TURBADIR%%/templates/display
-@dirrm %%TURBADIR%%/templates/edit
-@dirrm %%TURBADIR%%/templates/index
-@dirrm %%TURBADIR%%/templates/menu
-@dirrm %%TURBADIR%%/templates/prefs
-@dirrm %%TURBADIR%%/templates/search
-@dirrm %%TURBADIR%%/templates/wml/menu
-@dirrm %%TURBADIR%%/templates/wml/search
-@dirrm %%TURBADIR%%/templates/wml
-@dirrm %%TURBADIR%%/templates
-@dirrm %%TURBADIR%%
-@unexec if cmp -s %D/www/horde/config/registry.php %D/www/horde/config/registry.php.afterTurba; then rm -f %D/www/horde/config/registry.php.afterTurba; mv %D/www/horde/config/registry.php.beforeTurba %D/www/horde/config/registry.php; fi