diff options
author | nork <nork@FreeBSD.org> | 2003-07-16 19:15:17 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-16 19:15:17 +0800 |
commit | 07219161e4948e863a2558ec89e43150d1475262 (patch) | |
tree | eecf452b7a897efc8afff6e25ac6f22dfd88da18 | |
parent | 5f9e41187c152b15556420bc02c3867c8f5f192c (diff) | |
download | freebsd-ports-gnome-07219161e4948e863a2558ec89e43150d1475262.tar.gz freebsd-ports-gnome-07219161e4948e863a2558ec89e43150d1475262.tar.zst freebsd-ports-gnome-07219161e4948e863a2558ec89e43150d1475262.zip |
Add php5-cgi, is a PHP Common Gateway Interface as php5's
slave port.
PR: ports/54522
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/php5-cgi/Makefile | 6 | ||||
-rw-r--r-- | www/php5-cgi/pkg-message | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/Makefile b/www/Makefile index 0049ed2d96eb..2f4b9759017a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -401,6 +401,7 @@ SUBDIR += php-screw SUBDIR += php-templates SUBDIR += php4-cgi + SUBDIR += php5-cgi SUBDIR += phpSysInfo SUBDIR += phpbb SUBDIR += phpnuke diff --git a/www/php5-cgi/Makefile b/www/php5-cgi/Makefile index 9dc5cf5c6151..6e4bd6fa4966 100644 --- a/www/php5-cgi/Makefile +++ b/www/php5-cgi/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: php4-cli +# New ports collection makefile for: php5-cgi # Date created: Fri May 23 12:23:07 CET 2003 # Whom: Alex Dupre <sysadmin@alexdupre.com> # # $FreeBSD$ # # Instructions on how to enable preferred extensions can be found in the -# Makefile of the master port (lang/php4). +# Makefile of the master port (lang/php5). # CATEGORIES= www @@ -13,7 +13,7 @@ CATEGORIES= www MAINTAINER= sysadmin@alexdupre.com PKGMESSAGE= ${.CURDIR}/pkg-message -MASTERDIR= ${.CURDIR}/../../lang/php4 +MASTERDIR= ${.CURDIR}/../../lang/php5 WITHOUT_APACHE= yes WITHOUT_CLI= yes diff --git a/www/php5-cgi/pkg-message b/www/php5-cgi/pkg-message index e9b0e071d936..5630ca64b4bf 100644 --- a/www/php5-cgi/pkg-message +++ b/www/php5-cgi/pkg-message @@ -1,11 +1,11 @@ ***************************************************************************** -You have installed the php4-cgi package. +You have installed the php5-cgi package. -Have a look at the php4-cgi port if you need additional extensions other than -CTYPE, MYSQL, OVERLOAD, PCRE, POSIX, SESSION, TOKENIZER, XML and ZLIB. +Have a look at the php5-cgi port if you need additional extensions other than +CTYPE, DOM, PCRE, POSIX, SESSION, SIMPLEXML, SQLITE, TOKENIZER and XML. You can find it at -ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/php4-cgi.tar +ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/php5-cgi.tar ***************************************************************************** |