1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- secuity update for typo3 ports

- some small Makefile cleanups
- add vuxml entry

Vulnerability Types: Cross-Site Scripting, Remote Code Execution
 Overall Severity: Critical

Vulnerable subcomponent: Third Party Libraries used for audio and video playback
 Affected Versions: All versions from 4.5.0 up to the development branch of 6.2
 Vulnerability Type: Cross-Site Scripting
 Severity: Medium

Vulnerable subcomponent: Backend File Upload / File Abstraction Layer
 Vulnerability Type: Remote Code Execution by arbitrary file creation
 Affected Versions: All versions from 6.0.0 up to the development branch of 6.2
 Severity: Critical

PR:		ports/180951
		ports/180952
		ports/180953
Submitted by:	Helmut Ritter <freebsd-ports@charlieroot.de> (maintainer)
Security:	http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-002/
		CVE-2011-3642
		CVE-2013-1464
This commit is contained in:
Olli Hauer 2013-08-05 21:56:56 +00:00
parent 6f67b2a43e
commit ac22a002c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324294
10 changed files with 187 additions and 140 deletions

View File

@ -51,6 +51,44 @@ Note: Please add new entries to the beginning of this file.
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
<vuln vid="e6839625-fdfa-11e2-9430-20cf30e32f6d">
<topic>typo3 -- Multiple vulnerabilities in TYPO3 Core</topic>
<affects>
<package>
<name>typo3</name>
<range><ge>4.5.0</ge><lt>4.5.29</lt></range>
<range><ge>4.7.0</ge><lt>4.7.14</lt></range>
<range><ge>6.1.0</ge><lt>6.1.3</lt></range>
</package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
<p>Typo Security Team reports:</p>
<blockquote cite="http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2013-002/">
<p>It has been discovered that TYPO3 Core is vulnerable to
Cross-Site Scripting and Remote Code Execution.</p>
<p>TYPO3 bundles flash files for video and audio playback. Old
versions of FlowPlayer and flashmedia are susceptible to
Cross-Site Scripting. No authentication is required to exploit
this vulnerability.</p>
<p>The file upload component and the File Abstraction Layer are
failing to check for denied file extensions, which allows
authenticated editors (even with limited permissions) to
upload php files with arbitrary code, which can then be
executed in web server's context.</p>
</blockquote>
</body>
</description>
<references>
<cvename>CVE-2011-3642</cvename>
<cvename>CVE-2013-1464</cvename>
</references>
<dates>
<discovery>2013-07-30</discovery>
<entry>2013-08-05</entry>
</dates>
</vuln>
<vuln vid="17326fd5-fcfb-11e2-9bb9-6805ca0b3d42">
<topic>phpMyAdmin -- clickJacking protection can be bypassed</topic>
<affects>

View File

@ -2,12 +2,12 @@
# $FreeBSD$
PORTNAME= typo3
PORTVERSION= 6.1.2
PORTVERSION= 6.1.3
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
MAINTAINER= freebsd-ports@charlieroot.de
COMMENT= Open Source content management system
COMMENT= The typo3 content management system
LICENSE= GPLv2
@ -29,14 +29,12 @@ DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX}
OPTIONS_DEFINE= APC CURL GD IMAGICK MBSTRING MYSQL ZLIB
APC_DESC= Alternative PHP Cache
CURL_DESC= cURL supprt
GD_DESC= GDlib/freetype support
IMAGICK_DESC= ${IMAGEMAGICK_DESC}
MBSTRING_DESC= ${MULTIBYTE_DESC}
MYSQL_DESC= Install MySQL Server
ZLIB_DESC= zlib support
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAPC}
USE_PHP+= apc
@ -86,4 +84,4 @@ do-install:
${LN} -s ../${TYPO3SRC} typo3_src
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3WWW}/${TYPO3SRC}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
SHA256 (typo3_src-6.1.2.tar.gz) = e43a7912b2d005a9586cf179776b5a8986b9f837e02d233c7710f0b55cfd49f9
SIZE (typo3_src-6.1.2.tar.gz) = 21063841
SHA256 (dummy-6.1.2.tar.gz) = 25228d799825fb37854e317c154dce4bae60eef4a25a38e3f3b34e569c9695d6
SIZE (dummy-6.1.2.tar.gz) = 9709
SHA256 (typo3_src-6.1.3.tar.gz) = a30d1c1ebf9f17575844fbabdbccc104e31d82216b076411a083077a6875874c
SIZE (typo3_src-6.1.3.tar.gz) = 21086000
SHA256 (dummy-6.1.3.tar.gz) = d8b5d4b0b3eff40dec0deb5ad445f63685011c08efd2febb58c2beada77a51f3
SIZE (dummy-6.1.3.tar.gz) = 9710

