Bug 188731 - [MAINTAINER] www/typo347: update to 4.7.18
Summary: [MAINTAINER] www/typo347: update to 4.7.18
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-17 14:40 UTC by Helmut Ritter
Modified: 2014-04-26 19:30 UTC (History)
0 users

See Also:


Attachments
typo347-4.7.18.patch (168.74 KB, patch)
2014-04-17 14:40 UTC, Helmut Ritter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Ritter 2014-04-17 14:40:00 UTC
- Update to 4.7.18
- Bugfix only
- http://typo3.org/news/article/typo3-cms-621-618-6013-4718-4533-released/

Generated with FreeBSD Port Tools 1.01 (mode: update, diff: suffix)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-17 14:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-04-26 18:04:52 UTC
Author: ohauer
Date: Sat Apr 26 17:04:45 2014
New Revision: 352273
URL: http://svnweb.freebsd.org/changeset/ports/352273
QAT: https://qat.redports.org/buildarchive/r352273/

Log:
  - upddate to 4.7.18
  - replace CHOWN in Makefile with @owner/@group in pkg-plist
  - simplify LN command
  
  PR:             ports/188731
  Submitted by:   Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)

Modified:
  head/www/typo347/Makefile
  head/www/typo347/distinfo
  head/www/typo347/pkg-plist

Modified: head/www/typo347/Makefile
==============================================================================
--- head/www/typo347/Makefile	Sat Apr 26 16:52:53 2014	(r352272)
+++ head/www/typo347/Makefile	Sat Apr 26 17:04:45 2014	(r352273)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	typo3
-PORTVERSION=	4.7.17
+PORTVERSION=	4.7.18
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
 PKGNAMESUFFIX=	${TYPO3RELEASE}
@@ -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}
 
@@ -46,9 +47,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
 
@@ -67,10 +68,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 <bsd.port.mk>

Modified: head/www/typo347/distinfo
==============================================================================
--- head/www/typo347/distinfo	Sat Apr 26 16:52:53 2014	(r352272)
+++ head/www/typo347/distinfo	Sat Apr 26 17:04:45 2014	(r352273)
@@ -1,4 +1,4 @@
-SHA256 (typo3_src-4.7.17.tar.gz) = f2b6fb15d56a5dbe24b3ccbcbf15c6f465154fb9bb244554653d4e26fa3ed613
-SIZE (typo3_src-4.7.17.tar.gz) = 22632250
-SHA256 (dummy-4.7.17.tar.gz) = 2cd45e97ea8ad67915283301c3daffe00b5e314cf6c85f7da9745fb041b4ae74
-SIZE (dummy-4.7.17.tar.gz) = 10277
+SHA256 (typo3_src-4.7.18.tar.gz) = ffbd6ffbbcc60986a37fa6b07dbdcf03473e963f9e47a8cc927a4b9e12638b6d
+SIZE (typo3_src-4.7.18.tar.gz) = 22663845
+SHA256 (dummy-4.7.18.tar.gz) = 3d1544f40c1463ee2966a9050bcb03ea22eb21ae71955296f6a049e212c46eec
+SIZE (dummy-4.7.18.tar.gz) = 10277

Modified: head/www/typo347/pkg-plist
==============================================================================
--- head/www/typo347/pkg-plist	Sat Apr 26 16:52:53 2014	(r352272)
+++ head/www/typo347/pkg-plist	Sat Apr 26 17:04:45 2014	(r352273)
@@ -1,3 +1,5 @@
+@owner %%WWWOWN%% 
+@group %%WWWGRP%%
 %%WWWDIR%%-47/INSTALL.txt
 %%WWWDIR%%-47/README.txt
 %%WWWDIR%%-47/RELEASE_NOTES.txt
@@ -26,7 +28,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
@@ -941,7 +942,10 @@
 %%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/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
