Path to this page:
./
www/contao35,
Contao Open Source CMS 3.5.9
Branch: pkgsrc-2016Q1,
Version: 3.5.9,
Package name: php55-contao35-3.5.9,
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.5 stable, LTS (Long Term Support) release.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2015/06/06 03:41:24 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:[
shells/bash] [
converters/php-mbstring] [
archivers/php-zlib] [
net/php-soap] [
textproc/php-dom] [
databases/php-mysqli] [
security/php-mcrypt] [
www/php-curl]
Master sites:
SHA1: dd3bd2afd64416be92dfc015f359d476d8d11e41
RMD160: 7a7ec9756928af33f315d9fded655ad22bf8cbd4
Filesize: 11589.837 KB
Version history: (Expand)
- (2016-04-07) Package added to pkgsrc.se, version php55-contao35-3.5.9 (created)