Path to this page:
./
www/contao33,
Contao Open Source CMS 3.3.3
Branch: pkgsrc-2014Q2,
Version: 3.3.3nb1,
Package name: contao33-3.3.3nb1,
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.3 stable release.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2014/05/27 15:41: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:[
textproc/php-dom] [
converters/php-mbstring] [
databases/php-mysqli] [
graphics/php-gd] [
archivers/php-zlib] [
net/php-soap] [
www/php-curl] [
security/php-mcrypt] [
shells/bash]
Master sites:
SHA1: f923edce415e352550414ff9d5dda4082ed90800
RMD160: 3fb36ad28eeda6d3736c5e5803acac95472b8a98
Filesize: 11133.016 KB
Version history: (Expand)
- (2014-07-11) Package added to pkgsrc.se, version contao33-3.3.3nb1 (created)
CVS history: (Expand)
2014-07-09 22:25:10 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Pullup ticket #4446 - requested by taca
www/contao33: installation fix
Revisions pulled up:
- www/contao33/INSTALL 1.1
- www/contao33/Makefile 1.4
---
Module Name: pkgsrc
Committed By: taca
Date: Wed Jul 2 09:10:26 UTC 2014
Modified Files:
pkgsrc/www/contao33: Makefile
Added Files:
pkgsrc/www/contao33: INSTALL
Log message:
INSTALL was missing from this package when I first imported it to pkgsrc.
Bump PKGREVISION.
|