aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-12-13 11:28:00 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-12-13 11:28:00 +0000
commit1dad25198599781e8d6ae9cc77f5792467649721 (patch)
treefb92e9711b9c540ae58b564ed05b20433d78b046 /deskutils
parenta52d4896083ef1eb3a7cf7ea1f5c5728a4311920 (diff)
downloadports-1dad25198599781e8d6ae9cc77f5792467649721.tar.gz
ports-1dad25198599781e8d6ae9cc77f5792467649721.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/plans/Makefile40
-rw-r--r--deskutils/plans/distinfo6
-rw-r--r--deskutils/plans/files/pkg-message.in4
-rw-r--r--deskutils/plans/pkg-plist712
4 files changed, 379 insertions, 383 deletions
diff --git a/deskutils/plans/Makefile b/deskutils/plans/Makefile
index 2bff465223c8..ba6e2e87ea9f 100644
--- a/deskutils/plans/Makefile
+++ b/deskutils/plans/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= plans
-PORTVERSION= 7.9.5
+PORTVERSION= 7.9.8
CATEGORIES= deskutils www
MASTER_SITES= http://www.planscalendar.com/release/:plans \
http://www.planscalendar.com/addons/:addons \
@@ -27,43 +27,37 @@ EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A Good Web Calendar
-BUILD_DEPENDS= ${SITE_PERL}/CGI/Session.pm:${PORTSDIR}/www/p5-CGI-Session
+BUILD_DEPENDS= p5-CGI-Session>=0:${PORTSDIR}/www/p5-CGI-Session
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_ZIP= yes
NO_BUILD= yes
USE_PERL5_RUN= yes
-WWWDOCROOT?= www
-PLANSSUBDIR?= plans
-PLANSDIR?= ${WWWDOCROOT}/${PLANSSUBDIR}
-PLIST_SUB+= DIR=${PLANSDIR}
SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
-DIR= ${PREFIX}/${PLANSDIR}
-SUB_LIST+= DIR=${DIR}
-
-.include <bsd.port.pre.mk> # Need to exists() work
post-extract:
@${CP} ${_DISTDIR}/powerani.gif ${WRKSRC}/theme/graphics/freebsd.gif
@${CP} ${_DISTDIR}/*.pl ${WRKSRC}/
- @for i in ${WRKSRC}/data/*xml ${WRKSRC}/*config.pl; do ${MV} $$i $$i.default; done
- @${SED} -e 's/iso-8859-1/utf-8/' ${WRKSRC}/us_english.pl > ${WRKSRC}/us_english_utf8.pl
+ @${RM} -rf ${WRKSRC}/theme/us_english.pl
+ @for i in ${WRKSRC}/data/*xml ${WRKSRC}/*config.pl;\
+ do ${MV} $$i $$i.default; done
+ @${SED} -e 's/iso-8859-1/utf-8/' ${WRKSRC}/us_english.pl >\
+ ${WRKSRC}/us_english_utf8.pl
+ @${TOUCH} ${WRKSRC}/theme/ical/.keep_me
post-patch:
@${RM} -f ${WRKSRC}/theme/plans.template.orig
do-install:
- @${INSTALL} -d ${DIR}
- @${CP} -nR ${WRKSRC}/ ${DIR}/
- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${DIR}/
- @${FIND} ${DIR} -type f -exec ${CHMOD} 644 {} \;
- @${FIND} ${DIR} -name '*.cgi' -exec ${CHMOD} 755 {} \;
- @${FIND} ${DIR} -name '*.xml' -exec ${CHMOD} 664 {} \;
-
-post-install:
- @for i in ${DIR}/data/*default ${DIR}/*default; do ${CP} -np $$i $${i%.default}; done
+ @${INSTALL} -d ${WWWDIR}/
+ @${CP} -nR ${WRKSRC}/ ${WWWDIR}/
+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/
+ @${FIND} ${WWWDIR} -type f -exec ${CHMOD} 644 {} \;
+ @${FIND} ${WWWDIR} -name '*.cgi' -exec ${CHMOD} 755 {} \;
+ @${FIND} ${WWWDIR} -name '*.xml' -exec ${CHMOD} 664 {} \;
+ @for i in ${WWWDIR}/data/*default ${WWWDIR}/*default; do\
+ ${CP} -np $$i $${i%.default}; done
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/deskutils/plans/distinfo b/deskutils/plans/distinfo
index 838afc94076a..e1acb17169d0 100644
--- a/deskutils/plans/distinfo
+++ b/deskutils/plans/distinfo
@@ -1,6 +1,6 @@
-MD5 (plans/plans_7.9.5.zip) = 13c85ff59dd684328e036508641d93f5
-SHA256 (plans/plans_7.9.5.zip) = 0962818dd92a453507286b70d9f1d262a71e10442203dcef1341a633ab60ded1
-SIZE (plans/plans_7.9.5.zip) = 593957
+MD5 (plans/plans_7.9.8.zip) = 2d16a263168a839f7f5ec594dacf0e2d
+SHA256 (plans/plans_7.9.8.zip) = 84342b2833753b5415445a76660e5fb06b2ce5f17cff908f3b4144efcf464878
+SIZE (plans/plans_7.9.8.zip) = 606907
MD5 (plans/danish.pl) = a2c4021f15ea0696de3b131133264f2a
SHA256 (plans/danish.pl) = caed01510af6d0f49a409b8b2467ddaa2f095462374ab388806cab230134cf19
SIZE (plans/danish.pl) = 36419
diff --git a/deskutils/plans/files/pkg-message.in b/deskutils/plans/files/pkg-message.in
index f144066e7a1c..4b6b5e5b27a4 100644
--- a/deskutils/plans/files/pkg-message.in
+++ b/deskutils/plans/files/pkg-message.in
@@ -1,6 +1,6 @@
===========================================================
-Plans is now installed at %%DIR%%
+Plans is now installed at %%WWWDIR%%
You'll need to configure your server to accept CGI scripts
in the directory. Plans can be configured by editing
-%%DIR%%/plans_config.pl
+%%WWWDIR%%/plans_config.pl
===========================================================
diff --git a/deskutils/plans/pkg-plist b/deskutils/plans/pkg-plist
index acb9224fbf20..6b62bb1a6d68 100644
--- a/deskutils/plans/pkg-plist
+++ b/deskutils/plans/pkg-plist
@@ -1,355 +1,357 @@
-@unexec if cmp -s %D/%%DIR%%/data/calendars.xml.default %D/%%DIR%%/data/calendars.xml; then rm -f %D/%%DIR%%/data/calendars.xml; fi
-%%DIR%%/data/calendars.xml.default
-@exec if [ ! -f %D/%%DIR%%/data/calendars.xml ] ; then cp -p %D/%F %B/calendars.xml; fi
-@unexec if cmp -s %D/%%DIR%%/data/email_reminders.xml.default %D/%%DIR%%/data/email_reminders.xml; then rm -f %D/%%DIR%%/data/email_reminders.xml; fi
-%%DIR%%/data/email_reminders.xml.default
-@exec if [ ! -f %D/%%DIR%%/data/email_reminders.xml ] ; then cp -p %D/%F %B/email_reminders.xml; fi
-@unexec if cmp -s %D/%%DIR%%/data/events.xml.default %D/%%DIR%%/data/events.xml; then rm -f %D/%%DIR%%/data/events.xml; fi
-%%DIR%%/data/events.xml.default
-@exec if [ ! -f %D/%%DIR%%/data/events.xml ] ; then cp -p %D/%F %B/events.xml; fi
-@unexec if cmp -s %D/%%DIR%%/data/new_calendars.xml.default %D/%%DIR%%/data/new_calendars.xml; then rm -f %D/%%DIR%%/data/new_calendars.xml; fi
-%%DIR%%/data/new_calendars.xml.default
-@exec if [ ! -f %D/%%DIR%%/data/new_calendars.xml ] ; then cp -p %D/%F %B/new_calendars.xml; fi
-@unexec if cmp -s %D/%%DIR%%/data/pending_actions.xml.default %D/%%DIR%%/data/pending_actions.xml; then rm -f %D/%%DIR%%/data/pending_actions.xml; fi
-%%DIR%%/data/pending_actions.xml.default
-@exec if [ ! -f %D/%%DIR%%/data/pending_actions.xml ] ; then cp -p %D/%F %B/pending_actions.xml; fi
-@unexec if cmp -s %D/%%DIR%%/data/users.xml.default %D/%%DIR%%/data/users.xml; then rm -f %D/%%DIR%%/data/users.xml; fi
-%%DIR%%/data/users.xml.default
-@exec if [ ! -f %D/%%DIR%%/data/users.xml ] ; then cp -p %D/%F %B/users.xml; fi
-@unexec if cmp -s %D/%%DIR%%/plans_config.pl.default %D/%%DIR%%/plans_config.pl; then rm -f %D/%%DIR%%/plans_config.pl; fi
-%%DIR%%/plans_config.pl.default
-@exec if [ ! -f %D/%%DIR%%/plans_config.pl ] ; then cp -p %D/%F %B/plans_config.pl; fi
-%%DIR%%/email_reminders.cgi
-%%DIR%%/gpl.txt
-%%DIR%%/plans.cgi
-%%DIR%%/plans_lib.pl
-%%DIR%%/theme/color_select.css
-%%DIR%%/theme/color_select.js
-%%DIR%%/theme/graphics/close_button1.gif
-%%DIR%%/theme/graphics/color_select_icon.gif
-%%DIR%%/theme/graphics/date_circle.gif
-%%DIR%%/theme/graphics/freebsd.gif
-%%DIR%%/theme/graphics/gradient_background1.png
-%%DIR%%/theme/graphics/green_check.gif
-%%DIR%%/theme/graphics/hue_blend.png
-%%DIR%%/theme/graphics/linux.gif
-%%DIR%%/theme/graphics/linuxpowered_tux.jpg
-%%DIR%%/theme/graphics/poweredby.gif
-%%DIR%%/theme/graphics/sv_blend.png
-%%DIR%%/theme/graphics/trashcan.gif
-%%DIR%%/theme/graphics/unit_number_patch_0_16x10.gif
-%%DIR%%/theme/graphics/unit_number_patch_0_20x13.gif
-%%DIR%%/theme/graphics/unit_number_patch_0_40x25.gif
-%%DIR%%/theme/graphics/unit_number_patch_1_16x10.gif
-%%DIR%%/theme/graphics/unit_number_patch_1_20x13.gif
-%%DIR%%/theme/graphics/unit_number_patch_1_40x25.gif
-%%DIR%%/theme/graphics/unit_number_patch_2_16x10.gif
-%%DIR%%/theme/graphics/unit_number_patch_2_20x13.gif
-%%DIR%%/theme/graphics/unit_number_patch_2_40x25.gif
-%%DIR%%/theme/graphics/unit_number_patch_3_16x10.gif
-%%DIR%%/theme/graphics/unit_number_patch_3_20x13.gif
-%%DIR%%/theme/graphics/unit_number_patch_3_40x25.gif
-%%DIR%%/theme/graphics/unit_number_patch_4_16x10.gif
-%%DIR%%/theme/graphics/unit_number_patch_4_20x13.gif
-%%DIR%%/theme/graphics/unit_number_patch_4_40x25.gif
-%%DIR%%/theme/graphics/unit_number_patch_5_16x10.gif
-%%DIR%%/theme/graphics/unit_number_patch_5_20x13.gif
-%%DIR%%/theme/graphics/unit_number_patch_5_40x25.gif
-%%DIR%%/theme/graphics/unit_number_patch_6_16x10.gif
-%%DIR%%/theme/graphics/unit_number_patch_6_20x13.gif
-%%DIR%%/theme/graphics/unit_number_patch_6_40x25.gif
-%%DIR%%/theme/graphics/unit_number_patch_7_16x10.gif
-%%DIR%%/theme/graphics/unit_number_patch_7_20x13.gif
-%%DIR%%/theme/graphics/unit_number_patch_7_40x25.gif
-%%DIR%%/theme/graphics/unit_number_patch_8_16x10.gif
-%%DIR%%/theme/graphics/unit_number_patch_8_20x13.gif
-%%DIR%%/theme/graphics/unit_number_patch_8_40x25.gif
-%%DIR%%/theme/graphics/unit_number_patch_9_16x10.gif
-%%DIR%%/theme/graphics/unit_number_patch_9_20x13.gif
-%%DIR%%/theme/graphics/unit_number_patch_9_40x25.gif
-%%DIR%%/theme/icons/1st_aid_16x16.gif
-%%DIR%%/theme/icons/1st_aid_32x32.gif
-%%DIR%%/theme/icons/1st_aid_50x50.gif
-%%DIR%%/theme/icons/B-P_16x16.gif
-%%DIR%%/theme/icons/B-P_32x32.gif
-%%DIR%%/theme/icons/B-P_50x50.gif
-%%DIR%%/theme/icons/apple_16x16.gif
-%%DIR%%/theme/icons/apple_32x32.gif
-%%DIR%%/theme/icons/apple_50x50.gif
-%%DIR%%/theme/icons/axe_16x16.gif
-%%DIR%%/theme/icons/axe_32x32.gif
-%%DIR%%/theme/icons/axe_50x50.gif
-%%DIR%%/theme/icons/beartracks_16x16.gif
-%%DIR%%/theme/icons/beartracks_32x32.gif
-%%DIR%%/theme/icons/beartracks_50x50.gif
-%%DIR%%/theme/icons/bee_16x16.gif
-%%DIR%%/theme/icons/bee_32x32.gif
-%%DIR%%/theme/icons/bee_50x50.gif
-%%DIR%%/theme/icons/bellpepper_16x16.gif
-%%DIR%%/theme/icons/bellpepper_32x32.gif
-%%DIR%%/theme/icons/bellpepper_50x50.gif
-%%DIR%%/theme/icons/bike_16x16.gif
-%%DIR%%/theme/icons/bike_32x32.gif
-%%DIR%%/theme/icons/bike_50x50.gif
-%%DIR%%/theme/icons/blank_16x16.gif
-%%DIR%%/theme/icons/blank_32x32.gif
-%%DIR%%/theme/icons/blank_50x50.gif
-%%DIR%%/theme/icons/bob_wolf_bear_16x16.gif
-%%DIR%%/theme/icons/bob_wolf_bear_32x32.gif
-%%DIR%%/theme/icons/bob_wolf_bear_50x50.gif
-%%DIR%%/theme/icons/bsa_rwb2_16x16.gif
-%%DIR%%/theme/icons/bsa_rwb2_32x32.gif
-%%DIR%%/theme/icons/bsa_rwb2_50x50.gif
-%%DIR%%/theme/icons/bsa_rwb_16x16.gif
-%%DIR%%/theme/icons/bsa_rwb_32x32.gif
-%%DIR%%/theme/icons/bsa_rwb_50x50.gif
-%%DIR%%/theme/icons/bullet_point_16x16.gif
-%%DIR%%/theme/icons/bullet_point_32x32.gif
-%%DIR%%/theme/icons/bullet_point_50x50.gif
-%%DIR%%/theme/icons/canoe_16x16.gif
-%%DIR%%/theme/icons/canoe_32x32.gif
-%%DIR%%/theme/icons/canoe_50x50.gif
-%%DIR%%/theme/icons/check_16x16.gif
-%%DIR%%/theme/icons/check_32x32.gif
-%%DIR%%/theme/icons/check_50x50.gif
-%%DIR%%/theme/icons/church_16x16.gif
-%%DIR%%/theme/icons/church_32x32.gif
-%%DIR%%/theme/icons/church_50x50.gif
-%%DIR%%/theme/icons/clipboard_16x16.gif
-%%DIR%%/theme/icons/clipboard_32x32.gif
-%%DIR%%/theme/icons/clipboard_50x50.gif
-%%DIR%%/theme/icons/clock2_16x16.gif
-%%DIR%%/theme/icons/clock2_32x32.gif
-%%DIR%%/theme/icons/clock2_50x50.gif
-%%DIR%%/theme/icons/clock3_16x16.gif
-%%DIR%%/theme/icons/clock3_32x32.gif
-%%DIR%%/theme/icons/clock3_50x50.gif
-%%DIR%%/theme/icons/clock_16x16.gif
-%%DIR%%/theme/icons/clock_32x32.gif
-%%DIR%%/theme/icons/clock_50x50.gif
-%%DIR%%/theme/icons/clover_16x16.gif
-%%DIR%%/theme/icons/clover_32x32.gif
-%%DIR%%/theme/icons/clover_50x50.gif
-%%DIR%%/theme/icons/coffee2_16x16.gif
-%%DIR%%/theme/icons/coffee2_32x32.gif
-%%DIR%%/theme/icons/coffee2_50x50.gif
-%%DIR%%/theme/icons/coffee_mug_16x16.gif
-%%DIR%%/theme/icons/coffee_mug_32x32.gif
-%%DIR%%/theme/icons/coffee_mug_50x50.gif
-%%DIR%%/theme/icons/compass2_16x16.gif
-%%DIR%%/theme/icons/compass2_32x32.gif
-%%DIR%%/theme/icons/compass2_50x50.gif
-%%DIR%%/theme/icons/compass_16x16.gif
-%%DIR%%/theme/icons/compass_32x32.gif
-%%DIR%%/theme/icons/compass_50x50.gif
-%%DIR%%/theme/icons/cs_logo_16x16.gif
-%%DIR%%/theme/icons/cs_logo_32x32.gif
-%%DIR%%/theme/icons/cs_logo_50x50.gif
-%%DIR%%/theme/icons/district_commissioner_16x16.gif
-%%DIR%%/theme/icons/district_commissioner_32x32.gif
-%%DIR%%/theme/icons/district_commissioner_50x50.gif
-%%DIR%%/theme/icons/district_committee_16x16.gif
-%%DIR%%/theme/icons/district_committee_32x32.gif
-%%DIR%%/theme/icons/district_committee_50x50.gif
-%%DIR%%/theme/icons/dollar_sign_16x16.gif
-%%DIR%%/theme/icons/dollar_sign_32x32.gif
-%%DIR%%/theme/icons/dollar_sign_50.50.gif
-%%DIR%%/theme/icons/dollar_sign_50x50.gif
-%%DIR%%/theme/icons/e_frame_pack_16x16.gif
-%%DIR%%/theme/icons/e_frame_pack_32x32.gif
-%%DIR%%/theme/icons/e_frame_pack_50x50.gif
-%%DIR%%/theme/icons/eagle_medal_16x16.gif
-%%DIR%%/theme/icons/eagle_medal_32x32.gif
-%%DIR%%/theme/icons/eagle_medal_50x50.gif
-%%DIR%%/theme/icons/easteregg_16x16.gif
-%%DIR%%/theme/icons/easteregg_32x32.gif
-%%DIR%%/theme/icons/easteregg_50x50.gif
-%%DIR%%/theme/icons/envelope_16x16.gif
-%%DIR%%/theme/icons/envelope_32x32.gif
-%%DIR%%/theme/icons/envelope_50x50.gif
-%%DIR%%/theme/icons/exclamation_16x16.gif
-%%DIR%%/theme/icons/exclamation_32x32.gif
-%%DIR%%/theme/icons/exclamation_50x50.gif
-%%DIR%%/theme/icons/exploring_logo_16x16.gif
-%%DIR%%/theme/icons/exploring_logo_32x32.gif
-%%DIR%%/theme/icons/exploring_logo_50x50.gif
-%%DIR%%/theme/icons/figure_8_knot_16x16.gif
-%%DIR%%/theme/icons/figure_8_knot_32x32.gif
-%%DIR%%/theme/icons/figure_8_knot_50x50.gif
-%%DIR%%/theme/icons/fire_16x16.gif
-%%DIR%%/theme/icons/fire_32x32.gif
-%%DIR%%/theme/icons/fire_50x50.gif
-%%DIR%%/theme/icons/firstclass_16x16.gif
-%%DIR%%/theme/icons/firstclass_32x32.gif
-%%DIR%%/theme/icons/firstclass_50x50.gif
-%%DIR%%/theme/icons/fish_16x16.gif
-%%DIR%%/theme/icons/fish_32x32.gif
-%%DIR%%/theme/icons/fish_50x50.gif
-%%DIR%%/theme/icons/fleur_logo_16x16.gif
-%%DIR%%/theme/icons/fleur_logo_32x32.gif
-%%DIR%%/theme/icons/fleur_logo_50x50.gif
-%%DIR%%/theme/icons/flower_16x16.gif
-%%DIR%%/theme/icons/flower_32x32.gif
-%%DIR%%/theme/icons/flower_50x50.gif
-%%DIR%%/theme/icons/flowerpot_16x16.gif
-%%DIR%%/theme/icons/flowerpot_32x32.gif
-%%DIR%%/theme/icons/flowerpot_50x50.gif
-%%DIR%%/theme/icons/flowers_16x16.gif
-%%DIR%%/theme/icons/flowers_32x32.gif
-%%DIR%%/theme/icons/flowers_50x50.gif
-%%DIR%%/theme/icons/footprint_16x16.gif
-%%DIR%%/theme/icons/footprint_32x32.gif
-%%DIR%%/theme/icons/footprint_50x50.gif
-%%DIR%%/theme/icons/fos_16x16.gif
-%%DIR%%/theme/icons/fos_32x32.gif
-%%DIR%%/theme/icons/fos_50x50.gif
-%%DIR%%/theme/icons/globe_16x16.gif
-%%DIR%%/theme/icons/globe_32x32.gif
-%%DIR%%/theme/icons/globe_50x50.gif
-%%DIR%%/theme/icons/grad_cap_16x16.gif
-%%DIR%%/theme/icons/grad_cap_32x32.gif
-%%DIR%%/theme/icons/grad_cap_50x50.gif
-%%DIR%%/theme/icons/grapes_16x16.gif
-%%DIR%%/theme/icons/grapes_32x32.gif
-%%DIR%%/theme/icons/grapes_50x50.gif
-%%DIR%%/theme/icons/gsusa_logo_16x16.gif
-%%DIR%%/theme/icons/gsusa_logo_32x32.gif
-%%DIR%%/theme/icons/gsusa_logo_50x50.gif
-%%DIR%%/theme/icons/heart2_16x16.gif
-%%DIR%%/theme/icons/heart2_32x32.gif
-%%DIR%%/theme/icons/heart2_50x50.gif
-%%DIR%%/theme/icons/heart_16x16.gif
-%%DIR%%/theme/icons/heart_32x32.gif
-%%DIR%%/theme/icons/heart_50x50.gif
-%%DIR%%/theme/icons/i_frame_pack_16x16.gif
-%%DIR%%/theme/icons/i_frame_pack_32x32.gif
-%%DIR%%/theme/icons/i_frame_pack_50x50.gif
-%%DIR%%/theme/icons/jackolantern_16x16.gif
-%%DIR%%/theme/icons/jackolantern_32x32.gif
-%%DIR%%/theme/icons/jackolantern_50x50.gif
-%%DIR%%/theme/icons/knife_16x16.gif
-%%DIR%%/theme/icons/knife_32x32.gif
-%%DIR%%/theme/icons/knife_50x50.gif
-%%DIR%%/theme/icons/lightbulb_16x16.gif
-%%DIR%%/theme/icons/lightbulb_32x32.gif
-%%DIR%%/theme/icons/lightbulb_50x50.gif
-%%DIR%%/theme/icons/news_16x16.gif
-%%DIR%%/theme/icons/news_32x32.gif
-%%DIR%%/theme/icons/news_50x50.gif
-%%DIR%%/theme/icons/oa_logo_16x16.gif
-%%DIR%%/theme/icons/oa_logo_32x32.gif
-%%DIR%%/theme/icons/oa_logo_50x50.gif
-%%DIR%%/theme/icons/oa_logo_plain.gif
-%%DIR%%/theme/icons/old_scout_16x16.gif
-%%DIR%%/theme/icons/old_scout_32x32.gif
-%%DIR%%/theme/icons/old_scout_50x50.gif
-%%DIR%%/theme/icons/paintpalette.gif
-%%DIR%%/theme/icons/paintpalette_16x16.gif
-%%DIR%%/theme/icons/paintpalette_32x32.gif
-%%DIR%%/theme/icons/paintpalette_50x50.gif
-%%DIR%%/theme/icons/paperclip_16x16.gif
-%%DIR%%/theme/icons/paperclip_32x32.gif
-%%DIR%%/theme/icons/paperclip_50x50.gif
-%%DIR%%/theme/icons/peach_16x16.gif
-%%DIR%%/theme/icons/peach_32x32.gif
-%%DIR%%/theme/icons/peach_50x50.gif
-%%DIR%%/theme/icons/pencil_16x16.gif
-%%DIR%%/theme/icons/pencil_32x32.gif
-%%DIR%%/theme/icons/pencil_50x50.gif
-%%DIR%%/theme/icons/philmont_16x16.gif
-%%DIR%%/theme/icons/philmont_32x32.gif
-%%DIR%%/theme/icons/philmont_50x50.gif
-%%DIR%%/theme/icons/plane_16x16.gif
-%%DIR%%/theme/icons/plane_32x32.gif
-%%DIR%%/theme/icons/plane_50x50.gif
-%%DIR%%/theme/icons/popcorn_16x16.gif
-%%DIR%%/theme/icons/popcorn_32x32.gif
-%%DIR%%/theme/icons/popcorn_50x50.gif
-%%DIR%%/theme/icons/powderhorn_16x16.gif
-%%DIR%%/theme/icons/powderhorn_32x32.gif
-%%DIR%%/theme/icons/powderhorn_50x50.gif
-%%DIR%%/theme/icons/pumpkin2_16x16.gif
-%%DIR%%/theme/icons/pumpkin2_32x32.gif
-%%DIR%%/theme/icons/pumpkin2_50x50.gif
-%%DIR%%/theme/icons/pumpkin_16x16.gif
-%%DIR%%/theme/icons/pumpkin_32x32.gif
-%%DIR%%/theme/icons/pumpkin_50x50.gif
-%%DIR%%/theme/icons/scout_sign_16x16.gif
-%%DIR%%/theme/icons/scout_sign_32x32.gif
-%%DIR%%/theme/icons/scout_sign_50x50.gif
-%%DIR%%/theme/icons/smiley_16x16.gif
-%%DIR%%/theme/icons/smiley_32x32.gif
-%%DIR%%/theme/icons/smiley_50x50.gif
-%%DIR%%/theme/icons/sneakers_16x16.gif
-%%DIR%%/theme/icons/sneakers_32x32.gif
-%%DIR%%/theme/icons/sneakers_50x50.gif
-%%DIR%%/theme/icons/snowflake_16x16.gif
-%%DIR%%/theme/icons/snowflake_32x32.gif
-%%DIR%%/theme/icons/snowflake_50x50.gif
-%%DIR%%/theme/icons/square_knot_16x16.gif
-%%DIR%%/theme/icons/square_knot_32x32.gif
-%%DIR%%/theme/icons/square_knot_50x50.gif
-%%DIR%%/theme/icons/star_david_16x16.gif
-%%DIR%%/theme/icons/star_david_32x32.gif
-%%DIR%%/theme/icons/star_david_50x50.gif
-%%DIR%%/theme/icons/starfish_16x16.gif
-%%DIR%%/theme/icons/starfish_32x32.gif
-%%DIR%%/theme/icons/starfish_50x50.gif
-%%DIR%%/theme/icons/sun_16x16.gif
-%%DIR%%/theme/icons/sun_32x32.gif
-%%DIR%%/theme/icons/sun_50x50.gif
-%%DIR%%/theme/icons/tent_16x16.gif
-%%DIR%%/theme/icons/tent_32x32.gif
-%%DIR%%/theme/icons/tent_50x50.gif
-%%DIR%%/theme/icons/trained_16x16.gif
-%%DIR%%/theme/icons/trained_32x32.gif
-%%DIR%%/theme/icons/trained_50x50.gif
-%%DIR%%/theme/icons/tree_16x16.gif
-%%DIR%%/theme/icons/tree_32x32.gif
-%%DIR%%/theme/icons/tree_50x50.gif
-%%DIR%%/theme/icons/turkey_16x16.gif
-%%DIR%%/theme/icons/turkey_32x32.gif
-%%DIR%%/theme/icons/turkey_50x50.gif
-%%DIR%%/theme/icons/tux_16x16.gif
-%%DIR%%/theme/icons/tux_32x32.gif
-%%DIR%%/theme/icons/tux_50x50.gif
-%%DIR%%/theme/icons/us_flag_16x16.gif
-%%DIR%%/theme/icons/us_flag_32x32.gif
-%%DIR%%/theme/icons/us_flag_50x50.gif
-%%DIR%%/theme/icons/venture_logo_16x16.gif
-%%DIR%%/theme/icons/venture_logo_32x32.gif
-%%DIR%%/theme/icons/venture_logo_50x50.gif
-%%DIR%%/theme/icons/webelos_patch_16x16.gif
-%%DIR%%/theme/icons/webelos_patch_32x32.gif
-%%DIR%%/theme/icons/webelos_patch_50x50.gif
-%%DIR%%/theme/icons/wolftracks_16x16.gif
-%%DIR%%/theme/icons/wolftracks_32x32.gif
-%%DIR%%/theme/icons/wolftracks_50x50.gif
-%%DIR%%/theme/icons/woodbadge_16x16.gif
-%%DIR%%/theme/icons/woodbadge_32x32.gif
-%%DIR%%/theme/icons/woodbadge_50x50.gif
-%%DIR%%/theme/icons/wreath_16x16.gif
-%%DIR%%/theme/icons/wreath_32x32.gif
-%%DIR%%/theme/icons/wreath_50x50.gif
-%%DIR%%/theme/lpd.js
-%%DIR%%/theme/plans.css
-%%DIR%%/theme/plans.js
-%%DIR%%/theme/plans.template
-%%DIR%%/theme/plans_lang.js
-%%DIR%%/theme/upcoming_events.css
-%%DIR%%/theme/upcoming_events.js
-%%DIR%%/us_english.pl
-%%DIR%%/us_english_utf8.pl
-%%DIR%%/danish.pl
-%%DIR%%/de_german.pl
-%%DIR%%/fr_french.pl
-%%DIR%%/it_italian.pl
-%%DIR%%/nl_dutch.pl
-%%DIR%%/sp_spanish.pl
-%%DIR%%/zh_tw.pl
-@dirrm %%DIR%%/theme/icons
-@dirrm %%DIR%%/theme/graphics
-@dirrmtry %%DIR%%/theme
-@dirrmtry %%DIR%%/sessions
-@dirrmtry %%DIR%%/data
-@dirrmtry %%DIR%%
+@unexec if cmp -s %D/%%WWWDIR%%/data/calendars.xml.default %D/%%WWWDIR%%/data/calendars.xml; then rm -f %D/%%WWWDIR%%/data/calendars.xml; fi
+%%WWWDIR%%/data/calendars.xml.default
+@exec if [ ! -f %D/%%WWWDIR%%/data/calendars.xml ] ; then cp -p %D/%F %B/calendars.xml; fi
+@unexec if cmp -s %D/%%WWWDIR%%/data/email_reminders.xml.default %D/%%WWWDIR%%/data/email_reminders.xml; then rm -f %D/%%WWWDIR%%/data/email_reminders.xml; fi
+%%WWWDIR%%/data/email_reminders.xml.default
+@exec if [ ! -f %D/%%WWWDIR%%/data/email_reminders.xml ] ; then cp -p %D/%F %B/email_reminders.xml; fi
+@unexec if cmp -s %D/%%WWWDIR%%/data/events.xml.default %D/%%WWWDIR%%/data/events.xml; then rm -f %D/%%WWWDIR%%/data/events.xml; fi
+%%WWWDIR%%/data/events.xml.default
+@exec if [ ! -f %D/%%WWWDIR%%/data/events.xml ] ; then cp -p %D/%F %B/events.xml; fi
+@unexec if cmp -s %D/%%WWWDIR%%/data/new_calendars.xml.default %D/%%WWWDIR%%/data/new_calendars.xml; then rm -f %D/%%WWWDIR%%/data/new_calendars.xml; fi
+%%WWWDIR%%/data/new_calendars.xml.default
+@exec if [ ! -f %D/%%WWWDIR%%/data/new_calendars.xml ] ; then cp -p %D/%F %B/new_calendars.xml; fi
+@unexec if cmp -s %D/%%WWWDIR%%/data/pending_actions.xml.default %D/%%WWWDIR%%/data/pending_actions.xml; then rm -f %D/%%WWWDIR%%/data/pending_actions.xml; fi
+%%WWWDIR%%/data/pending_actions.xml.default
+@exec if [ ! -f %D/%%WWWDIR%%/data/pending_actions.xml ] ; then cp -p %D/%F %B/pending_actions.xml; fi
+@unexec if cmp -s %D/%%WWWDIR%%/data/users.xml.default %D/%%WWWDIR%%/data/users.xml; then rm -f %D/%%WWWDIR%%/data/users.xml; fi
+%%WWWDIR%%/data/users.xml.default
+@exec if [ ! -f %D/%%WWWDIR%%/data/users.xml ] ; then cp -p %D/%F %B/users.xml; fi
+@unexec if cmp -s %D/%%WWWDIR%%/plans_config.pl.default %D/%%WWWDIR%%/plans_config.pl; then rm -f %D/%%WWWDIR%%/plans_config.pl; fi
+%%WWWDIR%%/plans_config.pl.default
+@exec if [ ! -f %D/%%WWWDIR%%/plans_config.pl ] ; then cp -p %D/%F %B/plans_config.pl; fi
+%%WWWDIR%%/email_reminders.cgi
+%%WWWDIR%%/gpl.txt
+%%WWWDIR%%/plans.cgi
+%%WWWDIR%%/plans_lib.pl
+%%WWWDIR%%/theme/color_select.css
+%%WWWDIR%%/theme/color_select.js
+%%WWWDIR%%/theme/graphics/close_button1.gif
+%%WWWDIR%%/theme/graphics/color_select_icon.gif
+%%WWWDIR%%/theme/graphics/date_circle.gif
+%%WWWDIR%%/theme/graphics/freebsd.gif
+%%WWWDIR%%/theme/graphics/gradient_background1.png
+%%WWWDIR%%/theme/graphics/green_check.gif
+%%WWWDIR%%/theme/graphics/hue_blend.png
+%%WWWDIR%%/theme/graphics/linux.gif
+%%WWWDIR%%/theme/graphics/linuxpowered_tux.jpg
+%%WWWDIR%%/theme/graphics/poweredby.gif
+%%WWWDIR%%/theme/graphics/sv_blend.png
+%%WWWDIR%%/theme/graphics/trashcan.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_0_16x10.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_0_20x13.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_0_40x25.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_1_16x10.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_1_20x13.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_1_40x25.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_2_16x10.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_2_20x13.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_2_40x25.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_3_16x10.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_3_20x13.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_3_40x25.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_4_16x10.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_4_20x13.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_4_40x25.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_5_16x10.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_5_20x13.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_5_40x25.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_6_16x10.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_6_20x13.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_6_40x25.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_7_16x10.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_7_20x13.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_7_40x25.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_8_16x10.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_8_20x13.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_8_40x25.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_9_16x10.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_9_20x13.gif
+%%WWWDIR%%/theme/graphics/unit_number_patch_9_40x25.gif
+%%WWWDIR%%/theme/ical/.keep_me
+%%WWWDIR%%/theme/icons/1st_aid_16x16.gif
+%%WWWDIR%%/theme/icons/1st_aid_32x32.gif
+%%WWWDIR%%/theme/icons/1st_aid_50x50.gif
+%%WWWDIR%%/theme/icons/B-P_16x16.gif
+%%WWWDIR%%/theme/icons/B-P_32x32.gif
+%%WWWDIR%%/theme/icons/B-P_50x50.gif
+%%WWWDIR%%/theme/icons/apple_16x16.gif
+%%WWWDIR%%/theme/icons/apple_32x32.gif
+%%WWWDIR%%/theme/icons/apple_50x50.gif
+%%WWWDIR%%/theme/icons/axe_16x16.gif
+%%WWWDIR%%/theme/icons/axe_32x32.gif
+%%WWWDIR%%/theme/icons/axe_50x50.gif
+%%WWWDIR%%/theme/icons/beartracks_16x16.gif
+%%WWWDIR%%/theme/icons/beartracks_32x32.gif
+%%WWWDIR%%/theme/icons/beartracks_50x50.gif
+%%WWWDIR%%/theme/icons/bee_16x16.gif
+%%WWWDIR%%/theme/icons/bee_32x32.gif
+%%WWWDIR%%/theme/icons/bee_50x50.gif
+%%WWWDIR%%/theme/icons/bellpepper_16x16.gif
+%%WWWDIR%%/theme/icons/bellpepper_32x32.gif
+%%WWWDIR%%/theme/icons/bellpepper_50x50.gif
+%%WWWDIR%%/theme/icons/bike_16x16.gif
+%%WWWDIR%%/theme/icons/bike_32x32.gif
+%%WWWDIR%%/theme/icons/bike_50x50.gif
+%%WWWDIR%%/theme/icons/blank_16x16.gif
+%%WWWDIR%%/theme/icons/blank_32x32.gif
+%%WWWDIR%%/theme/icons/blank_50x50.gif
+%%WWWDIR%%/theme/icons/bob_wolf_bear_16x16.gif
+%%WWWDIR%%/theme/icons/bob_wolf_bear_32x32.gif
+%%WWWDIR%%/theme/icons/bob_wolf_bear_50x50.gif
+%%WWWDIR%%/theme/icons/bsa_rwb2_16x16.gif
+%%WWWDIR%%/theme/icons/bsa_rwb2_32x32.gif
+%%WWWDIR%%/theme/icons/bsa_rwb2_50x50.gif
+%%WWWDIR%%/theme/icons/bsa_rwb_16x16.gif
+%%WWWDIR%%/theme/icons/bsa_rwb_32x32.gif
+%%WWWDIR%%/theme/icons/bsa_rwb_50x50.gif
+%%WWWDIR%%/theme/icons/bullet_point_16x16.gif
+%%WWWDIR%%/theme/icons/bullet_point_32x32.gif
+%%WWWDIR%%/theme/icons/bullet_point_50x50.gif
+%%WWWDIR%%/theme/icons/canoe_16x16.gif
+%%WWWDIR%%/theme/icons/canoe_32x32.gif
+%%WWWDIR%%/theme/icons/canoe_50x50.gif
+%%WWWDIR%%/theme/icons/check_16x16.gif
+%%WWWDIR%%/theme/icons/check_32x32.gif
+%%WWWDIR%%/theme/icons/check_50x50.gif
+%%WWWDIR%%/theme/icons/church_16x16.gif
+%%WWWDIR%%/theme/icons/church_32x32.gif
+%%WWWDIR%%/theme/icons/church_50x50.gif
+%%WWWDIR%%/theme/icons/clipboard_16x16.gif
+%%WWWDIR%%/theme/icons/clipboard_32x32.gif
+%%WWWDIR%%/theme/icons/clipboard_50x50.gif
+%%WWWDIR%%/theme/icons/clock2_16x16.gif
+%%WWWDIR%%/theme/icons/clock2_32x32.gif
+%%WWWDIR%%/theme/icons/clock2_50x50.gif
+%%WWWDIR%%/theme/icons/clock3_16x16.gif
+%%WWWDIR%%/theme/icons/clock3_32x32.gif
+%%WWWDIR%%/theme/icons/clock3_50x50.gif
+%%WWWDIR%%/theme/icons/clock_16x16.gif
+%%WWWDIR%%/theme/icons/clock_32x32.gif
+%%WWWDIR%%/theme/icons/clock_50x50.gif
+%%WWWDIR%%/theme/icons/clover_16x16.gif
+%%WWWDIR%%/theme/icons/clover_32x32.gif
+%%WWWDIR%%/theme/icons/clover_50x50.gif
+%%WWWDIR%%/theme/icons/coffee2_16x16.gif
+%%WWWDIR%%/theme/icons/coffee2_32x32.gif
+%%WWWDIR%%/theme/icons/coffee2_50x50.gif
+%%WWWDIR%%/theme/icons/coffee_mug_16x16.gif
+%%WWWDIR%%/theme/icons/coffee_mug_32x32.gif
+%%WWWDIR%%/theme/icons/coffee_mug_50x50.gif
+%%WWWDIR%%/theme/icons/compass2_16x16.gif
+%%WWWDIR%%/theme/icons/compass2_32x32.gif
+%%WWWDIR%%/theme/icons/compass2_50x50.gif
+%%WWWDIR%%/theme/icons/compass_16x16.gif
+%%WWWDIR%%/theme/icons/compass_32x32.gif
+%%WWWDIR%%/theme/icons/compass_50x50.gif
+%%WWWDIR%%/theme/icons/cs_logo_16x16.gif
+%%WWWDIR%%/theme/icons/cs_logo_32x32.gif
+%%WWWDIR%%/theme/icons/cs_logo_50x50.gif
+%%WWWDIR%%/theme/icons/district_commissioner_16x16.gif
+%%WWWDIR%%/theme/icons/district_commissioner_32x32.gif
+%%WWWDIR%%/theme/icons/district_commissioner_50x50.gif
+%%WWWDIR%%/theme/icons/district_committee_16x16.gif
+%%WWWDIR%%/theme/icons/district_committee_32x32.gif
+%%WWWDIR%%/theme/icons/district_committee_50x50.gif
+%%WWWDIR%%/theme/icons/dollar_sign_16x16.gif
+%%WWWDIR%%/theme/icons/dollar_sign_32x32.gif
+%%WWWDIR%%/theme/icons/dollar_sign_50.50.gif
+%%WWWDIR%%/theme/icons/dollar_sign_50x50.gif
+%%WWWDIR%%/theme/icons/e_frame_pack_16x16.gif
+%%WWWDIR%%/theme/icons/e_frame_pack_32x32.gif
+%%WWWDIR%%/theme/icons/e_frame_pack_50x50.gif
+%%WWWDIR%%/theme/icons/eagle_medal_16x16.gif
+%%WWWDIR%%/theme/icons/eagle_medal_32x32.gif
+%%WWWDIR%%/theme/icons/eagle_medal_50x50.gif
+%%WWWDIR%%/theme/icons/easteregg_16x16.gif
+%%WWWDIR%%/theme/icons/easteregg_32x32.gif
+%%WWWDIR%%/theme/icons/easteregg_50x50.gif
+%%WWWDIR%%/theme/icons/envelope_16x16.gif
+%%WWWDIR%%/theme/icons/envelope_32x32.gif
+%%WWWDIR%%/theme/icons/envelope_50x50.gif
+%%WWWDIR%%/theme/icons/exclamation_16x16.gif
+%%WWWDIR%%/theme/icons/exclamation_32x32.gif
+%%WWWDIR%%/theme/icons/exclamation_50x50.gif
+%%WWWDIR%%/theme/icons/exploring_logo_16x16.gif
+%%WWWDIR%%/theme/icons/exploring_logo_32x32.gif
+%%WWWDIR%%/theme/icons/exploring_logo_50x50.gif
+%%WWWDIR%%/theme/icons/figure_8_knot_16x16.gif
+%%WWWDIR%%/theme/icons/figure_8_knot_32x32.gif
+%%WWWDIR%%/theme/icons/figure_8_knot_50x50.gif
+%%WWWDIR%%/theme/icons/fire_16x16.gif
+%%WWWDIR%%/theme/icons/fire_32x32.gif
+%%WWWDIR%%/theme/icons/fire_50x50.gif
+%%WWWDIR%%/theme/icons/firstclass_16x16.gif
+%%WWWDIR%%/theme/icons/firstclass_32x32.gif
+%%WWWDIR%%/theme/icons/firstclass_50x50.gif
+%%WWWDIR%%/theme/icons/fish_16x16.gif
+%%WWWDIR%%/theme/icons/fish_32x32.gif
+%%WWWDIR%%/theme/icons/fish_50x50.gif
+%%WWWDIR%%/theme/icons/fleur_logo_16x16.gif
+%%WWWDIR%%/theme/icons/fleur_logo_32x32.gif
+%%WWWDIR%%/theme/icons/fleur_logo_50x50.gif
+%%WWWDIR%%/theme/icons/flower_16x16.gif
+%%WWWDIR%%/theme/icons/flower_32x32.gif
+%%WWWDIR%%/theme/icons/flower_50x50.gif
+%%WWWDIR%%/theme/icons/flowerpot_16x16.gif
+%%WWWDIR%%/theme/icons/flowerpot_32x32.gif
+%%WWWDIR%%/theme/icons/flowerpot_50x50.gif
+%%WWWDIR%%/theme/icons/flowers_16x16.gif
+%%WWWDIR%%/theme/icons/flowers_32x32.gif
+%%WWWDIR%%/theme/icons/flowers_50x50.gif
+%%WWWDIR%%/theme/icons/footprint_16x16.gif
+%%WWWDIR%%/theme/icons/footprint_32x32.gif
+%%WWWDIR%%/theme/icons/footprint_50x50.gif
+%%WWWDIR%%/theme/icons/fos_16x16.gif
+%%WWWDIR%%/theme/icons/fos_32x32.gif
+%%WWWDIR%%/theme/icons/fos_50x50.gif
+%%WWWDIR%%/theme/icons/globe_16x16.gif
+%%WWWDIR%%/theme/icons/globe_32x32.gif
+%%WWWDIR%%/theme/icons/globe_50x50.gif
+%%WWWDIR%%/theme/icons/grad_cap_16x16.gif
+%%WWWDIR%%/theme/icons/grad_cap_32x32.gif
+%%WWWDIR%%/theme/icons/grad_cap_50x50.gif
+%%WWWDIR%%/theme/icons/grapes_16x16.gif
+%%WWWDIR%%/theme/icons/grapes_32x32.gif
+%%WWWDIR%%/theme/icons/grapes_50x50.gif
+%%WWWDIR%%/theme/icons/gsusa_logo_16x16.gif
+%%WWWDIR%%/theme/icons/gsusa_logo_32x32.gif
+%%WWWDIR%%/theme/icons/gsusa_logo_50x50.gif
+%%WWWDIR%%/theme/icons/heart2_16x16.gif
+%%WWWDIR%%/theme/icons/heart2_32x32.gif
+%%WWWDIR%%/theme/icons/heart2_50x50.gif
+%%WWWDIR%%/theme/icons/heart_16x16.gif
+%%WWWDIR%%/theme/icons/heart_32x32.gif
+%%WWWDIR%%/theme/icons/heart_50x50.gif
+%%WWWDIR%%/theme/icons/i_frame_pack_16x16.gif
+%%WWWDIR%%/theme/icons/i_frame_pack_32x32.gif
+%%WWWDIR%%/theme/icons/i_frame_pack_50x50.gif
+%%WWWDIR%%/theme/icons/jackolantern_16x16.gif
+%%WWWDIR%%/theme/icons/jackolantern_32x32.gif
+%%WWWDIR%%/theme/icons/jackolantern_50x50.gif
+%%WWWDIR%%/theme/icons/knife_16x16.gif
+%%WWWDIR%%/theme/icons/knife_32x32.gif
+%%WWWDIR%%/theme/icons/knife_50x50.gif
+%%WWWDIR%%/theme/icons/lightbulb_16x16.gif
+%%WWWDIR%%/theme/icons/lightbulb_32x32.gif
+%%WWWDIR%%/theme/icons/lightbulb_50x50.gif
+%%WWWDIR%%/theme/icons/news_16x16.gif
+%%WWWDIR%%/theme/icons/news_32x32.gif
+%%WWWDIR%%/theme/icons/news_50x50.gif
+%%WWWDIR%%/theme/icons/oa_logo_16x16.gif
+%%WWWDIR%%/theme/icons/oa_logo_32x32.gif
+%%WWWDIR%%/theme/icons/oa_logo_50x50.gif
+%%WWWDIR%%/theme/icons/oa_logo_plain.gif
+%%WWWDIR%%/theme/icons/old_scout_16x16.gif
+%%WWWDIR%%/theme/icons/old_scout_32x32.gif
+%%WWWDIR%%/theme/icons/old_scout_50x50.gif
+%%WWWDIR%%/theme/icons/paintpalette.gif
+%%WWWDIR%%/theme/icons/paintpalette_16x16.gif
+%%WWWDIR%%/theme/icons/paintpalette_32x32.gif
+%%WWWDIR%%/theme/icons/paintpalette_50x50.gif
+%%WWWDIR%%/theme/icons/paperclip_16x16.gif
+%%WWWDIR%%/theme/icons/paperclip_32x32.gif
+%%WWWDIR%%/theme/icons/paperclip_50x50.gif
+%%WWWDIR%%/theme/icons/peach_16x16.gif
+%%WWWDIR%%/theme/icons/peach_32x32.gif
+%%WWWDIR%%/theme/icons/peach_50x50.gif
+%%WWWDIR%%/theme/icons/pencil_16x16.gif
+%%WWWDIR%%/theme/icons/pencil_32x32.gif
+%%WWWDIR%%/theme/icons/pencil_50x50.gif
+%%WWWDIR%%/theme/icons/philmont_16x16.gif
+%%WWWDIR%%/theme/icons/philmont_32x32.gif
+%%WWWDIR%%/theme/icons/philmont_50x50.gif
+%%WWWDIR%%/theme/icons/plane_16x16.gif
+%%WWWDIR%%/theme/icons/plane_32x32.gif
+%%WWWDIR%%/theme/icons/plane_50x50.gif
+%%WWWDIR%%/theme/icons/popcorn_16x16.gif
+%%WWWDIR%%/theme/icons/popcorn_32x32.gif
+%%WWWDIR%%/theme/icons/popcorn_50x50.gif
+%%WWWDIR%%/theme/icons/powderhorn_16x16.gif
+%%WWWDIR%%/theme/icons/powderhorn_32x32.gif
+%%WWWDIR%%/theme/icons/powderhorn_50x50.gif
+%%WWWDIR%%/theme/icons/pumpkin2_16x16.gif
+%%WWWDIR%%/theme/icons/pumpkin2_32x32.gif
+%%WWWDIR%%/theme/icons/pumpkin2_50x50.gif
+%%WWWDIR%%/theme/icons/pumpkin_16x16.gif
+%%WWWDIR%%/theme/icons/pumpkin_32x32.gif
+%%WWWDIR%%/theme/icons/pumpkin_50x50.gif
+%%WWWDIR%%/theme/icons/scout_sign_16x16.gif
+%%WWWDIR%%/theme/icons/scout_sign_32x32.gif
+%%WWWDIR%%/theme/icons/scout_sign_50x50.gif
+%%WWWDIR%%/theme/icons/smiley_16x16.gif
+%%WWWDIR%%/theme/icons/smiley_32x32.gif
+%%WWWDIR%%/theme/icons/smiley_50x50.gif
+%%WWWDIR%%/theme/icons/sneakers_16x16.gif
+%%WWWDIR%%/theme/icons/sneakers_32x32.gif
+%%WWWDIR%%/theme/icons/sneakers_50x50.gif
+%%WWWDIR%%/theme/icons/snowflake_16x16.gif
+%%WWWDIR%%/theme/icons/snowflake_32x32.gif
+%%WWWDIR%%/theme/icons/snowflake_50x50.gif
+%%WWWDIR%%/theme/icons/square_knot_16x16.gif
+%%WWWDIR%%/theme/icons/square_knot_32x32.gif
+%%WWWDIR%%/theme/icons/square_knot_50x50.gif
+%%WWWDIR%%/theme/icons/star_david_16x16.gif
+%%WWWDIR%%/theme/icons/star_david_32x32.gif
+%%WWWDIR%%/theme/icons/star_david_50x50.gif
+%%WWWDIR%%/theme/icons/starfish_16x16.gif
+%%WWWDIR%%/theme/icons/starfish_32x32.gif
+%%WWWDIR%%/theme/icons/starfish_50x50.gif
+%%WWWDIR%%/theme/icons/sun_16x16.gif
+%%WWWDIR%%/theme/icons/sun_32x32.gif
+%%WWWDIR%%/theme/icons/sun_50x50.gif
+%%WWWDIR%%/theme/icons/tent_16x16.gif
+%%WWWDIR%%/theme/icons/tent_32x32.gif
+%%WWWDIR%%/theme/icons/tent_50x50.gif
+%%WWWDIR%%/theme/icons/trained_16x16.gif
+%%WWWDIR%%/theme/icons/trained_32x32.gif
+%%WWWDIR%%/theme/icons/trained_50x50.gif
+%%WWWDIR%%/theme/icons/tree_16x16.gif
+%%WWWDIR%%/theme/icons/tree_32x32.gif
+%%WWWDIR%%/theme/icons/tree_50x50.gif
+%%WWWDIR%%/theme/icons/turkey_16x16.gif
+%%WWWDIR%%/theme/icons/turkey_32x32.gif
+%%WWWDIR%%/theme/icons/turkey_50x50.gif
+%%WWWDIR%%/theme/icons/tux_16x16.gif
+%%WWWDIR%%/theme/icons/tux_32x32.gif
+%%WWWDIR%%/theme/icons/tux_50x50.gif
+%%WWWDIR%%/theme/icons/us_flag_16x16.gif
+%%WWWDIR%%/theme/icons/us_flag_32x32.gif
+%%WWWDIR%%/theme/icons/us_flag_50x50.gif
+%%WWWDIR%%/theme/icons/venture_logo_16x16.gif
+%%WWWDIR%%/theme/icons/venture_logo_32x32.gif
+%%WWWDIR%%/theme/icons/venture_logo_50x50.gif
+%%WWWDIR%%/theme/icons/webelos_patch_16x16.gif
+%%WWWDIR%%/theme/icons/webelos_patch_32x32.gif
+%%WWWDIR%%/theme/icons/webelos_patch_50x50.gif
+%%WWWDIR%%/theme/icons/wolftracks_16x16.gif
+%%WWWDIR%%/theme/icons/wolftracks_32x32.gif
+%%WWWDIR%%/theme/icons/wolftracks_50x50.gif
+%%WWWDIR%%/theme/icons/woodbadge_16x16.gif
+%%WWWDIR%%/theme/icons/woodbadge_32x32.gif
+%%WWWDIR%%/theme/icons/woodbadge_50x50.gif
+%%WWWDIR%%/theme/icons/wreath_16x16.gif
+%%WWWDIR%%/theme/icons/wreath_32x32.gif
+%%WWWDIR%%/theme/icons/wreath_50x50.gif
+%%WWWDIR%%/theme/lpd.js
+%%WWWDIR%%/theme/plans.css
+%%WWWDIR%%/theme/plans.js
+%%WWWDIR%%/theme/plans.template
+%%WWWDIR%%/theme/plans_lang.js
+%%WWWDIR%%/theme/upcoming_events.css
+%%WWWDIR%%/theme/upcoming_events.js
+%%WWWDIR%%/us_english.pl
+%%WWWDIR%%/us_english_utf8.pl
+%%WWWDIR%%/danish.pl
+%%WWWDIR%%/de_german.pl
+%%WWWDIR%%/fr_french.pl
+%%WWWDIR%%/it_italian.pl
+%%WWWDIR%%/nl_dutch.pl
+%%WWWDIR%%/sp_spanish.pl
+%%WWWDIR%%/zh_tw.pl
+@dirrm %%WWWDIR%%/theme/icons
+@dirrm %%WWWDIR%%/theme/graphics
+@dirrmtry %%WWWDIR%%/theme/ical
+@dirrmtry %%WWWDIR%%/theme
+@dirrmtry %%WWWDIR%%/sessions
+@dirrmtry %%WWWDIR%%/data
+@dirrmtry %%WWWDIR%%