aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/eaccelerator/Makefile53
-rw-r--r--www/eaccelerator/distinfo2
-rw-r--r--www/eaccelerator/files/pkg-message.in15
-rw-r--r--www/eaccelerator/pkg-descr7
-rw-r--r--www/eaccelerator/pkg-plist4
6 files changed, 0 insertions, 82 deletions
diff --git a/www/Makefile b/www/Makefile
index ac5f41f221ec..e2115559bc46 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -153,7 +153,6 @@
SUBDIR += dummyflash
SUBDIR += e107
SUBDIR += e2guardian
- SUBDIR += eaccelerator
SUBDIR += edbrowse
SUBDIR += efront
SUBDIR += elgg
diff --git a/www/eaccelerator/Makefile b/www/eaccelerator/Makefile
deleted file mode 100644
index 2760d3ca379f..000000000000
--- a/www/eaccelerator/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# Created by: Alex Dupre <sysadmin@alexdupre.com>
-# $FreeBSD$
-
-PORTNAME= eaccelerator
-PORTVERSION= 0.9.7
-CATEGORIES= www
-
-MAINTAINER= ale@FreeBSD.org
-COMMENT= Free open-source PHP accelerator & optimizer
-
-LICENSE= GPLv2
-
-DEPRECATED= ${IGNORE}
-EXPIRATION_DATE=2016-03-15
-
-OPTIONS_DEFINE= DOCCOMM DOCS EXAMPLES
-DOCCOMM_DESC= Retain doc-comments in internal php structures
-
-USE_GITHUB= yes
-GH_TAGNAME= 42067ac
-
-DOCCOMM_DESC= Retain doc-comments in internal php structures
-DOCCOMM_CONFIGURE_WITH= eaccelerator-doc-comment-inclusion
-
-USE_PHP= yes
-USE_PHPIZE= yes
-USE_PHP_BUILD= yes
-IGNORE_WITH_PHP= 55 56 70
-
-CONFIGURE_ARGS= --enable-eaccelerator=shared \
- --with-eaccelerator-userid=80
-
-SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-PORTDOCS= *
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}
- ${INSTALL_DATA} ${WRKSRC}/modules/${PORTNAME}.so \
- ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}
-
-do-install-EXAMPLES-on:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.ini ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/control.php ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/dasm.php ${STAGEDIR}${EXAMPLESDIR}
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/www/eaccelerator/distinfo b/www/eaccelerator/distinfo
deleted file mode 100644
index 69c9745b4b45..000000000000
--- a/www/eaccelerator/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (eaccelerator-eaccelerator-0.9.7-42067ac_GH0.tar.gz) = ccafba9cefd6309289777b6c87c68cef5d6958e0ca3550b7e526d02f46b41b0b
-SIZE (eaccelerator-eaccelerator-0.9.7-42067ac_GH0.tar.gz) = 131567
diff --git a/www/eaccelerator/files/pkg-message.in b/www/eaccelerator/files/pkg-message.in
deleted file mode 100644
index 6c5ca5bdfd2e..000000000000
--- a/www/eaccelerator/files/pkg-message.in
+++ /dev/null
@@ -1,15 +0,0 @@
-*****************************************************************************
-
-You have installed the eaccelerator package.
-
-Edit %%LOCALBASE%%/etc/php.ini and add:
-
-zend_extension="%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/eaccelerator.so"
-
-Then create the cache directory:
-
-mkdir /tmp/eaccelerator
-chown www /tmp/eaccelerator
-chmod 0700 /tmp/eaccelerator
-
-*****************************************************************************
diff --git a/www/eaccelerator/pkg-descr b/www/eaccelerator/pkg-descr
deleted file mode 100644
index db8285a46a32..000000000000
--- a/www/eaccelerator/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-eAccelerator is a free open-source PHP accelerator & optimizer. It increases
-the performance of PHP scripts by caching them in their compiled state, so
-that the overhead of compiling is almost completely eliminated. It also
-optimizes scripts to speed up their execution. eAccelerator typically reduces
-server load and increases the speed of your PHP code by 1-10 times.
-
-WWW: http://eaccelerator.net/
diff --git a/www/eaccelerator/pkg-plist b/www/eaccelerator/pkg-plist
deleted file mode 100644
index 4a4e2b6250be..000000000000
--- a/www/eaccelerator/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-lib/php/%%PHP_EXT_DIR%%/eaccelerator.so
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/control.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dasm.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eaccelerator.ini