From owner-svn-ports-all@FreeBSD.ORG Sat Apr 26 16:52:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBC19ED9; Sat, 26 Apr 2014 16:52:54 +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 C6E191D01; Sat, 26 Apr 2014 16:52:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QGqsSC036360; Sat, 26 Apr 2014 16:52:54 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3QGqsYp036357; Sat, 26 Apr 2014 16:52:54 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201404261652.s3QGqsYp036357@svn.freebsd.org> From: Olli Hauer Date: Sat, 26 Apr 2014 16:52:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352272 - head/www/typo3 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 16:52:54 -0000 Author: ohauer Date: Sat Apr 26 16:52:53 2014 New Revision: 352272 URL: http://svnweb.freebsd.org/changeset/ports/352272 QAT: https://qat.redports.org/buildarchive/r352272/ Log: - upddate to 6.1.8 - replace CHOWN in Makefile with @owner/@group in pkg-plist - simplify LN command PR: ports/188730 Submitted by: Helmut Ritter (maintainer) Modified: head/www/typo3/Makefile head/www/typo3/distinfo head/www/typo3/pkg-plist Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Sat Apr 26 16:51:20 2014 (r352271) +++ head/www/typo3/Makefile Sat Apr 26 16:52:53 2014 (r352272) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.1.7 +PORTVERSION= 6.1.8 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -25,7 +25,8 @@ TYPO3PKG= ${PORTNAME}-${PORTVERSION} TYPO3SRC= ${PORTNAME}_src-${PORTVERSION} TYPO3DUMMY= dummy-${PORTVERSION} -PLIST_SUB+= PORTVERSION="${PORTVERSION}" +PLIST_SUB+= PORTVERSION="${PORTVERSION}" \ + WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX} @@ -52,9 +53,9 @@ USE_PHP+= gd .if ${PORT_OPTIONS:MIMAGICK} .if ${PORT_OPTIONS:MX11} -RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .else -RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11 +RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick-nox11 .endif .endif @@ -80,10 +81,7 @@ pre-install: do-install: ${CP} -R ${WRKDIR}/${TYPO3DUMMY}/ ${STAGEDIR}${PREFIX}/${TYPO3SITE} ${CP} -R ${WRKDIR}/${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3WWW} - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${TYPO3SITE} ${RM} ${STAGEDIR}${PREFIX}/${TYPO3SITE}/typo3_src && \ - cd ${STAGEDIR}${PREFIX}/${TYPO3SITE} && \ - ${LN} -s ../${TYPO3SRC} typo3_src - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/${TYPO3WWW}/${TYPO3SRC} + ${LN} -s ../${TYPO3SRC} ${STAGEDIR}${PREFIX}/${TYPO3SITE}/typo3_src .include Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Sat Apr 26 16:51:20 2014 (r352271) +++ head/www/typo3/distinfo Sat Apr 26 16:52:53 2014 (r352272) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-6.1.7.tar.gz) = d14a99349aa8776568639ee62666099aeac470b924d614bf7b99910879471958 -SIZE (typo3_src-6.1.7.tar.gz) = 21144129 -SHA256 (dummy-6.1.7.tar.gz) = 5df4ba1214469db22f2b7778db679c41020b2a18676c0cedb852d4d524534677 -SIZE (dummy-6.1.7.tar.gz) = 9816 +SHA256 (typo3_src-6.1.8.tar.gz) = 890708ae15d8475511e49b3384fa59bc2386575c60da5971ace8b9b9912d689c +SIZE (typo3_src-6.1.8.tar.gz) = 21189737 +SHA256 (dummy-6.1.8.tar.gz) = 6b78bcb459d69b296c77d4b11c4398b3063dd5401056f95f29919bf24a3eceb9 +SIZE (dummy-6.1.8.tar.gz) = 9813 Modified: head/www/typo3/pkg-plist ============================================================================== --- head/www/typo3/pkg-plist Sat Apr 26 16:51:20 2014 (r352271) +++ head/www/typo3/pkg-plist Sat Apr 26 16:52:53 2014 (r352272) @@ -1,3 +1,5 @@ +@owner %%WWWOWN%% +@group %%WWWGRP%% %%WWWDIR%%/INSTALL.txt %%WWWDIR%%/README.txt %%WWWDIR%%/RELEASE_NOTES.txt @@ -25,7 +27,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/LICENSE.txt %%WWWDIR%%_src-%%PORTVERSION%%/NEWS.txt %%WWWDIR%%_src-%%PORTVERSION%%/README.txt -%%WWWDIR%%_src-%%PORTVERSION%%/RELEASE_NOTES.txt %%WWWDIR%%_src-%%PORTVERSION%%/_.htaccess %%WWWDIR%%_src-%%PORTVERSION%%/index.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/GPL.txt @@ -924,9 +925,12 @@ %%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 @@ -2448,6 +2452,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Wizard/TsconfigWizard.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Controller/File/FileControllerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Form/Element/InlineElementTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Form/ElementConditionMatcherTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Module/ModuleControllerTest.php @@ -2493,6 +2498,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Templates/Tools/Index.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Templates/WebInfo/Index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Model/ConstraintTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Model/LogEntryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository/HistoryEntryRepositoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository/LogEntryRepositoryTest.php @@ -5792,6 +5798,9 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Storage/StorageFactory.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Configuration/TCA/tx_rsaauth_keys.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Migrations/Code/ClassAliasMap.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Tests/Unit/Backend/CommandLineBackendTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Tests/Unit/Backend/PhpBackendTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Tests/Unit/KeypairTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/doc/manual.sxw %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_autoload.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/ext_conf_template.txt @@ -8993,1706 +9002,1711 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/wizard_rte.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/wizard_table.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/wizard_tsconfig.php -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/Service/fixtures -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional/Service -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Functional -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/StyleSheet -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/menu -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/filter -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters/css -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/gridfilters -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript/Store -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/JavaScript -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public/Images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Public -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates/Review -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates/Preview -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Partials -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Layouts -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources/Private -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Documentation -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Configuration/TCA -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Configuration -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Task -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Hook -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/ExtDirect -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Domain/Model -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Domain -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/cshimages -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/Classes/View -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_sortpages -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/cshimages -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Templates/ViewModule -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Layouts -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources/Private -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/ws -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/tasks -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/cm1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Resources/Private/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Resources/Private -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/View -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Utility -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Task -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Hook -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Dependency -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/DataHandler -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes/ClickMenu -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/version -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_objbrowser/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_objbrowser/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_objbrowser/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_objbrowser/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_objbrowser/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_objbrowser -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_info/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_info/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_info/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_info/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_info -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_ceditor/gfx -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_ceditor/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_ceditor/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_ceditor/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_ceditor/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_ceditor/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_ceditor -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_analyzer/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_analyzer/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_analyzer/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_analyzer/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_analyzer -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ts -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tsconfig_help/mod1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tsconfig_help/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tsconfig_help/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tsconfig_help/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tsconfig_help/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tsconfig_help/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tsconfig_help -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/task -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/res -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/interfaces -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/taskcenter -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets/visual -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets/structure -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets/standalone -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets/sprites -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/stylesheets -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/status -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/sprites -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images/actions -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/rtehtmlarea -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/sprites -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/spinner -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/shadows -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/login -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/status -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/mimetypes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/apps -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons/actions -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/icons -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/general -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/flags -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/backgrounds -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images/arrows -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/mod/web/perm -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/mod/web -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/mod -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/selicons -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/rednumbers -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/ol -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/i -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/fileicons -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx/c_wiz -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/gfx -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/user_photomarathon/photomarathon -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/user_photomarathon -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_news -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_guest -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_calender -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_board -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/tt_address -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/templavoila/mod1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/templavoila -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_note -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext/sys_action -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons/ext -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/icons -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/window -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tree -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/toolbar -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/tabs -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/splitbar -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/slider -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/sizer -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/shared -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/qtip -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/progress -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/panel -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/menu -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/layout -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/grid -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/form -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/editor -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/dd -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/button -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images/box -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/extjs -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin/backgrounds -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/tsref -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/ts_codecompletion -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib/parse_typoscript -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/jslib -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res/css -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/res -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/icons -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Classes/ts_codecompletion -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Classes/Hook -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Templates/Note -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Layouts -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources/Private -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Configuration/TypoScript -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Configuration/TCA -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Configuration -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/ViewHelpers -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Hook -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Domain/Repository -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Domain/Model -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Domain -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Core -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_note -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/toolbarmenu -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/task -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Configuration/TCA -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Configuration -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sys_action -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/reports -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Classes/Report -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/tasks -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res/gfx -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/res -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/mod1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/interfaces -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/examples -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/cli -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/Task -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/CronCommand -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests/Unit -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources/Public/Images/Icons -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources/Public/Images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources/Public -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Task -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Example -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/CronCommand -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/scheduler -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/sv1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Utility -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Salt -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit/Evaluation -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests/Unit -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/tasks -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/salts/interfaces -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/salts -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/eval -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Utility -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Task -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Salt -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes/Evaluation -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/static/clickenlarge -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/static -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/typical -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/style -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/proc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/indentalign -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/image -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/demo -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/contentcss/img -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/contentcss -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/advanced -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi3 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi2 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod6 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod5 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod4 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod3 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/mod2 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/status -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/sprites -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images/actions -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins/default -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/skins -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/popups -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/UserElements -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/UndoRedo -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TextIndicator -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TableOperations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Link -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Image -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Color -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectFont -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/SelectColor -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/RemoveFormat -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/QuickTag -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/PlainText -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/MicrodataSchema -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley/smileys -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InsertSmiley -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineElements -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineCSS -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/FindReplace -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditorMode -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/EditElement -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS/img -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DynamicCSS -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefinitionList -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultLink -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultInline -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultImage -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultFont -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultColor -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/DefaultClean -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/CopyPaste -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/ContextMenu -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/CharacterMap -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockElements -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/Acronym -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins/AboutEditor -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea/plugins -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/htmlarea -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/statusreport -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/softref -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/install -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks/clearrtecache -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/hooks -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UserElements/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UserElements/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UserElements -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UndoRedo/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/UndoRedo -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TextStyle -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TextIndicator/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TextIndicator -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TableOperations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Link/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Link -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Image/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Image -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3HtmlParser -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Color/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/TYPO3Color -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/SpellChecker/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/SpellChecker -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/SelectFont -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/RemoveFormat/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/RemoveFormat -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/QuickTag/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/QuickTag -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/PlainText/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/PlainText/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/PlainText -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema/res -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/MicrodataSchema -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InsertSmiley/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InsertSmiley -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements/res -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/InlineElements -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/FindReplace/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/FindReplace -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditorMode/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditorMode -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditElement/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditElement/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/EditElement -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefinitionList/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefinitionList -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultLink -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultInline -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultImage -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultFont -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultColor -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/DefaultClean -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CopyPaste/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CopyPaste -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/ContextMenu -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/CharacterMap -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockStyle -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/BlockElements -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Acronym/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/Acronym -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions/AboutEditor -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/extensions -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration/TCA -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Configuration -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Hook/Install -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Hook -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Extension -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/sv1/storage -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/sv1/backends -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/sv1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources/jsbn -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/hooks -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Configuration/TCA -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Configuration -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Storage -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Hook -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes/Backend -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rsaauth -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/tasks -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/reports/status -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/reports -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/interfaces -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Tests/Unit/Report/Status -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Tests/Unit/Report -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Tests/Unit -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Public -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Templates/Report -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Partials -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Layouts -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources/Private -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/ViewHelpers -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Task -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Report/Status -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Report -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/js -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/icons -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res/css -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/res -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/mod1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/view -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/model -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/helper -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Utility -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Domain/Model -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Domain -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recycler -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/mod1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Tests/Unit/Browser -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Tests/Unit -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/RecordList -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes/Browser -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/recordlist -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/mod1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/sv1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/Yadis -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth/OpenID -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid/Auth -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib/php-openid -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/lib -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/openid -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/JavaScript -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/Images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/Icons -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public/Css -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources/Public -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint/cli -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/dbint -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/config -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/clmods -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Tests/Unit/Utility -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Tests/Unit -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/View -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes/Utility -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lowlevel -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/modfuncreport -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Public/Css -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Public -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language/Module -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources/Private -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Configuration/TsConfig/Page -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Configuration/TsConfig -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Configuration -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/tasks -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Task -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Report -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes/Linktype -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/res/js/be -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/res/js -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/res -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/hooks/clearcache -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/hooks -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/cshimages -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests/Unit/Domain/Model -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests/Unit/Domain -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests/Unit -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/StyleSheet -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/JavaScript -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public/Contrib -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Public -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Templates/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Partials -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Layouts -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources/Private -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/ViewHelpers/Be -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/ViewHelpers -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/View/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/View -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Utility/Connection -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Utility -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Exception -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain/Repository -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain/Model -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Domain -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang/4.5 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/lang -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/verify_imgs -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/updates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/report -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/mod -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/imgs -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests/Unit -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Stylesheets -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Javascript -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public/Images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Public -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Language/Report -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources/Private -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates/File -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment/TestImages -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/SystemEnvironment -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Sql -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Report -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Interfaces -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/CoreUpdates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/cshimages -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info_pagetsconfig -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/mod1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search_mysql -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi/res -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/pi -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/modfunc2 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/modfunc1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/mod -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/hooks -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/cli -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Tests/Unit -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Templates/Search -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Partials -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources/Private -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration/TypoScript -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration/TCA -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Configuration -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/ViewHelpers -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Utility -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Hook -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Example -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Domain/Repository -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Domain -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/indexed_search -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/task -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/modfunc1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/doc -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/cshimages -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/app -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/Task -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/impexp -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/mod1 -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/View -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Page -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Controller/Fixtures -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject/Menu -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/ContentObject -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Configuration/TypoScript/ConditionMatching -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Configuration/TypoScript -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit/Configuration -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests/Unit -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/View -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Utility -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Plugin -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Page -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/MediaWizard -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Imaging -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Hooks -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu/Exception -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject/Menu -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/ContentObject -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Configuration/TypoScript/ConditionMatching -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Configuration/TypoScript -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Configuration -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes/Authentication -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/frontend -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/View/Mail/Html/Element -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/View/Mail/Html -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/View/Mail -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/View -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Validation -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/PostProcess -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Filter -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Domain/Factory -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/Domain -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Validation -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms/Filters -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options/Forms -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Options -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form/PostProcessors -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Form -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left/Elements -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport/Left -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Viewport -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Ux -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Helpers -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Predefined -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Content -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements/Basic -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard/Elements -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript/Wizard -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/JavaScript -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/Images -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/CSS/Wizard -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public/CSS -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Public -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Private/Templates -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Private/Language -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources/Private -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Resources -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Migrations/Code -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Migrations -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Validation -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Request -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Filter -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests/Attributes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Manual/en -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation/Manual -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Documentation -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Configuration/TypoScript -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Configuration/PageTS -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Configuration -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Wizard -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain/Element -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Plain -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Element -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html/Additional -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail/Html -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Mail -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Element -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form/Additional -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Form -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Element -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation/Additional -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View/Confirmation -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/View -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Validation -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Utility -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/System/Validate -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/System/Request -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/System/Postprocessor -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/System/Localization -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/System/Layout -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/System/Filter -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/System/Elementcounter -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/System -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/PostProcess -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Filter -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Repository -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Json -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Element -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attributes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Attribute -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model/Additional -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Model -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain/Factory -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Domain -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget/Controller -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Format -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form/Fixtures -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Form -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Fixtures -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Be -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View/Fixtures -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/View -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Widget -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/ViewHelper -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Rendering -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/SyntaxTree -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Interceptor -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser/Fixtures -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Parser -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Fixtures -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core/Compiler -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/Core -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Paginate -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Autocomplete -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Be/Widget/Paginate -@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Be/Widget *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***