diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2014-01-17 01:17:19 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-17 01:17:19 +0000 |
| commit | ca14626ccee4a044baae2d86bbce079258c67473 (patch) | |
| tree | 96504a95d2b7fbb4b2d6f358e0211949d8acb312 /www | |
| parent | Remove support for the expired www/suphp port. (diff) | |
Remove expied ports:
2013-12-17 www/suphp: Upstream dead, EOL: https://lists.marsching.com/pipermail/suphp/2013-May/002554.html
2013-12-16 databases/postgis: EOLed upstream
Diffstat (limited to 'www')
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/suphp/Makefile | 65 | ||||
| -rw-r--r-- | www/suphp/distinfo | 2 | ||||
| -rw-r--r-- | www/suphp/files/patch-doc::suphp.conf-example | 34 | ||||
| -rw-r--r-- | www/suphp/files/patch-src_SmartPtr.hpp | 15 | ||||
| -rw-r--r-- | www/suphp/pkg-descr | 9 | ||||
| -rw-r--r-- | www/suphp/pkg-message | 59 | ||||
| -rw-r--r-- | www/suphp/pkg-plist | 14 |
8 files changed, 0 insertions, 199 deletions
diff --git a/www/Makefile b/www/Makefile index 5de2e68fcf83..b654fb0f2056 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1913,7 +1913,6 @@ SUBDIR += squirm SUBDIR += srg SUBDIR += subsonic - SUBDIR += suphp SUBDIR += surf SUBDIR += surfraw SUBDIR += sventon diff --git a/www/suphp/Makefile b/www/suphp/Makefile deleted file mode 100644 index f44b4962561c..000000000000 --- a/www/suphp/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# Created by: Clement Laforet <sheepkiller@cultdeadsheep.org> -# $FreeBSD$ - -PORTNAME= suphp -PORTVERSION= 0.7.2 -CATEGORIES= www -MASTER_SITES= http://www.suphp.org/download/ \ - ${MASTER_SITE_LOCAL:S|%SUBDIR%|koitsu|} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Securely execute PHP scripts under Apache - -DEPRECATED= Upstream dead, EOL: https://lists.marsching.com/pipermail/suphp/2013-May/002554.html -EXPIRATION_DATE=2013-12-17 - -GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal:env automake autoconf:env libtool:env -AUTOMAKE_ARGS+= --add-missing - -# Maintainer has not tested suPHP 0.6.x on Apache 1.3. -USE_APACHE= 22 -CFLAGS+= -I${LOCALBASE}/include -USE_CSTD= gnu89 -USE_PHP= yes -WANT_PHP_CGI= yes - -MYPORTDOCS= apache/CONFIG apache/INSTALL apache/README CONFIG LICENSE INSTALL README - -CONFIGURE_ARGS= CFLAGS="${CFLAGS}" --with-apxs=${APXS} - -# WITH_SETID_MODE should be a value of "owner", "force", or "paranoid". -# It's important that you understand the differences between each mode. -# See /usr/local/share/doc/suphp/INSTALL for details. -# -WITH_SETID_MODE?= owner -CONFIGURE_ARGS+= --with-setid-mode=${WITH_SETID_MODE} - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -CONFIGURE_ARGS+= --with-apr=${LOCALBASE} - -AUTOTOOLSFILES= aclocal.m4 - -post-patch: - @${REINPLACE_CMD} -e 's|2.68|%%AUTOCONF_VERSION%%|g' \ - -e 's|1.11.3|%%AUTOMAKE_VERSION%%|g' \ - ${WRKSRC}/aclocal.m4 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${MKDIR} ${DOCSDIR}/apache -.for f in ${MYPORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}/${f} -.endfor -.endif -.if !defined(WITH_DEBUG) - @${STRIP_CMD} ${PREFIX}/sbin/suphp -.endif - @${INSTALL_DATA} ${WRKSRC}/doc/suphp.conf-example ${PREFIX}/etc/suphp.conf-example - @${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/mod_${MODULENAME}.so" - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/www/suphp/distinfo b/www/suphp/distinfo deleted file mode 100644 index 1fd478eacd4e..000000000000 --- a/www/suphp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (suphp-0.7.2.tar.gz) = e09d4d73a552f4a5bb46961ac7e7ea61c5c24757a8b80d8d770e4c7ed6519760 -SIZE (suphp-0.7.2.tar.gz) = 343223 diff --git a/www/suphp/files/patch-doc::suphp.conf-example b/www/suphp/files/patch-doc::suphp.conf-example deleted file mode 100644 index d359454dc109..000000000000 --- a/www/suphp/files/patch-doc::suphp.conf-example +++ /dev/null @@ -1,34 +0,0 @@ ---- doc/suphp.conf-example.orig -+++ doc/suphp.conf-example -@@ -6,10 +6,10 @@ - loglevel=info - - ;User Apache is running as --webserver_user=wwwrun -+webserver_user=www - - ;Path all scripts have to be in --docroot=/var/www:${HOME}/public_html -+docroot=/usr/local/www/*:${HOME}/public_html - - ;Path to chroot() to before executing script - ;chroot=/mychroot -@@ -33,15 +33,15 @@ - umask=0077 - - ; Minimum UID --min_uid=100 -+min_uid=80 - - ; Minimum GID --min_gid=100 -+min_gid=80 - - - [handlers] - ;Handler for php-scripts --x-httpd-php="php:/usr/bin/php" -+application/x-httpd-php="php:/usr/local/bin/php-cgi" - - ;Handler for CGI-scripts - x-suphp-cgi="execute:!self" diff --git a/www/suphp/files/patch-src_SmartPtr.hpp b/www/suphp/files/patch-src_SmartPtr.hpp deleted file mode 100644 index ce0bae544f89..000000000000 --- a/www/suphp/files/patch-src_SmartPtr.hpp +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_SmartPtr.hpp,v 1.1 2011/09/21 12:54:16 adam Exp $ - -Fix C++ syntax - ---- src/SmartPtr.hpp.orig 2011-09-21 12:48:02.000000000 +0000 -+++ src/SmartPtr.hpp -@@ -150,7 +150,7 @@ namespace suPHP { - template<class T> - const SmartPtr<T>& suPHP::SmartPtr<T>::operator=( - const SmartPtr<T>& ref) { -- this.reset(ref.ptr); -+ this->reset(ref.ptr); - return *this; - } - diff --git a/www/suphp/pkg-descr b/www/suphp/pkg-descr deleted file mode 100644 index e750c438988a..000000000000 --- a/www/suphp/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -suPHP is a combination of an Apache module (mod_suphp) and an -executable which provides a wrapper for PHP. With both -together, it is possible to execute PHP scripts with the -permissions of their owner without having to place a PHP -binary in each user's cgi-bin directory. suPHP doesn't need -Apache's suExec, provides a logging function and support for -different php.ini's. - -WWW: http://www.suphp.org/ diff --git a/www/suphp/pkg-message b/www/suphp/pkg-message deleted file mode 100644 index fd6de3224700..000000000000 --- a/www/suphp/pkg-message +++ /dev/null @@ -1,59 +0,0 @@ ----------------------------------------------------------------- -For help on using this module, please see the suPHP homepage: - - http://www.suphp.org/ - -Using suPHP can break some PHP-scripts, because of Apache's CGI -interface. ------------------------------------------------------------------ - ------------------------------------------------------------------ -For those migrating from suPHP 0.5.x, be aware there are many -changes since 0.6.x that can cause your current Apache environment -to stop working or behave oddly. Here are two migration tips: - -suPHP now uses a configuration file for runtime configuration. -The file is located at: - - /usr/local/etc/suphp.conf - -...but *has not* been created for you. A sample configuration -file has been installed here: - - /usr/local/etc/suphp.conf-example - -This means that many of the make.conf(5) knobs for the -www/suphp port are no longer used, and are modifiable in -real-time; thus, things like WITHOUT_CHECKPATH and SUPHP_PATH -are no longer needed. Instead, edit the config file. - -Equally as important, suPHP no longer uses a static MIME type -for determining what content get handled by suPHP. In 0.5.x, -you used the following Apache directives: - - suPHP_Engine on - AddType application/x-httpd-php .php - AddHandler x-httpd-php .php - -Since suPHP 0.6.x, you should use the following: - - suPHP_Engine on - AddType application/x-httpd-php .php - suPHP_AddHandler application/x-httpd-php - -Otherwise, Apache will begin serving PHP files as downloadable -content, rather than parse them with the PHP interpreter. ------------------------------------------------------------------ - ------------------------------------------------------------------ -For those versions upgraded from 0.6.x to 0.7.x. There are some -new features and changes for the configuration file: - - - Multiple path (with patterns) & variable substitution - support for docroots - - Double-quoted strings at section '[handlers]' - ex. application/x-httpd-php="php:/usr/local/bin/php-cgi" - -These changes may lead to internal server error if without -modifications of the configuration file from previous version. ------------------------------------------------------------------ diff --git a/www/suphp/pkg-plist b/www/suphp/pkg-plist deleted file mode 100644 index 3b066d45cfa5..000000000000 --- a/www/suphp/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -sbin/suphp -etc/suphp.conf-example -%%APACHEMODDIR%%/mod_suphp.so -@exec %D/sbin/apxs -e -a -n suphp %D/%f -@unexec %D/sbin/apxs -e -A -n suphp %D/%f -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/CONFIG -%%PORTDOCS%%%%DOCSDIR%%/apache/CONFIG -%%PORTDOCS%%%%DOCSDIR%%/apache/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/apache/README -%%PORTDOCS%%@dirrm %%DOCSDIR%%/apache -%%PORTDOCS%%@dirrm %%DOCSDIR%% |
