head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.6 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.4 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.2 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q3:1.6.0.2 pkgsrc-2011Q3-base:1.6 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.2 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.4.0.4 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.2 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.2.0.6 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.4 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.1.0.10 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.8 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.6 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.4 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.2 pkgsrc-2008Q3-base:1.1; locks; strict; comment @# @; 1.7 date 2011.12.15.12.39.07; author taca; state dead; branches; next 1.6; 1.6 date 2011.08.18.12.21.22; author taca; state Exp; branches; next 1.5; 1.5 date 2011.02.07.12.57.30; author taca; state Exp; branches 1.5.4.1; next 1.4; 1.4 date 2010.07.28.16.16.20; author taca; state Exp; branches 1.4.4.1; next 1.3; 1.3 date 2010.07.05.03.31.30; author taca; state Exp; branches; next 1.2; 1.2 date 2009.12.02.15.51.01; author taca; state Exp; branches; next 1.1; 1.1 date 2008.09.25.02.22.13; author taca; state Exp; branches; next ; 1.5.4.1 date 2011.08.22.21.27.01; author tron; state Exp; branches; next ; 1.4.4.1 date 2011.02.22.15.13.00; author tron; state Exp; branches; next ; desc @@ 1.7 log @www/typo3 has renamed to www/typo3_45 now. @ text @$NetBSD: patch-aa,v 1.6 2011/08/18 12:21:22 taca Exp $ Better default path. --- t3lib/config_default.php.orig 2011-08-16 10:40:47.000000000 +0000 +++ t3lib/config_default.php @@@@ -37,8 +37,8 @@@@ $TYPO3_CONF_VARS = array( 'gdlib_png' => FALSE, // Boolean: Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead! 'im' => TRUE, // Boolean: Enables the use of IM. - 'im_path' => '/usr/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. - 'im_path_lzw' => '/usr/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'. + 'im_path' => '@@PREFIX@@/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. + 'im_path_lzw' => '@@PREFIX@@/bin/', // Path to the IM tool 'convert' with LZW enabled! See 'gif_compress'. If your version 4.2.9 of ImageMagick is compiled with LZW you may leave this field blank AND disable the flag 'gif_compress'! Tip: You can call LZW 'convert' with a prefix like 'myver_convert' by setting this path with it, eg. '/usr/bin/myver_' instead of just '/usr/bin/'. 'im_version_5' => '', // String: Set this if you're using ImageMagick/GraphicsMagick but not IM 4.x. Setting this value will automatically configure some settings for use with the specified program version. Allowed values are: "im4", "im5", "im6" and "gm" (uses GraphicsMagick instead of ImageMagick). 'im_negate_mask' => FALSE, // Boolean: Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be false. Above ImageMagick version 5.2+ it should be true. Just set the flag if the masks works opposite the intension! @ 1.6 log @Update typo3 package to 4.5.5. 4.5.3 and 4.5.5 contains some security fixes. For more detail, please refer these changes. http://wiki.typo3.org/wiki/TYPO3_4.5.3 http://wiki.typo3.org/wiki/TYPO3_4.5.4 http://wiki.typo3.org/wiki/TYPO3_4.5.5 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.5 2011/02/07 12:57:30 taca Exp $ @ 1.5 log @Update to www/typo3 package to 4.5.0. This is TYPO3 Version 4.5: Your Long Term Solution: Please refer new feature and changes in detail: http://typo3.org/news-single-view/?tx_newsimporter_pi1[showItem]=0&tx_newsimporter_pi1[feed]=10&cHash=c5554a06e2 @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2010/07/28 16:16:20 taca Exp $ d5 1 a5 1 --- t3lib/config_default.php.orig 2011-01-26 19:36:02.000000000 +0000 d7 1 a7 1 @@@@ -34,8 +34,8 @@@@ $TYPO3_CONF_VARS = array( @ 1.5.4.1 log @Pullup ticket #3510 - requested by taca www/typo3: security update Revisions pulled up: - www/typo3/Makefile 1.33 - www/typo3/PLIST 1.20 - www/typo3/distinfo 1.25 - www/typo3/patches/patch-aa 1.6 --- Module Name: pkgsrc Committed By: taca Date: Thu Aug 18 12:21:22 UTC 2011 Modified Files: pkgsrc/www/typo3: Makefile PLIST distinfo pkgsrc/www/typo3/patches: patch-aa Log Message: Update typo3 package to 4.5.5. 4.5.3 and 4.5.5 contains some security fixes. For more detail, please refer these changes. http://wiki.typo3.org/wiki/TYPO3_4.5.3 http://wiki.typo3.org/wiki/TYPO3_4.5.4 http://wiki.typo3.org/wiki/TYPO3_4.5.5 @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- t3lib/config_default.php.orig 2011-08-16 10:40:47.000000000 +0000 d7 1 a7 1 @@@@ -37,8 +37,8 @@@@ $TYPO3_CONF_VARS = array( @ 1.4 log @Update typo3 package to 4.4.1: Due to several security issues found in the TYPO3 Core, there was a combined release of TYPO3 4.1.14, 4.2.14, 4.3.4 and 4.4.1. Find more details in the security bulletin: http://typo3.org/teams/security/security-bulletins/typo3-sa-2010-012/ For full change please refer: http://wiki.typo3.org/index.php/TYPO3_4.4.1#Changelog @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.3 2010/07/05 03:31:30 taca Exp $ d5 1 a5 1 --- t3lib/config_default.php.orig 2010-07-28 09:32:12.000000000 +0000 d7 2 a8 2 @@@@ -35,8 +35,8 @@@@ $TYPO3_CONF_VARS = array( 'gdlib_png' => FALSE, // Boolean. Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead! d10 2 a11 2 'im' => TRUE, // Boolean. Enables the use of IM. - 'im_path' => '/usr/X11R6/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. d16 2 a17 2 'im_version_5' => '', // String. Set this if you're using ImageMagick/GraphicsMagick but not IM 4.x. Setting this value will automatically configure some settings for use with the specified program version. Allowed values are: "im4", "im5", "im6" and "gm" (uses GraphicsMagick instead of ImageMagick). 'im_negate_mask' => FALSE, // Boolean. Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be false. Above ImageMagick version 5.2+ it should be true. Just set the flag if the masks works opposite the intension! @ 1.4.4.1 log @Pullup ticket #3359 - requested by taca www/typo3: security update Revisions pulled up: - www/typo3/Makefile 1.29 - www/typo3/PLIST 1.17 - www/typo3/distinfo 1.22 - www/typo3/patches/patch-aa 1.5 --- Module Name: pkgsrc Committed By: taca Date: Mon Feb 7 12:57:30 UTC 2011 Modified Files: pkgsrc/www/typo3: Makefile PLIST distinfo pkgsrc/www/typo3/patches: patch-aa Log Message: Update to www/typo3 package to 4.5.0. This is TYPO3 Version 4.5: Your Long Term Solution: Please refer new feature and changes in detail: http://typo3.org/news-single-view/?tx_newsimporter_pi1[showItem]=0&tx_newsimporter_pi1[feed]=10&cHash=c5554a06e2 @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- t3lib/config_default.php.orig 2011-01-26 19:36:02.000000000 +0000 d7 2 a8 2 @@@@ -34,8 +34,8 @@@@ $TYPO3_CONF_VARS = array( 'gdlib_png' => FALSE, // Boolean: Enables the use of GD, with PNG only. This means that all items normally generated as gif-files will be png-files instead! d10 2 a11 2 'im' => TRUE, // Boolean: Enables the use of IM. - 'im_path' => '/usr/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. d16 2 a17 2 'im_version_5' => '', // String: Set this if you're using ImageMagick/GraphicsMagick but not IM 4.x. Setting this value will automatically configure some settings for use with the specified program version. Allowed values are: "im4", "im5", "im6" and "gm" (uses GraphicsMagick instead of ImageMagick). 'im_negate_mask' => FALSE, // Boolean: Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be false. Above ImageMagick version 5.2+ it should be true. Just set the flag if the masks works opposite the intension! @ 1.3 log @Update typo3 package to 4.4.0. o The New Introduction Package o Fresh and Improved Backend o Easier Installation than Ever o Revised and Faster Rich Text Editor And more, please refer release note. http://typo3.org/download/release-notes/typo3-44/ @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2009/12/02 15:51:01 taca Exp $ d3 3 a5 1 --- t3lib/config_default.php.orig 2010-06-22 15:36:23.000000000 +0000 d11 1 a11 1 - 'im_path' => '/usr/X11R6/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. Version 4.2.9 of ImageMagick is highly recommended due to features and speed! d13 1 a13 1 + 'im_path' => '@@PREFIX@@/bin/', // Path to the IM tools 'convert', 'combine', 'identify'. Version 4.2.9 of ImageMagick is highly recommended due to features and speed! @ 1.2 log @Update www/typo3 package to 4.3.0. Changes are too huge to write here. Please refer the release note: https://typo3.org/download/release-notes/typo3-43/ @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2008/09/25 02:22:13 taca Exp $ d3 1 a3 1 --- t3lib/config_default.php.orig 2009-11-30 18:29:44.000000000 +0900 d5 2 a6 2 @@@@ -36,8 +36,8 @@@@ $TYPO3_CONF_VARS = array( 'gdlib_2' => 0, // String/Boolean. Set this if you are using the new GDlib 2.0.1+. If you don't set this flag and still use GDlib2, you might encounter strange behaviours like black images etc. This feature might take effect only if ImageMagick is installed and working as well! You can also use the value "no_imagecopyresized_fix" - in that case it will NOT try to fix a known issue where "imagecopyresized" does not work correctly. @ 1.1 log @Some fixes and improvement for typo3 package. (This is a leaf packge.) * Enable DESTDIR support. * Fix installing a none-existing file. * Tweak default path for optional programs; GraphicMagick or ImageMagick. * Remove files/directories at uninstall suitably. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- t3lib/config_default.php.orig 2008-06-11 17:14:58.000000000 +0900 d5 1 a5 1 @@@@ -36,8 +36,8 @@@@ $TYPO3_CONF_VARS = Array( d8 1 a8 1 'im' => 1, // Boolean. Enables the use of IM. d15 1 a15 1 'im_negate_mask' => 0, // Boolean. Indicates if the mask images should be inverted first. This depends of the ImageMagick version. Below ver. 5.1 this should be false. Above ImageMagick version 5.2+ it should be true. Just set the flag if the masks works opposite the intension! @