mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
Add php4-cgi, is a slave port, lang/php4, to use PHP4 as CGI.
PR: ports/52617 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
This commit is contained in:
parent
17c3b7e5dc
commit
ac21e81c21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82386
5 changed files with 65 additions and 0 deletions
|
@ -395,6 +395,7 @@
|
|||
SUBDIR += php-dyn
|
||||
SUBDIR += php-screw
|
||||
SUBDIR += php-templates
|
||||
SUBDIR += php4-cgi
|
||||
SUBDIR += phpSysInfo
|
||||
SUBDIR += phpbb
|
||||
SUBDIR += phpnuke
|
||||
|
|
21
www/php4-cgi/Makefile
Normal file
21
www/php4-cgi/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: php4-cli
|
||||
# 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).
|
||||
#
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= sysadmin@alexdupre.com
|
||||
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
WITHOUT_APACHE= yes
|
||||
WITHOUT_CLI= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
11
www/php4-cgi/pkg-message
Normal file
11
www/php4-cgi/pkg-message
Normal file
|
@ -0,0 +1,11 @@
|
|||
*****************************************************************************
|
||||
|
||||
You have installed the php4-cgi package.
|
||||
|
||||
Have a look at the php4-cgi port if you need additional extensions
|
||||
other than ctype, MySQL, PCRE, POSIX, session, tokenizer, XML and ZLIB.
|
||||
|
||||
You can find it at
|
||||
ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/php4-cgi.tar
|
||||
|
||||
*****************************************************************************
|
21
www/php5-cgi/Makefile
Normal file
21
www/php5-cgi/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: php4-cli
|
||||
# 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).
|
||||
#
|
||||
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= sysadmin@alexdupre.com
|
||||
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
MASTERDIR= ${.CURDIR}/../../lang/php4
|
||||
|
||||
WITHOUT_APACHE= yes
|
||||
WITHOUT_CLI= yes
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
11
www/php5-cgi/pkg-message
Normal file
11
www/php5-cgi/pkg-message
Normal file
|
@ -0,0 +1,11 @@
|
|||
*****************************************************************************
|
||||
|
||||
You have installed the php4-cgi package.
|
||||
|
||||
Have a look at the php4-cgi port if you need additional extensions
|
||||
other than ctype, MySQL, PCRE, POSIX, session, tokenizer, XML and ZLIB.
|
||||
|
||||
You can find it at
|
||||
ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/ports/www/php4-cgi.tar
|
||||
|
||||
*****************************************************************************
|
Loading…
Add table
Reference in a new issue