Path to this page:
./
www/contao30,
Contao Open Source CMS 3.0.6
Branch: pkgsrc-2013Q2,
Version: 3.0.6nb2,
Package name: contao30-3.0.6nb2,
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:[
graphics/php-gd] [
net/php-soap] [
security/php-mcrypt] [
databases/php-mysqli] [
converters/php-mbstring] [
textproc/php-dom]
Master sites:
SHA1: 21c7bea1789ef74ed090ae972bf7071d0689b3a1
RMD160: 48ab35e76d7853a23e0612b98e924b9162ab6ab2
Filesize: 7537.059 KB
Version history: (Expand)
- (2013-08-25) Updated to version: contao30-3.0.6nb2
- (2013-07-08) Package added to pkgsrc.se, version contao30-3.0.6nb1 (created)
CVS history: (Expand)
2013-08-25 19:36:58 by Matthias Scheler | Files touched by this commit (6) |
Log message:
Pullup ticket #4223 - requested by taca
www/contao211: bug fix patch
www/contao30: bug fix patch
www/contao31: bug fix patch
Revisions pulled up:
- www/contao211/Makefile 1.9
- www/contao211/PLIST 1.6
- www/contao30/Makefile 1.10
- www/contao30/PLIST 1.5
- www/contao31/Makefile 1.4
- www/contao31/PLIST 1.3
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Aug 15 17:50:04 UTC 2013
Modified Files:
pkgsrc/www/contao211: Makefile PLIST
Log message:
Since system/config/config.php isn't configuration file, install it as
normal files. It caused trouble with old config.php.
Also, remove extra install process of system/config/.htaccess.
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Aug 15 17:52:11 UTC 2013
Modified Files:
pkgsrc/www/contao30: Makefile PLIST
Log message:
Since system/config/default.php isn't configuration file, install it as
normal files. It might cause trouble with old default.php.
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: taca
Date: Thu Aug 15 17:53:23 UTC 2013
Modified Files:
pkgsrc/www/contao31: Makefile PLIST
Log message:
Since system/config/default.php isn't configuration file, install it as
normal files. It might cause trouble with old default.php.
Bump PKGREVISION.
|