svn commit: r312842 - in head: russian/MT www/MT www/MT/files
Ruslan Mahmatkhanov
rm at FreeBSD.org
Sat Feb 23 16:54:53 UTC 2013
Author: rm
Date: Sat Feb 23 16:54:51 2013
New Revision: 312842
URL: http://svnweb.freebsd.org/changeset/ports/312842
Log:
- update to 5.2.3
- bump PORTEPOCH
- convert to optionsng
PR: 172319
Submitted by: Takefu <takefu at airport.fm> (maintainer)
Added:
head/www/MT/files/pkg-install.in (contents, props changed)
Modified:
head/russian/MT/Makefile
head/russian/MT/pkg-descr
head/www/MT/Makefile
head/www/MT/distinfo
head/www/MT/files/MT.conf.in
head/www/MT/pkg-descr
head/www/MT/pkg-plist
Modified: head/russian/MT/Makefile
==============================================================================
--- head/russian/MT/Makefile Sat Feb 23 16:50:55 2013 (r312841)
+++ head/russian/MT/Makefile Sat Feb 23 16:54:51 2013 (r312842)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ru-MT
-# Date created: 01 Jun 2010
-# Whom: Sergey Skvortsov <skv at protey.ru>
-#
+# Created by: Sergey Skvortsov <skv at protey.ru>
# $FreeBSD$
-#
CATEGORIES= russian www
MASTER_SITES= http://movable-type.ru/downloads/
@@ -11,15 +7,11 @@ DISTNAME= MTOS-${PORTVERSION}-${PKGNAMEP
COMMENT= Russian localization of the MovableType publishing system
-PROJECTHOST= movabletype
MASTERDIR= ${.CURDIR}/../../www/MT
-MT_LANG= ${PKGNAMEPREFIX:S,-,,}
+MT_LANG= ${PKGNAMEPREFIX:S,-,,U}
CONFLICTS= MT-[2-5].* de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].*
MT_DOCS_URL= https://github.com/saahov/movabletype/wiki
MT_UPGRADE_URL= http://movable-type.ru/wiki/%D0%9E%D0%B1%D0%BD%D0%BE%D0%B2%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5_Movable_Type
-post-extract:
- @${RM} ${WRKSRC}/lib/MT/Template.pm~
-
.include "${MASTERDIR}/Makefile"
Modified: head/russian/MT/pkg-descr
==============================================================================
--- head/russian/MT/pkg-descr Sat Feb 23 16:50:55 2013 (r312841)
+++ head/russian/MT/pkg-descr Sat Feb 23 16:54:51 2013 (r312842)
@@ -1,4 +1,4 @@
Movable Type is a web-based personal publishing system. It is designed to
ease maintenance of regularly-updated news, journal sites and weblogs.
-WWW: http://movable-type.ru/
+WWW: http://movable-type.ru/
Modified: head/www/MT/Makefile
==============================================================================
--- head/www/MT/Makefile Sat Feb 23 16:50:55 2013 (r312841)
+++ head/www/MT/Makefile Sat Feb 23 16:54:51 2013 (r312842)
@@ -1,94 +1,135 @@
-# New ports collection makefile for: MT
-# Date created: Fri Jun 13 16:39:20 CST 2003
-# Whom: Foxfair Hu <foxfair at FreeBSD.org>
-#
+# Created by: Foxfair Hu <foxfair at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= MT
-PORTVERSION= 5.14
-PORTREVISION= 1
+PORTVERSION= 5.2.3
+PORTEPOCH= 1
CATEGORIES?= www
MASTER_SITES?= http://www.movabletype.org/downloads/stable/
-DISTNAME?= MTOS-${PORTVERSION}-en
+DISTNAME?= MTOS-${PORTVERSION}
MAINTAINER?= takefu at airport.fm
-COMMENT?= A web-based personal publishing system for weblogs
+COMMENT?= Web-based personal publishing system for weblogs
CONFLICTS?= de-MT-[2-5].* fr-MT-[2-5].* ja-MT-[2-5].* ru-MT-[2-5].*
-RUN_DEPENDS+= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \
- p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size \
- p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm
-
-OPTIONS= APACHE "USE_APACHE" off \
- MYSQL "USE_MYSQL" off \
- OPTIONAL_MODULES "OPTIONAL_MODULES" on
+RUN_DEPENDS+= p5-DBI>=1.21:${PORTSDIR}/databases/p5-DBI \
+ p5-Image-Size>=0:${PORTSDIR}/graphics/p5-Image-Size
-.include <bsd.port.options.mk>
+NO_OPTIONS_SORT= yes
+OPTIONS_DEFINE= APACHE MYSQL SSL TLS\
+ OPTIONAL_MODULES ADDITIONAL_MODULES\
+ PGSQL ORACLE ODBC SQLITE2 PSGI
+OPTIONS_DEFAULT= MYSQL OPTIONAL_MODULES
+OPTIONAL_MODULES_DESC= Optional Perl Modules
+ADDITIONAL_MODULES_DESC=Additional Perl modules
+SQLITE2_DESC= SQLite 2 database
+PSGI_DESC= Perl Web Server Gateway Interface
-.if !defined(WITHOUT_OPTIONAL_MODULES)
-RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
- convert:${PORTSDIR}/graphics/ImageMagick \
- p5-Crypt-DSA>=0:${PORTSDIR}/security/p5-Crypt-DSA \
- p5-Mail-Sendmail>=0:${PORTSDIR}/mail/p5-Mail-Sendmail \
- p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \
- p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \
- p5-GD>=0:${PORTSDIR}/graphics/p5-GD
-.endif
+.include <bsd.port.options.mk>
DATADIR= www/data
CGIDIR= www/cgi-bin/mt
+PLIST_SUB+= DATADIR=${DATADIR}\
+ CGIDIR=${CGIDIR}\
+ DB_DIR=${DB_DIR}
+SUB_FILES+= pkg-install
+SUB_LIST+= DATADIR=${DATADIR}\
+ CGIDIR=${CGIDIR}\
+ PACKAGENAME=${PKGNAMEPREFIX}${PORTNAME}\
+ DB_DIR=${DB_DIR}\
+ WWWOWN=${WWWOWN}\
+ WWWGRP=${WWWGRP}
+
+USE_PERL5_RUN= 5.8.1+
+NO_BUILD= yes
+MT_DOCS_URL?= http://www.movabletype.org/documentation/
+MT_UPGRADE_URL?=http://www.movabletype.org/documentation/installation/upgrade-movable-type.html
-.if defined(WITH_MYSQL)
-DB_DIR?= ${BASEDIR}/var/db/mysql/blog
-RUN_DEPENDS+= p5-DBD-mysql>=1:${PORTSDIR}/databases/p5-DBD-mysql
-USE_MYSQL= yes
+MT_LANG?= EN
+.if ${MT_LANG} == RU
+PLIST_SUB+= LANG_RU=""
.else
+PLIST_SUB+= LANG_RU="@comment "
+.endif
+
+.if ${PORT_OPTIONS:MOPTIONAL_MODULES}
+RUN_DEPENDS+= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser\
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww\
+ p5-SOAP-Lite>=0.5:${PORTSDIR}/net/p5-SOAP-Lite\
+ convert:${PORTSDIR}/graphics/ImageMagick\
+ p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
+ p5-Imager>=0:${PORTSDIR}/graphics/p5-Imager \
+ p5-Crypt-DSA>=0:${PORTSDIR}/security/p5-Crypt-DSA\
+ p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64\
+ p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom\
+ p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip\
+ p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced\
+ p5-XML-LibXML>=1.7:${PORTSDIR}/textproc/p5-XML-LibXML
+.endif
+.if ${PORT_OPTIONS:MADDITIONAL_MODULES}
+RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5\
+ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1\
+ p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run\
+ p5-Mail-Sendmail>=0:${PORTSDIR}/mail/p5-Mail-Sendmail\
+ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap\
+ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser\
+ p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX\
+ p5-Cache-Memcached>=0:${PORTSDIR}/databases/p5-Cache-Memcached\
+ p5-Cache>=0:${PORTSDIR}/devel/p5-Cache
+.endif
+.if ${PORT_OPTIONS:MSSL} || ${PORT_OPTIONS:MTLS}
+RUN_DEPENDS+= p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL
+. if ${PORT_OPTIONS:MSSL}
+RUN_DEPENDS+= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay\
+ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL\
+ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay
+. endif
+. if ${PORT_OPTIONS:MTLS}
+RUN_DEPENDS+= p5-Net-SMTP-TLS>=0:${PORTSDIR}/mail/p5-Net-SMTP-TLS
+. endif
+.endif
+.if ${PORT_OPTIONS:MMYSQL} && empty(PORT_OPTIONS:MPGSQL)
+USE_MYSQL= server
+DB_DIR?= ${BASEDIR}/var/db/mysql/WEBLOG_DATABASEDIR
+RUN_DEPENDS+= p5-DBD-mysql>=2.9005:${PORTSDIR}/databases/p5-DBD-mysql
+.endif
+.if ${PORT_OPTIONS:MPGSQL} && empty(PORT_OPTIONS:MMYSQL)
+USE_PGSQL= server
+RUN_DEPENDS+= p5-DBD-Pg>=1.32:${PORTSDIR}/databases/p5-DBD-Pg
+.endif
+.if empty${PORT_OPTIONS:MPGSQL} && empty(PORT_OPTIONS:MMYSQL)
DB_DIR?= ${PREFIX}/${CGIDIR}/db
-RUN_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
+RUN_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite\
+ sqlite3>=3:${PORTSDIR}/databases/sqlite3
WITH_DEFAULTDB= yes
.endif
-
-PLIST_SUB+= DATADIR=${DATADIR} CGIDIR=${CGIDIR}
-
-USE_PERL5_RUN= yes
-NO_BUILD= yes
-
-.if defined(WITH_APACHE)
+.if ${PORT_OPTIONS:MORACLE}
+RUN_DEPENDS+= p5-DBD-Oracle>=0.19:${PORTSDIR}/databases/p5-DBD-Oracle
+.endif
+.if ${PORT_OPTIONS:MODBC}
+RUN_DEPENDS+= p5-DBD-ODBC>=1.13:${PORTSDIR}/databases/p5-DBD-ODBC
+.endif
+.if ${PORT_OPTIONS:MSQLITE2}
+RUN_DEPENDS+= p5-DBD-SQLite2>=0:${PORTSDIR}/databases/p5-DBD-SQLite2
+.endif
+.if ${PORT_OPTIONS:MAPACHE}
USE_APACHE_RUN= 22+
SUB_FILES+= MT.conf
-SUB_LIST+= DATADIR=${PREFIX}/${DATADIR} CGIDIR=${PREFIX}/${CGIDIR} \
- APACHEETCDIR=${PREFIX}/${APACHEETCDIR} \
- PACKAGENAME=${PKGNAMEPREFIX}${PORTNAME}
+SUB_LIST+= APACHEETCDIR=${PREFIX}/${APACHEETCDIR}
PLIST_SUB+= APACHE=""
.else
PLIST_SUB+= APACHE="@comment "
.endif
-
-MT_LANGUAGES= en ja ru
-MT_LANG?= en
-
-.for _L in ${MT_LANGUAGES}
-.if ${MT_LANG} == ${_L}
-PLIST_SUB+= LANG_${_L:U}=""
-.else
-PLIST_SUB+= LANG_${_L:U}="@comment "
+.if ${PORT_OPTIONS:MPSGI}
+RUN_DEPENDS+= p5-CGI-PSGI>0:${PORTSDIR}/www/p5-CGI-PSGI\
+ p5-CGI-Emulate-PSGI>=0.06:${PORTSDIR}/www/p5-CGI-Emulate-PSGI\
+ p5-Plack>=0:${PORTSDIR}/www/p5-Plack\
+ p5-SOAP-Transport-HTTP-Plack>=0:${PORTSDIR}/www/p5-SOAP-Transport-HTTP-Plack
.endif
-.endfor
-
-MT_DOCS_URL?= http://www.movabletype.org/documentation/
-MT_UPGRADE_URL?=http://www.movabletype.org/documentation/installation/upgrade-movable-type.html
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_OPTIONAL_MODULES)
-.if ${PERL_LEVEL} < 500800
-RUN_DEPENDS+= p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp
-.endif
-.endif
-
pre-everything::
@${ECHO_CMD} "ATTENTION:"
@${ECHO_CMD} "If you are upgrading from an older version of MT"
@@ -97,16 +138,13 @@ pre-everything::
@${ECHO_CMD} ""
@${ECHO_CMD} "Available switches:"
@${ECHO_CMD} "-------------------"
+.if !${PORT_OPTIONS:MPGSQL}
@${ECHO_CMD} "DB_DIR"
@${ECHO_CMD} " - Override the default database directory"
@${ECHO_CMD} " (${DB_DIR})"
-.if !defined(WITHOUT_OPTIONAL_MODULES)
- @${ECHO_CMD} "WITHOUT_OPTIONAL_MODULES"
- @${ECHO_CMD} " - Don't install optional perl modules, needed for"
- @${ECHO_CMD} " Trackbacks, XML-RPC and thumbnails"
.endif
-.if !defined(WITH_MYSQL)
- @${ECHO_CMD} "WITH_MYSQL"
+.if ${PORT_OPTIONS:MMYSQL}
+ @${ECHO_CMD} "OPTIONS_FILE_SET=MYSQL"
@${ECHO_CMD} " - Use MySQL as database backend"
.endif
@@ -114,21 +152,26 @@ do-install:
@cd ${WRKSRC} && ${FIND} * -name "*.orig" -delete
@${ECHO_MSG} "Installing cgi under ${PREFIX}/${CGIDIR}/"
@${MKDIR} ${PREFIX}/${CGIDIR}
- @cd ${WRKSRC} && ${CP} -R *.cgi mt-config.cgi-original \
+ @cd ${WRKSRC} && ${CP} -R *.cgi mt.psgi mt-config.cgi-original \
alt-tmpl default_templates extlib import lib php plugins \
- search_templates themes tmpl tools ${PREFIX}/${CGIDIR}
+ search_templates themes tmpl tools COPYING index.html readme.html \
+ ${PREFIX}/${CGIDIR}
@${ECHO_MSG} "Installing data under ${PREFIX}/${DATADIR}/"
@${MKDIR} ${PREFIX}/${DATADIR}
@cd ${WRKSRC} && ${CP} -R mt-static ${PREFIX}/${DATADIR}
-.if defined(WITH_DEFAULTDB)
- @${MKDIR} -m 755 ${DB_DIR}
- @${CHOWN} -R www:www ${DB_DIR}
-.endif
- @${CHOWN} -R www:www ${PREFIX}/${CGIDIR} ${PREFIX}/${DATADIR}
post-install:
+ @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL ${WITH_DEFAULTDB}
@${ECHO_MSG} "*****************************************************************"
-.if defined(WITH_APACHE)
+ @${ECHO_CMD} ""
+ @${ECHO_MSG} "You have just installed the movabletype."
+ @${ECHO_CMD} ""
+.if ${PORT_OPTIONS:MAPACHE}
+ @${ECHO_MSG} "Note that you should restart your Apache web server to ensure that"
+ @${ECHO_MSG} "the "${PKGNAMEPREFIX}"MT configuration file is loaded."
+ @${ECHO_CMD} ""
+ @${ECHO_MSG} "Then browse to http://localhost/MTcgi/mt.cgi"
+ @${ECHO_CMD} ""
@${ECHO_MSG} "Please add the following to your apache config, and restart."
@${ECHO_CMD} ""
@${CAT} ${WRKDIR}/MT.conf
@@ -140,5 +183,6 @@ post-install:
@${ECHO_CMD} ""
.endif
@${ECHO_MSG} "Please read the documentation: ${MT_DOCS_URL}"
+ @${ECHO_CMD} ""
.include <bsd.port.post.mk>
Modified: head/www/MT/distinfo
==============================================================================
--- head/www/MT/distinfo Sat Feb 23 16:50:55 2013 (r312841)
+++ head/www/MT/distinfo Sat Feb 23 16:54:51 2013 (r312842)
@@ -1,10 +1,4 @@
-SHA256 (MTOS-5.14-de.tar.gz) = 23d101563a74c105e083428330d9a8ed176adc2b727356e4aefa2e0d8679a2a0
-SIZE (MTOS-5.14-de.tar.gz) = 6232274
-SHA256 (MTOS-5.14-en.tar.gz) = 5065a5863197d78fc6a1bcd2723c1085514d6832a20b6d78a8781602e9ba0b84
-SIZE (MTOS-5.14-en.tar.gz) = 6232581
-SHA256 (MTOS-5.14-fr.tar.gz) = 68386aeecf118164366be857f12c7ab3f694c33d32001171f7f9a2f6057b3cf2
-SIZE (MTOS-5.14-fr.tar.gz) = 6232066
-SHA256 (MTOS-5.14-ja.tar.gz) = b9f5c2a9dcc94f029dc214702b98ad32334864dc0ea917fcc010ae5c7a64c4cc
-SIZE (MTOS-5.14-ja.tar.gz) = 6226249
-SHA256 (MTOS-5.14-ru.tar.gz) = 58cdc4e5e40ed59e2b5b3ff28d41dac4ebabf46689ff973328a1ab94c28b7549
-SIZE (MTOS-5.14-ru.tar.gz) = 6419868
+SHA256 (MTOS-5.2.3.tar.gz) = b76dd45af1ca768ec32eecfe0513d421a8700ea98e74fbf062a1d76e57ff4366
+SIZE (MTOS-5.2.3.tar.gz) = 7961636
+SHA256 (MTOS-5.2.3-ru.tar.gz) = e75d505f866e1213afe1e37fd0ecd3931a2016b6bdee6aba552d7006573c1969
+SIZE (MTOS-5.2.3-ru.tar.gz) = 8092081
Modified: head/www/MT/files/MT.conf.in
==============================================================================
--- head/www/MT/files/MT.conf.in Sat Feb 23 16:50:55 2013 (r312841)
+++ head/www/MT/files/MT.conf.in Sat Feb 23 16:54:51 2013 (r312842)
@@ -2,21 +2,20 @@
# Directives to allow use of %%PACKAGENAME%% as a CGI
#
<IfModule alias_module>
- Alias /MT "%%DATADIR%%/mt-static"
- ScriptAlias /MTcgi "%%CGIDIR%%"
+ Alias /MT "%%PREFIX%%/%%DATADIR%%/mt-static"
+ ScriptAlias /MTcgi "%%PREFIX%%/%%CGIDIR%%"
</IfModule>
#
# This is to permit URL access to scripts/files in %%PACKAGENAME%% directory.
#
-<Directory "%%CGIDIR%%">
+<Directory "%%PREFIX%%/%%CGIDIR%%">
Options None
Order allow,deny
Allow from all
</Directory>
-<Directory "%%DATADIR%%/mt-static">
+<Directory "%%PREFIX%%/%%DATADIR%%/mt-static">
Options None
Order allow,deny
Allow from all
</Directory>
-
Added: head/www/MT/files/pkg-install.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/MT/files/pkg-install.in Sat Feb 23 16:54:51 2013 (r312842)
@@ -0,0 +1,24 @@
+#!/bin/sh
+case $2 in
+ PRE-INSTALL)
+ ;;
+ POST-INSTALL)
+
+ if [ -n "$3" ]; then
+ mkdir -p -m 755 %%DB_DIR%%
+ chown -R %%WWWOWN%%:%%WWWGRP%% %%DB_DIR%%
+ fi
+ chown -R %%WWWOWN%%:%%WWWGRP%%\
+ %%PREFIX%%/%%CGIDIR%%\
+ %%PREFIX%%/%%DATADIR%%
+ ;;
+ *)
+ ;;
+esac
+mkdir -p -m 755 %%PREFIX%%/%%CGIDIR%%/import\
+ %%PREFIX%%/%%CGIDIR%%/alt-tmpl\
+ %%PREFIX%%/%%CGIDIR%%/extlib/MT/L10N\
+ %%PREFIX%%/%%CGIDIR%%/php/extlib/smarty/demo/templates_c\
+ %%PREFIX%%/%%CGIDIR%%/php/plugins\
+ %%PREFIX%%/%%DATADIR%%/mt-static/support
+exit
Modified: head/www/MT/pkg-descr
==============================================================================
--- head/www/MT/pkg-descr Sat Feb 23 16:50:55 2013 (r312841)
+++ head/www/MT/pkg-descr Sat Feb 23 16:54:51 2013 (r312842)
@@ -1,5 +1,4 @@
Movable Type is a web-based personal publishing system. It is designed to
ease maintenance of regularly-updated news, journal sites and weblogs.
-Author: Ben & Mena Trott
-WWW: http://movabletype.org/
+WWW: http://movabletype.org/
Modified: head/www/MT/pkg-plist
==============================================================================
--- head/www/MT/pkg-plist Sat Feb 23 16:50:55 2013 (r312841)
+++ head/www/MT/pkg-plist Sat Feb 23 16:54:51 2013 (r312842)
@@ -1,2879 +1,3330 @@
- at exec /bin/mkdir -p %%PREFIX%%/%%CGIDIR%%/php/plugins
- at exec /bin/mkdir -p %%PREFIX%%/%%CGIDIR%%/php/extlib/smarty/demo/templates_c
- at exec /bin/mkdir -p %%PREFIX%%/%%CGIDIR%%/import
- at exec /bin/mkdir -p %%PREFIX%%/%%CGIDIR%%/extlib/MT/L10N
- at exec /bin/mkdir -p %%PREFIX%%/%%CGIDIR%%/alt-tmpl
- at exec /bin/mkdir -p %%PREFIX%%/%%DATADIR%%/mt-static/support
-%%CGIDIR%%/tools/upgrade
-%%CGIDIR%%/tools/sig-validate
-%%CGIDIR%%/tools/shell
-%%CGIDIR%%/tools/run-periodic-tasks
-%%CGIDIR%%/tools/report-slow-request
-%%CGIDIR%%/tools/remove_old_sessions
-%%CGIDIR%%/tools/remove-object
-%%CGIDIR%%/tools/rebuild-pages
%%CGIDIR%%/tools/rebuild-benchmark
-%%CGIDIR%%/tools/plugin-config
-%%CGIDIR%%/tools/pl-viewer
+%%CGIDIR%%/tools/mt-tmpl-preview
+%%CGIDIR%%/tools/remove-object
%%CGIDIR%%/tools/permission-viewer
%%CGIDIR%%/tools/mt-tmpl-test
-%%CGIDIR%%/tools/mt-tmpl-preview
-%%CGIDIR%%/tools/list-objects
+%%CGIDIR%%/tools/shell
+%%CGIDIR%%/tools/report-slow-request
+%%CGIDIR%%/tools/remove_old_sessions
+%%CGIDIR%%/tools/sig-validate
%%CGIDIR%%/tools/find-junk
+%%CGIDIR%%/tools/plugin-config
%%CGIDIR%%/tools/convert-db
-%%CGIDIR%%/tmpl/wizard/start.tmpl
-%%CGIDIR%%/tmpl/wizard/packages.tmpl
-%%CGIDIR%%/tmpl/wizard/optional.tmpl
-%%CGIDIR%%/tmpl/wizard/mt-config.tmpl
-%%CGIDIR%%/tmpl/wizard/configure.tmpl
-%%CGIDIR%%/tmpl/wizard/complete.tmpl
-%%CGIDIR%%/tmpl/wizard/cfg_dir.tmpl
-%%CGIDIR%%/tmpl/wizard/blog.tmpl
-%%CGIDIR%%/tmpl/include/chromeless_header.tmpl
-%%CGIDIR%%/tmpl/include/chromeless_footer.tmpl
-%%CGIDIR%%/tmpl/feeds/login.tmpl
-%%CGIDIR%%/tmpl/feeds/feed_system.tmpl
-%%CGIDIR%%/tmpl/feeds/feed_ping.tmpl
-%%CGIDIR%%/tmpl/feeds/feed_page.tmpl
-%%CGIDIR%%/tmpl/feeds/feed_entry.tmpl
-%%CGIDIR%%/tmpl/feeds/feed_comment.tmpl
-%%CGIDIR%%/tmpl/feeds/feed_chrome.tmpl
-%%CGIDIR%%/tmpl/feeds/error.tmpl
-%%CGIDIR%%/tmpl/error.tmpl
-%%CGIDIR%%/tmpl/comment/signup_thanks.tmpl
-%%CGIDIR%%/tmpl/comment/signup.tmpl
-%%CGIDIR%%/tmpl/comment/register.tmpl
-%%CGIDIR%%/tmpl/comment/profile.tmpl
-%%CGIDIR%%/tmpl/comment/login.tmpl
-%%CGIDIR%%/tmpl/comment/error.tmpl
-%%CGIDIR%%/tmpl/comment/auth_yahoojapan.tmpl
-%%CGIDIR%%/tmpl/comment/auth_yahoo.tmpl
-%%CGIDIR%%/tmpl/comment/auth_wordpress.tmpl
-%%CGIDIR%%/tmpl/comment/auth_vox.tmpl
-%%CGIDIR%%/tmpl/comment/auth_typepad.tmpl
-%%CGIDIR%%/tmpl/comment/auth_openid.tmpl
-%%CGIDIR%%/tmpl/comment/auth_livejournal.tmpl
-%%CGIDIR%%/tmpl/comment/auth_livedoor.tmpl
-%%CGIDIR%%/tmpl/comment/auth_hatena.tmpl
-%%CGIDIR%%/tmpl/comment/auth_googleopenid.tmpl
-%%CGIDIR%%/tmpl/comment/auth_aim.tmpl
-%%CGIDIR%%/tmpl/cms/widget/this_is_you.tmpl
-%%CGIDIR%%/tmpl/cms/widget/recent_websites.tmpl
-%%CGIDIR%%/tmpl/cms/widget/recent_blogs.tmpl
-%%CGIDIR%%/tmpl/cms/widget/new_version.tmpl
-%%CGIDIR%%/tmpl/cms/widget/new_user.tmpl
-%%CGIDIR%%/tmpl/cms/widget/new_install.tmpl
-%%CGIDIR%%/tmpl/cms/widget/mt_shortcuts.tmpl
-%%CGIDIR%%/tmpl/cms/widget/mt_news.tmpl
-%%CGIDIR%%/tmpl/cms/widget/favorite_blogs.tmpl
-%%CGIDIR%%/tmpl/cms/widget/custom_message.tmpl
-%%CGIDIR%%/tmpl/cms/widget/blog_stats_tag_cloud.tmpl
-%%CGIDIR%%/tmpl/cms/widget/blog_stats_recent_entries.tmpl
-%%CGIDIR%%/tmpl/cms/widget/blog_stats_entry.tmpl
-%%CGIDIR%%/tmpl/cms/widget/blog_stats_comment.tmpl
-%%CGIDIR%%/tmpl/cms/widget/blog_stats.tmpl
-%%CGIDIR%%/tmpl/cms/view_rpt_log.tmpl
-%%CGIDIR%%/tmpl/cms/view_log.tmpl
-%%CGIDIR%%/tmpl/cms/upgrade_runner.tmpl
-%%CGIDIR%%/tmpl/cms/upgrade.tmpl
-%%CGIDIR%%/tmpl/cms/theme_export_replace.tmpl
-%%CGIDIR%%/tmpl/cms/system_check.tmpl
-%%CGIDIR%%/tmpl/cms/setup_initial_website.tmpl
-%%CGIDIR%%/tmpl/cms/search_replace.tmpl
-%%CGIDIR%%/tmpl/cms/restore_start.tmpl
-%%CGIDIR%%/tmpl/cms/restore_end.tmpl
-%%CGIDIR%%/tmpl/cms/restore.tmpl
-%%CGIDIR%%/tmpl/cms/reload_opener.tmpl
-%%CGIDIR%%/tmpl/cms/refresh_results.tmpl
-%%CGIDIR%%/tmpl/cms/recover_password_result.tmpl
-%%CGIDIR%%/tmpl/cms/recover_lockout.tmpl
-%%CGIDIR%%/tmpl/cms/rebuilding.tmpl
-%%CGIDIR%%/tmpl/cms/preview_template_strip.tmpl
-%%CGIDIR%%/tmpl/cms/preview_strip.tmpl
-%%CGIDIR%%/tmpl/cms/preview_entry_content.tmpl
-%%CGIDIR%%/tmpl/cms/preview_entry.tmpl
-%%CGIDIR%%/tmpl/cms/popup/rebuilt.tmpl
-%%CGIDIR%%/tmpl/cms/popup/rebuild_confirm.tmpl
-%%CGIDIR%%/tmpl/cms/popup/pinged_urls.tmpl
-%%CGIDIR%%/tmpl/cms/pinging.tmpl
-%%CGIDIR%%/tmpl/cms/login.tmpl
-%%CGIDIR%%/tmpl/cms/listing/asset_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/association_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/author_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/banlist_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/blog_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/comment_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/entry_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/filter_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/log_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/member_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/notification_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/page_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/ping_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/role_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/tag_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/listing/website_list_header.tmpl
-%%CGIDIR%%/tmpl/cms/list_widget.tmpl
-%%CGIDIR%%/tmpl/cms/list_theme.tmpl
-%%CGIDIR%%/tmpl/cms/list_template.tmpl
-%%CGIDIR%%/tmpl/cms/list_entry.tmpl
-%%CGIDIR%%/tmpl/cms/list_common.tmpl
-%%CGIDIR%%/tmpl/cms/list_category.tmpl
-%%CGIDIR%%/tmpl/cms/install.tmpl
-%%CGIDIR%%/tmpl/cms/include/users_content_nav.tmpl
-%%CGIDIR%%/tmpl/cms/include/theme_exporters/templateset.tmpl
-%%CGIDIR%%/tmpl/cms/include/theme_exporters/static_files.tmpl
-%%CGIDIR%%/tmpl/cms/include/theme_exporters/folder.tmpl
-%%CGIDIR%%/tmpl/cms/include/theme_exporters/category.tmpl
-%%CGIDIR%%/tmpl/cms/include/template_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/scope_selector.tmpl
-%%CGIDIR%%/tmpl/cms/include/rpt_log_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/revision_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/ping_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/pagination.tmpl
-%%CGIDIR%%/tmpl/cms/include/notification_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/member_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/login_mt.tmpl
-%%CGIDIR%%/tmpl/cms/include/log_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/listing_panel.tmpl
-%%CGIDIR%%/tmpl/cms/include/list_associations/table_user_view.tmpl
-%%CGIDIR%%/tmpl/cms/include/list_associations/table_role_view.tmpl
-%%CGIDIR%%/tmpl/cms/include/list_associations/page_title.tmpl
-%%CGIDIR%%/tmpl/cms/include/itemset_action_widget.tmpl
-%%CGIDIR%%/tmpl/cms/include/import_start.tmpl
-%%CGIDIR%%/tmpl/cms/include/import_end.tmpl
-%%CGIDIR%%/tmpl/cms/include/header_popup.tmpl
-%%CGIDIR%%/tmpl/cms/include/header.tmpl
-%%CGIDIR%%/tmpl/cms/include/footer_popup.tmpl
-%%CGIDIR%%/tmpl/cms/include/footer.tmpl
-%%CGIDIR%%/tmpl/cms/include/feed_link.tmpl
-%%CGIDIR%%/tmpl/cms/include/entry_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/editor.tmpl
-%%CGIDIR%%/tmpl/cms/include/display_options.tmpl
-%%CGIDIR%%/tmpl/cms/include/debug_hover.tmpl
-%%CGIDIR%%/tmpl/cms/include/debug_toolbar/cache.tmpl
-%%CGIDIR%%/tmpl/cms/include/debug_toolbar/headers.tmpl
-%%CGIDIR%%/tmpl/cms/include/debug_toolbar/requestvars.tmpl
-%%CGIDIR%%/tmpl/cms/include/debug_toolbar/sql.tmpl
-%%CGIDIR%%/tmpl/cms/include/debug_toolbar/sql2.tmpl
-%%CGIDIR%%/tmpl/cms/include/copyright.tmpl
-%%CGIDIR%%/tmpl/cms/include/commenter_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/comment_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/comment_detail.tmpl
-%%CGIDIR%%/tmpl/cms/include/category_selector.tmpl
-%%CGIDIR%%/tmpl/cms/include/blog_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/basic_filter_forms.tmpl
-%%CGIDIR%%/tmpl/cms/include/backup_start.tmpl
-%%CGIDIR%%/tmpl/cms/include/backup_end.tmpl
-%%CGIDIR%%/tmpl/cms/include/author_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/asset_upload.tmpl
-%%CGIDIR%%/tmpl/cms/include/asset_table.tmpl
-%%CGIDIR%%/tmpl/cms/include/asset_replace.tmpl
-%%CGIDIR%%/tmpl/cms/include/archive_maps.tmpl
-%%CGIDIR%%/tmpl/cms/include/archetype_editor.tmpl
-%%CGIDIR%%/tmpl/cms/include/anonymous_comment.tmpl
-%%CGIDIR%%/tmpl/cms/include/actions_bar.tmpl
-%%CGIDIR%%/tmpl/cms/import_others.tmpl
-%%CGIDIR%%/tmpl/cms/import.tmpl
-%%CGIDIR%%/tmpl/cms/handshake_return.tmpl
-%%CGIDIR%%/tmpl/cms/export_theme.tmpl
-%%CGIDIR%%/tmpl/cms/export.tmpl
-%%CGIDIR%%/tmpl/cms/error.tmpl
-%%CGIDIR%%/tmpl/cms/edit_widget.tmpl
-%%CGIDIR%%/tmpl/cms/edit_website.tmpl
-%%CGIDIR%%/tmpl/cms/edit_template.tmpl
-%%CGIDIR%%/tmpl/cms/edit_role.tmpl
-%%CGIDIR%%/tmpl/cms/edit_ping.tmpl
-%%CGIDIR%%/tmpl/cms/edit_folder.tmpl
-%%CGIDIR%%/tmpl/cms/edit_entry_batch.tmpl
-%%CGIDIR%%/tmpl/cms/edit_entry.tmpl
-%%CGIDIR%%/tmpl/cms/edit_commenter.tmpl
-%%CGIDIR%%/tmpl/cms/edit_comment.tmpl
-%%CGIDIR%%/tmpl/cms/edit_category.tmpl
-%%CGIDIR%%/tmpl/cms/edit_blog.tmpl
-%%CGIDIR%%/tmpl/cms/edit_author.tmpl
-%%CGIDIR%%/tmpl/cms/edit_asset.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/theme_element_detail.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/theme_detail_saved.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/select_weblog.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/select_users.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/select_theme.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/select_association_type.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/restore_upload.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/restore_start.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/restore_end.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/refresh_templates.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/recover.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/publishing_profile.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/new_password.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/move_blogs.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/list_revision.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/header.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/footer.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/entry_notify.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/create_association.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/comment_reply.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/clone_blog.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/asset_userpic.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/asset_upload.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/asset_replace.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/asset_options_image.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/asset_options.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/asset_list.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/asset_insert.tmpl
-%%CGIDIR%%/tmpl/cms/dialog/adjust_sitepath.tmpl
-%%CGIDIR%%/tmpl/cms/dashboard.tmpl
-%%CGIDIR%%/tmpl/cms/cfg_web_services.tmpl
-%%CGIDIR%%/tmpl/cms/cfg_system_users.tmpl
-%%CGIDIR%%/tmpl/cms/cfg_system_general.tmpl
-%%CGIDIR%%/tmpl/cms/cfg_registration.tmpl
-%%CGIDIR%%/tmpl/cms/cfg_prefs.tmpl
-%%CGIDIR%%/tmpl/cms/cfg_plugin.tmpl
-%%CGIDIR%%/tmpl/cms/cfg_feedback.tmpl
-%%CGIDIR%%/tmpl/cms/cfg_entry.tmpl
-%%CGIDIR%%/tmpl/cms/cc_return.tmpl
-%%CGIDIR%%/tmpl/cms/backup.tmpl
-%%CGIDIR%%/tmpl/cms/asset_upload.tmpl
-%%CGIDIR%%/tmpl/cms/asset_replace.tmpl
-%%CGIDIR%%/themes/pico/thumb.png
+%%CGIDIR%%/tools/list-objects
+%%CGIDIR%%/tools/rebuild-pages
+%%CGIDIR%%/tools/run-periodic-tasks
+%%CGIDIR%%/tools/upgrade
+%%CGIDIR%%/tools/pl-viewer
%%CGIDIR%%/themes/pico/thumb-small.png
-%%CGIDIR%%/themes/pico/thumb-medium.png
-%%CGIDIR%%/themes/pico/theme.yaml
-%%CGIDIR%%/themes/pico/templates/trackbacks.mtml
-%%CGIDIR%%/themes/pico/templates/technorati_search.mtml
-%%CGIDIR%%/themes/pico/templates/tag_cloud.mtml
-%%CGIDIR%%/themes/pico/templates/syndication.mtml
-%%CGIDIR%%/themes/pico/templates/styles.mtml
-%%CGIDIR%%/themes/pico/templates/signin.mtml
-%%CGIDIR%%/themes/pico/templates/search_results.mtml
-%%CGIDIR%%/themes/pico/templates/search.mtml
-%%CGIDIR%%/themes/pico/templates/rsd.mtml
-%%CGIDIR%%/themes/pico/templates/recent_entries.mtml
-%%CGIDIR%%/themes/pico/templates/recent_comments.mtml
%%CGIDIR%%/themes/pico/templates/recent_assets.mtml
-%%CGIDIR%%/themes/pico/templates/popup_image.mtml
-%%CGIDIR%%/themes/pico/templates/pages_list.mtml
+%%CGIDIR%%/themes/pico/templates/comment_preview.mtml
+%%CGIDIR%%/themes/pico/templates/comment_response.mtml
%%CGIDIR%%/themes/pico/templates/page.mtml
-%%CGIDIR%%/themes/pico/templates/openid.mtml
-%%CGIDIR%%/themes/pico/templates/navigation.mtml
-%%CGIDIR%%/themes/pico/templates/monthly_entry_listing.mtml
-%%CGIDIR%%/themes/pico/templates/monthly_archive_list.mtml
-%%CGIDIR%%/themes/pico/templates/monthly_archive_dropdown.mtml
+%%CGIDIR%%/themes/pico/templates/about_this_page.mtml
+%%CGIDIR%%/themes/pico/templates/current_category_monthly_archive_list.mtml
+%%CGIDIR%%/themes/pico/templates/recent_entries.mtml
+%%CGIDIR%%/themes/pico/templates/signin.mtml
%%CGIDIR%%/themes/pico/templates/main_index_widgets_group.mtml
-%%CGIDIR%%/themes/pico/templates/main_index.mtml
-%%CGIDIR%%/themes/pico/templates/javascript.mtml
-%%CGIDIR%%/themes/pico/templates/html_head.mtml
+%%CGIDIR%%/themes/pico/templates/comments.mtml
+%%CGIDIR%%/themes/pico/templates/syndication.mtml
+%%CGIDIR%%/themes/pico/templates/date_based_category_archives.mtml
+%%CGIDIR%%/themes/pico/templates/comment_listing.mtml
%%CGIDIR%%/themes/pico/templates/feed_recent.mtml
-%%CGIDIR%%/themes/pico/templates/entry_summary.mtml
+%%CGIDIR%%/themes/pico/templates/creative_commons.mtml
+%%CGIDIR%%/themes/pico/templates/monthly_entry_listing.mtml
+%%CGIDIR%%/themes/pico/templates/popup_image.mtml
+%%CGIDIR%%/themes/pico/templates/archive_widgets_group.mtml
+%%CGIDIR%%/themes/pico/templates/search.mtml
+%%CGIDIR%%/themes/pico/templates/pages_list.mtml
+%%CGIDIR%%/themes/pico/templates/rsd.mtml
+%%CGIDIR%%/themes/pico/templates/banner_header.mtml
%%CGIDIR%%/themes/pico/templates/entry.mtml
%%CGIDIR%%/themes/pico/templates/dynamic_error.mtml
-%%CGIDIR%%/themes/pico/templates/date_based_category_archives.mtml
-%%CGIDIR%%/themes/pico/templates/date_based_author_archives.mtml
-%%CGIDIR%%/themes/pico/templates/current_category_monthly_archive_list.mtml
%%CGIDIR%%/themes/pico/templates/current_author_monthly_archive_list.mtml
-%%CGIDIR%%/themes/pico/templates/creative_commons.mtml
-%%CGIDIR%%/themes/pico/templates/comments.mtml
-%%CGIDIR%%/themes/pico/templates/comment_response.mtml
-%%CGIDIR%%/themes/pico/templates/comment_preview.mtml
-%%CGIDIR%%/themes/pico/templates/comment_listing.mtml
+%%CGIDIR%%/themes/pico/templates/author_archive_list.mtml
+%%CGIDIR%%/themes/pico/templates/entry_summary.mtml
+%%CGIDIR%%/themes/pico/templates/date_based_author_archives.mtml
+%%CGIDIR%%/themes/pico/templates/navigation.mtml
+%%CGIDIR%%/themes/pico/templates/search_results.mtml
+%%CGIDIR%%/themes/pico/templates/openid.mtml
+%%CGIDIR%%/themes/pico/templates/monthly_archive_list.mtml
+%%CGIDIR%%/themes/pico/templates/trackbacks.mtml
+%%CGIDIR%%/themes/pico/templates/technorati_search.mtml
+%%CGIDIR%%/themes/pico/templates/monthly_archive_dropdown.mtml
+%%CGIDIR%%/themes/pico/templates/html_head.mtml
+%%CGIDIR%%/themes/pico/templates/recent_comments.mtml
+%%CGIDIR%%/themes/pico/templates/archive_index.mtml
%%CGIDIR%%/themes/pico/templates/comment_detail.mtml
-%%CGIDIR%%/themes/pico/templates/category_entry_listing.mtml
+%%CGIDIR%%/themes/pico/templates/tag_cloud.mtml
%%CGIDIR%%/themes/pico/templates/category_archive_list.mtml
-%%CGIDIR%%/themes/pico/templates/calendar.mtml
-%%CGIDIR%%/themes/pico/templates/banner_header.mtml
+%%CGIDIR%%/themes/pico/templates/main_index.mtml
%%CGIDIR%%/themes/pico/templates/banner_footer.mtml
-%%CGIDIR%%/themes/pico/templates/author_archive_list.mtml
-%%CGIDIR%%/themes/pico/templates/archive_widgets_group.mtml
-%%CGIDIR%%/themes/pico/templates/archive_index.mtml
-%%CGIDIR%%/themes/pico/templates/about_this_page.mtml
+%%CGIDIR%%/themes/pico/templates/calendar.mtml
+%%CGIDIR%%/themes/pico/templates/javascript.mtml
+%%CGIDIR%%/themes/pico/templates/category_entry_listing.mtml
+%%CGIDIR%%/themes/pico/templates/styles.mtml
+%%CGIDIR%%/themes/pico/thumb.png
+%%CGIDIR%%/themes/pico/theme.yaml
+%%CGIDIR%%/themes/pico/thumb-medium.png
%%CGIDIR%%/themes/pico/static/style_library/pico.html
+%%CGIDIR%%/themes/pico/static/style_library/pico-darkgrey/thumbnail.gif
+%%CGIDIR%%/themes/pico/static/style_library/pico-darkgrey/screen.css
+%%CGIDIR%%/themes/pico/static/style_library/pico-darkgrey/pico-commentarrow-dkblue.gif
+%%CGIDIR%%/themes/pico/static/style_library/pico-darkgrey/thumbnail-large.gif
+%%CGIDIR%%/themes/pico/static/style_library/pico-white/pico-commentarrow-gray.gif
%%CGIDIR%%/themes/pico/static/style_library/pico-white/thumbnail.gif
-%%CGIDIR%%/themes/pico/static/style_library/pico-white/thumbnail-large.gif
%%CGIDIR%%/themes/pico/static/style_library/pico-white/screen.css
-%%CGIDIR%%/themes/pico/static/style_library/pico-white/pico-commentarrow-gray.gif
+%%CGIDIR%%/themes/pico/static/style_library/pico-white/thumbnail-large.gif
+%%CGIDIR%%/themes/pico/static/style_library/base.css
%%CGIDIR%%/themes/pico/static/style_library/pico-tan/thumbnail.gif
-%%CGIDIR%%/themes/pico/static/style_library/pico-tan/thumbnail-large.gif
-%%CGIDIR%%/themes/pico/static/style_library/pico-tan/screen.css
%%CGIDIR%%/themes/pico/static/style_library/pico-tan/pico-commentarrow-dktan.gif
-%%CGIDIR%%/themes/pico/static/style_library/pico-darkgrey/thumbnail.gif
-%%CGIDIR%%/themes/pico/static/style_library/pico-darkgrey/thumbnail-large.gif
-%%CGIDIR%%/themes/pico/static/style_library/pico-darkgrey/screen.css
-%%CGIDIR%%/themes/pico/static/style_library/pico-darkgrey/pico-commentarrow-dkblue.gif
+%%CGIDIR%%/themes/pico/static/style_library/pico-tan/screen.css
+%%CGIDIR%%/themes/pico/static/style_library/pico-tan/thumbnail-large.gif
%%CGIDIR%%/themes/pico/static/style_library/pico-darkblue/thumbnail.gif
-%%CGIDIR%%/themes/pico/static/style_library/pico-darkblue/thumbnail-large.gif
%%CGIDIR%%/themes/pico/static/style_library/pico-darkblue/screen.css
%%CGIDIR%%/themes/pico/static/style_library/pico-darkblue/pico-commentarrow-dkblue.gif
-%%CGIDIR%%/themes/pico/static/style_library/base.css
-%%CGIDIR%%/themes/classic_website/thumb.png
+%%CGIDIR%%/themes/pico/static/style_library/pico-darkblue/thumbnail-large.gif
%%CGIDIR%%/themes/classic_website/thumb-small.png
-%%CGIDIR%%/themes/classic_website/thumb-medium.png
-%%CGIDIR%%/themes/classic_website/theme.yaml
-%%CGIDIR%%/themes/classic_website/templates/trackbacks.mtml
-%%CGIDIR%%/themes/classic_website/templates/technorati_search.mtml
-%%CGIDIR%%/themes/classic_website/templates/tag_cloud.mtml
-%%CGIDIR%%/themes/classic_website/templates/syndication.mtml
-%%CGIDIR%%/themes/classic_website/templates/styles.mtml
-%%CGIDIR%%/themes/classic_website/templates/signin.mtml
-%%CGIDIR%%/themes/classic_website/templates/sidebar.mtml
-%%CGIDIR%%/themes/classic_website/templates/search_results.mtml
-%%CGIDIR%%/themes/classic_website/templates/search.mtml
-%%CGIDIR%%/themes/classic_website/templates/rsd.mtml
-%%CGIDIR%%/themes/classic_website/templates/recent_entries.mtml
-%%CGIDIR%%/themes/classic_website/templates/recent_comments.mtml
%%CGIDIR%%/themes/classic_website/templates/recent_assets.mtml
-%%CGIDIR%%/themes/classic_website/templates/powered_by.mtml
-%%CGIDIR%%/themes/classic_website/templates/popup_image.mtml
-%%CGIDIR%%/themes/classic_website/templates/pages_list.mtml
+%%CGIDIR%%/themes/classic_website/templates/comment_preview.mtml
+%%CGIDIR%%/themes/classic_website/templates/comment_response.mtml
%%CGIDIR%%/themes/classic_website/templates/page.mtml
-%%CGIDIR%%/themes/classic_website/templates/openid.mtml
+%%CGIDIR%%/themes/classic_website/templates/about_this_page.mtml
+%%CGIDIR%%/themes/classic_website/templates/recent_entries.mtml
+%%CGIDIR%%/themes/classic_website/templates/signin.mtml
%%CGIDIR%%/themes/classic_website/templates/main_index_widgets_group.mtml
-%%CGIDIR%%/themes/classic_website/templates/main_index.mtml
-%%CGIDIR%%/themes/classic_website/templates/javascript.mtml
-%%CGIDIR%%/themes/classic_website/templates/html_head.mtml
+%%CGIDIR%%/themes/classic_website/templates/comments.mtml
+%%CGIDIR%%/themes/classic_website/templates/syndication.mtml
+%%CGIDIR%%/themes/classic_website/templates/comment_listing.mtml
%%CGIDIR%%/themes/classic_website/templates/feed_recent.mtml
-%%CGIDIR%%/themes/classic_website/templates/entry_summary.mtml
+%%CGIDIR%%/themes/classic_website/templates/creative_commons.mtml
+%%CGIDIR%%/themes/classic_website/templates/popup_image.mtml
+%%CGIDIR%%/themes/classic_website/templates/search.mtml
+%%CGIDIR%%/themes/classic_website/templates/pages_list.mtml
+%%CGIDIR%%/themes/classic_website/templates/powered_by.mtml
+%%CGIDIR%%/themes/classic_website/templates/rsd.mtml
+%%CGIDIR%%/themes/classic_website/templates/banner_header.mtml
%%CGIDIR%%/themes/classic_website/templates/entry.mtml
%%CGIDIR%%/themes/classic_website/templates/dynamic_error.mtml
-%%CGIDIR%%/themes/classic_website/templates/creative_commons.mtml
-%%CGIDIR%%/themes/classic_website/templates/comments.mtml
-%%CGIDIR%%/themes/classic_website/templates/comment_response.mtml
-%%CGIDIR%%/themes/classic_website/templates/comment_preview.mtml
-%%CGIDIR%%/themes/classic_website/templates/comment_listing.mtml
-%%CGIDIR%%/themes/classic_website/templates/comment_detail.mtml
+%%CGIDIR%%/themes/classic_website/templates/entry_summary.mtml
+%%CGIDIR%%/themes/classic_website/templates/sidebar.mtml
+%%CGIDIR%%/themes/classic_website/templates/search_results.mtml
%%CGIDIR%%/themes/classic_website/templates/blogs.mtml
-%%CGIDIR%%/themes/classic_website/templates/banner_header.mtml
+%%CGIDIR%%/themes/classic_website/templates/openid.mtml
+%%CGIDIR%%/themes/classic_website/templates/trackbacks.mtml
+%%CGIDIR%%/themes/classic_website/templates/technorati_search.mtml
+%%CGIDIR%%/themes/classic_website/templates/html_head.mtml
+%%CGIDIR%%/themes/classic_website/templates/recent_comments.mtml
+%%CGIDIR%%/themes/classic_website/templates/comment_detail.mtml
+%%CGIDIR%%/themes/classic_website/templates/tag_cloud.mtml
+%%CGIDIR%%/themes/classic_website/templates/main_index.mtml
%%CGIDIR%%/themes/classic_website/templates/banner_footer.mtml
-%%CGIDIR%%/themes/classic_website/templates/about_this_page.mtml
-%%CGIDIR%%/themes/classic_blog/thumb.png
+%%CGIDIR%%/themes/classic_website/templates/javascript.mtml
+%%CGIDIR%%/themes/classic_website/templates/styles.mtml
+%%CGIDIR%%/themes/classic_website/thumb.png
+%%CGIDIR%%/themes/classic_website/theme.yaml
+%%CGIDIR%%/themes/classic_website/thumb-medium.png
%%CGIDIR%%/themes/classic_blog/thumb-small.png
-%%CGIDIR%%/themes/classic_blog/thumb-medium.png
-%%CGIDIR%%/themes/classic_blog/theme.yaml
-%%CGIDIR%%/themes/classic_blog/templates/trackbacks.mtml
-%%CGIDIR%%/themes/classic_blog/templates/technorati_search.mtml
-%%CGIDIR%%/themes/classic_blog/templates/tag_cloud.mtml
-%%CGIDIR%%/themes/classic_blog/templates/syndication.mtml
-%%CGIDIR%%/themes/classic_blog/templates/styles.mtml
-%%CGIDIR%%/themes/classic_blog/templates/signin.mtml
-%%CGIDIR%%/themes/classic_blog/templates/sidebar.mtml
-%%CGIDIR%%/themes/classic_blog/templates/search_results.mtml
-%%CGIDIR%%/themes/classic_blog/templates/search.mtml
-%%CGIDIR%%/themes/classic_blog/templates/rsd.mtml
-%%CGIDIR%%/themes/classic_blog/templates/recent_entries.mtml
-%%CGIDIR%%/themes/classic_blog/templates/recent_comments.mtml
%%CGIDIR%%/themes/classic_blog/templates/recent_assets.mtml
-%%CGIDIR%%/themes/classic_blog/templates/powered_by.mtml
-%%CGIDIR%%/themes/classic_blog/templates/popup_image.mtml
-%%CGIDIR%%/themes/classic_blog/templates/pages_list.mtml
+%%CGIDIR%%/themes/classic_blog/templates/comment_preview.mtml
+%%CGIDIR%%/themes/classic_blog/templates/comment_response.mtml
%%CGIDIR%%/themes/classic_blog/templates/page.mtml
-%%CGIDIR%%/themes/classic_blog/templates/openid.mtml
-%%CGIDIR%%/themes/classic_blog/templates/monthly_entry_listing.mtml
-%%CGIDIR%%/themes/classic_blog/templates/monthly_archive_list.mtml
-%%CGIDIR%%/themes/classic_blog/templates/monthly_archive_dropdown.mtml
+%%CGIDIR%%/themes/classic_blog/templates/about_this_page.mtml
+%%CGIDIR%%/themes/classic_blog/templates/current_category_monthly_archive_list.mtml
+%%CGIDIR%%/themes/classic_blog/templates/recent_entries.mtml
+%%CGIDIR%%/themes/classic_blog/templates/signin.mtml
%%CGIDIR%%/themes/classic_blog/templates/main_index_widgets_group.mtml
-%%CGIDIR%%/themes/classic_blog/templates/main_index.mtml
-%%CGIDIR%%/themes/classic_blog/templates/javascript.mtml
-%%CGIDIR%%/themes/classic_blog/templates/html_head.mtml
+%%CGIDIR%%/themes/classic_blog/templates/comments.mtml
+%%CGIDIR%%/themes/classic_blog/templates/syndication.mtml
+%%CGIDIR%%/themes/classic_blog/templates/date_based_category_archives.mtml
+%%CGIDIR%%/themes/classic_blog/templates/comment_listing.mtml
%%CGIDIR%%/themes/classic_blog/templates/feed_recent.mtml
-%%CGIDIR%%/themes/classic_blog/templates/entry_summary.mtml
+%%CGIDIR%%/themes/classic_blog/templates/creative_commons.mtml
+%%CGIDIR%%/themes/classic_blog/templates/monthly_entry_listing.mtml
+%%CGIDIR%%/themes/classic_blog/templates/popup_image.mtml
+%%CGIDIR%%/themes/classic_blog/templates/archive_widgets_group.mtml
+%%CGIDIR%%/themes/classic_blog/templates/search.mtml
+%%CGIDIR%%/themes/classic_blog/templates/pages_list.mtml
+%%CGIDIR%%/themes/classic_blog/templates/powered_by.mtml
+%%CGIDIR%%/themes/classic_blog/templates/rsd.mtml
+%%CGIDIR%%/themes/classic_blog/templates/banner_header.mtml
%%CGIDIR%%/themes/classic_blog/templates/entry.mtml
%%CGIDIR%%/themes/classic_blog/templates/dynamic_error.mtml
-%%CGIDIR%%/themes/classic_blog/templates/date_based_category_archives.mtml
-%%CGIDIR%%/themes/classic_blog/templates/date_based_author_archives.mtml
-%%CGIDIR%%/themes/classic_blog/templates/current_category_monthly_archive_list.mtml
%%CGIDIR%%/themes/classic_blog/templates/current_author_monthly_archive_list.mtml
-%%CGIDIR%%/themes/classic_blog/templates/creative_commons.mtml
-%%CGIDIR%%/themes/classic_blog/templates/comments.mtml
-%%CGIDIR%%/themes/classic_blog/templates/comment_response.mtml
-%%CGIDIR%%/themes/classic_blog/templates/comment_preview.mtml
-%%CGIDIR%%/themes/classic_blog/templates/comment_listing.mtml
+%%CGIDIR%%/themes/classic_blog/templates/author_archive_list.mtml
+%%CGIDIR%%/themes/classic_blog/templates/entry_summary.mtml
+%%CGIDIR%%/themes/classic_blog/templates/date_based_author_archives.mtml
+%%CGIDIR%%/themes/classic_blog/templates/sidebar.mtml
+%%CGIDIR%%/themes/classic_blog/templates/search_results.mtml
+%%CGIDIR%%/themes/classic_blog/templates/openid.mtml
+%%CGIDIR%%/themes/classic_blog/templates/styles.mtml
+%%CGIDIR%%/themes/classic_blog/templates/monthly_archive_list.mtml
+%%CGIDIR%%/themes/classic_blog/templates/trackbacks.mtml
+%%CGIDIR%%/themes/classic_blog/templates/technorati_search.mtml
+%%CGIDIR%%/themes/classic_blog/templates/monthly_archive_dropdown.mtml
+%%CGIDIR%%/themes/classic_blog/templates/html_head.mtml
+%%CGIDIR%%/themes/classic_blog/templates/recent_comments.mtml
+%%CGIDIR%%/themes/classic_blog/templates/archive_index.mtml
%%CGIDIR%%/themes/classic_blog/templates/comment_detail.mtml
-%%CGIDIR%%/themes/classic_blog/templates/category_entry_listing.mtml
+%%CGIDIR%%/themes/classic_blog/templates/tag_cloud.mtml
%%CGIDIR%%/themes/classic_blog/templates/category_archive_list.mtml
-%%CGIDIR%%/themes/classic_blog/templates/calendar.mtml
-%%CGIDIR%%/themes/classic_blog/templates/banner_header.mtml
+%%CGIDIR%%/themes/classic_blog/templates/main_index.mtml
%%CGIDIR%%/themes/classic_blog/templates/banner_footer.mtml
-%%CGIDIR%%/themes/classic_blog/templates/author_archive_list.mtml
-%%CGIDIR%%/themes/classic_blog/templates/archive_widgets_group.mtml
-%%CGIDIR%%/themes/classic_blog/templates/archive_index.mtml
-%%CGIDIR%%/themes/classic_blog/templates/about_this_page.mtml
-%%CGIDIR%%/search_templates/results_feed_rss2.tmpl
-%%CGIDIR%%/search_templates/results_feed.tmpl
-%%CGIDIR%%/search_templates/default.tmpl
-%%CGIDIR%%/search_templates/comments.tmpl
-%%LANG_EN%%%%CGIDIR%%/plugins/zemanta/tmpl/blog_config.tmpl
-%%LANG_EN%%%%CGIDIR%%/plugins/zemanta/lib/Zemanta/Utils.pm
-%%LANG_EN%%%%CGIDIR%%/plugins/zemanta/lib/Zemanta/Product.pm
-%%LANG_EN%%%%CGIDIR%%/plugins/zemanta/lib/Zemanta/Basic.pm
-%%LANG_EN%%%%CGIDIR%%/plugins/zemanta/json-proxy.cgi
-%%LANG_EN%%%%CGIDIR%%/plugins/zemanta/Zemanta.pl
-%%LANG_EN%%%%CGIDIR%%/plugins/zemanta/MANIFEST
-%%LANG_EN%%%%CGIDIR%%/plugins/zemanta/INSTALL
-%%CGIDIR%%/plugins/spamlookup/tmpl/word_config.tmpl
-%%CGIDIR%%/plugins/spamlookup/tmpl/url_config.tmpl
-%%CGIDIR%%/plugins/spamlookup/tmpl/lookup_config.tmpl
-%%CGIDIR%%/plugins/spamlookup/spamlookup_words.pl
-%%CGIDIR%%/plugins/spamlookup/spamlookup_urls.pl
-%%CGIDIR%%/plugins/spamlookup/spamlookup.pl
-%%CGIDIR%%/plugins/spamlookup/lib/spamlookup/L10N.pm
-%%CGIDIR%%/plugins/spamlookup/lib/spamlookup.pm
-%%CGIDIR%%/plugins/WidgetManager/lib/WidgetManager/L10N/nl.pm
-%%CGIDIR%%/plugins/WidgetManager/lib/WidgetManager/L10N/ja.pm
-%%CGIDIR%%/plugins/WidgetManager/lib/WidgetManager/L10N/fr.pm
-%%CGIDIR%%/plugins/WidgetManager/lib/WidgetManager/L10N/es.pm
-%%CGIDIR%%/plugins/WidgetManager/lib/WidgetManager/L10N/en_us.pm
-%%CGIDIR%%/plugins/WidgetManager/lib/WidgetManager/L10N/de.pm
-%%CGIDIR%%/plugins/WidgetManager/lib/WidgetManager/L10N.pm
-%%CGIDIR%%/plugins/WidgetManager/WidgetManager.pl
-%%CGIDIR%%/plugins/WXRImporter/tmpl/options.tmpl
-%%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/Worker/Downloader.pm
-%%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/WXRHandler.pm
-%%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/L10N/nl.pm
-%%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/L10N/ja.pm
-%%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/L10N/fr.pm
-%%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/L10N/es.pm
-%%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/L10N/en_us.pm
-%%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/L10N/de.pm
-%%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/L10N.pm
-%%CGIDIR%%/plugins/WXRImporter/lib/WXRImporter/Import.pm
-%%CGIDIR%%/plugins/WXRImporter/lib/HTML/Entities/Numbered/Table.pm
-%%CGIDIR%%/plugins/WXRImporter/lib/HTML/Entities/Numbered.pm
-%%CGIDIR%%/plugins/WXRImporter/config.yaml
-%%CGIDIR%%/plugins/TypePadAntiSpam/tmpl/system.tmpl
-%%CGIDIR%%/plugins/TypePadAntiSpam/tmpl/stats_widget.tmpl
-%%CGIDIR%%/plugins/TypePadAntiSpam/tmpl/config.tmpl
-%%CGIDIR%%/plugins/TypePadAntiSpam/php/function.mttypepadantispamcounter.php
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/nl.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/ja.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/fr.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/es.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/en_us.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N/de.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam/L10N.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/TypePadAntiSpam.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/lib/MT/TypePadAntiSpam.pm
-%%CGIDIR%%/plugins/TypePadAntiSpam/config.yaml
-%%CGIDIR%%/plugins/Textile/textile2.pl
-%%CGIDIR%%/plugins/Textile/readme.txt
-%%CGIDIR%%/plugins/Textile/php/modifier.textile_2.php
-%%CGIDIR%%/plugins/Textile/php/Textile.php
-%%CGIDIR%%/plugins/Textile/license.txt
-%%CGIDIR%%/plugins/Textile/lib/Text/Textile.pm
-%%CGIDIR%%/plugins/Textile/Changes
-%%CGIDIR%%/plugins/StyleCatcher/tmpl/view.tmpl
-%%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N/nl.pm
-%%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N/ja.pm
-%%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N/fr.pm
-%%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N/es.pm
-%%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N/en_us.pm
-%%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N/de.pm
-%%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/L10N.pm
-%%CGIDIR%%/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
-%%CGIDIR%%/plugins/StyleCatcher/config.yaml
-%%CGIDIR%%/plugins/MultiBlog/tmpl/system_config.tmpl
-%%CGIDIR%%/plugins/MultiBlog/tmpl/dialog_create_trigger.tmpl
-%%CGIDIR%%/plugins/MultiBlog/tmpl/blog_config.tmpl
-%%CGIDIR%%/plugins/MultiBlog/php/init.MultiBlog.php
-%%CGIDIR%%/plugins/MultiBlog/php/block.mtotherblog.php
-%%CGIDIR%%/plugins/MultiBlog/php/block.mtmultibloglocalblog.php
-%%CGIDIR%%/plugins/MultiBlog/php/block.mtmultiblogiflocalblog.php
-%%CGIDIR%%/plugins/MultiBlog/php/block.mtmultiblog.php
-%%CGIDIR%%/plugins/MultiBlog/multiblog.pl
-%%CGIDIR%%/plugins/MultiBlog/lib/MultiBlog/Tags.pm
-%%CGIDIR%%/plugins/MultiBlog/lib/MultiBlog/L10N/nl.pm
-%%CGIDIR%%/plugins/MultiBlog/lib/MultiBlog/L10N/ja.pm
-%%CGIDIR%%/plugins/MultiBlog/lib/MultiBlog/L10N/fr.pm
-%%CGIDIR%%/plugins/MultiBlog/lib/MultiBlog/L10N/es.pm
-%%CGIDIR%%/plugins/MultiBlog/lib/MultiBlog/L10N/en_us.pm
-%%CGIDIR%%/plugins/MultiBlog/lib/MultiBlog/L10N/de.pm
-%%CGIDIR%%/plugins/MultiBlog/lib/MultiBlog/L10N.pm
-%%CGIDIR%%/plugins/MultiBlog/lib/MultiBlog.pm
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-ports-head
mailing list