Path to this page:
./
www/contao29,
Contao Open Source CMS
Branch: pkgsrc-2011Q1,
Version: 2.9.4nb1,
Package name: contao29-2.9.4nb1,
Maintainer: tacaContao is an Open Source Content Management Framework developed by Leo Feyer
and distributed under the LGPL license (see GPL.txt and LGPL.txt for more
information). It was formerly known as TYPOlight Open Source CMS. Its open
architecture allows everybody to extend the system to fit his needs. Contao
specializes in accessible websites and is accessbile itself (front end and
back end), rendering valid XHTML pages.
Note: Live update feature would work with contao-liveupdate PKG_OPTION
enabled, but it might be conflict with regular pkgsrc maintainous.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2010/07/05 14:45:21 taca Exp $
CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
CT_DIRS="system/config system/drivers system/libraries system/logs \
system/modules system/themes system/config system templates"
case ${STAGE} in
DEINSTALL)
# remove cache files.
${FIND} ${CT_WEBDIR}/system/html -type f ! -name index.html \
-exec ${RM} -f {} \;
${FIND} ${CT_WEBDIR}/plugins/tcpdf/cache -type f ! -name .htaccess \
-exec ${RM} -f {} \;
;;
POST-DEINSTALL)
(cd ${CT_WEBDIR}
for d in ${CT_DIRS}; do
${RMDIR} $d >/dev/null 2>&1
done)
${RMDIR} ${CT_WEBDIR} >/dev/null 2>&1
;;
esac
Master sites:
Version history: (Expand)
- (2011-04-04) Package added to pkgsrc.se, version contao29-2.9.4nb1 (created)