1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Update to 1.1

Submitter takes MAINTAINERSHIP from ports@FreeBSD.org

PR:		35627
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (new MAINTAINER)
This commit is contained in:
Ade Lovett 2002-03-13 00:27:30 +00:00
parent 50812c2c1c
commit e0e39fa1ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55968
5 changed files with 38 additions and 5 deletions

View File

@ -6,22 +6,33 @@
#
PORTNAME= mod_tsunami
PORTVERSION= 1.0
PORTVERSION= 1.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mod-tsunami
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sysadmin@alexdupre.com
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
APXS?= ${LOCALBASE}/sbin/apxs
DOCS= AUTHORS Changelog INSTALL LICENSE README
do-build:
@cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
@cd ${WRKSRC} && ${APXS} -c mod_tsunami.c
do-install:
${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so
${APXS} -i -A -n tsunami ${WRKSRC}/mod_tsunami.so
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (mod_tsunami-1.0.tar.gz) = cb37c43cf19db0186abf7870eb9ed335
MD5 (mod_tsunami-1.1.tar.gz) = b9a969c536ec9eff5bad63045716559a

View File

@ -4,3 +4,6 @@ It is useful if you provide home pages hosting, and don't
want one site to use all the resources.
WWW: http://mod-tsunami.sourceforge.net/
- Alex Dupre
sysadmin@alexdupre.com

View File

@ -0,0 +1,13 @@
*****************************************************************************
You have installed mod_tsunami.
Use these directives in your httpd.conf:
TsunamiActive On/Off
TsunamiMaxConnections number_of_maximum_slots_per_web_directory
When the value of TsunamiMaxConnections is set to '0' (default behaviour),
mod_tsunami doesn't reject any request.
*****************************************************************************

View File

@ -1,3 +1,9 @@
libexec/apache/mod_tsunami.so
@exec %D/sbin/apxs -e -A -n tsunami %D/%F
@unexec %D/sbin/apxs -e -A -n tsunami %D/%F
%%PORTDOCS%%share/doc/mod_tsunami/AUTHORS
%%PORTDOCS%%share/doc/mod_tsunami/Changelog
%%PORTDOCS%%share/doc/mod_tsunami/INSTALL
%%PORTDOCS%%share/doc/mod_tsunami/LICENSE
%%PORTDOCS%%share/doc/mod_tsunami/README
%%PORTDOCS%%@dirrm share/doc/mod_tsunami