Wed Dec 16 09:23:55 2015 UTC ()
Make contao/files/README for contao41 and (maybe) later.

Bump PKGREVISION since it uses wrong README file.


(taca)
diff -r1.3 -r1.4 pkgsrc/www/contao/files/README
diff -r1.2 -r1.3 pkgsrc/www/contao41/Makefile
diff -r1.1 -r0 pkgsrc/www/contao41/files/README

cvs diff -r1.3 -r1.4 pkgsrc/www/contao/files/Attic/README (expand / switch to unified diff)

--- pkgsrc/www/contao/files/Attic/README 2015/12/13 13:54:10 1.3
+++ pkgsrc/www/contao/files/Attic/README 2015/12/16 09:23:54 1.4
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1$NetBSD: README,v 1.3 2015/12/13 13:54:10 taca Exp $ 1$NetBSD: README,v 1.4 2015/12/16 09:23:54 taca Exp $
2 2
31. First, create a database for Contao Open Source CMS. 31. First, create a database for Contao Open Source CMS.
4 4
5 # mysqladmin -p -u <administrator> create <dbname>. 5 # mysqladmin -p -u <administrator> create <dbname>.
6 6
72. Next, create a user for accessing that database. 72. Next, create a user for accessing that database.
8 8
9 # mysql -p -u <administrator> <dbname> 9 # mysql -p -u <administrator> <dbname>
10 mysql> grant select, insert, update, delete, create, drop, 10 mysql> grant select, insert, update, delete, create, drop,
11 index, alter, create temporary tables, lock tables on 11 index, alter, create temporary tables, lock tables on
12 <dbname>.* to '<dbuser>'@'localhost' 12 <dbname>.* to '<dbuser>'@'localhost'
13 identified by '<dbpass>' ; 13 identified by '<dbpass>' ;
14 14
153. Edit ${PKG_SYSCONFDIR}/contao.conf and include from httpd.conf. 153. Edit ${PKG_SYSCONFDIR}/contao.conf and include from httpd.conf.
16 16
17 Include ${PKG_SYSCONFDIR}/contao.conf 17 Include ${PKG_SYSCONFDIR}/contao.conf
18 18
19 Then reload or restart apache. 194. Set DocumentRoot to ${CT_WEBDIR}/web, then reload or restart Apache.
20 20
215. Start setup from Contao installer, the installer's URL is 215. Start setup from Contao installer, the installer's URL is
22 http://www.example.org/contao/install.php. 22 http://www.example.org/install.php.

cvs diff -r1.2 -r1.3 pkgsrc/www/contao41/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/contao41/Attic/Makefile 2015/12/13 14:37:08 1.2
+++ pkgsrc/www/contao41/Attic/Makefile 2015/12/16 09:23:54 1.3
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.2 2015/12/13 14:37:08 taca Exp $ 1# $NetBSD: Makefile,v 1.3 2015/12/16 09:23:54 taca Exp $
2# 2#
3 3
4DISTNAME= contao-${CT_PKGVER} 4DISTNAME= contao-${CT_PKGVER}
5PKGNAME= ${PHP_PKG_PREFIX}-contao${CT_VER}-${CT_VERSION} 5PKGNAME= ${PHP_PKG_PREFIX}-contao${CT_VER}-${CT_VERSION}
 6PKGREVISION= 1
6CATEGORIES= www 7CATEGORIES= www
7MASTER_SITES= ${MASTER_SITE_GITHUB:=contao/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=contao/}
8GITHUB_PROJECT= standard-edition 9GITHUB_PROJECT= standard-edition
9GITHUB_RELEASE= ${CT_VERSION} 10GITHUB_RELEASE= ${CT_VERSION}
10 11
11MAINTAINER= taca@NetBSD.org 12MAINTAINER= taca@NetBSD.org
12HOMEPAGE= https://contao.org/ 13HOMEPAGE= https://contao.org/
13COMMENT= Contao Open Source CMS ${CT_VERSION} 14COMMENT= Contao Open Source CMS ${CT_VERSION}
14LICENSE= gnu-lgpl-v3 15LICENSE= gnu-lgpl-v3
15 16
16DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.4.0:../../textproc/php-dom 17DEPENDS+= ${PHP_PKG_PREFIX}-dom>=5.4.0:../../textproc/php-dom
17DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd 18DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
18DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.4.0:../../converters/php-mbstring 19DEPENDS+= ${PHP_PKG_PREFIX}-mbstring>=5.4.0:../../converters/php-mbstring

File Deleted: pkgsrc/www/contao41/files/Attic/README