Path to this page:
./
www/contao211,
Contao Open Source CMS
Branch: pkgsrc-2012Q1,
Version: 2.11.2nb1,
Package name: contao211-2.11.2nb1,
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 HTML5 or XHTML pages.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1.1.1 2012/02/19 10:54:07 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
Required to run:[
security/php-mcrypt]
Master sites:
SHA1: 0cf939e6a4c8b49a4d21a51bd50ae718dfbe024e
RMD160: 580553e29b92ea7bc5b04e38946edb269bc2ac78
Filesize: 5194.835 KB
Version history: (Expand)
- (2012-04-10) Package added to pkgsrc.se, version contao211-2.11.2nb1 (created)