Path to this page:
./
www/contao43,
Contao Open Source CMS 4.3.7
Branch: pkgsrc-2017Q1,
Version: 4.3.7nb1,
Package name: php56-contao43-4.3.7nb1,
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.3 is fourth 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 from 4.2.
* Flexible custom layout sections
* Save and duplicate
* Running events
* Template for form
* Image meta data
* HTTP/2 support
* Handling preview of protected elements
* And more...
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2016/12/05 14:48:24 taca Exp $
CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
case ${STAGE} in
DEINSTALL)
# remove symbolic links and caches.
rm -f ${CT_WEBDIR}/system/logs
rm -f ${CT_WEBDIR}/system/thems/flexible
rm -fr ${CT_WEBDIR}/var/cache
;;
esac
Required to run:[
textproc/php-intl] [
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: d6700e37d4348847436c7a71846921aa00b054c3
RMD160: 5d1f0f875f1f80198c208626e87c7fa84ea3daa5
Filesize: 21013.082 KB
Version history: (Expand)
- (2017-04-13) Updated to version: php56-contao43-4.3.7nb1
- (2017-04-04) Package added to pkgsrc.se, version php56-contao43-4.3.7 (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.
|