diff options
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_roaming2/Makefile | 42 | ||||
-rw-r--r-- | www/mod_roaming2/distinfo | 2 | ||||
-rw-r--r-- | www/mod_roaming2/files/httpd.conf.mod_roaming | 20 | ||||
-rw-r--r-- | www/mod_roaming2/pkg-descr | 9 | ||||
-rw-r--r-- | www/mod_roaming2/pkg-message | 18 | ||||
-rw-r--r-- | www/mod_roaming2/pkg-plist | 7 |
8 files changed, 2 insertions, 99 deletions
@@ -2209,3 +2209,5 @@ games/tnl||2011-06-01|Has expired: Upstream development has ceased, it doesn't w net/vnc2swf|deskutils/vnc2flv|2011-06-01|Has expired: Development is now superseded by deskutils/vnc2flv lang/libobjc2||2011-06-02|Redundant with lang/gnustep-libobjc mail/postfix24||2011-06-03|Has expired: no further upstream development; please consider upgrading +www/mod_roaming2||2011-06-04|Has expired: no supported browser and no further upstream development; see PR 73383 + diff --git a/www/Makefile b/www/Makefile index 45d60fc6e077..b6e81289b934 100644 --- a/www/Makefile +++ b/www/Makefile @@ -553,7 +553,6 @@ SUBDIR += mod_remoteip SUBDIR += mod_rivet SUBDIR += mod_roaming - SUBDIR += mod_roaming2 SUBDIR += mod_rpaf SUBDIR += mod_rpaf2 SUBDIR += mod_ruby diff --git a/www/mod_roaming2/Makefile b/www/mod_roaming2/Makefile deleted file mode 100644 index 60d122ef35b1..000000000000 --- a/www/mod_roaming2/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: mod_roaming2 -# Date created: 15 May 2002 -# Whom: Vivek Khera <vivek@khera.org> -# -# based on mod_roaming port -# -# $FreeBSD$ -# - -PORTNAME= mod_roaming2 -PORTVERSION= 2.0.0 -CATEGORIES= www -MASTER_SITES= http://www.klomp.org/mod_roaming/ -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} - -MAINTAINER= apache@FreeBSD.org -COMMENT= An Apache module that works as a Netscape Roaming Access server - -MAKE_JOBS_SAFE= yes - -DEPRECATED= Works only with Netscape version 4 see PR 73383 -EXPIRATION= 2011-06-01 - -USE_APACHE= 2.0 -AP_FAST_BUILD= yes -AP_GENPLIST= yes -MODULENAME= ${PORTNAME:S/2$//} - -PORTDOCS= CHANGES INSTALL LICENSE README -PLIST_FILES= ${APACHEETCDIR}/httpd.conf.mod_roaming - -post-install: - ${INSTALL_DATA} ${FILESDIR}/httpd.conf.${PORTNAME:S/2$//} ${LOCALBASE}/${APACHEETCDIR}/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/ -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ -.endfor -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_roaming2/distinfo b/www/mod_roaming2/distinfo deleted file mode 100644 index 7c0e0223560d..000000000000 --- a/www/mod_roaming2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_roaming-2.0.0.tar.gz) = 7b63e1a486bad5713cc1a8965d4eaf23474cf6614dec32cd76e69e670a7b20ac -SIZE (mod_roaming-2.0.0.tar.gz) = 9227 diff --git a/www/mod_roaming2/files/httpd.conf.mod_roaming b/www/mod_roaming2/files/httpd.conf.mod_roaming deleted file mode 100644 index 9c23164c0070..000000000000 --- a/www/mod_roaming2/files/httpd.conf.mod_roaming +++ /dev/null @@ -1,20 +0,0 @@ -# -# Example configuration for the mod_roaming module -# -# $FreeBSD: /tmp/pcvs/ports/www/mod_roaming2/files/Attic/httpd.conf.mod_roaming,v 1.1 2003-01-17 07:52:32 edwin Exp $ -# - -LoadModule roaming_module libexec/apache/mod_roaming.so - -AddModule mod_roaming.c - -<IfModule mod_roaming.c> - RoamingAlias /roaming /usr/local/etc/apache/roaming - - <Location /roaming> - AuthUserFile /usr/local/etc/apache/roaming-htpasswd - AuthType Basic - AuthName "Roaming Access" - require valid-user - </Location> -</IfModule> diff --git a/www/mod_roaming2/pkg-descr b/www/mod_roaming2/pkg-descr deleted file mode 100644 index b3a33239fabd..000000000000 --- a/www/mod_roaming2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -mod_roaming is an Apache module that works as a Netscape Roaming -Access server for Netscape Communicator 4.5 or later. - -This allows you to store your Netscape Communicator 4.5 preferences, -bookmarks, address books, cookies etc. on the server so that you can -use (and update) the same settings from any Netscape Communicator 4.5 -that can access the server. - -WWW: http://www.klomp.org/mod_roaming/ diff --git a/www/mod_roaming2/pkg-message b/www/mod_roaming2/pkg-message deleted file mode 100644 index c700b771f874..000000000000 --- a/www/mod_roaming2/pkg-message +++ /dev/null @@ -1,18 +0,0 @@ -************************************************************ -Please edit your Apache configuration file to enable and set -up this module. You may also need to create an htpasswd -file if you are going to use basic authentication. - -Look at the file ${PREFIX}/etc/apache/httpd.conf.mod_roaming -and the documents held in ${PREFIX}/share/doc/mod_roaming/ -for indications on what to do. - -(${PREFIX} is typically /usr/local) - -When it's all set up, do the following to take effect: - - apachectl configtest (and correct any errors reported) - apachectl restart - -Enjoy! -************************************************************ diff --git a/www/mod_roaming2/pkg-plist b/www/mod_roaming2/pkg-plist deleted file mode 100644 index d71cfb140206..000000000000 --- a/www/mod_roaming2/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%APACHEETCDIR%%/httpd.conf.mod_roaming -%%APACHEMODDIR%%/%%AP_MODULE%% -%%PORTDOCS%%share/doc/mod_roaming/CHANGES -%%PORTDOCS%%share/doc/mod_roaming/INSTALL -%%PORTDOCS%%share/doc/mod_roaming/LICENSE -%%PORTDOCS%%share/doc/mod_roaming/README -%%PORTDOCS%%@dirrm share/doc/mod_roaming |