diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-03-20 10:07:29 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-03-20 10:07:29 +0000 |
commit | 3dc362ac88ab73d6f0b3635628a59d9597e6da4e (patch) | |
tree | 54151ef0d6fbaa8759a11c870297978bf62bf28b | |
parent | f56034a9dd16efa58c70a8c81df41d4bfba48e50 (diff) |
Notes
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pecl-inclued/Makefile | 26 | ||||
-rw-r--r-- | devel/pecl-inclued/distinfo | 2 | ||||
-rw-r--r-- | devel/pecl-inclued/pkg-descr | 4 | ||||
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pecl-taint/Makefile | 26 | ||||
-rw-r--r-- | security/pecl-taint/distinfo | 2 | ||||
-rw-r--r-- | security/pecl-taint/pkg-descr | 3 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/eaccelerator/Makefile | 53 | ||||
-rw-r--r-- | www/eaccelerator/distinfo | 2 | ||||
-rw-r--r-- | www/eaccelerator/files/pkg-message.in | 15 | ||||
-rw-r--r-- | www/eaccelerator/pkg-descr | 7 | ||||
-rw-r--r-- | www/eaccelerator/pkg-plist | 4 |
15 files changed, 3 insertions, 147 deletions
@@ -8235,3 +8235,6 @@ security/openvas-server|security/openvas-scanner|2016-03-17|Renamed security/openvas-plugins|security/openvas-scanner|2016-03-17|Merged security/openvas-client||2016-03-17|Discontinued, try security/greenbone-security-assistant devel/py-icu|devel/py-pyicu|2016-03-19|Renamed to match upstream (PyPI) name +www/eaccelerator||2016-03-20|Has expired: cannot be installed: doesn't work with lang/php56 port (doesn't support PHP 5.5 5.6 70) +devel/pecl-inclued||2016-03-20|Has expired: cannot be installed: doesn't work with lang/php56 port (doesn't support PHP 5.5 5.6 70) +security/pecl-taint||2016-03-20|Has expired: cannot be installed: doesn't work with lang/php56 port (doesn't support PHP 5.5 5.6 70) diff --git a/devel/Makefile b/devel/Makefile index ab6382e8b0bb..16f16e315421 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3702,7 +3702,6 @@ SUBDIR += pecl-hidef SUBDIR += pecl-hrtime SUBDIR += pecl-htscanner - SUBDIR += pecl-inclued SUBDIR += pecl-inotify SUBDIR += pecl-intl SUBDIR += pecl-jsmin diff --git a/devel/pecl-inclued/Makefile b/devel/pecl-inclued/Makefile deleted file mode 100644 index 264b7d57a8bd..000000000000 --- a/devel/pecl-inclued/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: chinsan -# $FreeBSD$ - -PORTNAME= inclued -PORTVERSION= 0.1.3 -PORTEPOCH= 1 -CATEGORIES= devel pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- - -MAINTAINER= miwi@FreeBSD.org -COMMENT= Inclued gives you a Clue for PHP inclusion check - -LICENSE= PHP301 - -DEPRECATED= ${IGNORE} -EXPIRATION_DATE=2016-03-15 - -USES= tar:tgz -USE_PHP= yes -USE_PHPEXT= yes -IGNORE_WITH_PHP= 55 56 70 - -CONFIGURE_ARGS= --enable-inclued - -.include <bsd.port.mk> diff --git a/devel/pecl-inclued/distinfo b/devel/pecl-inclued/distinfo deleted file mode 100644 index 3f0720f26d2a..000000000000 --- a/devel/pecl-inclued/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (inclued-0.1.3.tgz) = 89d7324b164b739b53d5290c7ec99d8e05522e76db0885bda4b4a693113b4a28 -SIZE (inclued-0.1.3.tgz) = 9625 diff --git a/devel/pecl-inclued/pkg-descr b/devel/pecl-inclued/pkg-descr deleted file mode 100644 index bd363a292db3..000000000000 --- a/devel/pecl-inclued/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Inclued gives you a Clue ! Also inclued is some php code to transform the -dump data into graphviz formatted .dot files. - -WWW: http://pecl.php.net/package/inclued diff --git a/security/Makefile b/security/Makefile index 79cb241e3dcd..48ec6104e5aa 100644 --- a/security/Makefile +++ b/security/Makefile @@ -748,7 +748,6 @@ SUBDIR += pecl-pam SUBDIR += pecl-scrypt SUBDIR += pecl-ssh2 - SUBDIR += pecl-taint SUBDIR += pecl-tcpwrap SUBDIR += pev SUBDIR += pft diff --git a/security/pecl-taint/Makefile b/security/pecl-taint/Makefile deleted file mode 100644 index 0f4b70480183..000000000000 --- a/security/pecl-taint/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: johnpupu <johnpupu@gmail.com> -# $FreeBSD$ - -PORTNAME= taint -PORTVERSION= 1.2.2 -CATEGORIES= security -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz -DIST_SUBDIR= PECL - -MAINTAINER= johnpupu@gmail.com -COMMENT= Extension used for detecting XSS codes (tainted string) - -DEPRECATED= ${IGNORE} -EXPIRATION_DATE=2016-03-15 - -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config - -USE_PHP= yes -USE_PHPEXT= yes -USE_PHPIZE= yes -IGNORE_WITH_PHP= 55 56 70 - -.include <bsd.port.mk> diff --git a/security/pecl-taint/distinfo b/security/pecl-taint/distinfo deleted file mode 100644 index 7e3639a69cfd..000000000000 --- a/security/pecl-taint/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/taint-1.2.2.tgz) = ea38bfeb20c1ae46477db4bd5ae1ddf97b7b75abfba8c624e44dfb73643ad9ca -SIZE (PECL/taint-1.2.2.tgz) = 19949 diff --git a/security/pecl-taint/pkg-descr b/security/pecl-taint/pkg-descr deleted file mode 100644 index 0bb09575b657..000000000000 --- a/security/pecl-taint/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Extension used for detecting XSS codes (tainted string). - -WWW: http://pecl.php.net/package/taint 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 |