diff options
author | clement <clement@FreeBSD.org> | 2005-09-08 03:52:27 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-08 03:52:27 +0800 |
commit | 57d5ce910c16e041f7d9a55ec62debe0b19ec228 (patch) | |
tree | 48976f0a65344d63b145c04a6a8afea019f2c78b /www/mod_cband | |
parent | 8952863cbd11212cb9498e651caa4603682efe6c (diff) | |
download | freebsd-ports-gnome-57d5ce910c16e041f7d9a55ec62debe0b19ec228.tar.gz freebsd-ports-gnome-57d5ce910c16e041f7d9a55ec62debe0b19ec228.tar.zst freebsd-ports-gnome-57d5ce910c16e041f7d9a55ec62debe0b19ec228.zip |
- add mod_cband 0.9
mod_cband is an Apache 2 module provided to solve the problem of
limiting virtualhosts bandwidth usage. When the configured
virtualhost's transfer limit is exceeded, mod_cband will redirect all
further requests to a location specified in the configuration file.
WWW: http://dembol.nasa.pl/mod_cband
Diffstat (limited to 'www/mod_cband')
-rw-r--r-- | www/mod_cband/Makefile | 25 | ||||
-rw-r--r-- | www/mod_cband/distinfo | 2 | ||||
-rw-r--r-- | www/mod_cband/pkg-descr | 7 |
3 files changed, 34 insertions, 0 deletions
diff --git a/www/mod_cband/Makefile b/www/mod_cband/Makefile new file mode 100644 index 000000000000..3bf29c2cd0a6 --- /dev/null +++ b/www/mod_cband/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: mod_cband +# Date created: Sep 7 2005 +# Whom: Clement Laforet <clement@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= mod_cband +PORTVERSION= 0.9 +CATEGORIES= www +MASTER_SITES= http://dembol.nasa.pl/download/ +EXTRACT_SUFX= .tgz +DIST_SUBDIR= apache2 + +MAINTAINER= apache@FreeBSD.org +COMMENT= A per-virtualhost bandwidth limiter module for Apache 2 + +WRKSRC= ${WRKDIR}/${PORTNAME} +WANT_APACHE= 2 +AP_FAST_BUILD= YES +AP_GENPLIST= YES + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd" +.include <bsd.port.post.mk> diff --git a/www/mod_cband/distinfo b/www/mod_cband/distinfo new file mode 100644 index 000000000000..7974a91c7ca4 --- /dev/null +++ b/www/mod_cband/distinfo @@ -0,0 +1,2 @@ +MD5 (apache2/mod_cband-0.9.tgz) = 57414e91443f975abc0ec153dec197b3 +SIZE (apache2/mod_cband-0.9.tgz) = 2379 diff --git a/www/mod_cband/pkg-descr b/www/mod_cband/pkg-descr new file mode 100644 index 000000000000..3affa605b5b3 --- /dev/null +++ b/www/mod_cband/pkg-descr @@ -0,0 +1,7 @@ +mod_cband is an Apache 2 module provided to solve the problem of +limiting virtualhosts bandwidth usage. When the configured +virtualhost's transfer limit is exceeded, mod_cband will redirect all +further requests to a location specified in the configuration file. + + +WWW: http://dembol.nasa.pl/mod_cband |