diff options
| -rw-r--r-- | MOVED | 2 | ||||
| -rw-r--r-- | databases/Makefile | 1 | ||||
| -rw-r--r-- | databases/postgis/Makefile | 85 | ||||
| -rw-r--r-- | databases/postgis/distinfo | 2 | ||||
| -rw-r--r-- | databases/postgis/files/patch-GNUmakefile | 36 | ||||
| -rw-r--r-- | databases/postgis/files/patch-doc__Makefile.in | 40 | ||||
| -rw-r--r-- | databases/postgis/files/patch-doc__html__image_src__Makefile.in | 30 | ||||
| -rw-r--r-- | databases/postgis/files/patch-loader__Makefile.in | 13 | ||||
| -rw-r--r-- | databases/postgis/files/patch-postgis__Makefile.in | 34 | ||||
| -rw-r--r-- | databases/postgis/pkg-descr | 17 | ||||
| -rw-r--r-- | databases/postgis/pkg-install | 36 | ||||
| -rw-r--r-- | databases/postgis/pkg-plist | 26 | ||||
| -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 |
20 files changed, 2 insertions, 519 deletions
@@ -5378,3 +5378,5 @@ sysutils/lavaps||2014-01-14|Abandonware, segfaults www/mod_authnz_external|www/mod_authnz_external22|2014-01-14|Port was renamed to reflect the supported Apache version games/deng|games/doomsday|2014-01-16|Renamed to follow upstream naming misc/sword17|misc/sword|2014-01-16|Has expired: use misc/sword +www/suphp||2014-01-17|Has expired: Upstream dead, EOL: https://lists.marsching.com/pipermail/suphp/2013-May/002554.html +databases/postgis||2014-01-17|Has expired: EOLed upstream diff --git a/databases/Makefile b/databases/Makefile index 954b2b1a6761..5dd00f3abb41 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -656,7 +656,6 @@ SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phppgadmin - SUBDIR += postgis SUBDIR += postgis20 SUBDIR += postgis21 SUBDIR += postgis-jdbc diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile deleted file mode 100644 index 671221d9039a..000000000000 --- a/databases/postgis/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# Created by: Anderson Soares Ferreira <anderson@cnpm.embrapa.br> -# $FreeBSD$ - -PORTNAME= postgis -PORTVERSION= 1.5.3 -PORTREVISION= 3 -CATEGORIES= databases geography -MASTER_SITES= http://postgis.refractions.net/download/ \ - http://www.postgis.org/download/ -PKGNAMESUFFIX= -legacy - -MAINTAINER= ports@FreeBSD.org -COMMENT= Adds support for geographic objects to PostgreSQL databases - -LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \ - libgeos.so:${PORTSDIR}/graphics/geos -RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server - -CONFLICTS= postgis-2.* - -DEPRECATED= EOLed upstream -EXPIRATION_DATE= 2013-12-16 - -USES= bison iconv gmake perl5 -USE_GNOME= libxml2 -USE_PGSQL= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_PERL5= build - -OPTIONS_DEFINE= LOADERGUI -LOADERGUI_DESC= Enable shp2pgsql-gui - -NO_STAGE= yes -.include <bsd.port.options.mk> - -INSTALL_TARGET= install - -.if ${PORT_OPTIONS:MLOADERGUI} -USE_GNOME+= gtk20 -CONFIGURE_ARGS= --with-projdir=${LOCALBASE} --with-gui -PLIST_SUB+= LOADERGUI="" -.else -CONFIGURE_ARGS= --with-projdir=${LOCALBASE} -PLIST_SUB+= LOADERGUI="@comment " -.endif - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV= DATADIR=${DATADIR} DOCSDIR=${DOCSDIR} -MAKE_JOBS_UNSAFE= yes - -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= xsltproc:${PORTSDIR}/textproc/libxslt \ - ${LOCALBASE}/share/xsl/docbook/html/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl -CONFIGURE_ARGS+= --with-xsldir=${LOCALBASE}/share/xsl/docbook -MAN1= pgsql2shp.1 shp2pgsql.1 -PORTDOCS= * -.else -MAKE_ARGS+= NOPORTDOCS=yes -.endif - -post-extract: - @${REINPLACE_CMD} -e 's#@ICONV_LDFLAGS@#${ICONV_LIB} -L${LOCALBASE}/lib#g' \ - ${WRKSRC}/loader/Makefile.in - -post-patch: - @${REINPLACE_CMD} -e 's#%PERL%#${PERL}#g' \ - ${WRKSRC}/postgis/Makefile.in - -post-install: - @${MKDIR} ${DATADIR}/utils - ${INSTALL_SCRIPT} ${WRKSRC}/utils/create_undef.pl ${DATADIR}/utils/ - ${INSTALL_SCRIPT} ${WRKSRC}/utils/new_postgis_restore.pl ${DATADIR}/utils/ - ${INSTALL_SCRIPT} ${WRKSRC}/utils/profile_intersects.pl ${DATADIR}/utils/ - ${INSTALL_SCRIPT} ${WRKSRC}/utils/postgis_proc_upgrade.pl ${DATADIR}/utils/ - ${INSTALL_SCRIPT} ${WRKSRC}/utils/test_estimation.pl ${DATADIR}/utils/ - ${INSTALL_SCRIPT} ${WRKSRC}/utils/postgis_restore.pl ${DATADIR}/utils/ - ${INSTALL_SCRIPT} ${WRKSRC}/utils/test_joinestimation.pl ${DATADIR}/utils/ - @${MKDIR} ${PREFIX}/lib/postgresql - @${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/postgis.so - @${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so.1 - @${LN} -s ${PREFIX}/lib/postgresql/postgis-1.5.so ${PREFIX}/lib/postgresql/liblwgeom.so - -.include <bsd.port.mk> diff --git a/databases/postgis/distinfo b/databases/postgis/distinfo deleted file mode 100644 index 6fdb2230ca36..000000000000 --- a/databases/postgis/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (postgis-1.5.3.tar.gz) = a2334f8b229446c0497d48a430a40152a3b71a5da02f414a0340a0a025d416cf -SIZE (postgis-1.5.3.tar.gz) = 3779956 diff --git a/databases/postgis/files/patch-GNUmakefile b/databases/postgis/files/patch-GNUmakefile deleted file mode 100644 index 9ded6c6e4630..000000000000 --- a/databases/postgis/files/patch-GNUmakefile +++ /dev/null @@ -1,36 +0,0 @@ ---- GNUmakefile.orig 2009-05-26 15:00:55.000000000 -0300 -+++ GNUmakefile 2009-08-07 14:36:10.000000000 -0300 -@@ -4,10 +4,10 @@ - # - #----------------------------------------------------- - --all: postgis loaderdumper utils -+all: postgis loaderdumper utils docs - @echo "PostGIS was built successfully. Ready to install." - --install: all postgis-install loaderdumper-install -+install: all postgis-install loaderdumper-install docs-install - - uninstall: postgis-uninstall loaderdumper-uninstall docs-uninstall comments-uninstall - -@@ -80,7 +80,9 @@ - $(MAKE) -C extras/template_gis uninstall - - docs: -- $(MAKE) -C doc -+ifndef NOPORTDOCS -+ $(MAKE) -C doc html/postgis.html -+endif - - docs-clean: - $(MAKE) -C doc clean -@@ -95,7 +97,9 @@ - $(MAKE) -C doc comments-uninstall - - docs-install: -+ifndef NOPORTDOCS - $(MAKE) -C doc install -+endif - - docs-uninstall: - $(MAKE) -C doc uninstall diff --git a/databases/postgis/files/patch-doc__Makefile.in b/databases/postgis/files/patch-doc__Makefile.in deleted file mode 100644 index 796fced2d04c..000000000000 --- a/databases/postgis/files/patch-doc__Makefile.in +++ /dev/null @@ -1,40 +0,0 @@ ---- doc/Makefile.in.orig 2010-01-11 23:00:56.000000000 -0200 -+++ doc/Makefile.in 2010-02-28 17:04:05.000000000 -0300 -@@ -111,14 +111,14 @@ - doxygen $< - - images: -- make -C html/image_src images -+ - - clean: -- make -C html/image_src clean -+ gmake -C html/image_src clean - @rm -f postgis-out.xml postgis_aggs_mm.xml - - maintainer-clean: clean -- make -C html/image_src clean -+ gmake -C html/image_src clean - @rm -f html/*.html \ - postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf - -@@ -131,12 +131,13 @@ - rm -f $(PGSQL_SHAREDIR)/contrib/postgis_comments.sql - - install: html/postgis.html man/shp2pgsql.1 man/pgsql2shp.1 -- @mkdir -p $(PGSQL_DOCDIR)/postgis -- @mkdir -p $(PGSQL_MANDIR)/man1 -- cp html/postgis.html $(PGSQL_DOCDIR)/postgis/postgis.html -- cp ../README.postgis $(PGSQL_DOCDIR)/postgis/README.postgis -- cp man/pgsql2shp.1 $(PGSQL_MANDIR)/man1/pgsql2shp.1 -- cp man/shp2pgsql.1 $(PGSQL_MANDIR)/man1/shp2pgsql.1 -+ @mkdir -p $(DOCSDIR) -+ @mkdir -p $(PREFIX)/man/man1 -+ cp html/postgis.html $(DOCSDIR)/postgis.html -+ cp ../README.postgis $(DOCSDIR)/README.postgis -+ cp man/pgsql2shp.1 $(PREFIX)/man/man1/pgsql2shp.1 -+ cp man/shp2pgsql.1 $(PREFIX)/man/man1/shp2pgsql.1 -+ gmake -C html/image_src install - - uninstall: - rm -f $(PGSQL_DOCDIR)/postgis/postgis.html diff --git a/databases/postgis/files/patch-doc__html__image_src__Makefile.in b/databases/postgis/files/patch-doc__html__image_src__Makefile.in deleted file mode 100644 index cc66e6d3f6f9..000000000000 --- a/databases/postgis/files/patch-doc__html__image_src__Makefile.in +++ /dev/null @@ -1,30 +0,0 @@ ---- doc/html/image_src/Makefile.in.orig 2010-01-12 01:31:49.000000000 +0800 -+++ doc/html/image_src/Makefile.in 2010-03-26 10:15:25.000000000 +0800 -@@ -83,7 +83,18 @@ - ../images/st_touches04.png \ - ../images/st_touches05.png \ - ../images/st_touches06.png \ -- ../images/st_within01.png -+ ../images/st_within01.png \ -+ ../images/caution.png \ -+ ../images/check.png \ -+ ../images/important.png \ -+ ../images/note.png \ -+ ../images/tip.png \ -+ ../images/warning.png \ -+ ../images/matrix_autocast.png \ -+ ../images/matrix_transform.png \ -+ ../images/matrix_checkmark.png -+ -+ - - # Images that are created with dimensions 100x100 - IMAGES_RESIZED= \ -@@ -134,3 +145,7 @@ - @rm -f generator - @rm -f tmp[0-9].png - -+install: -+ @mkdir -p $(DOCSDIR)/images -+ cp $(IMAGES) $(DOCSDIR)/images -+ diff --git a/databases/postgis/files/patch-loader__Makefile.in b/databases/postgis/files/patch-loader__Makefile.in deleted file mode 100644 index 801f8c6c8acd..000000000000 --- a/databases/postgis/files/patch-loader__Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- loader/Makefile.in.orig 2009-08-07 11:13:19.000000000 -0300 -+++ loader/Makefile.in 2009-08-07 11:14:01.000000000 -0300 -@@ -13,6 +13,10 @@ - CC=@CC@ - CFLAGS=@CFLAGS@ @PICFLAGS@ @WARNFLAGS@ - -+override datadir := $(DATADIR) -+override bindir := $(PREFIX)/bin -+override pkglibdir := $(PREFIX)/lib/postgresql -+ - # Filenames with extension as determined by the OS - PGSQL2SHP=pgsql2shp@EXESUFFIX@ - SHP2PGSQL=shp2pgsql@EXESUFFIX@ diff --git a/databases/postgis/files/patch-postgis__Makefile.in b/databases/postgis/files/patch-postgis__Makefile.in deleted file mode 100644 index 6562c4cfda54..000000000000 --- a/databases/postgis/files/patch-postgis__Makefile.in +++ /dev/null @@ -1,34 +0,0 @@ ---- postgis/Makefile.in.orig 2010-01-08 20:48:29.000000000 -0200 -+++ postgis/Makefile.in 2010-02-28 14:18:37.000000000 -0300 -@@ -13,6 +13,10 @@ - MODULE_big=postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@ - MODULEDIR=contrib/$(MODULE_big) - -+override datadir := $(DATADIR) -+override bindir := $(PREFIX)/bin -+override pkglibdir := $(PREFIX)/lib/postgresql -+ - # Files to be copied to the contrib/ directory - DATA_built=postgis.sql uninstall_postgis.sql postgis_upgrade_15_minor.sql postgis_upgrade_14_to_15.sql postgis_upgrade_13_to_15.sql - DATA=../spatial_ref_sys.sql -@@ -103,16 +107,16 @@ - - # Borrow the $libdir substitution from PGXS but customise by adding the version number - %.sql: %.sql.in -- sed 's,MODULE_PATHNAME,$$libdir/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@,g' $< >$@ -+ sed 's,MODULE_PATHNAME,$$libdir/$*,g' $< >$@ - - postgis_upgrade_15_minor.sql: postgis.sql -- $(PERL) ../utils/postgis_proc_upgrade.pl $< 1.5 > $@ -+ %PERL% ../utils/postgis_proc_upgrade.pl $< 1.5 > $@ - - postgis_upgrade_14_to_15.sql: postgis.sql -- $(PERL) ../utils/postgis_proc_upgrade.pl $< 1.4 > $@ -+ %PERL% ../utils/postgis_proc_upgrade.pl $< 1.4 > $@ - - postgis_upgrade_13_to_15.sql: postgis.sql -- $(PERL) ../utils/postgis_proc_upgrade.pl $< 1.3 > $@ -+ %PERL% ../utils/postgis_proc_upgrade.pl $< 1.3 > $@ - - # Generate any .sql.in files from .sql.in.c files by running them through the C pre-processor - $(SQL_OBJS): %.in: %.in.c diff --git a/databases/postgis/pkg-descr b/databases/postgis/pkg-descr deleted file mode 100644 index 06b0a9a3bb2c..000000000000 --- a/databases/postgis/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -PostGIS adds support for geographic objects to the PostgreSQL -object-relational database. In effect, PostGIS "spatially enables" -the PostgreSQL server, allowing it to be used as a backend spatial -database for geographic information systems (GIS), much like ESRI's SDE -or Oracle's Spatial extension. -PostGIS follows the OpenGIS "Simple Features Specification for SQL" and -will be submitted for conformance testing at version 1.0. - -PostGIS has been developed by Refractions Research Inc as a research project -in open source spatial database technology. PostGIS is released under the -GNU General Public License. We intend to continue development as time and -resources permit. Our list of future projects includes enhanced technology -for data loading and dumping, user interface tools for direct data access -and manipulation, and support for advanced topologies at the server side, -such as coverages, networks, and surfaces. - -WWW: http://postgis.refractions.net/ diff --git a/databases/postgis/pkg-install b/databases/postgis/pkg-install deleted file mode 100644 index 2ea34e6676da..000000000000 --- a/databases/postgis/pkg-install +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -msg(){ - echo " - ======================= GEOS Support Notice ======================== - In order to use the GEOS support, you may need to specially compile - your version of PostgreSQL to link the C++ runtime library. - To do this, invoke the PostgreSQL Makefile script this way: - - on csh shell: - - setenv LDFLAGS -lstdc++ - make - - on sh or bash shell: - - export LDFLAGS=-lstdc++ - make - - The initial LDFLAGS variable is passed through to the Makefile and - adds the C++ library to the linking stage. - - ==================================================================== -" -sleep 10 - -} - -case "$2" in - "PRE-INSTALL") - msg - ;; - "MESSAGE") - msg - ;; -esac diff --git a/databases/postgis/pkg-plist b/databases/postgis/pkg-plist deleted file mode 100644 index 72c6cbf38c46..000000000000 --- a/databases/postgis/pkg-plist +++ /dev/null @@ -1,26 +0,0 @@ -bin/pgsql2shp -bin/shp2pgsql -%%LOADERGUI%%bin/shp2pgsql-gui -lib/postgresql/liblwgeom.so -lib/postgresql/liblwgeom.so.1 -lib/postgresql/postgis-1.5.so -lib/postgresql/postgis.so -%%DATADIR%%/contrib/postgis-1.5/postgis.sql -%%DATADIR%%/contrib/postgis-1.5/postgis_upgrade_13_to_15.sql -%%DATADIR%%/contrib/postgis-1.5/postgis_upgrade_14_to_15.sql -%%DATADIR%%/contrib/postgis-1.5/postgis_upgrade_15_minor.sql -%%DATADIR%%/contrib/postgis-1.5/spatial_ref_sys.sql -%%DATADIR%%/contrib/postgis-1.5/uninstall_postgis.sql -%%DATADIR%%/utils/create_undef.pl -%%DATADIR%%/utils/new_postgis_restore.pl -%%DATADIR%%/utils/postgis_proc_upgrade.pl -%%DATADIR%%/utils/postgis_restore.pl -%%DATADIR%%/utils/profile_intersects.pl -%%DATADIR%%/utils/test_estimation.pl -%%DATADIR%%/utils/test_joinestimation.pl -@dirrmtry %%DATADIR%%/utils -@dirrmtry %%DATADIR%%/contrib/postgis-1.5 -@dirrmtry %%DATADIR%%/contrib -@dirrmtry %%DATADIR%% -@dirrmtry lib/postgresql -@dirrmtry lib 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%% |
