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:
parent
50812c2c1c
commit
e0e39fa1ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55968
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (mod_tsunami-1.0.tar.gz) = cb37c43cf19db0186abf7870eb9ed335
|
||||
MD5 (mod_tsunami-1.1.tar.gz) = b9a969c536ec9eff5bad63045716559a
|
||||
|
@ -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
|
||||
|
13
www/mod_tsunami/pkg-message
Normal file
13
www/mod_tsunami/pkg-message
Normal 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.
|
||||
|
||||
*****************************************************************************
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user