aboutsummaryrefslogtreecommitdiff
path: root/deskutils/horde4-kronolith
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/horde4-kronolith')
-rw-r--r--deskutils/horde4-kronolith/Makefile89
-rw-r--r--deskutils/horde4-kronolith/distinfo3
-rw-r--r--deskutils/horde4-kronolith/files/httpd.conf.kronolith31
-rw-r--r--deskutils/horde4-kronolith/files/pkg-deinstall.in24
-rw-r--r--deskutils/horde4-kronolith/files/pkg-install.in23
-rw-r--r--deskutils/horde4-kronolith/files/pkg-message.in19
-rw-r--r--deskutils/horde4-kronolith/pkg-descr7
-rw-r--r--deskutils/horde4-kronolith/pkg-plist314
8 files changed, 0 insertions, 510 deletions
diff --git a/deskutils/horde4-kronolith/Makefile b/deskutils/horde4-kronolith/Makefile
deleted file mode 100644
index 8cfe0b71289f..000000000000
--- a/deskutils/horde4-kronolith/Makefile
+++ /dev/null
@@ -1,89 +0,0 @@
-# Ports collection makefile for: Kronolith
-# Date created: Sun Dec 02, 2001
-# Whom: Thierry Thomas (<thierry@thomas.as>)
-#
-# $FreeBSD$
-#
-
-PORTNAME= kronolith
-PORTVERSION= 2.1.4
-CATEGORIES= deskutils www
-MASTER_SITES= ftp://ftp.horde.org/pub/kronolith/ \
- ftp://ftp.planetmirror.com/pub/horde/kronolith/ \
- ftp://ftp.au.horde.org/pub/horde/kronolith/ \
- ftp://ftp.be.horde.org/kronolith/ \
- ftp://ftp.es.horde.org/pub/kronolith/ \
- ftp://ftp.it.horde.org/pub/mirror/horde.org/kronolith/ \
- ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/kronolith/ \
- ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/kronolith/ \
- http://ftp.horde.org/pub/kronolith/
-DISTNAME= ${PORTNAME}-h3-${PORTVERSION}
-
-MAINTAINER= shaun@FreeBSD.org
-COMMENT= Kronolith is the Horde calendar application
-
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
-
-NO_BUILD= yes
-USE_APACHE= 1.3+ # needed to test APACHE_VERSION
-USE_PHP= yes # modules set by Horde, but needed to get PHP_VER
-USE_GETTEXT= yes
-
-REINPLACE_ARGS= -i ""
-DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \
- docs/RELEASE_NOTES docs/TODO docs/UPGRADING
-CONFFILE= keywords.php menu.php prefs.php
-SUB_DIRS= config js lib locale po scripts templates themes
-
-LHORDEDIR?= www/horde
-LKRONOLITHDIR?= ${LHORDEDIR}/kronolith
-
-PKGMESSAGE= ${WRKDIR}/pkg-message
-PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
-SUB_FILES= pkg-message pkg-install pkg-deinstall
-SUB_LIST= KRONOLITHDIR=${KRONOLITHDIR}
-PLIST_SUB= KRONOLITHDIR=${LKRONOLITHDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||}
-
-KRONOLITHDIR= ${PREFIX}/${LKRONOLITHDIR}
-CONFDIR= ${KRONOLITHDIR}/config
-
-.include <bsd.port.pre.mk>
-
-.if ${APACHE_VERSION} >= 20
-HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes
-.else
-HORDE_INC= ${LOCALBASE}/etc/horde
-.endif
-
-pre-configure:
- @(cd ${WRKSRC}/scripts && \
- ${FIND} . -name "*.php" -exec \
- ${REINPLACE_CMD} -e "s:/usr/local/bin/php: ${LOCALBASE}/bin/php:;s:/usr/bin/php: ${LOCALBASE}/bin/php:" {} \; )
- @${SED} -e "s:/home/httpd/html/horde/kronolith:${KRONOLITHDIR}:" \
- ${FILESDIR}/httpd.conf.kronolith > ${WRKDIR}/httpd-kronolith.conf
-
-do-install:
- @${MKDIR} ${KRONOLITHDIR}
-.for REP in ${SUB_DIRS}
- @${CP} -Rp ${WRKSRC}/${REP} ${KRONOLITHDIR}
-.endfor
- @${CP} -p ${WRKSRC}/*.php ${KRONOLITHDIR}
-
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${KRONOLITHDIR}
- @${CHMOD} -R o-rwx ${CONFDIR}
- @${INSTALL_DATA} ${WRKDIR}/httpd-kronolith.conf ${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:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
- @${ECHO_MSG}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_MSG}
-
-.include <bsd.port.post.mk>
diff --git a/deskutils/horde4-kronolith/distinfo b/deskutils/horde4-kronolith/distinfo
deleted file mode 100644
index dac3b0ae07d8..000000000000
--- a/deskutils/horde4-kronolith/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (kronolith-h3-2.1.4.tar.gz) = df6d6fc99012865b18b089212c7544ad
-SHA256 (kronolith-h3-2.1.4.tar.gz) = 5ffc7b8d1469dc6ac1a5ade79a8efa7b4c0d81cd58e6e2fc2311e232a422832d
-SIZE (kronolith-h3-2.1.4.tar.gz) = 1691114
diff --git a/deskutils/horde4-kronolith/files/httpd.conf.kronolith b/deskutils/horde4-kronolith/files/httpd.conf.kronolith
deleted file mode 100644
index a3748ea4e996..000000000000
--- a/deskutils/horde4-kronolith/files/httpd.conf.kronolith
+++ /dev/null
@@ -1,31 +0,0 @@
-# This is included in Apache's httpd.conf for Kronolith
-#
-# For security, don't serve pages from the Kronolith configuration and
-# library directories.
-#
-<Directory "/home/httpd/html/horde/kronolith/config">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/kronolith/lib">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/kronolith/locale">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/kronolith/po">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/kronolith/scripts">
- order deny,allow
- deny from all
-</Directory>
-<Directory "/home/httpd/html/horde/kronolith/templates">
- order deny,allow
- deny from all
-</Directory>
-# End of Kronolith configuration ================
-
diff --git a/deskutils/horde4-kronolith/files/pkg-deinstall.in b/deskutils/horde4-kronolith/files/pkg-deinstall.in
deleted file mode 100644
index 97d0a7cca145..000000000000
--- a/deskutils/horde4-kronolith/files/pkg-deinstall.in
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# Backup Kronolith config files, if needed.
-
-if [ x$2 != xDEINSTALL ]; then
- exit
-fi
-
-if [ -z "${PACKAGE_BUILDING}" ]; then
- for cf in `ls %%KRONOLITHDIR%%/config/*php`; do
- diff -bBqw $cf $cf.dist >/dev/null 2>&1
- case $? in
- 0) # original config file, delete it
- rm -f $cf
- ;;
- 1) # config file has been updated, leave it alone
- ;;
- *) # not found?
- ;;
- esac
- done
-fi
diff --git a/deskutils/horde4-kronolith/files/pkg-install.in b/deskutils/horde4-kronolith/files/pkg-install.in
deleted file mode 100644
index 84722b6dc70a..000000000000
--- a/deskutils/horde4-kronolith/files/pkg-install.in
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-PATH=/usr/sbin:/usr/bin:/bin ; export PATH
-
-case $2 in
- PRE-INSTALL)
- ;;
-
- POST-INSTALL)
- if [ -z "${PACKAGE_BUILDING}" ]; then
- # Copy over sample config files unless they already exist
-
- for cf in `ls %%KRONOLITHDIR%%/config/*.dist | sed -e 's/\.dist//g'`; do
- if [ ! -f $cf ]; then
- cp -p $cf.dist $cf
- fi
- done
- fi
- ;;
-esac
diff --git a/deskutils/horde4-kronolith/files/pkg-message.in b/deskutils/horde4-kronolith/files/pkg-message.in
deleted file mode 100644
index 540684cc4d22..000000000000
--- a/deskutils/horde4-kronolith/files/pkg-message.in
+++ /dev/null
@@ -1,19 +0,0 @@
-**************************************************************************
-Kronolith has been installed in %%KRONOLITHDIR%% with your
-blank configuration files.
-
-Horde must be configured; if not, see `pkg_info -D -x horde'.
-
-Then you have to create some tables from the SQL scripts in
-%%KRONOLITHDIR%%/scripts/sql.
-
-WARNING! Please note that the MCAL back-end has been deprecated!
-********
- To migrate from MCAL to SQL, you can use the provided script
- %%KRONOLITHDIR%%/scripts/migrate_to_sql_driver.php
-
-Finally, you must login to Horde as a Horde Administrator to finish the
-configuration.
-
-To protect your configuration files, you have to restart Apache.
-**************************************************************************
diff --git a/deskutils/horde4-kronolith/pkg-descr b/deskutils/horde4-kronolith/pkg-descr
deleted file mode 100644
index 43d8a72eee24..000000000000
--- a/deskutils/horde4-kronolith/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Kronolith is the Horde calendar application.
-
-Right now, Kronolith implements a solid, stand-alone calendar system,
-allowing repeating events, all-day events, custom fields, keywords,
-and managing multiple users through Horde Authentication.
-
-WWW: http://horde.org/kronolith/
diff --git a/deskutils/horde4-kronolith/pkg-plist b/deskutils/horde4-kronolith/pkg-plist
deleted file mode 100644
index 2b25570f1873..000000000000
--- a/deskutils/horde4-kronolith/pkg-plist
+++ /dev/null
@@ -1,314 +0,0 @@
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/CREDITS
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
-%%KRONOLITHDIR%%/addevent.php
-%%KRONOLITHDIR%%/addeventaction.php
-%%KRONOLITHDIR%%/attend.php
-%%KRONOLITHDIR%%/attendees.php
-%%KRONOLITHDIR%%/calendar_search.php
-%%KRONOLITHDIR%%/calendars.php
-%%KRONOLITHDIR%%/config/.htaccess
-%%KRONOLITHDIR%%/config/conf.xml
-%%KRONOLITHDIR%%/config/keywords.php.dist
-%%KRONOLITHDIR%%/config/menu.php.dist
-%%KRONOLITHDIR%%/config/prefs.php.dist
-%%KRONOLITHDIR%%/contacts.php
-%%KRONOLITHDIR%%/data.php
-%%KRONOLITHDIR%%/day.php
-%%KRONOLITHDIR%%/delevent.php
-%%KRONOLITHDIR%%/deleventaction.php
-%%KRONOLITHDIR%%/editevent.php
-%%KRONOLITHDIR%%/editeventaction.php
-%%KRONOLITHDIR%%/fb.php
-%%KRONOLITHDIR%%/ics.php
-%%KRONOLITHDIR%%/index.php
-%%KRONOLITHDIR%%/js/fixUnstyledOptions.js
-%%KRONOLITHDIR%%/js/stripe.js
-%%KRONOLITHDIR%%/lib/Block/month.php
-%%KRONOLITHDIR%%/lib/Block/monthlist.php
-%%KRONOLITHDIR%%/lib/Block/prevmonthlist.php
-%%KRONOLITHDIR%%/lib/Block/summary.php
-%%KRONOLITHDIR%%/lib/Block/tree_alarms.php
-%%KRONOLITHDIR%%/lib/Block/tree_menu.php
-%%KRONOLITHDIR%%/lib/Day.php
-%%KRONOLITHDIR%%/lib/DayView.php
-%%KRONOLITHDIR%%/lib/Driver.php
-%%KRONOLITHDIR%%/lib/Driver/ical.php
-%%KRONOLITHDIR%%/lib/Driver/kolab.php
-%%KRONOLITHDIR%%/lib/Driver/sql.php
-%%KRONOLITHDIR%%/lib/FBView.php
-%%KRONOLITHDIR%%/lib/FBView/day.php
-%%KRONOLITHDIR%%/lib/FBView/week.php
-%%KRONOLITHDIR%%/lib/FBView/workweek.php
-%%KRONOLITHDIR%%/lib/Kronolith.php
-%%KRONOLITHDIR%%/lib/Scheduler/kronolith.php
-%%KRONOLITHDIR%%/lib/Storage.php
-%%KRONOLITHDIR%%/lib/Storage/kolab.php
-%%KRONOLITHDIR%%/lib/Storage/sql.php
-%%KRONOLITHDIR%%/lib/WeekView.php
-%%KRONOLITHDIR%%/lib/api.php
-%%KRONOLITHDIR%%/lib/base.php
-%%KRONOLITHDIR%%/lib/prefs.php
-%%KRONOLITHDIR%%/lib/version.php
-%%KRONOLITHDIR%%/locale/ar_SY/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/bg_BG/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/cs_CZ/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/da_DK/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/de_DE/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/de_DE/help.xml
-%%KRONOLITHDIR%%/locale/el_GR/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/en_US/help.xml
-%%KRONOLITHDIR%%/locale/es_ES/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/es_ES/help.xml
-%%KRONOLITHDIR%%/locale/fi_FI/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/fi_FI/help.xml
-%%KRONOLITHDIR%%/locale/fr_FR/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/hu_HU/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/hu_HU/help.xml
-%%KRONOLITHDIR%%/locale/it_IT/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/ja_JP/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/ko_KR/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/lt_LT/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/lv_LV/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/nb_NO/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/nl_NL/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/nn_NO/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/pl_PL/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/pt_BR/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/pt_BR/help.xml
-%%KRONOLITHDIR%%/locale/pt_PT/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/ro_RO/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/ru_RU/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/sk_SK/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/sl_SI/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/sv_SE/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/tr_TR/help.xml
-%%KRONOLITHDIR%%/locale/zh_CN/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/locale/zh_TW/LC_MESSAGES/kronolith.mo
-%%KRONOLITHDIR%%/month.php
-%%KRONOLITHDIR%%/po/README
-%%KRONOLITHDIR%%/po/ar_SY.po
-%%KRONOLITHDIR%%/po/bg_BG.po
-%%KRONOLITHDIR%%/po/cs_CZ.po
-%%KRONOLITHDIR%%/po/da_DK.po
-%%KRONOLITHDIR%%/po/de_DE.po
-%%KRONOLITHDIR%%/po/el_GR.po
-%%KRONOLITHDIR%%/po/es_ES.po
-%%KRONOLITHDIR%%/po/fi_FI.po
-%%KRONOLITHDIR%%/po/fr_FR.po
-%%KRONOLITHDIR%%/po/hu_HU.po
-%%KRONOLITHDIR%%/po/it_IT.po
-%%KRONOLITHDIR%%/po/ja_JP.po
-%%KRONOLITHDIR%%/po/ko_KR.po
-%%KRONOLITHDIR%%/po/kronolith.pot
-%%KRONOLITHDIR%%/po/lt_LT.po
-%%KRONOLITHDIR%%/po/lv_LV.po
-%%KRONOLITHDIR%%/po/nb_NO.po
-%%KRONOLITHDIR%%/po/nl_NL.po
-%%KRONOLITHDIR%%/po/nn_NO.po
-%%KRONOLITHDIR%%/po/pl_PL.po
-%%KRONOLITHDIR%%/po/pt_BR.po
-%%KRONOLITHDIR%%/po/pt_PT.po
-%%KRONOLITHDIR%%/po/ro_RO.po
-%%KRONOLITHDIR%%/po/ru_RU.po
-%%KRONOLITHDIR%%/po/sk_SK.po
-%%KRONOLITHDIR%%/po/sl_SI.po
-%%KRONOLITHDIR%%/po/sv_SE.po
-%%KRONOLITHDIR%%/po/zh_CN.po
-%%KRONOLITHDIR%%/po/zh_TW.po
-%%KRONOLITHDIR%%/scripts/.htaccess
-%%KRONOLITHDIR%%/scripts/import_icals.php
-%%KRONOLITHDIR%%/scripts/migrate_to_sql_driver.php
-%%KRONOLITHDIR%%/scripts/reminders.php
-%%KRONOLITHDIR%%/scripts/sql/kronolith.mssql.sql
-%%KRONOLITHDIR%%/scripts/sql/kronolith.mysql.sql
-%%KRONOLITHDIR%%/scripts/sql/kronolith.oci8.sql
-%%KRONOLITHDIR%%/scripts/sql/kronolith.pgsql.sql
-%%KRONOLITHDIR%%/scripts/sql/kronolith.sql
-%%KRONOLITHDIR%%/scripts/sql/kronolith.xml
-%%KRONOLITHDIR%%/scripts/upgrades/1.1_to_2.0.mysql.sql
-%%KRONOLITHDIR%%/scripts/upgrades/1.1_to_2.0.pgsql.sql
-%%KRONOLITHDIR%%/scripts/upgrades/1.1_to_2.0.oci8.sql
-%%KRONOLITHDIR%%/scripts/upgrades/2004-05-19_convert_categories_to_strings.php
-%%KRONOLITHDIR%%/scripts/upgrades/2004-12-21_add_event_uid.pgsql.sql
-%%KRONOLITHDIR%%/scripts/upgrades/2004-12-21_add_event_uid.sql
-%%KRONOLITHDIR%%/scripts/upgrades/2006-08-20_fix_recur_int_fields.mysql.sql
-%%KRONOLITHDIR%%/search.php
-%%KRONOLITHDIR%%/templates/attendees/attendees.inc
-%%KRONOLITHDIR%%/templates/calendars/calendars.inc
-%%KRONOLITHDIR%%/templates/calendars/search.inc
-%%KRONOLITHDIR%%/templates/category_legend.inc
-%%KRONOLITHDIR%%/templates/common-header.inc
-%%KRONOLITHDIR%%/templates/contacts/contacts.inc
-%%KRONOLITHDIR%%/templates/data/export.inc
-%%KRONOLITHDIR%%/templates/data/import.inc
-%%KRONOLITHDIR%%/templates/day/all_day.inc
-%%KRONOLITHDIR%%/templates/day/head.inc
-%%KRONOLITHDIR%%/templates/day/head_side_by_side.inc
-%%KRONOLITHDIR%%/templates/day/rows.html
-%%KRONOLITHDIR%%/templates/delete/delete.inc
-%%KRONOLITHDIR%%/templates/delete/one.inc
-%%KRONOLITHDIR%%/templates/edit/edit.inc
-%%KRONOLITHDIR%%/templates/edit/edit_timespan.inc
-%%KRONOLITHDIR%%/templates/edit/javascript.inc
-%%KRONOLITHDIR%%/templates/fbview/busyblock.tpl
-%%KRONOLITHDIR%%/templates/fbview/emptyblock.tpl
-%%KRONOLITHDIR%%/templates/fbview/header.tpl
-%%KRONOLITHDIR%%/templates/fbview/legend.tpl
-%%KRONOLITHDIR%%/templates/fbview/meetingblock.tpl
-%%KRONOLITHDIR%%/templates/fbview/row.tpl
-%%KRONOLITHDIR%%/templates/fbview/section.tpl
-%%KRONOLITHDIR%%/templates/fbview/unknownblock.tpl
-%%KRONOLITHDIR%%/templates/javascript/goto.js
-%%KRONOLITHDIR%%/templates/javascript/open_attendees_win.js
-%%KRONOLITHDIR%%/templates/javascript/open_calendar_search.js
-%%KRONOLITHDIR%%/templates/menu.inc
-%%KRONOLITHDIR%%/templates/month/head.inc
-%%KRONOLITHDIR%%/templates/month/head_side_by_side.inc
-%%KRONOLITHDIR%%/templates/prefs/fb_cals_select.inc
-%%KRONOLITHDIR%%/templates/prefs/remote_cal_management.inc
-%%KRONOLITHDIR%%/templates/prefs/search_abook_select.inc
-%%KRONOLITHDIR%%/templates/prefs/shareselect.inc
-%%KRONOLITHDIR%%/templates/search/empty.inc
-%%KRONOLITHDIR%%/templates/search/event_footers.inc
-%%KRONOLITHDIR%%/templates/search/event_headers.inc
-%%KRONOLITHDIR%%/templates/search/event_summaries.inc
-%%KRONOLITHDIR%%/templates/search/header.inc
-%%KRONOLITHDIR%%/templates/search/search.inc
-%%KRONOLITHDIR%%/templates/search/search_advanced.inc
-%%KRONOLITHDIR%%/templates/view/view.inc
-%%KRONOLITHDIR%%/templates/week/head.inc
-%%KRONOLITHDIR%%/templates/week/head_side_by_side.inc
-%%KRONOLITHDIR%%/templates/year/head.inc
-%%KRONOLITHDIR%%/themes/bluewhite/screen.css
-%%KRONOLITHDIR%%/themes/burntorange/screen.css
-%%KRONOLITHDIR%%/themes/categoryCSS.php
-%%KRONOLITHDIR%%/themes/graphics/addressbook_browse.png
-%%KRONOLITHDIR%%/themes/graphics/alarm.png
-%%KRONOLITHDIR%%/themes/graphics/alarm_small.png
-%%KRONOLITHDIR%%/themes/graphics/attendees.png
-%%KRONOLITHDIR%%/themes/graphics/calendars.png
-%%KRONOLITHDIR%%/themes/graphics/dayview.png
-%%KRONOLITHDIR%%/themes/graphics/expand.png
-%%KRONOLITHDIR%%/themes/graphics/favicon.ico
-%%KRONOLITHDIR%%/themes/graphics/goto.png
-%%KRONOLITHDIR%%/themes/graphics/kronolith.png
-%%KRONOLITHDIR%%/themes/graphics/monthview.png
-%%KRONOLITHDIR%%/themes/graphics/new.png
-%%KRONOLITHDIR%%/themes/graphics/new_big.png
-%%KRONOLITHDIR%%/themes/graphics/new_small.png
-%%KRONOLITHDIR%%/themes/graphics/recur.png
-%%KRONOLITHDIR%%/themes/graphics/today.png
-%%KRONOLITHDIR%%/themes/graphics/unknown-background.png
-%%KRONOLITHDIR%%/themes/graphics/weekview.png
-%%KRONOLITHDIR%%/themes/graphics/workweekview.png
-%%KRONOLITHDIR%%/themes/graphics/yearview.png
-%%KRONOLITHDIR%%/themes/mozilla/screen.css
-%%KRONOLITHDIR%%/themes/print/screen.css
-%%KRONOLITHDIR%%/themes/screen.css
-%%KRONOLITHDIR%%/themes/simplex/screen.css
-%%KRONOLITHDIR%%/viewevent.php
-%%KRONOLITHDIR%%/week.php
-%%KRONOLITHDIR%%/workweek.php
-%%KRONOLITHDIR%%/year.php
-%%HORDE_INC%%/httpd-kronolith.conf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%KRONOLITHDIR%%/themes/simplex
-@dirrm %%KRONOLITHDIR%%/themes/print
-@dirrm %%KRONOLITHDIR%%/themes/mozilla
-@dirrm %%KRONOLITHDIR%%/themes/graphics
-@dirrm %%KRONOLITHDIR%%/themes/burntorange
-@dirrm %%KRONOLITHDIR%%/themes/bluewhite
-@dirrm %%KRONOLITHDIR%%/themes
-@dirrm %%KRONOLITHDIR%%/templates/year
-@dirrm %%KRONOLITHDIR%%/templates/week
-@dirrm %%KRONOLITHDIR%%/templates/view
-@dirrm %%KRONOLITHDIR%%/templates/search
-@dirrm %%KRONOLITHDIR%%/templates/prefs
-@dirrm %%KRONOLITHDIR%%/templates/month
-@dirrm %%KRONOLITHDIR%%/templates/javascript
-@dirrm %%KRONOLITHDIR%%/templates/fbview
-@dirrm %%KRONOLITHDIR%%/templates/edit
-@dirrm %%KRONOLITHDIR%%/templates/delete
-@dirrm %%KRONOLITHDIR%%/templates/day
-@dirrm %%KRONOLITHDIR%%/templates/data
-@dirrm %%KRONOLITHDIR%%/templates/contacts
-@dirrm %%KRONOLITHDIR%%/templates/calendars
-@dirrm %%KRONOLITHDIR%%/templates/attendees
-@dirrm %%KRONOLITHDIR%%/templates
-@dirrm %%KRONOLITHDIR%%/scripts/upgrades
-@dirrm %%KRONOLITHDIR%%/scripts/sql
-@dirrm %%KRONOLITHDIR%%/scripts
-@dirrm %%KRONOLITHDIR%%/po
-@dirrm %%KRONOLITHDIR%%/locale/zh_TW/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/zh_TW
-@dirrm %%KRONOLITHDIR%%/locale/zh_CN/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/zh_CN
-@dirrm %%KRONOLITHDIR%%/locale/sv_SE/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/tr_TR
-@dirrm %%KRONOLITHDIR%%/locale/sv_SE
-@dirrm %%KRONOLITHDIR%%/locale/sl_SI/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/sl_SI
-@dirrm %%KRONOLITHDIR%%/locale/sk_SK/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/sk_SK
-@dirrm %%KRONOLITHDIR%%/locale/ru_RU/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/ru_RU
-@dirrm %%KRONOLITHDIR%%/locale/ro_RO/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/ro_RO
-@dirrm %%KRONOLITHDIR%%/locale/pt_PT/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/pt_PT
-@dirrm %%KRONOLITHDIR%%/locale/pt_BR/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/pt_BR
-@dirrm %%KRONOLITHDIR%%/locale/pl_PL/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/pl_PL
-@dirrm %%KRONOLITHDIR%%/locale/nn_NO/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/nn_NO
-@dirrm %%KRONOLITHDIR%%/locale/nl_NL/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/nl_NL
-@dirrm %%KRONOLITHDIR%%/locale/nb_NO/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/nb_NO
-@dirrm %%KRONOLITHDIR%%/locale/lv_LV/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/lv_LV
-@dirrm %%KRONOLITHDIR%%/locale/lt_LT/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/lt_LT
-@dirrm %%KRONOLITHDIR%%/locale/ko_KR/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/ko_KR
-@dirrm %%KRONOLITHDIR%%/locale/ja_JP/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/ja_JP
-@dirrm %%KRONOLITHDIR%%/locale/it_IT/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/it_IT
-@dirrm %%KRONOLITHDIR%%/locale/hu_HU/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/hu_HU
-@dirrm %%KRONOLITHDIR%%/locale/fr_FR/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/fr_FR
-@dirrm %%KRONOLITHDIR%%/locale/fi_FI/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/fi_FI
-@dirrm %%KRONOLITHDIR%%/locale/es_ES/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/es_ES
-@dirrm %%KRONOLITHDIR%%/locale/en_US
-@dirrm %%KRONOLITHDIR%%/locale/el_GR/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/el_GR
-@dirrm %%KRONOLITHDIR%%/locale/de_DE/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/de_DE
-@dirrm %%KRONOLITHDIR%%/locale/da_DK/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/da_DK
-@dirrm %%KRONOLITHDIR%%/locale/cs_CZ/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/cs_CZ
-@dirrm %%KRONOLITHDIR%%/locale/bg_BG/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/bg_BG
-@dirrm %%KRONOLITHDIR%%/locale/ar_SY/LC_MESSAGES
-@dirrm %%KRONOLITHDIR%%/locale/ar_SY
-@dirrm %%KRONOLITHDIR%%/locale
-@dirrm %%KRONOLITHDIR%%/lib/Storage
-@dirrm %%KRONOLITHDIR%%/lib/Scheduler
-@dirrm %%KRONOLITHDIR%%/lib/FBView
-@dirrm %%KRONOLITHDIR%%/lib/Driver
-@dirrm %%KRONOLITHDIR%%/lib/Block
-@dirrm %%KRONOLITHDIR%%/lib
-@dirrm %%KRONOLITHDIR%%/js
-@dirrmtry %%KRONOLITHDIR%%/config
-@dirrmtry %%KRONOLITHDIR%%