View File

@ -799,67 +799,26 @@
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.png
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/flvplayer.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.license.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.readme.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/qtobject/qtobject.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/expressInstall.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/swfobject.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE-exception.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_COMMERCIAL.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_MULTIDOMAIN.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_UNLIMITED.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/flowplayer-3.2.6.min.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/index.html.tmpl
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/style.css
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/expressinstall.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.7.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio-3.2.2.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions-3.2.3.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/casa.dfxp.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/casa.dfxp.xml.1
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/engineering.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/flowplayer.captions.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/flvtool2-cuepoints.sh
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/left.png
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/right.png
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame00.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame01.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame02.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame03.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame04.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame05.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame06.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame07.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame08.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame09.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame10.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame11.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame12.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame13.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame14.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame15.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame16.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame17.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame18.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame19.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame20.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/index.html.tmpl
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/tools.scrollable-1.1.2.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content-3.2.0.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.controls-3.2.5.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.12.min.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.16.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.controls-3.2.15.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/license.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/readme.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/flexunit/flexunit.swc
@ -898,6 +857,49 @@
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/licensekey/licensekey.swc
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/thunderbolt/ThunderBoltAS3_Flash.swc
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/manifest.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio-3.2.10.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions-3.2.9.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flowplayer.captions.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/left.png
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/right.png
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame00.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame01.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame02.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame03.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame04.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame05.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame06.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame07.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame08.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame09.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame10.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame11.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame12.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame13.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame14.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame15.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame16.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame17.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame18.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame19.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame20.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/index.html.tmpl
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/tools.scrollable-1.1.2.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content-3.2.8.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/release.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/LICENCE
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/ReadMe.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/idna_convert.class.php
@ -3004,6 +3006,7 @@
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/BaseTestCase.php
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Category/Collection/CategoryCollectionTest.php
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource/BaseTestCase.php
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource/Driver/LocalDriverTest.php
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource/FolderTest.php
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource/ResourceStorageTest.php
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Utility/File/ExtendedFileUtilityTest.php
@ -10190,6 +10193,7 @@
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Integrity
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Utility/File
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Utility
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource/Driver
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Resource
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Category/Collection
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/core/Tests/Functional/Category
@ -10519,6 +10523,13 @@
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery
@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
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/thunderbolt
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/licensekey
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance
@ -10539,12 +10550,6 @@
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/flexunit
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= typo3
PORTVERSION= 4.5.28
PORTVERSION= 4.5.29
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
@ -11,7 +11,7 @@ COMMENT= The typo3 content management system
LICENSE= GPLv2
NO_LATEST_LINK= yes
LATEST_LINK= ${PKGBASE}${TYPO3RELEASE}
NO_BUILD= yes
USE_PHP= ctype filter json mysql pcre session xml
WANT_PHP_WEB= yes
@ -28,11 +28,11 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}"
DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX}
OPTIONS_DEFINE= CURL GD IMAGICK MBSTRING ZLIB
GD_DESC= GDlib/freetype support
IMAGICK_DESC= ${IMAGEMAGICK_DESC}
MBSTRING_DESC= ${MULTIBYTE_DESC}
GD_DESC= GDlib/freetype support
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCURL}
USE_PHP+= curl
@ -59,7 +59,8 @@ USE_PHP+= zlib
.endif
pre-install:
${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist
${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php \
${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist
do-install:
${CP} -R ${WRKDIR}/${TYPO3DUMMY}/ ${PREFIX}/${TYPO3SITE}
@ -70,4 +71,4 @@ do-install:
${LN} -s ../${TYPO3SRC} typo3_src
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3WWW}/${TYPO3SRC}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
SHA256 (typo3_src-4.5.28.tar.gz) = 7ec787d476135033e9ab3a5cd4fca4a6978fcfae765deed446a3e8d2e615e3e7
SIZE (typo3_src-4.5.28.tar.gz) = 20724368
SHA256 (dummy-4.5.28.tar.gz) = 5f71b0096e4e5392720182ab93ff3f35e78fd893c99bbe41733171d5a923615b
SIZE (dummy-4.5.28.tar.gz) = 9858
SHA256 (typo3_src-4.5.29.tar.gz) = 8fc3c2633cb0059d750c0846a546257bedbdfa2038bd8175c5d9a7746b0330de
SIZE (typo3_src-4.5.29.tar.gz) = 20731649
SHA256 (dummy-4.5.29.tar.gz) = aaa38348cd65574daa036c494ffb7a9e0937ca26a8d05bfe096839ada3e7d1e4
SIZE (dummy-4.5.29.tar.gz) = 9859

View File

@ -774,8 +774,9 @@
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/resources.jsb
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/flvplayer.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.license.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.readme.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/qtobject/qtobject.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/expressInstall.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/swfobject.js

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= typo3
PORTVERSION= 4.7.13
PORTVERSION= 4.7.14
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
@ -28,11 +28,11 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}"
DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX}
OPTIONS_DEFINE= CURL GD IMAGICK MBSTRING ZLIB
GD_DESC= GDlib/freetype support
IMAGICK_DESC= ${IMAGEMAGICK_DESC}
MBSTRING_DESC= ${MULTIBYTE_DESC}
GD_DESC= GDlib/freetype support
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCURL}
USE_PHP+= curl
@ -59,7 +59,8 @@ USE_PHP+= zlib
.endif
pre-install:
${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist
${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php \
${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist
do-install:
${CP} -R ${WRKDIR}/${TYPO3DUMMY}/ ${PREFIX}/${TYPO3SITE}
@ -70,4 +71,4 @@ do-install:
${LN} -s ../${TYPO3SRC} typo3_src
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${TYPO3WWW}/${TYPO3SRC}
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
SHA256 (typo3_src-4.7.13.tar.gz) = f8028349bef4956cd60f80ddf6687e11796acc95698ab7e95e37af4d5bed82c2
SIZE (typo3_src-4.7.13.tar.gz) = 22574879
SHA256 (dummy-4.7.13.tar.gz) = 0e8351f886035cf89581469c27e3d0641edbe58c9a5e91e7b9e7f96cd352e997
SIZE (dummy-4.7.13.tar.gz) = 10160
SHA256 (typo3_src-4.7.14.tar.gz) = a87a8f600b255b7558f88cb3ac4e4b5e8478774edc626ff7c8da7acfd61ed71c
SIZE (typo3_src-4.7.14.tar.gz) = 22597494
SHA256 (dummy-4.7.14.tar.gz) = d08aa5957c919a22b4367ddfa0aa31e49bd29a73ff574117e4e12f28e4c2bd98
SIZE (dummy-4.7.14.tar.gz) = 10155

View File

@ -819,67 +819,26 @@
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.png
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/extjs/resources/images/default/window/top-bottom.psd
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/flvplayer.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.license.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.readme.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/player.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/qtobject/qtobject.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/expressInstall.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject/swfobject.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE-exception.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_COMMERCIAL.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_MULTIDOMAIN.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/LICENSE_UNLIMITED.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/flowplayer-3.2.6.min.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/index.html.tmpl
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example/style.css
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/expressinstall.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.7.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio-3.2.2.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions-3.2.3.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/casa.dfxp.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/casa.dfxp.xml.1
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/engineering.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/flowplayer.captions.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/flvtool2-cuepoints.sh
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/left.png
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/right.png
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame00.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame01.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame02.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame03.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame04.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame05.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame06.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame07.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame08.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame09.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame10.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame11.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame12.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame13.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame14.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame15.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame16.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame17.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame18.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame19.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs/frame20.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/index.html.tmpl
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/tools.scrollable-1.1.2.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content-3.2.0.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.controls-3.2.5.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.12.min.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer-3.2.16.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.controls-3.2.15.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/license.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib/readme.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/flexunit/flexunit.swc
@ -918,6 +877,49 @@
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/licensekey/licensekey.swc
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/thunderbolt/ThunderBoltAS3_Flash.swc
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/manifest.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio-3.2.10.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions-3.2.9.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flowplayer.captions.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/flvtool2-cuepoints.sh
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/left.png
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/right.png
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame00.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame01.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame02.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame03.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame04.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame05.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame06.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame07.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame08.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame09.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame10.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame11.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame12.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame13.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame14.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame15.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame16.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame17.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame18.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame19.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/images/thumbs/frame20.jpg
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/index.html.tmpl
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions/example/tools.scrollable-1.1.2.js
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content-3.2.8.swf
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/LICENSE.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/README.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.properties
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.content/build.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/release.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/LICENCE
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/ReadMe.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/idna_convert.class.php
@ -9142,6 +9144,13 @@
@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
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.captions
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins/flowplayer.audio
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/plugins
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/thunderbolt
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/licensekey
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/goasp/src_go/org/goasap/utils/customadvance
@ -9162,12 +9171,6 @@
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/flexunit
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib/corelib
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/lib
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.content
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images/thumbs
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example/images
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions/example
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.captions
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/flowplayer.audio
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer/example
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flowplayer
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/flashmedia/swfobject