Path to this page:
./
www/contao35,
Contao Open Source CMS 3.5.25
Branch: pkgsrc-2017Q1,
Version: 3.5.25nb1,
Package name: php56-contao35-3.5.25nb1,
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:[
net/php-soap] [
www/php-curl] [
converters/php-mbstring] [
databases/php-mysqli] [
graphics/php-gd] [
archivers/php-zlib] [
shells/bash] [
security/php-mcrypt]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 553d0ee6837bd44609b8e7bbee04fb157c24b6d6
RMD160: 4e4cc69a34152face9ce01326dee0f399bcc5d59
Filesize: 10792.973 KB
Version history: (Expand)
- (2017-04-13) Updated to version: php56-contao35-3.5.25nb1
- (2017-04-04) Package added to pkgsrc.se, version php56-contao35-3.5.25 (created)
CVS history: (Expand)
2017-04-13 13:15:41 by Benny Siegert | Files touched by this commit (27) |
Log message:
Pullup ticket #5243 (second part) - requested by sevan
(various packages): build fix
Revisions pulled up:
- benchmarks/phoronix-test-suite/Makefile 1.8
- finance/magento/Makefile 1.9
- mail/roundcube/Makefile 1.87
- meta-pkgs/php56-extensions/Makefile 1.7
- meta-pkgs/php70-extensions/Makefile 1.2
- meta-pkgs/php71-extensions/Makefile 1.2
- mk/defaults/options.description 1.526
- net/php-baikal/Makefile 1.10
- textproc/php-xsl/MESSAGE deleted
- textproc/php-xsl/Makefile 1.10
- www/contao35/Makefile 1.28
- www/contao43/Makefile 1.10
- www/drupal7/Makefile 1.44
- www/drupal7/options.mk 1.4
- www/fengoffice/Makefile 1.38
- www/horde/Makefile 1.81
- www/mediawiki/Makefile 1.63
- www/moodle/Makefile 1.55
- www/php-concrete5/MESSAGE 1.8
- www/php-concrete5/Makefile 1.16
- www/php-nextcloud/MESSAGE 1.2
- www/php-nextcloud/Makefile 1.4
- www/php-owncloud/MESSAGE 1.20
- www/php-owncloud/Makefile 1.63
- www/php-tt-rss/MESSAGE 1.6
- www/php-tt-rss/Makefile 1.11
- www/phraseanet/MESSAGE 1.4
- www/phraseanet/Makefile 1.20
---
Module Name: pkgsrc
Committed By: fhajny
Date: Wed Apr 5 12:33:49 UTC 2017
Modified Files:
pkgsrc/benchmarks/phoronix-test-suite: Makefile
pkgsrc/finance/magento: Makefile
pkgsrc/mail/roundcube: Makefile
pkgsrc/meta-pkgs/php56-extensions: Makefile
pkgsrc/meta-pkgs/php70-extensions: Makefile
pkgsrc/meta-pkgs/php71-extensions: Makefile
pkgsrc/mk/defaults: options.description
pkgsrc/net/php-baikal: Makefile
pkgsrc/textproc/php-xsl: Makefile
pkgsrc/www/contao35: Makefile
pkgsrc/www/contao43: Makefile
pkgsrc/www/drupal7: Makefile options.mk
pkgsrc/www/fengoffice: Makefile
pkgsrc/www/horde: Makefile
pkgsrc/www/mediawiki: Makefile
pkgsrc/www/moodle: Makefile
pkgsrc/www/php-concrete5: MESSAGE Makefile
pkgsrc/www/php-nextcloud: MESSAGE Makefile
pkgsrc/www/php-owncloud: MESSAGE Makefile
pkgsrc/www/php-tt-rss: MESSAGE Makefile
pkgsrc/www/phraseanet: MESSAGE Makefile
Removed Files:
pkgsrc/textproc/php-xsl: MESSAGE
Log message:
Remove traces of textproc/php-dom which is not needed anymore, now that
dom is built into PHP. Bump resp. PKGREVISION.
|