1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Remove obsolate PHP slave ports.

This commit is contained in:
Alex Dupre 2004-07-19 09:47:43 +00:00
parent 49c6d55a5a
commit dfd8507c96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114194
7 changed files with 4 additions and 138 deletions

4
MOVED
View File

@ -1193,3 +1193,7 @@ devel/p5-WWW-Mechanize-FormFiller|www/p5-WWW-Mechanize-FormFiller|2004-07-09|mov
editors/moleskine||2004-07-09|project officially dead for last 1.5 years
mail/sendmail-old|mail/sendmail811|2004-07-17|renamed
mail/msmtp-devel|mail/msmtp|2004-07-19|mail/msmtp is now stable again
lang/php4-dtc|lang/php4|2004-07-19|Useless with the new PHP modular infrastructure
lang/php4-horde|lang/php4|2004-07-19|Useless with the new PHP modular infrastructure
lang/php4-nms|lang/php4|2004-07-19|Useless with the new PHP modular infrastructure
www/mod_php4-twig|www/mod_php4|2004-07-19|Useless with the new PHP modular infrastructure

View File

@ -169,10 +169,7 @@
SUBDIR += php3
SUBDIR += php4
SUBDIR += php4-cli
SUBDIR += php4-dtc
SUBDIR += php4-extensions
SUBDIR += php4-horde
SUBDIR += php4-nms
SUBDIR += php4-overload
SUBDIR += php5
SUBDIR += php5-cli

View File

@ -1,19 +0,0 @@
# New ports collection makefile for: php4-dtc
# Date created: 11 May 2004
# Whom: Thomas Goirand <thomas@goirand.fr>
#
# $FreeBSD$
CATEGORIES= lang www
PKGNAMESUFFIX= -dtc
MAINTAINER= thomas@goirand.fr
COMMENT= A default PHP configured for DTC
WITH_SESSION= yes
WITH_MYSQL= yes
WITH_SOCKET= yes
WITH_GD= yes
MASTERDIR= ${.CURDIR}/../../lang/php4
.include "${MASTERDIR}/Makefile"

View File

@ -1,59 +0,0 @@
# New ports collection makefile for: php4-horde
# Date created: 11 September 2003
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
CATEGORIES= lang www
PKGNAMESUFFIX= -horde
MAINTAINER= thierry@FreeBSD.org
COMMENT= A default PHP configured for the Horde framework
#-----------------------------------------------------------------------
# You may define these options:
#
# - WITHOUT_MYSQL: this port is built with MySQL by default
# but you might choose any other database
# supported by PHP (e.g. WITH_POSTGRESQL).
#
# - WITHOUT_IMP: this port is intended to build a default
# package for IMP; use this knob if for
# example you only need Chora.
#
# - WITHOUT_LDAP: if you do not need OpenLDAP.
#
# - WITHOUT_MCAL: if you don't plan to install Kronolith.
#
# - WITHOUT_FTP: if you don't plan to install Gollem.
#
#-----------------------------------------------------------------------
PHP_PORT= ${PORTSDIR}/lang/php${PHP_VER}${PKGNAMESUFFIX}
WITH_DOMXML= yes
WITH_GETTEXT= yes
WITH_SESSION= yes
.if !defined(NOCRYPT)
WITH_MCRYPT= yes
.endif
.if !defined(WITHOUT_MYSQL)
WITH_MYSQL= yes
.endif
.if !defined(WITHOUT_LDAP)
WITH_OPENLDAP= yes
.endif
.if !defined(WITHOUT_IMP)
WITH_IMAP= yes
.endif
.if !defined(WITHOUT_MCAL)
WITH_MCAL= yes
.endif
.if !defined(WITHOUT_FTP)
WITH_FTP= yes
.endif
MASTERDIR= ${.CURDIR}/../../lang/php4
.include "${MASTERDIR}/Makefile"

View File

@ -1,19 +0,0 @@
# New ports collection makefile for: php4-nms
# Date created: 28 August 2003
# Whom: Sergey Akifyev <asa@gascom.ru>
#
# $FreeBSD$
#
CATEGORIES= lang
PKGNAMESUFFIX= -nms
MAINTAINER= asa@gascom.ru
WITH_GD= yes
WITH_SNMP= yes
WITH_SOCKETS= yes
MASTERDIR= ${.CURDIR}/../php4
.include "${MASTERDIR}/Makefile"

View File

@ -285,7 +285,6 @@
SUBDIR += mod_perl2
SUBDIR += mod_php3
SUBDIR += mod_php4
SUBDIR += mod_php4-twig
SUBDIR += mod_php5
SUBDIR += mod_proxy_add_forward
SUBDIR += mod_put

View File

@ -1,37 +0,0 @@
# New ports collection makefile for: mod_pgp4-twig
# Date created: 09.Oct 2003
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
CATEGORIES= www
PKGNAMESUFFIX= -twig
MAINTAINER= dinoex@FreeBSD.org
MASTERDIR?= ${.CURDIR}/../../lang/php4
BATCH= yes
PKGMESSAGE= ${PORTSDIR}/www/mod_php4/pkg-message
WITHOUT_CLI= yes
WITHOUT_X11= yes
PHP4_OPTIONS= CTYPE IMAP OPENSSL POSTGRESQL PCRE POSIX SESSION TOKENIZER XML ZLIB
WITHOUT_MYSQL= yes
WITH_CTYPE= yes
WITH_IMAP= yes
WITH_OPENSSL= yes
WITH_POSTGRESQL= yes
WITH_PCRE= yes
WITH_POSIX= yes
WITH_SESSION= yes
WITH_TOKENIZER= yes
WITH_XML= yes
WITH_ZLIB= yes
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"