diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2011-07-31 22:11:23 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2011-07-31 22:11:23 +0000 |
commit | d54718d5d7c6e9bc4807a60973720c55aaa8f9ea (patch) | |
tree | 18c01207305a8b65d1bcdee7954db1a8596f63f2 | |
parent | c746ce5b7b1d46c043cb95ba6408004fed9c0bad (diff) | |
download | ports-d54718d5d7c6e9bc4807a60973720c55aaa8f9ea.tar.gz ports-d54718d5d7c6e9bc4807a60973720c55aaa8f9ea.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_roaming/Makefile | 45 | ||||
-rw-r--r-- | www/mod_roaming/distinfo | 2 | ||||
-rw-r--r-- | www/mod_roaming/files/httpd.conf.mod_roaming | 20 | ||||
-rw-r--r-- | www/mod_roaming/files/patch-aa | 26 | ||||
-rw-r--r-- | www/mod_roaming/pkg-descr | 9 | ||||
-rw-r--r-- | www/mod_roaming/pkg-message | 18 |
8 files changed, 1 insertions, 121 deletions
@@ -2300,3 +2300,4 @@ graphics/gir-repository-poppler||2010-07-30|Removed x11-toolkits/gir-repository-vte||2010-07-30|Removed mail/rubygem-smtp_tls||2011-07-30|Has expired: no supported version of FreeBSD have < 1.8.7.p72 textproc/pl-hunspell|polish/hunspell|2011-07-31|Move to a better place via repocopy +www/mod_roaming||2011-08-01|Has expired: no supported browser and no further upstream development; see PR 73383 diff --git a/www/Makefile b/www/Makefile index 86e1f0ccd4e4..27b6f0b382de 100644 --- a/www/Makefile +++ b/www/Makefile @@ -548,7 +548,6 @@ SUBDIR += mod_realip SUBDIR += mod_remoteip SUBDIR += mod_rivet - SUBDIR += mod_roaming SUBDIR += mod_rpaf SUBDIR += mod_rpaf2 SUBDIR += mod_ruby diff --git a/www/mod_roaming/Makefile b/www/mod_roaming/Makefile deleted file mode 100644 index 2445a1ed46e1..000000000000 --- a/www/mod_roaming/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: mod_roaming -# Date created: 11 Aug 2000 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= mod_roaming -PORTVERSION= 1.0.2 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.klomp.org/mod_roaming/ - -MAINTAINER= apache@FreeBSD.org -COMMENT= An Apache module that works as a Netscape Roaming Access server - -DEPRECATED= Works only with Netscape version 4 see PR 73383 - -EXPIRATION_DATE= 2011-08-01 - -PORTSCOUT= limit:^1 - -MAKE_JOBS_SAFE= yes - -CONFLICTS= apache-contrib-1.* -PORTSCOUT= limit:^1 - -USE_APACHE= 1.3 -AP_FAST_BUILD= yes -AP_GENPLIST= yes -PLIST_FILES= ${APACHEETCDIR}/httpd.conf.${PORTNAME} - -PORTDOCS= CHANGES INSTALL LICENSE README - -post-install: - ${INSTALL_DATA} ${FILESDIR}/httpd.conf.${PORTNAME} ${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_roaming/distinfo b/www/mod_roaming/distinfo deleted file mode 100644 index 830eff354a87..000000000000 --- a/www/mod_roaming/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_roaming-1.0.2.tar.gz) = acb473962f6091887fa2fd5265b4440ca1a95d38093d01d2a59deabfaac90dce -SIZE (mod_roaming-1.0.2.tar.gz) = 9742 diff --git a/www/mod_roaming/files/httpd.conf.mod_roaming b/www/mod_roaming/files/httpd.conf.mod_roaming deleted file mode 100644 index b55a57334b8d..000000000000 --- a/www/mod_roaming/files/httpd.conf.mod_roaming +++ /dev/null @@ -1,20 +0,0 @@ -# -# Example configuration for the mod_roaming module -# -# $FreeBSD$ -# - -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_roaming/files/patch-aa b/www/mod_roaming/files/patch-aa deleted file mode 100644 index 9f842075a9d6..000000000000 --- a/www/mod_roaming/files/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ ---- mod_roaming.c.orig Sun Jul 23 02:02:33 2000 -+++ mod_roaming.c Fri Aug 11 21:55:18 2000 -@@ -275,11 +275,12 @@ - FILE *f; - struct stat file_info; - int i, ret; -- roaming_config_t *rc; - array_header *hdr_arr; - table_entry *headers; - size_t chars_read; - -+ new_uri = NULL; -+ - /* Checks whether the correct user has logged on */ - /* to access these roaming files. */ - user = ap_table_get(r->notes, "roaming-user"); -@@ -292,8 +293,7 @@ - "Unauthenticated user has no access to roaming files for %s", - user); - ap_log_rerror(APLOG_MARK, APLOG_WARNING|APLOG_NOERRNO, r, -- "Have you put a .htaccess file in the roaming directory?", -- user); -+ "Have you put a .htaccess file in the roaming directory?"); - return HTTP_FORBIDDEN; - } else if(strcmp(r->connection->user, user) != 0) { - ap_log_rerror(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, r, diff --git a/www/mod_roaming/pkg-descr b/www/mod_roaming/pkg-descr deleted file mode 100644 index b3a33239fabd..000000000000 --- a/www/mod_roaming/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_roaming/pkg-message b/www/mod_roaming/pkg-message deleted file mode 100644 index c700b771f874..000000000000 --- a/www/mod_roaming/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! -************************************************************ |