Sun Oct 12 06:41:39 2008 UTC ()
Update typo3 package to 4.2.2.

* News
	This release is a bugfix release.

Full ChangeLog is too large to write here please refer:

	http://wiki.typo3.org/index.php/TYPO3_4.2.2


(taca)
diff -r1.6 -r1.7 pkgsrc/www/typo3/Makefile
diff -r1.3 -r1.4 pkgsrc/www/typo3/PLIST
diff -r1.2 -r1.3 pkgsrc/www/typo3/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/www/typo3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/typo3/Attic/Makefile 2008/09/28 02:24:27 1.6
+++ pkgsrc/www/typo3/Attic/Makefile 2008/10/12 06:41:39 1.7
@@ -1,33 +1,32 @@ @@ -1,33 +1,32 @@
1# $NetBSD: Makefile,v 1.6 2008/09/28 02:24:27 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2008/10/12 06:41:39 taca Exp $
2# 2#
3 3
4DISTNAME= ${TYPO3NAME} 4DISTNAME= ${TYPO3NAME}
5PKGNAME= typo3-${VER} 5PKGNAME= typo3-${VER}
6PKGREVISION= 3 
7CATEGORIES= www 6CATEGORIES= www
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/} 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/}
9DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX} 8DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX}
10 9
11MAINTAINER= taca@NetBSD.org 10MAINTAINER= taca@NetBSD.org
12HOMEPAGE= http://typo3.com/ 11HOMEPAGE= http://typo3.com/
13COMMENT= The typo3 content management system 12COMMENT= The typo3 content management system
14 13
15DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql 14DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql
16DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/ 15DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
17 16
18PKG_DESTDIR_SUPPORT= destdir 17PKG_DESTDIR_SUPPORT= destdir
19 18
20VER= 4.2.1 19VER= 4.2.2
21NO_BUILD= yes 20NO_BUILD= yes
22USE_TOOLS= pax 21USE_TOOLS= pax
23 22
24TYPO3NAME= typo3_src-${VER} 23TYPO3NAME= typo3_src-${VER}
25SITESRC= dummy-${VER} 24SITESRC= dummy-${VER}
26 25
27PHP_VERSIONS_ACCEPTED= 5 26PHP_VERSIONS_ACCEPTED= 5
28 27
29# maybe resides in lang/php/phpversion.mk 28# maybe resides in lang/php/phpversion.mk
30REPLACE_INTERPRETER+= php 29REPLACE_INTERPRETER+= php
31REPLACE.php.old= .*php[^ ]* 30REPLACE.php.old= .*php[^ ]*
32REPLACE.php.new= ${PREFIX}/bin/php 31REPLACE.php.new= ${PREFIX}/bin/php
33REPLACE_FILES.php= typo3/cli_dispatch.phpsh \ 32REPLACE_FILES.php= typo3/cli_dispatch.phpsh \
@@ -55,33 +54,49 @@ CONF_FILES_PERMS+= ${EGDIR}/localconf.ph @@ -55,33 +54,49 @@ CONF_FILES_PERMS+= ${EGDIR}/localconf.ph
55.for d in ${TYPO3DATADIR} 54.for d in ${TYPO3DATADIR}
56OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR}/${d} ${BINOWN} ${APACHE_GROUP} 0770 55OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR}/${d} ${BINOWN} ${APACHE_GROUP} 0770
57CHECK_PERMS_SKIP+= ${TYPO3DIR}/${SITEDIR}/${d} 56CHECK_PERMS_SKIP+= ${TYPO3DIR}/${SITEDIR}/${d}
58.endfor 57.endfor
59 58
60SUBST_CLASSES+= conf 59SUBST_CLASSES+= conf
61SUBST_FILES.conf+= ${WRKDIR}/README 60SUBST_FILES.conf+= ${WRKDIR}/README
62SUBST_FILES.conf+= ${WRKSRC}/t3lib/config_default.php 61SUBST_FILES.conf+= ${WRKSRC}/t3lib/config_default.php
63SUBST_SED.conf+= -e 's|@PREFIX@|${PREFIX:Q}|g' 62SUBST_SED.conf+= -e 's|@PREFIX@|${PREFIX:Q}|g'
64SUBST_SED.conf+= -e 's|@TYPO3DIR@|${TYPO3DIR:Q}|g' 63SUBST_SED.conf+= -e 's|@TYPO3DIR@|${TYPO3DIR:Q}|g'
65SUBST_SED.conf+= -e 's|@SITEDIR@|${SITEDIR:Q}|g' 64SUBST_SED.conf+= -e 's|@SITEDIR@|${SITEDIR:Q}|g'
66SUBST_STAGE.conf= post-configure 65SUBST_STAGE.conf= post-configure
67 66
 67PRINT_PLIST_AWK+= /^${EGDIR:S|/|\\/|g}/ \
 68 { gsub(/${EGDIR:S|/|\\/|g}/, "$${EGDIR}") }
 69PRINT_PLIST_AWK+= /^(@dirrm )?${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/ \
 70 { gsub(/${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/, \
 71 "$${TYPO3DIR}/$${TYPO3NAME}") }
 72PRINT_PLIST_AWK+= /^@dirrm ${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/ \
 73 { gsub(/${TYPO3DIR:S|/|\\/|g}\/${TYPO3NAME}/, \
 74 "$${TYPO3DIR}/$${TYPO3NAME}") }
 75PRINT_PLIST_AWK+= /^(@dirrm )?${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/ \
 76 { gsub(/${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/, \
 77 "$${TYPO3DIR}/$${SITEDIR}") }
 78PRINT_PLIST_AWK+= /^@dirrm ${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/ \
 79 { gsub(/${TYPO3DIR:S|/|\\/|g}\/${SITEDIR}/, \
 80 "$${TYPO3DIR}/$${SITEDIR}") }
 81
68.include "../../mk/bsd.prefs.mk" 82.include "../../mk/bsd.prefs.mk"
69 83
70SITEDIR?= www 84SITEDIR?= www
71TYPO3DIR?= share/typo3 85TYPO3DIR?= share/typo3
72 86
73post-extract: 87post-extract:
74 ${CP} ${FILESDIR}/README ${WRKDIR} 88 ${CP} ${FILESDIR}/README ${WRKDIR}
75 89
76pre-install: 90pre-install:
77 ${FIND} ${WRKSRC:Q} -name "*.orig*" -exec ${RM} -f {} \; 91 ${FIND} ${WRKSRC:Q} -name "*.orig*" -exec ${RM} -f {} \;
78 92
79do-install: 93do-install:
80 cd ${WRKSRC}; pax -rw . ${DESTDIR}${PREFIX}/${TYPO3DIR}/${TYPO3NAME} 94 cd ${WRKSRC}; pax -rw . ${DESTDIR}${PREFIX}/${TYPO3DIR}/${TYPO3NAME}
81 cd ${WRKDIR}/${SITESRC}; \ 95 cd ${WRKDIR}/${SITESRC}; \
82 pax -rw . ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR} 96 pax -rw . ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR}
 97 ${RM} -f ${DESTDIR}${PREFIX}/${TYPO3DIR}/${SITEDIR}/typo3conf/localconf.php
83 ${INSTALL_DATA} ${WRKDIR}/${SITESRC}/typo3conf/localconf.php \ 98 ${INSTALL_DATA} ${WRKDIR}/${SITESRC}/typo3conf/localconf.php \
84 ${DESTDIR}${PREFIX}/${EGDIR} 99 ${DESTDIR}${PREFIX}/${EGDIR}
85 100
86.include "../../lang/php/phpversion.mk" 101.include "../../lang/php/phpversion.mk"
87.include "../../mk/bsd.pkg.mk" 102.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/www/typo3/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/www/typo3/Attic/PLIST 2008/09/25 02:22:12 1.3
+++ pkgsrc/www/typo3/Attic/PLIST 2008/10/12 06:41:39 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2008/09/25 02:22:12 taca Exp $ 1@comment $NetBSD: PLIST,v 1.4 2008/10/12 06:41:39 taca Exp $
2${EGDIR}/localconf.php 2${EGDIR}/localconf.php
3${TYPO3DIR}/${TYPO3NAME}/ChangeLog 3${TYPO3DIR}/${TYPO3NAME}/ChangeLog
4${TYPO3DIR}/${TYPO3NAME}/GPL.txt 4${TYPO3DIR}/${TYPO3NAME}/GPL.txt
5${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt 5${TYPO3DIR}/${TYPO3NAME}/INSTALL.txt
6${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt 6${TYPO3DIR}/${TYPO3NAME}/LICENSE.txt
7${TYPO3DIR}/${TYPO3NAME}/NEWS.txt 7${TYPO3DIR}/${TYPO3NAME}/NEWS.txt
8${TYPO3DIR}/${TYPO3NAME}/README.txt 8${TYPO3DIR}/${TYPO3NAME}/README.txt
9${TYPO3DIR}/${TYPO3NAME}/RELEASE_NOTES.txt 9${TYPO3DIR}/${TYPO3NAME}/RELEASE_NOTES.txt
10${TYPO3DIR}/${TYPO3NAME}/index.php 10${TYPO3DIR}/${TYPO3NAME}/index.php
11${TYPO3DIR}/${TYPO3NAME}/misc/advanced.htaccess 11${TYPO3DIR}/${TYPO3NAME}/misc/advanced.htaccess
12${TYPO3DIR}/${TYPO3NAME}/misc/core_svn_rules.txt 12${TYPO3DIR}/${TYPO3NAME}/misc/core_svn_rules.txt
13${TYPO3DIR}/${TYPO3NAME}/misc/example_MM_relationTables.sql 13${TYPO3DIR}/${TYPO3NAME}/misc/example_MM_relationTables.sql
14${TYPO3DIR}/${TYPO3NAME}/misc/locallang_XML_dummy.xml 14${TYPO3DIR}/${TYPO3NAME}/misc/locallang_XML_dummy.xml
@@ -488,26 +488,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpb @@ -488,26 +488,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpb
488${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpbubble_old.gif 488${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpbubble_old.gif
489${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpmark.gif 489${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/helpmark.gif
490${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/hidden_page.gif 490${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/hidden_page.gif
491${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history.gif 491${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history.gif
492${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history2.gif 492${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history2.gif
493${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history_details.gif 493${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/history_details.gif
494${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders.gif 494${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders.gif
495${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders_ro.gif 495${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders_ro.gif
496${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders_tmp.gif 496${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_folders_tmp.gif
497${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp.gif 497${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp.gif
498${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp__h.gif 498${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp__h.gif
499${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp__x.gif 499${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp__x.gif
500${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp_group.gif 500${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp_group.gif
 501${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp_readonly.gif
501${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp_user.gif 502${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_ftp_user.gif
502${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_webfolders.gif 503${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_webfolders.gif
503${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_webfolders_ro.gif 504${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_webfolders_ro.gif
504${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_website.gif 505${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/_icon_website.gif
505${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/backup.gif 506${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/backup.gif
506${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups.gif 507${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups.gif
507${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups__h.gif 508${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups__h.gif
508${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups__x.gif 509${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups__x.gif
509${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists.gif 510${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists.gif
510${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists__h.gif 511${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists__h.gif
511${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists__x.gif 512${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_groups_lists__x.gif
512${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users.gif 513${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users.gif
513${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__f.gif 514${TYPO3DIR}/${TYPO3NAME}/typo3/gfx/i/be_users__f.gif
@@ -2367,26 +2368,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rt @@ -2367,26 +2368,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rt
2367${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphAfter.gif 2368${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphAfter.gif
2368${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphBefore.gif 2369${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertParagraphBefore.gif
2369${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertUnorderedList.gif 2370${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/insertUnorderedList.gif
2370${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyCenter.gif 2371${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyCenter.gif
2371${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyFull.gif 2372${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyFull.gif
2372${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyLeft.gif 2373${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyLeft.gif
2373${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyRight.gif 2374${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/justifyRight.gif
2374${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/outdent.gif 2375${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images/outdent.gif
2375${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockStyle/class.tx_rtehtmlarea_blockstyle.php 2376${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockStyle/class.tx_rtehtmlarea_blockstyle.php
2376${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockStyle/locallang.xml 2377${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockStyle/locallang.xml
2377${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/class.tx_rtehtmlarea_charactermap.php 2378${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/class.tx_rtehtmlarea_charactermap.php
2378${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/htmlarea.css 2379${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/htmlarea.css
2379${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images/insertCharacter.gif 2380${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images/insertCharacter.gif
 2381${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/ContextMenu/class.tx_rtehtmlarea_contextmenu.php
2380${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultClean/class.tx_rtehtmlarea_defaultclean.php 2382${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultClean/class.tx_rtehtmlarea_defaultclean.php
2381${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/class.tx_rtehtmlarea_defaultcolor.php 2383${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/class.tx_rtehtmlarea_defaultcolor.php
2382${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/locallang.xml 2384${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/locallang.xml
2383${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/htmlarea.css 2385${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/htmlarea.css
2384${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/forecolor.gif 2386${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/forecolor.gif
2385${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/hilitecolor.gif 2387${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images/hilitecolor.gif
2386${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultFont/class.tx_rtehtmlarea_defaultfont.php 2388${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultFont/class.tx_rtehtmlarea_defaultfont.php
2387${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultFont/locallang.xml 2389${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultFont/locallang.xml
2388${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/class.tx_rtehtmlarea_defaultimage.php 2390${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/class.tx_rtehtmlarea_defaultimage.php
2389${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/htmlarea.css 2391${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/htmlarea.css
2390${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/images/image.gif 2392${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/images/image.gif
2391${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/class.tx_rtehtmlarea_defaultinline.php 2393${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/class.tx_rtehtmlarea_defaultinline.php
2392${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/locallang.xml 2394${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/locallang.xml
@@ -2992,26 +2994,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3 @@ -2992,26 +2994,27 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3
2992${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_clipbrd.gif 2994${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_clipbrd.gif
2993${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_tobottom.gif 2995${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_tobottom.gif
2994${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_totop.gif 2996${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_totop.gif
2995${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_upload.gif 2997${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/group_upload.gif
2996${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpbubble.gif 2998${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpbubble.gif
2997${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpbubble_old.gif 2999${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpbubble_old.gif
2998${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpmark.gif 3000${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/helpmark.gif
2999${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/hidden_page.gif 3001${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/hidden_page.gif
3000${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history.gif 3002${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history.gif
3001${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history2.gif 3003${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history2.gif
3002${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history_details.gif 3004${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/history_details.gif
3003${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp.gif 3005${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp.gif
3004${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp_2.gif 3006${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp_2.gif
 3007${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_ftp_readonly.gif
3005${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_webfolders.gif 3008${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_webfolders.gif
3006${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_website.gif 3009${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/_icon_website.gif
3007${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_admin.gif 3010${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_admin.gif
3008${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups.gif 3011${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups.gif
3009${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups__h.gif 3012${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups__h.gif
3010${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups_lists.gif 3013${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_groups_lists.gif
3011${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users.gif 3014${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users.gif
3012${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__f.gif 3015${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__f.gif
3013${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__h.gif 3016${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__h.gif
3014${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__ht.gif 3017${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__ht.gif
3015${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__t.gif 3018${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__t.gif
3016${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__x.gif 3019${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users__x.gif
3017${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin.gif 3020${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/t3skin/icons/gfx/i/be_users_admin.gif
@@ -4098,26 +4101,27 @@ ${TYPO3DIR}/${SITEDIR}/uploads/index.htm @@ -4098,26 +4101,27 @@ ${TYPO3DIR}/${SITEDIR}/uploads/index.htm
4098@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin 4101@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink/skin
4099@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink 4102@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultLink
4100@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images 4103@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin/images
4101@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin 4104@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline/skin
4102@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline 4105@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultInline
4103@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/images 4106@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin/images
4104@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin 4107@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage/skin
4105@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage 4108@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultImage
4106@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultFont 4109@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultFont
4107@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images 4110@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin/images
4108@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin 4111@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor/skin
4109@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor 4112@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultColor
4110@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultClean 4113@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/DefaultClean
 4114@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/ContextMenu
4111@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images 4115@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin/images
4112@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin 4116@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap/skin
4113@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap 4117@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/CharacterMap
4114@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockStyle 4118@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockStyle
4115@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images 4119@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin/images
4116@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin 4120@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements/skin
4117@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements 4121@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/BlockElements
4118@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/images 4122@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/skin/images
4119@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/skin 4123@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym/skin
4120@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym 4124@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/Acronym
4121@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/images 4125@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin/images
4122@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin 4126@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor/skin
4123@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor 4127@dirrm ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/rtehtmlarea/extensions/AboutEditor

cvs diff -r1.2 -r1.3 pkgsrc/www/typo3/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/typo3/Attic/distinfo 2008/09/25 02:22:12 1.2
+++ pkgsrc/www/typo3/Attic/distinfo 2008/10/12 06:41:39 1.3
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.2 2008/09/25 02:22:12 taca Exp $ 1$NetBSD: distinfo,v 1.3 2008/10/12 06:41:39 taca Exp $
2 2
3SHA1 (dummy-4.2.1.tar.gz) = 5ab30a8b1c8ee514a52f6995ee33740550b94c5b 3SHA1 (dummy-4.2.2.tar.gz) = 5b5eba8ccea5f8d651556c512bc9adc18d781627
4RMD160 (dummy-4.2.1.tar.gz) = 6e1469dd5d10047f192c8b18a6c77ddf237a014c 4RMD160 (dummy-4.2.2.tar.gz) = 2d20379cddca2c3ebf64ebfa96984076940a9813
5Size (dummy-4.2.1.tar.gz) = 9436 bytes 5Size (dummy-4.2.2.tar.gz) = 9441 bytes
6SHA1 (typo3_src-4.2.1.tar.gz) = a8410f2a1f0495500caf4ac48b5778b5a7437d09 6SHA1 (typo3_src-4.2.2.tar.gz) = 868cd1830a795fc4fd2546eec2e86b3133db5f8a
7RMD160 (typo3_src-4.2.1.tar.gz) = 43d827b2ee6b8015fbac77f44ac8afc1df79f0a2 7RMD160 (typo3_src-4.2.2.tar.gz) = 600b5e462744b60d401f1064361e2fdce97e6dff
8Size (typo3_src-4.2.1.tar.gz) = 8351003 bytes 8Size (typo3_src-4.2.2.tar.gz) = 8362341 bytes
9SHA1 (patch-aa) = 12dc31e5d1b03f38c4957a08a5451da667d58214 9SHA1 (patch-aa) = 12dc31e5d1b03f38c4957a08a5451da667d58214