Path to this page:
./
www/typo3,
The typo3 content management system
Branch: pkgsrc-2010Q4,
Version: 4.5.0nb1,
Package name: typo3-4.5.0nb1,
Maintainer: tacaTYPO3 is a free Open Source content management system for enterprise
purposes on the web and in intranets. It offers full flexibility and
extendability while featuring an accomplished set of ready-made
interfaces, functions and modules.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.3 2008/09/25 02:22:12 taca Exp $
TYPO3_DIR="@PREFIX@/@TYPO3DIR@"
TYPO3_SITEDIR="${TYPO3_DIR}/@SITEDIR@"
TYPO3_SUBDIRS="uploads/tf uploads/pics uploads/media uploads typo3temp \
typo3conf/l10n typo3conf/ext typo3conf \
fileadmin/user_upload/_temp_ fileadmin/user_upload fileadmin/_temp_ \
fileadmin ${DIR}"
case ${STAGE} in
DEINSTALL)
(
cd ${TYPO3_SITEDIR}
${RM} -f typo3conf/ENABLE_INSTALL_TOOL
${RM} -f typo3conf/temp*.php
${RM} -fr typo3temp/*
for d in ${TYPO3_SUBDIRS}; do
test -d $d && ${RMDIR} $d 2>/dev/null
done
)
${RMDIR} ${TYPO3_SITEDIR} 2>/dev/null
${RMDIR} ${TYPO3_DIR} 2>/dev/null
;;
esac
Required to run:[
databases/php-mysql] [
textproc/php-json]
Master sites:
SHA1: d2c9c433e96df97b4d61064a8846b06868f1a221
RMD160: 96fa0cb65b5c479791d0168898494188275b8d14
Filesize: 18495.152 KB
Version history: (Expand)
- (2011-03-05) Updated to version: typo3-4.5.0nb1
- (2011-02-23) Updated to version: typo3-4.5.0
- (2011-01-25) Package added to pkgsrc.se, version typo3-4.4.6 (created)
CVS history: (Expand)
2011-03-05 12:44:55 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Pullup ticket #3375 - requested by taca
www/typo3: dependence fix
Revisions pulled up:
- www/typo3/Makefile 1.32
---
Module Name: pkgsrc
Committed By: bouyer
Date: Wed Mar 2 19:06:09 UTC 2011
Modified Files:
pkgsrc/www/typo3: Makefile
Log message:
This requires php-json
|
2011-02-22 16:13:00 by Matthias Scheler | Files touched by this commit (4) | |
Log message:
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
|