diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/mod_realip | |
parent | d800016e3408fa62b2ffd8ead6e8ab7abb84a0bb (diff) | |
download | ports-2c96f26a12ae4d0474c70d61c6cab483c2865f49.tar.gz ports-2c96f26a12ae4d0474c70d61c6cab483c2865f49.zip |
Notes
Diffstat (limited to 'www/mod_realip')
-rw-r--r-- | www/mod_realip/Makefile | 25 | ||||
-rw-r--r-- | www/mod_realip/distinfo | 2 | ||||
-rw-r--r-- | www/mod_realip/pkg-descr | 7 | ||||
-rw-r--r-- | www/mod_realip/pkg-plist | 3 |
4 files changed, 0 insertions, 37 deletions
diff --git a/www/mod_realip/Makefile b/www/mod_realip/Makefile deleted file mode 100644 index bf0720385c5a..000000000000 --- a/www/mod_realip/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: mod_realip -# Date created: 11 July 2005 -# Whom: glebius -# -# $FreeBSD$ -# - -PORTNAME= mod_realip -PORTVERSION= 2.0 -CATEGORIES= www -MASTER_SITES= http://sysoev.ru/mod_realip/ - -MAINTAINER= glebius@FreeBSD.org -COMMENT= Apache module to fix IP addresses in proxied requests - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -MAKE_JOBS_SAFE= yes - -USE_APACHE= 13 -AP_FAST_BUILD= yes -AP_GENPLIST= yes - -.include <bsd.port.mk> diff --git a/www/mod_realip/distinfo b/www/mod_realip/distinfo deleted file mode 100644 index a81763bab55a..000000000000 --- a/www/mod_realip/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_realip-2.0.tar.gz) = 5f1b6da5cd27bc68f075b0fccfe0d42ca4d98593c8a365e0cfd68261f3702aac -SIZE (mod_realip-2.0.tar.gz) = 3486 diff --git a/www/mod_realip/pkg-descr b/www/mod_realip/pkg-descr deleted file mode 100644 index 2329a7ba3013..000000000000 --- a/www/mod_realip/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -mod_realip is an apache 1.3 module, which changes the IP address of -the proxy server to the IP address a client, supplied by the proxy -server in "X-Real-IP" or "X-Forwarded-For" header. mod_realip is -designed for use on backends, which serve reverse proxied HTTP -requests. - -WWW: http://sysoev.ru/mod_realip/ diff --git a/www/mod_realip/pkg-plist b/www/mod_realip/pkg-plist deleted file mode 100644 index fb691e0a0509..000000000000 --- a/www/mod_realip/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F |