Commit graph

32 commits

Author SHA1 Message Date
Guido Falsi
8fac84745c add new port: www/cakephp23
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)
2013-06-24 20:55:09 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Baptiste Daroussin
606c17b9c8 Convert a bunch of www ports to new options framework 2013-03-22 11:53:34 +00:00
Olli Hauer
e68b409137 - use UPPERCASE for SLAVE_PORT_MODULES (www/cakephp*)
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
2012-08-22 19:58:26 +00:00
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Greg Larkin
0c0a135933 - Updated LATEST_LINK after creation of www/cakephp13
Reported by:	erwin (via email)
2011-09-20 17:00:29 +00:00
Olli Hauer
7a0bd31763 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined 2011-08-20 17:27:52 +00:00
Greg Larkin
50dc1dd069 - Updated to 1.2.10
- Changed Apache dependency to optional
- Removed some useless Apache config directives from sample .conf files

PR:		ports/155588
Submitted by:	Thomas Steen Rasmussen <thomas@gibfest.dk>
2011-04-21 20:37:14 +00:00
Pav Lucistnik
d020c38bd4 - Mark BROKEN: unfetchable
Reported by:	pointyhat
2011-03-31 20:21:32 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Greg Larkin
485ab44c69 - Moved various PHP-related directives ahead of bsd.port.pre.mk
- Bumped PORTREVISION on affected ports

PR:		ports/135674
Submitted by:	yzlin
2009-12-05 02:40:38 +00:00
Greg Larkin
574ceadbf5 - Updated to 1.2.5
- Fixed CONFLICTS after repomove

Feature safe:	yes
2009-09-29 20:30:38 +00:00
Greg Larkin
fedc914453 - Temporary MASTER_SITES tweak to get 1.2.4 download working while
1.2.5 port update is pending.
2009-09-11 22:49:02 +00:00
Greg Larkin
c243dd2b3a - Updated to 1.2.4.8284 2009-08-10 18:04:40 +00:00
Greg Larkin
9b5137d323 - Updated to 1.2.3.8166 2009-06-25 00:37:11 +00:00
Greg Larkin
acef754750 - Fix mtree error
Reported by:	QAT
2009-04-21 20:36:45 +00:00
Greg Larkin
9157ceb1ad - Forgot to "cvs add" new patch file 2009-04-21 20:24:36 +00:00
Greg Larkin
1568e43108 - Update to 1.2.2.8120
- Remove bash dependency [1]

Submitted by:	scf [1]
2009-04-21 20:23:37 +00:00
Greg Larkin
0ec1b121b7 - Update to 1.2.1.8004
- Clean empty files from installation directory
- Add customization support for all config files in app/config directory
- Unbreak Cake console wrapper script
2009-01-26 20:18:58 +00:00
Greg Larkin
6c1f956b02 - Update to 1.2.0.7692 RC3
- 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)
2008-10-08 18:27:03 +00:00
Greg Larkin
bb3d8a2d71 Changed my MAINTAINER address to
glarkin@FreeBSD.org.

Approved by:	beech (mentor)
2008-07-18 21:05:20 +00:00
Thomas Abthorpe
f3e85cefd5 - Add new port www/cakephp-devel
PR:		ports/119323
Submitted by:	Greg Larkin <glarkin@sourcehosting.net>
2008-01-09 13:51:22 +00:00
Thomas Abthorpe
07b306e65d - Update to 1.1.19.6305
PR:		ports/119278
Submitted by:	Greg Larkin <glarkin sourcehosting.net> (maintainer)
2008-01-03 18:57:12 +00:00
Martin Wilke
898492ca0a - Update to 1.1.18.5850
PR:		117636
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
2007-10-29 22:54:21 +00:00
Thomas Abthorpe
6ce8ad8ebb - Update to 1.1.17.5612
PR:		ports/116285
Submitted by:	Greg Larkin <glarkin_AT_sourcehosting.net> (maintainer)
Approved by:	clsung (mentor)
2007-09-12 01:04:58 +00:00
Rong-En Fan
3479a14845 - Update to 1.1.16.5421
PR:		ports/114707
Submitted by:	Greg Larkin <glarkin at sourcehosting.net> (maintainer)
2007-07-19 16:05:25 +00:00
Martin Wilke
0561b556ed The use of "find ... -print0/xargs -0 ..." is faster than
"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)
2007-07-09 18:03:21 +00:00
Martin Wilke
7dd774612a - Update to 1.1.15.5144
- Use WWWDIR

PR:		114138
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
2007-07-06 06:45:16 +00:00
Rong-En Fan
9e86fe619c - 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)
2007-04-06 14:30:23 +00:00
Rong-En Fan
2600b931ec - Add missing TARGET_DISTFILE definition. 2007-02-21 05:58:05 +00:00
Rong-En Fan
e37ae0245b Add cakephp 1.1.13.4450, a framework for developing PHP web
applications.

PR:		ports/109331
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2007-02-21 05:07:30 +00:00