From owner-svn-ports-all@FreeBSD.ORG Sat Apr 26 17:59:00 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E6A7E6F; Sat, 26 Apr 2014 17:59:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 59AED131E; Sat, 26 Apr 2014 17:59:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QHx0kZ062370; Sat, 26 Apr 2014 17:59:00 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3QHwxrl062356; Sat, 26 Apr 2014 17:58:59 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201404261758.s3QHwxrl062356@svn.freebsd.org> From: Olli Hauer Date: Sat, 26 Apr 2014 17:58:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352276 - in head/www: . typo3-lts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 17:59:00 -0000 Author: ohauer Date: Sat Apr 26 17:58:59 2014 New Revision: 352276 URL: http://svnweb.freebsd.org/changeset/ports/352276 QAT: https://qat.redports.org/buildarchive/r352276/ Log: - new port www/typo3-lts TYPO3 is a free Open Source content management system for enterprise purposes on the web and in intranets. It offers full flexibility and extendability while featuring an accomplished set of ready-made interfaces, functions and modules. The current stable LTS release (for new and existing projects) The latest version with Long Term Support (LTS). It will get full support until March 2017. WWW: http://typo3.org/ PR: ports/188438 PR: ports/188733 Submitted by: Helmut Ritter (maintainer) Added: head/www/typo3-lts/ head/www/typo3-lts/Makefile (contents, props changed) head/www/typo3-lts/distinfo (contents, props changed) head/www/typo3-lts/pkg-descr (contents, props changed) head/www/typo3-lts/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Apr 26 17:30:24 2014 (r352275) +++ head/www/Makefile Sat Apr 26 17:58:59 2014 (r352276) @@ -2058,6 +2058,7 @@ SUBDIR += twill SUBDIR += twms SUBDIR += typo3 + SUBDIR += typo3-lts SUBDIR += typo345 SUBDIR += typo347 SUBDIR += typolight Added: head/www/typo3-lts/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/typo3-lts/Makefile Sat Apr 26 17:58:59 2014 (r352276) @@ -0,0 +1,88 @@ +# Created by: Helmut Ritter +# $FreeBSD$ + +PORTNAME= typo3 +PORTVERSION= 6.2.1 +CATEGORIES= www +MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} + +MAINTAINER= freebsd-ports@charlieroot.de +COMMENT= The typo3 content management system + +LICENSE= GPLv2 + +PORTSCOUT= limit:^6\.2\. + +NO_BUILD= yes +USE_PHP= ctype filter json mysqli pcre session xml +WANT_PHP_WEB= yes +IGNORE_WITH_PHP=52 + +TYPO3WWW= www +TYPO3RELEASE= LTS +TYPO3SITE= ${TYPO3WWW}/${PORTNAME} +TYPO3PKG= ${PORTNAME}-${PORTVERSION} +TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} + +PLIST_SUB+= PORTVERSION="${PORTVERSION}" \ + WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} + +DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} + +OPTIONS_DEFINE= APC CURL GD IMAGICK MBSTRING MYSQL ZLIB +APC_DESC= Alternative PHP Cache +GD_DESC= GDlib/freetype support +IMAGICK_DESC= ${IMAGEMAGICK_DESC} +MBSTRING_DESC= ${MULTIBYTE_DESC} +MYSQL_DESC= Install MySQL Server + +.include + +.if ${PORT_OPTIONS:MAPC} +USE_PHP+= apc +.endif + +.if ${PORT_OPTIONS:MCURL} +USE_PHP+= curl +.endif + +.if ${PORT_OPTIONS:MGD} +USE_PHP+= gd +.endif + +.if ${PORT_OPTIONS:MIMAGICK} +.if ${PORT_OPTIONS:MX11} +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick +.else +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11 +.endif +.endif + +.if ${PORT_OPTIONS:MMBSTRING} +USE_PHP+= mbstring +.endif + +.if ${PORT_OPTIONS:MMYSQL} +USE_MYSQL= server +IGNORE_WITH_MYSQL= 50 +.endif + +.if ${PORT_OPTIONS:MZLIB} +USE_PHP+= zlib +.endif + +#pre-install: +# @if [ -f ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php ]; then \ +# ${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php \ +# ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php.dist; \ +# fi + +do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE} + ${CP} -R ${WRKDIR}/${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/ + ${LN} -fs ../${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/typo3_src + ${LN} -fs typo3_src/index.php ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/index.php + ${LN} -fs typo3_src/typo3 ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/typo3 + ${CP} ${WRKDIR}/${TYPO3SRC}/_.htaccess ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/.htaccess + +.include Added: head/www/typo3-lts/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/typo3-lts/distinfo Sat Apr 26 17:58:59 2014 (r352276) @@ -0,0 +1,2 @@ +SHA256 (typo3_src-6.2.1.tar.gz) = 485591c46143e4c3a299917114c053d5c7f50e76d2c887797b9aea727f61dad3 +SIZE (typo3_src-6.2.1.tar.gz) = 21711658 Added: head/www/typo3-lts/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/typo3-lts/pkg-descr Sat Apr 26 17:58:59 2014 (r352276) @@ -0,0 +1,9 @@ +TYPO3 is a free Open Source content management system for enterprise purposes +on the web and in intranets. It offers full flexibility and extendability while +featuring an accomplished set of ready-made interfaces, functions and modules. + +The current stable LTS release (for new and existing projects) +The latest version with Long Term Support (LTS). It will get full support until +March 2017. + +WWW: http://typo3.org/ Added: head/www/typo3-lts/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/typo3-lts/pkg-plist Sat Apr 26 17:58:59 2014 (r352276) @@ -0,0 +1,11867 @@ +@owner %%WWWOWN%% +@group %%WWWGRP%% +%%WWWDIR%%-LTS/.htaccess +%%WWWDIR%%-LTS/index.php +%%WWWDIR%%-LTS/typo3 +%%WWWDIR%%-LTS/typo3_src +%%WWWDIR%%_src-%%PORTVERSION%%/ChangeLog +%%WWWDIR%%_src-%%PORTVERSION%%/GPL.txt +%%WWWDIR%%_src-%%PORTVERSION%%/INSTALL.md +%%WWWDIR%%_src-%%PORTVERSION%%/LICENSE.txt +%%WWWDIR%%_src-%%PORTVERSION%%/NEWS.md +%%WWWDIR%%_src-%%PORTVERSION%%/README.md +%%WWWDIR%%_src-%%PORTVERSION%%/_.htaccess +%%WWWDIR%%_src-%%PORTVERSION%%/composer.json +%%WWWDIR%%_src-%%PORTVERSION%%/index.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/ajax.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_clickmenu.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_db_navframe.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_doc.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_doc_nodoc.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_file_navframe.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/backend.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/browser.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.browse_links.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/cleaner_check.sh +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/cleaner_fix.sh +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/clear.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/cli_dispatch.phpsh +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/close.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/.htaccess +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/Psr/Log/InvalidArgumentException.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/Psr/Log/LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/Psr/Log/LoggerInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/RemoveXSS/RemoveXSS.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/VERSION_0.94 +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/css/csharpcolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/js/parsecsharp.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/js/tokenizecsharp.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/css/luacolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/js/parselua.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/css/ometacolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/js/parseometa.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/js/tokenizeometa.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/css/phpcolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/js/parsephp.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/js/parsephphtmlmixed.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/js/tokenizephp.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/css/plsqlcolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/js/parseplsql.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/css/pythoncolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/js/parsepython.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/css/schemecolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/js/parsescheme.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/js/tokenizescheme.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/css/sqlcolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/js/parsesql.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/baboon.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/baboon_vector.ai +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/csscolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/docs.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/font.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/jscolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/people.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/sparqlcolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css/xmlcolors.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/codemirror.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/editor.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/highlight.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/mirrorframe.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsecss.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsedummy.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsehtmlmixed.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsejavascript.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsesparql.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/parsexml.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/select.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/stringstream.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/tokenize.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/tokenizejavascript.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/undo.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/unittests.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js/util.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/unittests.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/INCLUDE_ORDER.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/ext/ext-base-debug.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/ext/ext-base.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter-debug.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/jquery/ext-jquery-adapter.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/prototype/ext-prototype-adapter-debug.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/prototype/ext-prototype-adapter.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/yui/ext-yui-adapter-debug.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/yui/ext-yui-adapter.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/ext-all-debug.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/ext-all.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/ext-core-debug.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/ext-core.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/ext.jsb2 +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/gpl-3.0.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/license.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-af.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-am.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-bg.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ca.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-cs.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-da.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-de.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-el_GR.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-en.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-en_GB.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-es.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-fa.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-fi.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-fr.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-fr_CA.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-gr.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-he.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-hr.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-hu.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-id.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-it.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ja.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ko.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-lt.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-lv.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-mk.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-nl.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-no_NB.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-no_NN.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-pl.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-pt.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-pt_BR.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-pt_PT.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ro.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ru.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-sk.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-sl.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-sr.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-sr_RS.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-sv_SE.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-th.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-tr.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-ukr.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-vn.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-zh_CN.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale/ext-lang-zh_TW.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/charts.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/debug.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/ext-all-notheme.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/ext-all.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/reset-min.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/borders.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/box.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/button.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/combo.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/core.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/date-picker.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/dd.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/debug.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/dialog.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/editor.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/form.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/grid.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/layout.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/list-view.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/menu.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/panel-reset.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/panel.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/pivotgrid.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/progress.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/qtips.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/reset.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/resizable.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/slider.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/tabs.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/toolbar.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/tree.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure/window.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/borders.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/box.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/button.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/combo.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/core.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/date-picker.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/dd.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/debug.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/dialog.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/editor.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/form.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/grid.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/layout.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/list-view.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/menu.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/panel.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/pivotgrid.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/progress.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/qtips.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/resizable.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/slider.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/tabs.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/toolbar.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/tree.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual/window.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/xtheme-blue.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/expressinstall.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/corners-blue.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/corners.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/l-blue.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/l.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/r-blue.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/r.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/tb-blue.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box/tb.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/arrow.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/btn.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/group-cs.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/group-lr.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/group-tb.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow-b-noline.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow-b.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow-bo.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow-noline.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow-o.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button/s-arrow.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/dd/drop-add.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/dd/drop-no.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/dd/drop-yes.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/editor/tb-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/checkbox.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/clear-trigger.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/clear-trigger.psd +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/date-trigger.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/date-trigger.psd +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/error-tip-corners.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/exclamation.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/radio.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/search-trigger.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/search-trigger.psd +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/text-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/trigger-square.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/trigger-square.psd +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/trigger-tpl.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/trigger.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form/trigger.psd +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/gradient-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/arrow-left-white.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/arrow-right-white.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/col-move-bottom.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/col-move-top.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/columns.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/dirty.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/done.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/drop-no.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/drop-yes.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/footer-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-blue-hd.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-blue-split.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-hrow.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-loading.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-split.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid-vista-hd.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-hd-btn.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-hrow-over.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-hrow.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-rowheader.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-special-col-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/grid3-special-col-sel-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/group-by.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/group-collapse.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/group-expand-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/group-expand.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hd-pop.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-asc.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-desc.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-lock.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-lock.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-unlock.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/hmenu-unlock.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/invalid_line.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/loading.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/mso-hd.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/nowait.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-first-disabled.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-first.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-last-disabled.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-last.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-next-disabled.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-next.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-prev-disabled.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/page-prev.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/pick-button.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/refresh-disabled.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/refresh.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/row-check-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/row-expand-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/row-over.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/row-sel.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/sort-hd.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/sort_asc.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/sort_desc.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid/wait.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/collapse.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/expand.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/gradient-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/mini-bottom.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/mini-left.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/mini-right.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/mini-top.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/ns-collapse.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/ns-expand.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/panel-close.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/panel-title-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/panel-title-light-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/stick.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/stuck.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/tab-close-on.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout/tab-close.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/checked.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/group-checked.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/item-over.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/menu-parent.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/menu.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu/unchecked.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/corners-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/left-right.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/light-hd.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/tool-sprite-tpl.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/tool-sprites.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/tools-sprites-trans.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/top-bottom.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/top-bottom.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/white-corners-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/white-left-right.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel/white-top-bottom.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/progress/progress-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/qtip/bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/qtip/close.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/qtip/tip-anchor-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/qtip/tip-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/s.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shadow-c.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shadow-lr.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shadow.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/blue-loading.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/calendar.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/glass-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/hd-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/large-loading.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/left-btn.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/loading-balls.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/right-btn.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared/warning.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/e-handle-dark.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/e-handle.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/ne-handle-dark.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/ne-handle.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/nw-handle-dark.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/nw-handle.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/s-handle-dark.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/s-handle.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/se-handle-dark.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/se-handle.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/square.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/sw-handle-dark.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer/sw-handle.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/slider/slider-bg.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/slider/slider-thumb.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/slider/slider-v-bg.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/slider/slider-v-thumb.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/scroll-left.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/scroll-right.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/scroller-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-inactive-left-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-inactive-right-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-left-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-over-left-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-over-right-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-btm-right-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-close.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-bg.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tab-strip-btm-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs/tabs-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/btn-arrow-light.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/btn-arrow.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/btn-over-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/gray-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/more.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/tb-bg.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/tb-btn-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/tb-xl-btn-sprite.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar/tb-xl-sep.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/arrows.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-add.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-between.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-no.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-over.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-under.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/drop-yes.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-end-minus-nl.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-end-minus.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-end-plus-nl.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-end-plus.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-end.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-line.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-minus-nl.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-minus.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-plus-nl.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow-plus.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/elbow.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/folder-open.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/folder.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/leaf.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/loading.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree/s.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/icon-error.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/icon-info.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/icon-question.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/icon-warning.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/left-corners.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/left-corners.psd +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/left-right.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/left-right.psd +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/right-corners.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/right-corners.psd +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/flvplayer.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.license.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.readme.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/qtobject/qtobject.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/expressInstall.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/swfobject.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE-exception.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_COMMERCIAL.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_MULTIDOMAIN.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_UNLIMITED.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/README.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.properties +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.xml +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/index.html.tmpl +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/style.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/express-install/express-install.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/express-install/flashplayerlogo.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/expressinstall.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.12.min.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.16.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.controls-3.2.15.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/license.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/readme.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/flexunit/flexunit.swc +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/com/mosesSupposes/go/tutorials/SizeTweenMG.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/com/mosesSupposes/go/tutorials/WidthTween.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/GoEngine.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/PlayableBase.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/errors/DuplicateManagerError.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/errors/EasingFormatError.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/errors/InstanceNotAllowedError.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/events/GoEvent.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/events/SequenceEvent.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/ILiveManager.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IManageable.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IManager.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IPlayable.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IPlayableBase.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/interfaces/IUpdatable.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/items/GoItem.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/items/LinearGo.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/items/PhysicsGo.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/managers/LinearGoRepeater.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/managers/OverlapMonitor.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/managers/Repeater.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/PlayableGroup.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/Sequence.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceBase.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceCA.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceStep.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/SequenceStepCA.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnConditionTrue.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnDurationComplete.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnEventComplete.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/OnPlayableComplete.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance/SequenceAdvance.as +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/licensekey/licensekey.swc +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/thunderbolt/ThunderBoltAS3_Flash.swc +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/manifest.xml +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio-3.2.10.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/LICENSE.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/README.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.properties +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.xml +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions-3.2.9.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/LICENSE.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/README.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.properties +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.xml +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flowplayer.captions.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/left.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/right.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame00.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame01.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame02.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame03.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame04.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame05.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame06.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame07.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame08.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame09.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame10.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame11.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame12.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame13.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame14.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame15.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame16.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame17.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame18.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame19.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame20.jpg +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/index.html.tmpl +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/tools.scrollable-1.1.2.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content-3.2.8.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/LICENSE.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/README.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.properties +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.xml +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/release.xml +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/LICENCE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/ReadMe.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/idna_convert.class.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/README.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.11.0.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.11.0.min.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.8.2.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.8.2.min.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.9.1.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.9.1.min.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery.clearable.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery.clearable.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery.dataTables-1.9.4.min.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery.tools.min.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jqueryui/jquery-ui-1.10.4.custom.min.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr/LICENSE.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr/modernizr.min.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/normalize/normalize.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Adapter.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Adapter/Curl.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Adapter/Mock.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Adapter/Socket.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/CookieJar.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Exception.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/MultipartBody.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Observer/Log.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Response.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/SOCKS5.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/SocketWrapper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/Net/URL2.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/PEAR/Exception.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/data/public-suffix-list.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/prototype/LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/prototype/prototype.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/requirejs/require.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/requirejs/require.min.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/CHANGELOG +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/MIT-LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/builder.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/controls.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/dragdrop.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/effects.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/scriptaculous.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/slider.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/sound.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous/unittest.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/CHANGES +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/LICENSE +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/README +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/VERSION +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Attachment.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/AbstractFilterableInputStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/ArrayByteStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/FileByteStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream/TemporaryFileByteStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/GenericFixedWidthReader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/UsAsciiReader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader/Utf8Reader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory/SimpleCharacterReaderFactory.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterStream/ArrayCharacterStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterStream/NgCharacterStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ConfigurableSpool.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/DependencyContainer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/DependencyException.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/EmbeddedFile.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoder/Base64Encoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoder/QpEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoder/Rfc2231Encoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoding.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/CommandEvent.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/CommandListener.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/Event.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/EventDispatcher.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/EventListener.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/EventObject.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/ResponseEvent.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/ResponseListener.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/SendEvent.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/SendListener.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/SimpleEventDispatcher.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/TransportChangeEvent.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/TransportChangeListener.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/TransportExceptionEvent.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events/TransportExceptionListener.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/FailoverTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/FileSpool.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/FileStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Filterable.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Image.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/InputByteStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/IoException.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/ArrayKeyCache.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/DiskKeyCache.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/KeyCacheInputStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/NullKeyCache.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache/SimpleKeyCacheInputStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/LoadBalancedTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/MailTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mailer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mailer/ArrayRecipientIterator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mailer/RecipientIterator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/MemorySpool.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Message.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Attachment.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/CharsetObserver.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/Base64ContentEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/NativeQpContentEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/PlainContentEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder/RawContentEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/EmbeddedFile.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/EncodingObserver.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Grammar.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Header.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder/Base64HeaderEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder/QpHeaderEncoder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderFactory.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderSet.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/AbstractHeader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/DateHeader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/IdentificationHeader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/MailboxHeader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/ParameterizedHeader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/PathHeader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers/UnstructuredHeader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Message.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/MimeEntity.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/MimePart.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ParameterizedHeader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleHeaderFactory.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleHeaderSet.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleMessage.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/SimpleMimeEntity.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/MimePart.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/NullTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/OutputByteStream.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/AntiFloodPlugin.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/BandwidthMonitorPlugin.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Decorator/Replacements.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/DecoratorPlugin.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/ImpersonatePlugin.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Logger.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/LoggerPlugin.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers/ArrayLogger.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers/EchoLogger.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/MessageLogger.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop/Pop3Connection.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop/Pop3Exception.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/PopBeforeSmtpPlugin.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/RedirectingPlugin.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporter.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/ReporterPlugin.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters/HitReporter.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters/HtmlReporter.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Sleeper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/ThrottlerPlugin.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Timer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Preferences.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ReplacementFilterFactory.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/RfcComplianceException.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SendmailTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SignedMessage.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/BodySigner.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/DKIMSigner.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/DomainKeySigner.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/HeaderSigner.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Signers/SMimeSigner.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SmtpTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Spool.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SpoolTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/StreamFilter.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/ByteArrayReplacementFilter.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/StringReplacementFilter.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/StreamFilters/StringReplacementFilterFactory.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/SwiftException.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/AbstractSmtpTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/LoginAuthenticator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth/PlainAuthenticator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/AuthHandler.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Authenticator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/EsmtpHandler.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/EsmtpTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/FailoverTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/IoBuffer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/LoadBalancedTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/MailInvoker.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/MailTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/NullTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/SendmailTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/SimpleMailInvoker.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/SmtpAgent.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/SpoolTransport.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/StreamBuffer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/TransportException.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Validate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/dependency_maps/cache_deps.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/dependency_maps/message_deps.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/dependency_maps/mime_deps.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/dependency_maps/transport_deps.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/mime_types.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/preferences.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/swift_init.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/swift_required.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/swift_required_pear.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/LICENSE.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/README.markdown +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/audio-description.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/audio-description.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/captions.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/captions.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/control-bar.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/controls/control-bar.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/demo-subtitles.srt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/demo.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/skins/hu.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/skins/tube.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/skins/vim.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/video-js.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/video.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.htc +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.swf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/db_new.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/dummy.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/ext/README.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_edit.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_newfolder.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_rename.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_upload.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/.htaccess +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/alt_backend_logo.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/alt_topmenu_back_dummy.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/alt_topmenu_back_full.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/arrowdown.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/arrowleft.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/arrowright.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/arrowup.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/bar.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/blinkarrow_left.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/blinkarrow_right.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_down.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_hide.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_left.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_right.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_unhide.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/button_up.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/bullet_list.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/div.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/filelinks.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/html.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/images_only.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/login_form.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/mailform.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/multimedia.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/regular_header.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/regular_text.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/searchform.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/sitemap.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/sitemap2.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/table.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/text_image_below.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/text_image_right.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz/user_defined.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clear.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clip_copy.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clip_cut.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clip_select.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/close.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/close_gray.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/closedok.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/closedok_2.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/colorpicker.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/colorpicker_empty.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/content_client.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/content_selected.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_first.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_first_disabled.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_last.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_last_disabled.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_next.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_next_disabled.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_previous.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/control_previous_disabled.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/copymode_h.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/copymode_n.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/copymode_s.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/csv.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/datepicker.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/delete_record.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/deletedok.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/down.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/dummy_module.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/edit.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/edit2.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/edit_fe.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/edit_file.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/edit_rtewiz.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emarrow_left.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emarrow_right.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/embeer.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emcocktl.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emcrook.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emdgust.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/ememail.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emexclaim.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emfemale.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emgift.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emhammer.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emlips.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emlove.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emmail_alert.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emmale.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emmessag.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emphone.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emphoto.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emrose.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emsad.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emsmile.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emsmiled.gif *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***