This is a port of the CakePHP web application framework. CakePHP is a
free open-source rapid development framework for PHP. It's a structure
of libraries, classes and run-time infrastructure for programmers
creating web applications originally inspired by the Ruby on Rails
framework. Our primary goal is to enable you to work in a structured
and rapid manner - without loss of flexibility.
Add conflicts to the various cakephp ports.
PR: ports/176130
Submitted by: Phil Phillips <pphillips@experts-exchange.com>
(maintainer of other cakephp ports)
Note: SLAVE_PORT_MODULES is target to remove, since
with new options framework it can lead to
a defect pkg-plist (leftovers).
- update supported USE_APACHE version
- Clean empty files from installation directory
- Add customization support for all config files in app/config directory
- Unbreak Cake console wrapper script
- Fixed various portlint warnings
- Removed redundant macro definitions
- Added more MASTER_SITEs and fixed download filename problem
- Fixed do-fetch target to correct tindy errors
- Added knobs for some supported caching engines
- Cleaned up installation target and fixed for package building
Approved by: beech (mentor, implicit)
"find ... -print/xargs -n1 ...", so use that here to fix file
and directory permissions after installation.
PR: 114445
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
The location of PHP CGI can be set via WITH_PHP_CGI, e.g. /cgi-bin/php
PR: ports/111295 (based on)
Submitted by: Greg Larkin <glarkin at sourcehosting.net> (maintainer)