Bug 111295 - [Maintainer update] www/cakephp: Add support for PHP CGI mode
Summary: [Maintainer update] www/cakephp: Add support for PHP CGI mode
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-06 00:40 UTC by Greg Larkin
Modified: 2007-04-06 15:40 UTC (History)
1 user (show)

See Also:


Attachments
cakephp-1.1.13.4450_1.patch (4.24 KB, patch)
2007-04-06 00:40 UTC, Greg Larkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Larkin 2007-04-06 00:40:05 UTC
The initial version of this port required the PHP Apache module to function.
This update provides the ability to run CakePHP with the PHP CGI binary. The
PHP CGI URL location can be set with the WITH_PHP_CGI knob (default:
/cgi-bin/php-cgi).

The appropriate config file is copied into the Apache Includes directory
based on whether the PHP CGI or module is used and if the installation is
for a development or production system.

Added file(s):
- files/cakephp-development-cgi.conf.in
- files/cakephp-production-cgi.conf.in

Port maintainer (glarkin@sourcehosting.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-04-06 06:01:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-06 15:30:29 UTC
rafan       2007-04-06 14:30:23 UTC

  FreeBSD ports repository

  Modified files:
    www/cakephp          Makefile pkg-plist 
    www/cakephp/files    pkg-message.in 
  Added files:
    www/cakephp/files    cakephp-development-cgi.conf.in 
                         cakephp-production-cgi.conf.in 
  Log:
  - Add support for PHP running in CGI mode
    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)
  
  Revision  Changes    Path
  1.3       +43 -21    ports/www/cakephp/Makefile
  1.1       +13 -0     ports/www/cakephp/files/cakephp-development-cgi.conf.in (new)
  1.1       +13 -0     ports/www/cakephp/files/cakephp-production-cgi.conf.in (new)
  1.2       +1 -2      ports/www/cakephp/files/pkg-message.in
  1.2       +1 -3      ports/www/cakephp/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2007-04-06 15:30:30 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!