Path to this page:
./
www/contao42,
Contao Open Source CMS 4.2.1
Branch: pkgsrc-2016Q2,
Version: 4.2.1,
Package name: php55-contao42-4.2.1,
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.
Contao 4.2 is third minor release of Contao 4, which has incompatible API
from Contao 3.
* Now Contao is Symfony bundle.
* Contao 4 dose not use .htaccess files for protexting directory.
* DocumentRoot is "web" subdirecotry.
* XHTML support has gone, HTML5 only.
* Schema.org markup support.
Additionally, these new features.
* Tree view supports filter support.
* File manager support file searching.
* Vimeo video is also supported additinally Youtube.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2016/06/19 12:53:04 taca Exp $
CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
CT_DIRS="assets system"
case ${STAGE} in
DEINSTALL)
for i in system/cache system/config system/modules system/tmp \
system/themes web/system/cron web/share; do
rm -f ${CT_WEBDIR}/$i/.gitignore
done
rm -f ${CT_WEBDIR}/web/system/cron/cron.txt
rm -f ${CT_WEBDIR}/system/initialize.php
;;
POST-DEINSTALL)
# remove cache files.
rm -fr ${CT_WEBDIR}/app/cache
for i in css images js; do
test -d ${CT_WEBDIR} &&
find ${CT_WEBDIR}/assets/$i -type f -exec rm {} \;
done
;;
esac
Required to run:[
www/php-curl] [
archivers/php-zlib] [
databases/php-mysqli] [
graphics/php-gd] [
net/php-soap] [
security/php-mcrypt] [
textproc/php-intl] [
textproc/php-dom] [
shells/bash] [
converters/php-mbstring]
Master sites:
SHA1: 8cdcd8e6ca8b46b25ed5bdf8e27e81eee9a3d03c
RMD160: 84a793e6ef51b8672fb8ee173fd934a1d8be1200
Filesize: 14271.336 KB
Version history: (Expand)
- (2016-07-28) Updated to version: php55-contao42-4.2.1
- (2016-07-07) Package has been reborn
- (2016-07-06) Package added to pkgsrc.se, version php55-contao42-4.2.0 (created)
CVS history: (Expand)
2016-07-28 19:25:23 by S.P.Zeidler | Files touched by this commit (3) | |
Log message:
Pullup ticket #5062 - requested by taca
www/contao42: security update
Revisions pulled up:
- www/contao42/Makefile 1.2
- www/contao42/PLIST 1.2
- www/contao42/distinfo 1.2
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Sun Jul 17 14:00:25 UTC 2016
Modified Files:
pkgsrc/www/contao42: Makefile PLIST distinfo
Log message:
Update contao42 to 4.2.1.
### 4.2.1 (2016-07-15)
* Strip soft hyphens when indexing a page (see contao/core#8389).
* Do not run the command scheduler if the installation is incomplete (see #541).
* Do not index randomly ordered image galleries.
* Fix the filter menu layout on mobile devices.
* Provide the back end fonts in different variants (see #523).
* Fix the message markup in the member templates.
* Correctly load the language strings in the pretty error screen listener.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/contao42/Makefile \
pkgsrc/www/contao42/PLIST pkgsrc/www/contao42/distinfo
|