@@ -8239,1079 +8243,1079 @@
 %%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/Service/fixtures
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Tests/Service
-@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/Documentation
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/Service
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/workspaces/Classes/ExtDirect
-@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
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages/cshimages
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/wizard_crpages
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/viewpage/view
-@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/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
-@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
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate_analyzer
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/tstemplate/ts
-@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
-@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/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/classes/ts_codecompletion
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor/classes
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/t3editor
-@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
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv/reports
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/sv
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/uploads/re
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/uploads/newsletter
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/uploads/hyper
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/uploads/green
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/uploads/crcph
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/uploads/candidate
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/uploads
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/scripts
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/logos
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/icons_misc
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/frames
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/flags
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/fileicons
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/emoticons
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/buttons
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media/bullets
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates/media
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/statictemplates
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/simulatestatic
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/mod
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/setup/cshimages
-@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
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/sv1
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/saltedpasswords/doc
-@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
-@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/pi4
-@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/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
-@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
-@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/mod
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/reports/interfaces
-@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/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/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
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/perm/mod1
-@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
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/opendocs/mod
-@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
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/res
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/modfuncreport
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/doc
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/linkvalidator/classes/tasks
-@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/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/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
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Resources
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Updates
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Service
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/install/Classes/Interfaces
-@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
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/info/mod1
-@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/example
-@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/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/Configuration/TypoScript
-@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/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
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func_wizards
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func/mod1
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/func
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/System/Validate
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/System/Postprocessor
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/System/Filter
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Tests/Unit/System
-@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/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/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/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/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/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
-@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
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Templates
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private/Language
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources/Private
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Resources
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Configuration/TypoScript
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Configuration
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Widget/Controller
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Widget
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Uri
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Security
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Link
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Format
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Form
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Security
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Menus
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be/Buttons
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers/Be
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/ViewHelpers
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/View
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Service
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Widget
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/Facets
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/ViewHelper
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Rendering
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/SyntaxTree
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser/Interceptor
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Parser
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core/Compiler
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Core
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes/Compatibility
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Classes
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist/mod1
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/filelist
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/pi1
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin/doc
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/felogin
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit/view
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/feedit
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extra_page_cm_options
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator/BeforeExtbase14
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation/Validator
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Validation
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Utility
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/SignalSlot
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Service
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Security/Cryptography
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Security/Channel
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Security
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Reflection/Fixture
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Reflection
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property/TypeConverter
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Property
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Storage
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence/Mapper
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Persistence
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container/Fixtures
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object/Container
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Object
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/MVC/Web/Routing
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/MVC/Web
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/MVC/Fixture/CLI/Command
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/MVC/Fixture/CLI
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/MVC/Fixture
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/MVC/Controller
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/MVC/CLI
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/MVC
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Fixtures
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Error
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/DomainObject
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit/Configuration
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests/Unit
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Tests
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Scripts
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/MVC
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private/Language
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources/Private
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Resources
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Documentation
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Validator
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Validation
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Utility
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/SignalSlot/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/SignalSlot
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Service
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Cryptography
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security/Channel
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Security
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Scheduler
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/TypeConverter
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Property
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Storage/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Storage
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/QOM
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Mapper
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Persistence
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Container/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object/Container
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Object
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/MVC/Web/Routing
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/MVC/Web
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/MVC/View
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/MVC/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/MVC/Controller/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/MVC/Controller
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/MVC/CLI
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/MVC
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Error
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/DomainObject
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Repository
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain/Model
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Domain
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Core
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Configuration
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Command
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/res/js/ux/menu
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/res/js/ux/images
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/res/js/ux/filter
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/res/js/ux/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/res/js/ux
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/res/js/overrides
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/res/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/res/icons
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/res/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/res
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/language
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/interfaces
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/translations
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/tools
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/tasks
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/settings
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/repository
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/reports
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/parser
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/install
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/import
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/extensions
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/database
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes/connection
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/classes
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/Tests/Unit/tools
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/Tests/Unit
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em/Tests
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/em
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/postgresql
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/oracle
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res/Templates
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/res
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/mod1
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/lib
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal/doc
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/dbal
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.6
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.5
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.4
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.3
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v4.2
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v3.9
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static/v3.8
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/static
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/pi1
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/doc
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/css/img
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/css_styled_content
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual/mod
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cshmanual
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/4.5
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/web_info
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/templates
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/hyper
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/candidate
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/hooks
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/res
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout/interfaces
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/layout
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/classes
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/doc
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/doc
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/res
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/doc
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/xsl
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/session
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/perf
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/pear/Auth/Container
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/pear/Auth
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/pear
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/lang
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/drivers
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/datadict
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/contrib
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Templates/Modules
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Templates
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Layouts
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Language
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Classes/Controller
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Classes
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/interfaces
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Templates/About
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Templates
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Layouts
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/ViewHelpers
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain/Repository
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain/Model
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Controller
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/stylesheets/visual
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/stylesheets/structure
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/stylesheets/install
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/stylesheets
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/web
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/user
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/tools
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/help
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod/file
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/mod
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/extjs
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/interfaces
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/install
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/selicons
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/rednumbers
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ol
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/ie6
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/flags
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/clickmenu
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/c_wiz
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/ext
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js/skins
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs/video-js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/videojs
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/dependency_maps
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp/Auth
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport/Esmtp
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Transport
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/StreamFilters
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Reporters
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Pop
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Loggers
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins/Decorator
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Plugins
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/Headers
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/HeaderEncoder
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime/ContentEncoder
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mime
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Mailer
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/KeyCache
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Events
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/Encoder
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterStream
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReaderFactory
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/CharacterReader
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift/ByteStream
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swfupload/plugins
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swfupload
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/scriptaculous
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/prototype
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/data
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/PEAR
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/Net
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Observer
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2/Adapter
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jsmin
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Olli Hauer freebsd_committer freebsd_triage 2014-04-26 18:14:23 UTC
State Changed
From-To: open->closed

