1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Add mod_bw (officially known as bw_mod) v0.6

Bandwidth and Connection control per Virtual Host or Directory.
It can:
 * Restrict the number of simultaneous connections per vhost/dir
 * Limit the bandwidth for files on vhost/dir

WWW: http://www.ivn.cl/apache/
This commit is contained in:
Clement Laforet 2005-09-11 14:15:18 +00:00
parent 91b8bfc1aa
commit 09a0bfa1e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142451
4 changed files with 42 additions and 0 deletions

View File

@ -273,6 +273,7 @@
SUBDIR += mod_blosxom
SUBDIR += mod_blowchunks
SUBDIR += mod_bunzip2
SUBDIR += mod_bw
SUBDIR += mod_cband
SUBDIR += mod_curb
SUBDIR += mod_cfg_ldap

33
www/mod_bw/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: mod_bw
# Date created: Sep 11 2005
# Whom: Clement Laforet <clement@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_bw
PORTVERSION= 0.6
CATEGORIES= www
MASTER_SITES= http://www.ivn.cl/apache/
DISTNAME= bw_mod-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
COMMENT= Bandwidth and Connection control per Virtual Host or Directory
WANT_APACHE= 2
AP_FAST_BUILD= YES
AP_GENPLIST= YES
SRC_FILE= bw_mod-0.6.c
PORTDOCS= APACHE2-LICENSE LICENSE bw_mod-0.6.txt
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
post-install:
@${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && \
${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.include <bsd.port.post.mk>

2
www/mod_bw/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (apache2/bw_mod-0.6.tgz) = 0c92fa6344f487321291a592dbb49856
SIZE (apache2/bw_mod-0.6.tgz) = 50298

6
www/mod_bw/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Bandwidth and Connection control per Virtual Host or Directory.
It can:
* Restrict the number of simultaneous connections per vhost/dir
* Limit the bandwidth for files on vhost/dir
WWW: http://www.ivn.cl/apache/