Path to this page:
./
www/contao30,
Contao Open Source CMS 3.0.1
Branch: pkgsrc-2012Q4,
Version: 3.0.1nb1,
Package name: contao30-3.0.1nb1,
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.
This is version 3.0 series package.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.2 2012/12/22 13:52:27 taca Exp $
CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
CT_DIRS="assets system"
case ${STAGE} in
DEINSTALL)
# remove cache files.
rm -f ${CT_WEBDIR}/assets/css/*.css
rm -f ${CT_WEBDIR}/assets/js/*.js
(cd ${CT_WEBDIR}/system/cache && rm -fr *)
(cd ${CT_WEBDIR}/system/tmp && rm -f *)
;;
POST-DEINSTALL)
(cd ${CT_WEBDIR}
for d in ${CT_DIRS}; do
for s in $d/*; do
${RMDIR} $s >/dev/null 2>&1
done
${RMDIR} $d >/dev/null 2>&1
done)
${RMDIR} ${CT_WEBDIR} >/dev/null 2>&1
;;
esac
Required to run:[
converters/php-mbstring] [
databases/php-mysqli] [
security/php-mcrypt]
Master sites:
SHA1: 4c9599efb8d6a7ae8eec6a3d2d94ffbf4581139a
RMD160: 7bd1b592db826f951d00d809ce0594ae741b9694
Filesize: 7337.049 KB
Version history: (Expand)
- (2013-01-06) Package added to pkgsrc.se, version contao30-3.0.1nb1 (created)