I'll take it & committed with minor changes 



Comment 4 Olli Hauer freebsd_committer freebsd_triage 2014-04-26 18:14:23 UTC
Responsible Changed
From-To: sunpoet->ohauer

I'll take it & committed with minor changes
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-04-26 19:29:34 UTC
Author: sunpoet
Date: Sat Apr 26 18:29:30 2014
New Revision: 352364
URL: http://svnweb.freebsd.org/changeset/ports/352364
QAT: https://qat.redports.org/buildarchive/r352364/

Log:
  - While I'm here, convert to new options helper
  
  PR:		ports/188731
  Submitted by:	Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)

Modified:
  head/www/typo347/Makefile

Modified: head/www/typo347/Makefile
==============================================================================
--- head/www/typo347/Makefile	Sat Apr 26 18:28:46 2014	(r352363)
+++ head/www/typo347/Makefile	Sat Apr 26 18:29:30 2014	(r352364)
@@ -35,15 +35,12 @@ GD_DESC=	GDlib/freetype support
 IMAGICK_DESC=	${IMAGEMAGICK_DESC}
 MBSTRING_DESC=	${MULTIBYTE_DESC}
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MCURL}
-USE_PHP+=	curl
-.endif
+CURL_USE=	PHP=curl
+GD_USE=		PHP=gd
+MBSTRING_USE=	PHP=mbstring
+ZLIB_USE=	PHP=zlib
 
-.if ${PORT_OPTIONS:MGD}
-USE_PHP+=	gd
-.endif
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MIMAGICK}
 .if ${PORT_OPTIONS:MX11}
@@ -53,14 +50,6 @@ RUN_DEPENDS+=	convert:${PORTSDIR}/graphi
 .endif
 .endif
 
-.if ${PORT_OPTIONS:MMBSTRING}
-USE_PHP+=	mbstring
-.endif
-
-.if ${PORT_OPTIONS:MZLIB}
-USE_PHP+=	zlib
-.endif
-
 pre-install:
 	${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php \
 		${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"