summaryrefslogtreecommitdiff
path: root/www/cakephp2/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2012-03-26 08:04:09 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2012-03-26 08:04:09 +0000
commit1d5dc71eb7e37fe26825750015d76d77232f3626 (patch)
treee4f346c12ea0d1968d06e21b461decec80118e7d /www/cakephp2/files
parentReadd BROKEN: still can't find numpy (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_3_0'.release/8.3.0
Diffstat (limited to 'www/cakephp2/files')
-rw-r--r--www/cakephp2/files/cakephp-development-cgi.conf.in13
-rw-r--r--www/cakephp2/files/cakephp-development.conf.in10
-rw-r--r--www/cakephp2/files/cakephp-production-cgi.conf.in13
-rw-r--r--www/cakephp2/files/cakephp-production.conf.in10
-rw-r--r--www/cakephp2/files/extra-patch-app__config__core.php11
-rw-r--r--www/cakephp2/files/patch-cake__console__cake15
-rw-r--r--www/cakephp2/files/pkg-message-no-apache.in7
-rw-r--r--www/cakephp2/files/pkg-message.in10
8 files changed, 0 insertions, 89 deletions
diff --git a/www/cakephp2/files/cakephp-development-cgi.conf.in b/www/cakephp2/files/cakephp-development-cgi.conf.in
deleted file mode 100644
index 48c1e373a372..000000000000
--- a/www/cakephp2/files/cakephp-development-cgi.conf.in
+++ /dev/null
@@ -1,13 +0,0 @@
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php-source .phps
-
-Action php-script %%PHPCGI%%
-AddHandler php-script .php
-
-Alias /cakephp %%WWWDIR%%
-
-<Location /cakephp>
- DirectoryIndex index.php
- Order deny,allow
- Allow from all
-</Location>
diff --git a/www/cakephp2/files/cakephp-development.conf.in b/www/cakephp2/files/cakephp-development.conf.in
deleted file mode 100644
index 86a7a676d57b..000000000000
--- a/www/cakephp2/files/cakephp-development.conf.in
+++ /dev/null
@@ -1,10 +0,0 @@
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php-source .phps
-
-Alias /cakephp %%WWWDIR%%
-
-<Location /cakephp>
- DirectoryIndex index.php
- Order deny,allow
- Allow from all
-</Location>
diff --git a/www/cakephp2/files/cakephp-production-cgi.conf.in b/www/cakephp2/files/cakephp-production-cgi.conf.in
deleted file mode 100644
index 7215c731486a..000000000000
--- a/www/cakephp2/files/cakephp-production-cgi.conf.in
+++ /dev/null
@@ -1,13 +0,0 @@
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php-source .phps
-
-Action php-script %%PHPCGI%%
-AddHandler php-script .php
-
-DocumentRoot %%WWWDIR%%/app/webroot
-
-<Location />
- DirectoryIndex index.php
- Order deny,allow
- Allow from all
-</Location>
diff --git a/www/cakephp2/files/cakephp-production.conf.in b/www/cakephp2/files/cakephp-production.conf.in
deleted file mode 100644
index 8679a15b8958..000000000000
--- a/www/cakephp2/files/cakephp-production.conf.in
+++ /dev/null
@@ -1,10 +0,0 @@
-AddType application/x-httpd-php .php
-AddType application/x-httpd-php-source .phps
-
-DocumentRoot %%WWWDIR%%/app/webroot
-
-<Location />
- DirectoryIndex index.php
- Order deny,allow
- Allow from all
-</Location>
diff --git a/www/cakephp2/files/extra-patch-app__config__core.php b/www/cakephp2/files/extra-patch-app__config__core.php
deleted file mode 100644
index d8f43a8e155f..000000000000
--- a/www/cakephp2/files/extra-patch-app__config__core.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./app/config/core.php.orig 2011-07-26 13:46:14.000000000 -0400
-+++ ./app/config/core.php 2011-09-16 14:24:26.000000000 -0400
-@@ -66,7 +66,7 @@
- *
- * And uncomment the App.baseUrl below:
- */
-- //Configure::write('App.baseUrl', env('SCRIPT_NAME'));
-+ Configure::write('App.baseUrl', env('SCRIPT_NAME'));
-
- /**
- * Uncomment the define below to use CakePHP prefix routes.
diff --git a/www/cakephp2/files/patch-cake__console__cake b/www/cakephp2/files/patch-cake__console__cake
deleted file mode 100644
index bb0d36c0ef15..000000000000
--- a/www/cakephp2/files/patch-cake__console__cake
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./cake/console/cake.orig 2011-10-29 11:06:55.000000000 +0200
-+++ ./cake/console/cake 2011-10-29 11:08:00.000000000 +0200
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- ################################################################################
- #
- # Bake is a shell script for running CakePHP bake script
-@@ -31,4 +31,4 @@
-
- exec php -q ${LIB}cake.php -working "${APP}" "$@"
-
--exit;
-\ No newline at end of file
-+exit;
diff --git a/www/cakephp2/files/pkg-message-no-apache.in b/www/cakephp2/files/pkg-message-no-apache.in
deleted file mode 100644
index 50618118d205..000000000000
--- a/www/cakephp2/files/pkg-message-no-apache.in
+++ /dev/null
@@ -1,7 +0,0 @@
-*********************************************************************
-You have just installed the CakePHP web application framework. Please
-consider supporting the project by visiting http://www.cakephp.org/
-and making a donation to the development effort.
-
-Be sure to check the files in %%WWWDIR%%/app/config for
-additional framework configuration options.
diff --git a/www/cakephp2/files/pkg-message.in b/www/cakephp2/files/pkg-message.in
deleted file mode 100644
index 3fe1c140599c..000000000000
--- a/www/cakephp2/files/pkg-message.in
+++ /dev/null
@@ -1,10 +0,0 @@
-*********************************************************************
-You have just installed the CakePHP web application framework. Please
-consider supporting the project by visiting http://www.cakephp.org/
-and making a donation to the development effort.
-
-Note that you should restart your Apache web server to ensure that
-the CakePHP configuration file is loaded.
-
-Be sure to check the files in %%WWWDIR%%/app/config for
-additional framework configuration options.