aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-29 12:40:17 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-29 12:52:40 +0000
commita977a68dff31049cad1ca3a31ef6e960cefda271 (patch)
tree00b4054d96b59e498ff7e1ea259c4243c9a8e7ef
parent9545067648539900faf54b0e4a3ccba756cee8ff (diff)
downloadports-a977a68dff31049cad1ca3a31ef6e960cefda271.tar.gz
ports-a977a68dff31049cad1ca3a31ef6e960cefda271.zip
chinese/phpbb-tw: Remove expired port
chinese/phpbb-tw
-rw-r--r--MOVED1
-rw-r--r--chinese/Makefile1
-rw-r--r--chinese/phpbb-tw/Makefile98
-rw-r--r--chinese/phpbb-tw/distinfo2
-rw-r--r--chinese/phpbb-tw/files/pkg-message.in48
-rw-r--r--chinese/phpbb-tw/files/pkg-opts22
-rw-r--r--chinese/phpbb-tw/pkg-descr9
-rw-r--r--chinese/phpbb-tw/pkg-plist308
8 files changed, 1 insertions, 488 deletions
diff --git a/MOVED b/MOVED
index 3f45e9d7b436..567c62a3633c 100644
--- a/MOVED
+++ b/MOVED
@@ -3031,3 +3031,4 @@ security/pbc||2024-02-29|Has expired: Abandonware, last release in 2013 and no d
security/poly1305aes||2024-02-29|Has expired: Fails to build on Tier 1 and most other platforms
www/cgichk||2024-02-29|Has expired: Deprecated utility that checks a list of URLs and lacks HTTPS support
www/nibbleblog||2024-02-29|Has expired: Upstream WWW redirects to a different CMS software
+chinese/phpbb-tw||2024-02-29|Has expired: Last upstream was released in 2008 use chinese/phpbb3
diff --git a/chinese/Makefile b/chinese/Makefile
index e010892130cd..1dde99a40d22 100644
--- a/chinese/Makefile
+++ b/chinese/Makefile
@@ -92,7 +92,6 @@
SUBDIR += p5-Text-Greeking-zh_TW
SUBDIR += pcmanx
SUBDIR += php-opencc
- SUBDIR += phpbb-tw
SUBDIR += phpbb3-tw
SUBDIR += pycangjie
SUBDIR += pyzy
diff --git a/chinese/phpbb-tw/Makefile b/chinese/phpbb-tw/Makefile
deleted file mode 100644
index 65d63ba46133..000000000000
--- a/chinese/phpbb-tw/Makefile
+++ /dev/null
@@ -1,98 +0,0 @@
-PORTNAME= phpbb
-PORTVERSION= 2.0.23
-CATEGORIES= chinese www
-MASTER_SITES= LOCAL/chinsan/php/ \
- http://freebsd.ee.ccu.edu.tw/
-PKGNAMESUFFIX= -tw
-DISTNAME= phpBB-tw-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The Traditional Chinese version of phpBB
-WWW= https://www.phpbb.com/
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/docs/COPYING
-
-DEPRECATED= Last upstream was released in 2008 use chinese/phpbb3
-EXPIRATION_DATE= 2024-02-29
-
-RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:devel/pear@${PHP_FLAVOR}
-
-CONFLICTS_INSTALL= phpbb phpbb3 zh-phpbb3-tw # share/doc/phpbb/AUTHORS share/doc/phpbb/CHANGELOG.html
-USES= dos2unix php
-IGNORE_WITH_PHP= 82 83
-
-# Get HOSTNAME
-.if exists(/sbin/sysctl)
-HOSTNAME!= /sbin/sysctl -n kern.hostname
-.else
-HOSTNAME!= /usr/sbin/sysctl -n kern.hostname
-.endif
-
-# The phpBB2 port supports a number of variables that may be tweaked at build
-# time. Perform a "make options" to see more information on these variables.
-#
-WWWDOCROOT?= www
-PHPBB_URL?= phpBB2
-#
-# End of user-configurable variables.
-
-# Set/override/append to variables from bsd.port.mk:
-#
-WRKSRC= ${WRKDIR}/phpBB2
-NO_BUILD= yes
-NO_ARCH= yes
-SUB_FILES= pkg-message
-SUB_LIST= PHPBB_URL="${PHPBB_URL}" \
- PHPBBDIR="${PHPBBDIR}" \
- HOSTNAME="${HOSTNAME}" \
- DELETEFILES="${EXCEPTFILES}"
-PHPBB_VER= ${PORTVERSION:S/.//g:S/.//g}
-PLIST_SUB+= PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
-PLIST_SUB+= PHPBB_VER=${PHPBB_VER}
-
-# Set custom variables:
-#
-PHPBBDIR= ${WWWDOCROOT}/${PHPBB_URL}
-PKGOPTS= ${FILESDIR}/pkg-opts
-EXCEPTFILES= ${STAGEDIR}${PREFIX}/${PHPBBDIR}/install/install.php \
- ${STAGEDIR}${PREFIX}/${PHPBBDIR}/install/upgrade.php \
- ${STAGEDIR}${PREFIX}/${PHPBBDIR}/install/update_to_latest.php
-
-OPTIONS_DEFINE= DOCS
-
-options:
- @ ${ECHO_MSG} "===> Build options for ${PKGNAME}:"
- @ ${CAT} ${PKGOPTS}
-
-pre-everything::
-.if !defined(BATCH)
- @ ${TEST} -r ${PKGOPTS} && \
- (${ECHO_MSG} '-------------------------------------------------------------------------'; \
- ${ECHO_MSG} 'Perform a "make options" to see a list of available installation options.'; \
- ${ECHO_MSG} '-------------------------------------------------------------------------')
-.endif
-
-post-patch:
- @ ${REINPLACE_CMD} -e "s#\.\./templates#/${PHPBB_URL}/templates#" \
- ${WRKSRC}/docs/*.html
- @${RM} `${FIND} ${WRKSRC} -name '*.orig'`
-
-do-install:
- @ ${MKDIR} -m 0775 ${STAGEDIR}${PREFIX}/${PHPBBDIR}
- @ cd ${WRKSRC} && ${FIND} * \( -name config.php \
- ${EXCEPTFILES:S/^/-o -name /} \
- -o -name docs -a -prune -o -name contrib -a -prune \) -o -print \
- | ${TAR} cTf - - | ${TAR} xUCf ${STAGEDIR}${PREFIX}/${PHPBBDIR} -
- @ ${TOUCH} ${STAGEDIR}${PREFIX}/${PHPBBDIR}/config.php
- @ ${MKDIR} ${STAGEDIR}${DATADIR}/contrib
- @ cd ${WRKSRC} && ${INSTALL_DATA} ${EXCEPTFILES} ${STAGEDIR}${DATADIR}
- @ cd ${WRKSRC}/contrib && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}/contrib
-
-# @ cd ${DATADIR} && ${INSTALL} -c -o ${WWWOWN} -g ${WWWGRP} \
-# ${EXCEPTFILES} ${PREFIX}/${PHPBBDIR}
- @ ${MKDIR} ${STAGEDIR}${DOCSDIR}
- @ cd ${WRKSRC}/docs && ${FIND} * -type f -maxdepth 0 \! -name \*.bak \
- \! -name COPYING -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR} \;
-
-.include <bsd.port.mk>
diff --git a/chinese/phpbb-tw/distinfo b/chinese/phpbb-tw/distinfo
deleted file mode 100644
index 6dfefe381098..000000000000
--- a/chinese/phpbb-tw/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (phpBB-tw-2.0.23.tar.gz) = ed5da82dd7e372806dbf7afbb57d5f7d3e5d23eae1911b8b119bda6fc3bea561
-SIZE (phpBB-tw-2.0.23.tar.gz) = 536701
diff --git a/chinese/phpbb-tw/files/pkg-message.in b/chinese/phpbb-tw/files/pkg-message.in
deleted file mode 100644
index aa19c6d04b29..000000000000
--- a/chinese/phpbb-tw/files/pkg-message.in
+++ /dev/null
@@ -1,48 +0,0 @@
-[
-{ type: install
- message: <<EOM
-phpBB2 has been installed, but is not quite ready to be used yet!
-
-You have to ensure that you have a database server (or ODBC access to a
-remote database) installed and configured, and you have to ensure that your
-PHP installation has been compiled with support for your database or
-database access method. You have to create a database for phpBB2 to use,
-and ensure that this database may be accessed and changed by the user id
-under which your web server executes. Further information on these
-installation procedures may be found in:
-
- %%DOCSDIR%%/README.html
-
-
-Once these steps have been taken, you may connect to the following URL to
-configure your installation of phpBB2:
-
- http://localhost/%%PHPBB_URL%%
-
-To make phpBB available through your web site, I suggest
-that you add something like the following to httpd.conf:
-
- Alias /%%PHPBB_URL%%/ "%%PREFIX%%/%%PHPBBDIR%%/"
-
- <Directory "%%PREFIX%%/%%PHPBBDIR%%/">
- Options none
- AllowOverride Limit
-
- Order Deny,Allow
- Deny from All
- Allow from All
- </Directory>
-
-
-
-After configuring phpBB2 and ensuring that it is operational, you **MUST**
-delete the following files manually for security purposes:
-
- # rm -rf %%PREFIX%%/%%PHPBBDIR%%/install
-
-
-Duplicates of these files have been installed to %%DATADIR%%.
-%%DATADIR%%/contrib contains contributed software for phpBB2.
-EOM
-}
-]
diff --git a/chinese/phpbb-tw/files/pkg-opts b/chinese/phpbb-tw/files/pkg-opts
deleted file mode 100644
index d3ed446fcc27..000000000000
--- a/chinese/phpbb-tw/files/pkg-opts
+++ /dev/null
@@ -1,22 +0,0 @@
-
-* WWWDOCROOT [www]
- The DocumentRoot of your webserver under ${PREFIX}
-
-* PHPBB_URL [phpBB2]
- The base URL of phpBB2 on your webserver
-
- phpBB2 will be installed under ${PREFIX}/${WWWDOCROOT}/${PHPBB_URL},
- and will be visible as http://<hostname>/${PHPBB_URL}/
-
-* WWWOWN [www]
- The user ID under which your webserver executes
-
- It is recommended that you do not change this option unless you're
- REALLY sure what you're doing.
-
-* WWWGRP [www]
- The group ID under which your webserver executes
-
- It is recommended that you do not change this option unless you're
- REALLY sure what you're doing.
-
diff --git a/chinese/phpbb-tw/pkg-descr b/chinese/phpbb-tw/pkg-descr
deleted file mode 100644
index c839cf2bdb3c..000000000000
--- a/chinese/phpbb-tw/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
- phpBB is a high powered, fully scalable, and highly customisable
- open-source bulletin board package. phpBB has a user-friendly interface,
- simple and straightforward administration panel, and helpful FAQ. Based
- on the powerful PHP server language and your choice of MySQL, MS-SQL,
- PostgreSQL or Access/ODBC database servers, phpBB is the ideal free
- community solution for all web sites.
-
- The Traditional Chinese version of offical phpBB is located at
- http://www.phpbb-tw.net/
diff --git a/chinese/phpbb-tw/pkg-plist b/chinese/phpbb-tw/pkg-plist
deleted file mode 100644
index 5fc03b05902c..000000000000
--- a/chinese/phpbb-tw/pkg-plist
+++ /dev/null
@@ -1,308 +0,0 @@
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.html
-%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL.html
-%%PORTDOCS%%%%DOCSDIR%%/README.html
-%%PORTDOCS%%%%DOCSDIR%%/coding-guidelines.txt
-%%PORTDOCS%%%%DOCSDIR%%/codingstandards.htm
-%%DATADIR%%/contrib/README.html
-%%DATADIR%%/contrib/dbinformer.php
-%%DATADIR%%/contrib/fixfiles.sh
-%%DATADIR%%/contrib/template_db_cache.php
-%%DATADIR%%/contrib/template_file_cache.php
-%%DATADIR%%/install.php
-%%DATADIR%%/update_to_latest.php
-%%DATADIR%%/upgrade.php
-@owner %%WWWOWN%%
-@group %%WWWGRP%%
-%%PHPBBDIR%%/admin/admin_board.php
-%%PHPBBDIR%%/admin/admin_db_utilities.php
-%%PHPBBDIR%%/admin/admin_disallow.php
-%%PHPBBDIR%%/admin/admin_forum_prune.php
-%%PHPBBDIR%%/admin/admin_forumauth.php
-%%PHPBBDIR%%/admin/admin_forums.php
-%%PHPBBDIR%%/admin/admin_groups.php
-%%PHPBBDIR%%/admin/admin_mass_email.php
-%%PHPBBDIR%%/admin/admin_ranks.php
-%%PHPBBDIR%%/admin/admin_smilies.php
-%%PHPBBDIR%%/admin/admin_styles.php
-%%PHPBBDIR%%/admin/admin_ug_auth.php
-%%PHPBBDIR%%/admin/admin_user_ban.php
-%%PHPBBDIR%%/admin/admin_users.php
-%%PHPBBDIR%%/admin/admin_words.php
-%%PHPBBDIR%%/admin/index.php
-%%PHPBBDIR%%/admin/page_footer_admin.php
-%%PHPBBDIR%%/admin/page_header_admin.php
-%%PHPBBDIR%%/admin/pagestart.php
-%%PHPBBDIR%%/cache/.htaccess
-%%PHPBBDIR%%/cache/index.htm
-%%PHPBBDIR%%/common.php
-%%PHPBBDIR%%/config.php
-%%PHPBBDIR%%/db/db2.php
-%%PHPBBDIR%%/db/index.htm
-%%PHPBBDIR%%/db/msaccess.php
-%%PHPBBDIR%%/db/mssql-odbc.php
-%%PHPBBDIR%%/db/mssql.php
-%%PHPBBDIR%%/db/mysql.php
-%%PHPBBDIR%%/db/mysql4.php
-%%PHPBBDIR%%/db/postgres7.php
-%%PHPBBDIR%%/extension.inc
-%%PHPBBDIR%%/faq.php
-%%PHPBBDIR%%/groupcp.php
-%%PHPBBDIR%%/images/avatars/gallery/index.htm
-%%PHPBBDIR%%/images/avatars/index.htm
-%%PHPBBDIR%%/images/index.htm
-%%PHPBBDIR%%/images/smiles/icon_arrow.gif
-%%PHPBBDIR%%/images/smiles/icon_biggrin.gif
-%%PHPBBDIR%%/images/smiles/icon_confused.gif
-%%PHPBBDIR%%/images/smiles/icon_cool.gif
-%%PHPBBDIR%%/images/smiles/icon_cry.gif
-%%PHPBBDIR%%/images/smiles/icon_eek.gif
-%%PHPBBDIR%%/images/smiles/icon_evil.gif
-%%PHPBBDIR%%/images/smiles/icon_exclaim.gif
-%%PHPBBDIR%%/images/smiles/icon_frown.gif
-%%PHPBBDIR%%/images/smiles/icon_idea.gif
-%%PHPBBDIR%%/images/smiles/icon_lol.gif
-%%PHPBBDIR%%/images/smiles/icon_mad.gif
-%%PHPBBDIR%%/images/smiles/icon_mrgreen.gif
-%%PHPBBDIR%%/images/smiles/icon_neutral.gif
-%%PHPBBDIR%%/images/smiles/icon_question.gif
-%%PHPBBDIR%%/images/smiles/icon_razz.gif
-%%PHPBBDIR%%/images/smiles/icon_redface.gif
-%%PHPBBDIR%%/images/smiles/icon_rolleyes.gif
-%%PHPBBDIR%%/images/smiles/icon_sad.gif
-%%PHPBBDIR%%/images/smiles/icon_smile.gif
-%%PHPBBDIR%%/images/smiles/icon_surprised.gif
-%%PHPBBDIR%%/images/smiles/icon_twisted.gif
-%%PHPBBDIR%%/images/smiles/icon_wink.gif
-%%PHPBBDIR%%/images/spacer.gif
-%%PHPBBDIR%%/includes/auth.php
-%%PHPBBDIR%%/includes/bbcode.php
-%%PHPBBDIR%%/includes/constants.php
-%%PHPBBDIR%%/includes/db.php
-%%PHPBBDIR%%/includes/emailer.php
-%%PHPBBDIR%%/includes/functions.php
-%%PHPBBDIR%%/includes/functions_admin.php
-%%PHPBBDIR%%/includes/functions_post.php
-%%PHPBBDIR%%/includes/functions_search.php
-%%PHPBBDIR%%/includes/functions_selects.php
-%%PHPBBDIR%%/includes/functions_validate.php
-%%PHPBBDIR%%/includes/index.htm
-%%PHPBBDIR%%/includes/page_header.php
-%%PHPBBDIR%%/includes/page_tail.php
-%%PHPBBDIR%%/includes/prune.php
-%%PHPBBDIR%%/includes/sessions.php
-%%PHPBBDIR%%/includes/smtp.php
-%%PHPBBDIR%%/includes/sql_parse.php
-%%PHPBBDIR%%/includes/template.php
-%%PHPBBDIR%%/includes/topic_review.php
-%%PHPBBDIR%%/includes/usercp_activate.php
-%%PHPBBDIR%%/includes/usercp_avatar.php
-%%PHPBBDIR%%/includes/usercp_confirm.php
-%%PHPBBDIR%%/includes/usercp_email.php
-%%PHPBBDIR%%/includes/usercp_register.php
-%%PHPBBDIR%%/includes/usercp_sendpasswd.php
-%%PHPBBDIR%%/includes/usercp_viewprofile.php
-%%PHPBBDIR%%/index.php
-%%PHPBBDIR%%/install/index.htm
-%%PHPBBDIR%%/install/install.php
-%%PHPBBDIR%%/install/schemas/index.htm
-%%PHPBBDIR%%/install/schemas/ms_access_primer.zip
-%%PHPBBDIR%%/install/schemas/mssql_basic.sql
-%%PHPBBDIR%%/install/schemas/mssql_schema.sql
-%%PHPBBDIR%%/install/schemas/mysql_basic.sql
-%%PHPBBDIR%%/install/schemas/mysql_schema.sql
-%%PHPBBDIR%%/install/schemas/postgres_basic.sql
-%%PHPBBDIR%%/install/schemas/postgres_schema.sql
-%%PHPBBDIR%%/install/update_to_latest.php
-%%PHPBBDIR%%/install/upgrade.php
-%%PHPBBDIR%%/language/index.htm
-%%PHPBBDIR%%/language/lang_english/email/admin_activate.tpl
-%%PHPBBDIR%%/language/lang_english/email/admin_send_email.tpl
-%%PHPBBDIR%%/language/lang_english/email/admin_welcome_activated.tpl
-%%PHPBBDIR%%/language/lang_english/email/admin_welcome_inactive.tpl
-%%PHPBBDIR%%/language/lang_english/email/coppa_welcome_inactive.tpl
-%%PHPBBDIR%%/language/lang_english/email/group_added.tpl
-%%PHPBBDIR%%/language/lang_english/email/group_approved.tpl
-%%PHPBBDIR%%/language/lang_english/email/group_request.tpl
-%%PHPBBDIR%%/language/lang_english/email/index.htm
-%%PHPBBDIR%%/language/lang_english/email/privmsg_notify.tpl
-%%PHPBBDIR%%/language/lang_english/email/profile_send_email.tpl
-%%PHPBBDIR%%/language/lang_english/email/topic_notify.tpl
-%%PHPBBDIR%%/language/lang_english/email/user_activate.tpl
-%%PHPBBDIR%%/language/lang_english/email/user_activate_passwd.tpl
-%%PHPBBDIR%%/language/lang_english/email/user_welcome.tpl
-%%PHPBBDIR%%/language/lang_english/email/user_welcome_inactive.tpl
-%%PHPBBDIR%%/language/lang_english/index.htm
-%%PHPBBDIR%%/language/lang_english/lang_admin.php
-%%PHPBBDIR%%/language/lang_english/lang_bbcode.php
-%%PHPBBDIR%%/language/lang_english/lang_faq.php
-%%PHPBBDIR%%/language/lang_english/lang_main.php
-%%PHPBBDIR%%/language/lang_english/search_stopwords.txt
-%%PHPBBDIR%%/language/lang_english/search_synonyms.txt
-%%PHPBBDIR%%/login.php
-%%PHPBBDIR%%/memberlist.php
-%%PHPBBDIR%%/modcp.php
-%%PHPBBDIR%%/posting.php
-%%PHPBBDIR%%/privmsg.php
-%%PHPBBDIR%%/profile.php
-%%PHPBBDIR%%/search.php
-%%PHPBBDIR%%/templates/index.htm
-%%PHPBBDIR%%/templates/subSilver/admin/admin_message_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/auth_forum_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/auth_select_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/auth_ug_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/board_config_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/category_edit_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/confirm_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/db_utils_backup_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/db_utils_restore_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/disallow_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/forum_admin_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/forum_delete_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/forum_edit_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/forum_prune_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/forum_prune_result_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/forum_prune_select_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/group_edit_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/group_select_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/index.htm
-%%PHPBBDIR%%/templates/subSilver/admin/index_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/index_frameset.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/index_navigate.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/page_footer.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/page_header.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/ranks_edit_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/ranks_list_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/smile_edit_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/smile_import_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/smile_list_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/styles_addnew_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/styles_edit_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/styles_exporter.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/styles_list_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/user_avatar_gallery.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/user_ban_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/user_edit_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/user_email_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/user_select_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/words_edit_body.tpl
-%%PHPBBDIR%%/templates/subSilver/admin/words_list_body.tpl
-%%PHPBBDIR%%/templates/subSilver/agreement.tpl
-%%PHPBBDIR%%/templates/subSilver/bbcode.tpl
-%%PHPBBDIR%%/templates/subSilver/confirm_body.tpl
-%%PHPBBDIR%%/templates/subSilver/error_body.tpl
-%%PHPBBDIR%%/templates/subSilver/faq_body.tpl
-%%PHPBBDIR%%/templates/subSilver/formIE.css
-%%PHPBBDIR%%/templates/subSilver/groupcp_info_body.tpl
-%%PHPBBDIR%%/templates/subSilver/groupcp_pending_info.tpl
-%%PHPBBDIR%%/templates/subSilver/groupcp_user_body.tpl
-%%PHPBBDIR%%/templates/subSilver/images/cellpic.gif
-%%PHPBBDIR%%/templates/subSilver/images/cellpic1.gif
-%%PHPBBDIR%%/templates/subSilver/images/cellpic2.jpg
-%%PHPBBDIR%%/templates/subSilver/images/cellpic3.gif
-%%PHPBBDIR%%/templates/subSilver/images/created_by.jpg
-%%PHPBBDIR%%/templates/subSilver/images/folder.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_announce.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_announce_new.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_big.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_hot.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_lock.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_lock_new.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_locked_big.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_new.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_new_big.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_new_hot.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_sticky.gif
-%%PHPBBDIR%%/templates/subSilver/images/folder_sticky_new.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_delete.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_latest_reply.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_mini_faq.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_mini_groups.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_mini_login.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_mini_members.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_mini_message.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_mini_profile.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_mini_register.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_mini_search.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_minipost.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_minipost_new.gif
-%%PHPBBDIR%%/templates/subSilver/images/icon_newest_reply.gif
-%%PHPBBDIR%%/templates/subSilver/images/index.htm
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_aim.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_edit.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_email.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_icq_add.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_ip.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_msnm.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_pm.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_profile.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_quote.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_search.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_www.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/icon_yim.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/msg_newpost.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/post.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/reply-locked.gif
-%%PHPBBDIR%%/templates/subSilver/images/lang_english/reply.gif
-%%PHPBBDIR%%/templates/subSilver/images/logo_phpBB.gif
-%%PHPBBDIR%%/templates/subSilver/images/logo_phpBB_med.gif
-%%PHPBBDIR%%/templates/subSilver/images/msg_inbox.gif
-%%PHPBBDIR%%/templates/subSilver/images/msg_outbox.gif
-%%PHPBBDIR%%/templates/subSilver/images/msg_savebox.gif
-%%PHPBBDIR%%/templates/subSilver/images/msg_sentbox.gif
-%%PHPBBDIR%%/templates/subSilver/images/spacer.gif
-%%PHPBBDIR%%/templates/subSilver/images/topic_delete.gif
-%%PHPBBDIR%%/templates/subSilver/images/topic_lock.gif
-%%PHPBBDIR%%/templates/subSilver/images/topic_move.gif
-%%PHPBBDIR%%/templates/subSilver/images/topic_split.gif
-%%PHPBBDIR%%/templates/subSilver/images/topic_unlock.gif
-%%PHPBBDIR%%/templates/subSilver/images/vote_lcap.gif
-%%PHPBBDIR%%/templates/subSilver/images/vote_rcap.gif
-%%PHPBBDIR%%/templates/subSilver/images/voting_bar.gif
-%%PHPBBDIR%%/templates/subSilver/images/whosonline.gif
-%%PHPBBDIR%%/templates/subSilver/index.htm
-%%PHPBBDIR%%/templates/subSilver/index_body.tpl
-%%PHPBBDIR%%/templates/subSilver/jumpbox.tpl
-%%PHPBBDIR%%/templates/subSilver/login_body.tpl
-%%PHPBBDIR%%/templates/subSilver/memberlist_body.tpl
-%%PHPBBDIR%%/templates/subSilver/message_body.tpl
-%%PHPBBDIR%%/templates/subSilver/modcp_body.tpl
-%%PHPBBDIR%%/templates/subSilver/modcp_move.tpl
-%%PHPBBDIR%%/templates/subSilver/modcp_split.tpl
-%%PHPBBDIR%%/templates/subSilver/modcp_viewip.tpl
-%%PHPBBDIR%%/templates/subSilver/overall_footer.tpl
-%%PHPBBDIR%%/templates/subSilver/overall_header.tpl
-%%PHPBBDIR%%/templates/subSilver/posting_body.tpl
-%%PHPBBDIR%%/templates/subSilver/posting_poll_body.tpl
-%%PHPBBDIR%%/templates/subSilver/posting_preview.tpl
-%%PHPBBDIR%%/templates/subSilver/posting_smilies.tpl
-%%PHPBBDIR%%/templates/subSilver/posting_topic_review.tpl
-%%PHPBBDIR%%/templates/subSilver/privmsgs_body.tpl
-%%PHPBBDIR%%/templates/subSilver/privmsgs_popup.tpl
-%%PHPBBDIR%%/templates/subSilver/privmsgs_preview.tpl
-%%PHPBBDIR%%/templates/subSilver/privmsgs_read_body.tpl
-%%PHPBBDIR%%/templates/subSilver/profile_add_body.tpl
-%%PHPBBDIR%%/templates/subSilver/profile_avatar_gallery.tpl
-%%PHPBBDIR%%/templates/subSilver/profile_send_email.tpl
-%%PHPBBDIR%%/templates/subSilver/profile_send_pass.tpl
-%%PHPBBDIR%%/templates/subSilver/profile_view_body.tpl
-%%PHPBBDIR%%/templates/subSilver/search_body.tpl
-%%PHPBBDIR%%/templates/subSilver/search_results_posts.tpl
-%%PHPBBDIR%%/templates/subSilver/search_results_topics.tpl
-%%PHPBBDIR%%/templates/subSilver/search_username.tpl
-%%PHPBBDIR%%/templates/subSilver/simple_footer.tpl
-%%PHPBBDIR%%/templates/subSilver/simple_header.tpl
-%%PHPBBDIR%%/templates/subSilver/subSilver.cfg
-%%PHPBBDIR%%/templates/subSilver/subSilver.css
-%%PHPBBDIR%%/templates/subSilver/theme_info.cfg
-%%PHPBBDIR%%/templates/subSilver/viewforum_body.tpl
-%%PHPBBDIR%%/templates/subSilver/viewonline_body.tpl
-%%PHPBBDIR%%/templates/subSilver/viewtopic_body.tpl
-%%PHPBBDIR%%/templates/subSilver/viewtopic_poll_ballot.tpl
-%%PHPBBDIR%%/templates/subSilver/viewtopic_poll_result.tpl
-%%PHPBBDIR%%/viewforum.php
-%%PHPBBDIR%%/viewonline.php
-%%PHPBBDIR%%/viewtopic.php
-@group
-@owner