Bug 188729 - [MAINTAINER] www/typo345: update to 4.5.33
Summary: [MAINTAINER] www/typo345: update to 4.5.33
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:20 UTC by Helmut Ritter
Modified: 2014-04-26 19:30 UTC (History)
0 users

See Also:


Attachments
typo345-4.5.33.patch (136.74 KB, patch)
2014-04-17 14:20 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:20:00 UTC
- Update to 4.5.33
- 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:20:10 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 17:51:27 UTC
Author: ohauer
Date: Sat Apr 26 16:51:20 2014
New Revision: 352271
URL: http://svnweb.freebsd.org/changeset/ports/352271
QAT: https://qat.redports.org/buildarchive/r352271/

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

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

Modified: head/www/typo345/Makefile
==============================================================================
--- head/www/typo345/Makefile	Sat Apr 26 16:07:39 2014	(r352270)
+++ head/www/typo345/Makefile	Sat Apr 26 16:51:20 2014	(r352271)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	typo3
-PORTVERSION=	4.5.32
+PORTVERSION=	4.5.33
 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/typo345/distinfo
==============================================================================
--- head/www/typo345/distinfo	Sat Apr 26 16:07:39 2014	(r352270)
+++ head/www/typo345/distinfo	Sat Apr 26 16:51:20 2014	(r352271)
@@ -1,4 +1,4 @@
-SHA256 (typo3_src-4.5.32.tar.gz) = e15d436fadcd269c5c1a118d34c1b666ad4353e2ea2af3c09c238305752efe65
-SIZE (typo3_src-4.5.32.tar.gz) = 20769345
-SHA256 (dummy-4.5.32.tar.gz) = a3f7fb33a363ba90f4df0570d49c94c3de667026da836839e2a6aaa07c6274f1
-SIZE (dummy-4.5.32.tar.gz) = 9978
+SHA256 (typo3_src-4.5.33.tar.gz) = f4afed9eb239989a9cd38581ed8184c9fdf0a610b6d799f64bc1a8f9c85a3630
+SIZE (typo3_src-4.5.33.tar.gz) = 20796168
+SHA256 (dummy-4.5.33.tar.gz) = 16eb3275016c9cfcea9258e890befad47b730760196da8f60bddd3eff6506c9b
+SIZE (dummy-4.5.33.tar.gz) = 9980

Modified: head/www/typo345/pkg-plist
==============================================================================
--- head/www/typo345/pkg-plist	Sat Apr 26 16:07:39 2014	(r352270)
+++ head/www/typo345/pkg-plist	Sat Apr 26 16:51:20 2014	(r352271)
@@ -1,3 +1,5 @@
+@owner %%WWWOWN%% 
+@group %%WWWGRP%%
 %%WWWDIR%%-45/INSTALL.txt
 %%WWWDIR%%-45/README.txt
 %%WWWDIR%%-45/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
@@ -784,7 +785,10 @@
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/json/json.php
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr/LICENSE.txt
 %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr/modernizr.min.js
+%%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
@@ -7446,887 +7450,887 @@
 %%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
-@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/Reports
-@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/BackendUserInterface
-@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/cli
-@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/cli
-@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
-@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/ie6
-@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/pngfix
-@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/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/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/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/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/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
-@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/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
-@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/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
-@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
-@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
-@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/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/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/Controller
-@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/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/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/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/Reflection/Exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/extbase/Classes/Reflection
-@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
-@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
-@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/handlers
-@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.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/doc
-@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/mod
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/mod
-@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/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/modernizr
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/json
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jsmin
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/qtobject
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tree
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/toolbar
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/tabs
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/slider
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/sizer
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/shared
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/qtip
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/progress
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/panel
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/menu
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/layout
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/grid
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/form
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/editor
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/dd
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/button
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/box
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/visual
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css/structure
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/locale
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/yui
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/prototype
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/jquery
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter/ext
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/adapter
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/sql
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/scheme
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/python
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/plsql
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/php
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/ometa
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/lua
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp/css
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib/csharp
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror/contrib
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/codemirror
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/RemoveXSS
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/classes
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/utility/dependency
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/utility
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/unidata
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tree/tca
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tree/renderer
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tree/pagetree/interfaces
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tree/pagetree/extdirect
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tree/pagetree
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tree/extdirect
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tree
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tceforms
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/spritemanager
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/search
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/message
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/matchcondition
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/mail
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/js/extjs/ux
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/js/extjs/tree
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/js/extjs/components/pagetree/javascript
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/js/extjs/components/pagetree
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/js/extjs/components
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/js/extjs
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/js
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/interfaces/tree
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/interfaces
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/formprotection
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/fonts
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/extjs/dataprovider
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/extjs
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/error
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/db
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/csconvtbl
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/renderer
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/pagetree/extdirect
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/pagetree
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/extdirect
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/codec
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend/interfaces
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/exception
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend/resources
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend/interfaces
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/t3lib
-@dirrm %%WWWDIR%%_src-%%PORTVERSION%%
-@dirrm %%WWWDIR%%-45/uploads/tf
-@dirrm %%WWWDIR%%-45/uploads/pics
-@dirrm %%WWWDIR%%-45/uploads/media
-@dirrm %%WWWDIR%%-45/uploads
-@dirrm %%WWWDIR%%-45/typo3temp
-@dirrm %%WWWDIR%%-45/typo3conf/l10n
-@dirrm %%WWWDIR%%-45/typo3conf/ext
-@dirrm %%WWWDIR%%-45/typo3conf
-@dirrm %%WWWDIR%%-45/fileadmin/user_upload
-@dirrm %%WWWDIR%%-45/fileadmin/_temp_
-@dirrm %%WWWDIR%%-45/fileadmin
-@dirrm %%WWWDIR%%-45
+@dirrmtry %%WWWDIR%%-45/fileadmin/_temp_
+@dirrmtry %%WWWDIR%%-45/fileadmin/user_upload
+@dirrmtry %%WWWDIR%%-45/fileadmin
+@dirrmtry %%WWWDIR%%-45/typo3conf/ext
+@dirrmtry %%WWWDIR%%-45/typo3conf/l10n
+@dirrmtry %%WWWDIR%%-45/typo3conf
+@dirrmtry %%WWWDIR%%-45/typo3temp
+@dirrmtry %%WWWDIR%%-45/uploads/media
+@dirrmtry %%WWWDIR%%-45/uploads/pics
+@dirrmtry %%WWWDIR%%-45/uploads/tf
+@dirrmtry %%WWWDIR%%-45/uploads
+@dirrmtry %%WWWDIR%%-45
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend/interfaces
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend/resources
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/backend
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/exception
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend/interfaces
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache/frontend
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/cache
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/codec
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/extdirect
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/pagetree/extdirect
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/pagetree
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/renderer
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/csconvtbl
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/db
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/error
+@dirrmtry %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/extjs/dataprovider

*** 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:12:58 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:12:58 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:28:50 UTC
Author: sunpoet
Date: Sat Apr 26 18:28:46 2014
New Revision: 352363
URL: http://svnweb.freebsd.org/changeset/ports/352363
QAT: https://qat.redports.org/buildarchive/r352363/

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

Modified:
  head/www/typo345/Makefile

Modified: head/www/typo345/Makefile
==============================================================================
--- head/www/typo345/Makefile	Sat Apr 26 18:27:27 2014	(r352362)
+++ head/www/typo345/Makefile	Sat Apr 26 18:28:46 2014	(r352363)
@@ -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"