aboutsummaryrefslogtreecommitdiffstats
path: root/www/cakephp2
Commit message (Collapse)AuthorAgeFilesLines
* - Fix mtree errorglarkin2009-04-222-1/+3
| | | | Reported by: QAT
* - Forgot to "cvs add" new patch fileglarkin2009-04-221-0/+21
|
* - Update to 1.2.2.8120glarkin2009-04-222-11/+6
| | | | | | - Remove bash dependency [1] Submitted by: scf [1]
* - Update to 1.2.1.8004glarkin2009-01-274-497/+116
| | | | | | - Clean empty files from installation directory - Add customization support for all config files in app/config directory - Unbreak Cake console wrapper script
* - Update to 1.2.0.7692 RC3glarkin2008-10-0910-121/+310
| | | | | | | | | | | - 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)
* Changed my MAINTAINER address toglarkin2008-07-192-4/+2
| | | | | | glarkin@FreeBSD.org. Approved by: beech (mentor)
* - Add new port www/cakephp-develtabthorpe2008-01-095-169/+621
| | | | | PR: ports/119323 Submitted by: Greg Larkin <glarkin@sourcehosting.net>
* - Update to 1.1.19.6305tabthorpe2008-01-042-5/+5
| | | | | PR: ports/119278 Submitted by: Greg Larkin <glarkin sourcehosting.net> (maintainer)
* - Update to 1.1.18.5850miwi2007-10-303-52/+16
| | | | | PR: 117636 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
* - Update to 1.1.17.5612tabthorpe2007-09-122-5/+5
| | | | | | PR: ports/116285 Submitted by: Greg Larkin <glarkin_AT_sourcehosting.net> (maintainer) Approved by: clsung (mentor)
* - Update to 1.1.16.5421rafan2007-07-202-6/+5
| | | | | PR: ports/114707 Submitted by: Greg Larkin <glarkin at sourcehosting.net> (maintainer)
* The use of "find ... -print0/xargs -0 ..." is faster thanmiwi2007-07-101-2/+3
| | | | | | | | "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)
* - Update to 1.1.15.5144miwi2007-07-068-269/+306
| | | | | | | - Use WWWDIR PR: 114138 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
* - Add support for PHP running in CGI moderafan2007-04-065-26/+71
| | | | | | | 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)
* - Add missing TARGET_DISTFILE definition.rafan2007-02-211-0/+1
|
* Add cakephp 1.1.13.4450, a framework for developing PHP webrafan2007-02-218-0/+450
applications. PR: ports/109331 Submitted by: Greg Larkin <glarkin at sourcehosting.net>