summaryrefslogtreecommitdiff
path: root/www/typo3_60
diff options
context:
space:
mode:
Diffstat (limited to 'www/typo3_60')
-rw-r--r--www/typo3_60/MESSAGE15
-rw-r--r--www/typo3_60/Makefile4
-rw-r--r--www/typo3_60/PLIST5
-rw-r--r--www/typo3_60/distinfo14
4 files changed, 28 insertions, 10 deletions
diff --git a/www/typo3_60/MESSAGE b/www/typo3_60/MESSAGE
new file mode 100644
index 00000000000..498f499fd7e
--- /dev/null
+++ b/www/typo3_60/MESSAGE
@@ -0,0 +1,15 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.2.2 2013/12/16 17:27:55 tron Exp $
+
+1. Set up typo3; Add below line in your httpd.conf.
+
+ Alias /typo3 ${PREFIX}/${TYPO3DIR}/${SITEDIR}
+
+ Or set DocumentRoot to ${PREFIX}/${TYPO3DIR}/${SITEDIR}.
+
+2. First, enable TYPO3 installer.
+
+ # cp /dev/null ${PREFIX}/${TYPO3DIR}/${SITEDIR}/typo3conf/ENABLE_INSTALL_TOOL
+
+3. Access typo3 site. You will be redirected to installer.
+===========================================================================
diff --git a/www/typo3_60/Makefile b/www/typo3_60/Makefile
index 6c3e07aa998..6129dc384a2 100644
--- a/www/typo3_60/Makefile
+++ b/www/typo3_60/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2013/09/13 11:35:58 taca Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2013/12/16 17:27:55 tron Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -16,7 +16,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/
DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
-VER= 6.0.10
+VER= 6.0.12
NO_BUILD= yes
USE_TOOLS+= bash:run pax
diff --git a/www/typo3_60/PLIST b/www/typo3_60/PLIST
index 5943720f32f..5a3935b85d0 100644
--- a/www/typo3_60/PLIST
+++ b/www/typo3_60/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2013/09/13 11:35:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.5.2.1 2013/12/16 17:27:55 tron Exp $
${EGDIR}/LocalConfiguration.php
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
@@ -2974,6 +2974,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateSe
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/TypoScript/TemplateService.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/ArrayUtility.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/ClientUtility.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/CommandUtility.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Classes/Utility/DebugUtility.php
@@ -3102,6 +3103,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/TypoScript/Fixtures/ext_ty
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/TypoScript/TemplateServiceTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/TypoScript/TypoScriptParserTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/ArrayUtilityTest.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/ClientUtilityTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/ExtensionMangementUtilityTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/core/Tests/Unit/Utility/Fixtures/MathUtilityTestClassWithStringRepresentationFixture.php
@@ -4133,6 +4135,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ThenViewHelpe
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php
+${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget/Controller/PaginateControllerTest.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_emconf.php
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_icon.gif
${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/fluid/ext_localconf.php
diff --git a/www/typo3_60/distinfo b/www/typo3_60/distinfo
index 2d09e87fc07..bc2abe01850 100644
--- a/www/typo3_60/distinfo
+++ b/www/typo3_60/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2013/09/13 11:35:58 taca Exp $
+$NetBSD: distinfo,v 1.5.2.1 2013/12/16 17:27:55 tron Exp $
-SHA1 (dummy-6.0.10.tar.gz) = c0d73dd69cec9b7fdd29f01cce9353da0f38e226
-RMD160 (dummy-6.0.10.tar.gz) = be0cda082241332158a9c6a808e920a6b1f0e7f3
-Size (dummy-6.0.10.tar.gz) = 10322 bytes
-SHA1 (typo3_src-6.0.10.tar.gz) = 6a90c93042f60d8484e1c425c2fd211885dd30ff
-RMD160 (typo3_src-6.0.10.tar.gz) = 683646777d5fc0e8d8512db3b354ac061ae23e40
-Size (typo3_src-6.0.10.tar.gz) = 22286661 bytes
+SHA1 (dummy-6.0.12.tar.gz) = a4099fd889318a0b6e04c9a1d393a89ff3c581a6
+RMD160 (dummy-6.0.12.tar.gz) = d5427591352a7a7ba06a492aab3f7b3c641311c8
+Size (dummy-6.0.12.tar.gz) = 10323 bytes
+SHA1 (typo3_src-6.0.12.tar.gz) = 1f14b6ed7d971d5f94d8147d27d1055916e228f2
+RMD160 (typo3_src-6.0.12.tar.gz) = c03a5725e68cacb8c508a4837b225a0037524785
+Size (typo3_src-6.0.12.tar.gz) = 22296232 bytes
SHA1 (patch-t3lib_stddb_DefaultConfiguration.php) = ab5f670ed50d6f7b30564d275f0b95d1c33193d3