summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/Makefile4
-rw-r--r--www/mod_php5/Makefile17
-rw-r--r--www/pecl-zendopcache/Makefile35
-rw-r--r--www/pecl-zendopcache/distinfo2
-rw-r--r--www/pecl-zendopcache/pkg-descr7
-rw-r--r--www/php5-session/Makefile10
-rw-r--r--www/php5-tidy/Makefile10
7 files changed, 0 insertions, 85 deletions
diff --git a/www/Makefile b/www/Makefile
index 7f5358fee1ef..4a8517f9904a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -489,7 +489,6 @@
SUBDIR += mod_myvhost
SUBDIR += mod_ntlm2
SUBDIR += mod_perl2
- SUBDIR += mod_php5
SUBDIR += mod_php55
SUBDIR += mod_php56
SUBDIR += mod_proctitle
@@ -1433,7 +1432,6 @@
SUBDIR += pecl-varnish
SUBDIR += pecl-yaf
SUBDIR += pecl-yar
- SUBDIR += pecl-zendopcache
SUBDIR += perlbal
SUBDIR += pglogd
SUBDIR += phalcon
@@ -1441,8 +1439,6 @@
SUBDIR += php-plurk-api
SUBDIR += php-screw
SUBDIR += php-templates
- SUBDIR += php5-session
- SUBDIR += php5-tidy
SUBDIR += php55-opcache
SUBDIR += php55-session
SUBDIR += php55-tidy
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
deleted file mode 100644
index eac19096814f..000000000000
--- a/www/mod_php5/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# Created by: marcus@FreeBSD.org
-# $FreeBSD$
-
-PORTEPOCH= 1
-CATEGORIES= www devel
-PKGNAMEPREFIX= mod_
-
-MAINTAINER= ale@FreeBSD.org
-
-PHP_PORT= lang/php5
-MASTERDIR= ${.CURDIR}/../../${PHP_PORT}
-
-OPTIONS_DEFINE= AP2FILTER
-AP2FILTER_DESC= Use Apache 2.x filter interface (experimental)
-OPTIONS_EXCLUDE= CGI CLI FPM EMBED
-
-.include "${MASTERDIR}/Makefile"
diff --git a/www/pecl-zendopcache/Makefile b/www/pecl-zendopcache/Makefile
deleted file mode 100644
index b667e2e4f034..000000000000
--- a/www/pecl-zendopcache/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= zendopcache
-PORTVERSION= 7.0.5
-CATEGORIES= www
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= Opcode cacher and optimizer for PHP
-
-LICENSE= PHP301
-
-DEPRECATED= PHP 5.4 EOL reached
-EXPIRATION_DATE= 2016-01-15
-
-OPTIONS_DEFINE= DOCS
-
-USES= tar:tgz
-USE_PHP= yes
-USE_PHP_BUILD= yes
-USE_ZENDEXT= yes
-PHP_MODNAME= opcache
-PHP_DEFAULT= 5
-IGNORE_WITH_PHP=55 56
-
-PORTDOCS= *
-
-post-install:
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/www/pecl-zendopcache/distinfo b/www/pecl-zendopcache/distinfo
deleted file mode 100644
index c524a5f523fb..000000000000
--- a/www/pecl-zendopcache/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (PECL/zendopcache-7.0.5.tgz) = c8e4a23bcc78e6280f41b5020eac4825a810d77684d0ce10608bfa5bece9e9c0
-SIZE (PECL/zendopcache-7.0.5.tgz) = 97101
diff --git a/www/pecl-zendopcache/pkg-descr b/www/pecl-zendopcache/pkg-descr
deleted file mode 100644
index 65e7b61b4896..000000000000
--- a/www/pecl-zendopcache/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The Zend OPcache provides faster PHP execution through opcode caching and
-optimization. It improves PHP performance by storing precompiled script
-bytecode in the shared memory. This eliminates the stages of reading code from
-the disk and compiling it on future access. In addition, it applies a few
-bytecode optimization patterns that make code execution faster.
-
-WWW: https://github.com/zend-dev/ZendOptimizerPlus
diff --git a/www/php5-session/Makefile b/www/php5-session/Makefile
deleted file mode 100644
index ea046e1e138f..000000000000
--- a/www/php5-session/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= www
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -session
-
-.include "${MASTERDIR}/Makefile"
diff --git a/www/php5-tidy/Makefile b/www/php5-tidy/Makefile
deleted file mode 100644
index f7e4939b81df..000000000000
--- a/www/php5-tidy/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# Created by: Alex Dupre <ale@FreeBSD.org>
-# $FreeBSD$
-
-CATEGORIES= www
-
-MASTERDIR= ${.CURDIR}/../../lang/php5
-
-PKGNAMESUFFIX= -tidy
-
-.include "${MASTERDIR}/Makefile"