aboutsummaryrefslogtreecommitdiff
path: root/www/mod_tsunami
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-10-21 21:14:52 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-10-21 21:14:52 +0000
commit6e651be77728af7df1504e6c5914bacb565e3c79 (patch)
tree6718efc57bdb127c4edcb9a8c0db2d03655a81af /www/mod_tsunami
parent61dd609a21bb643eafbbb3d259a6a7bf9e04828f (diff)
downloadports-6e651be77728af7df1504e6c5914bacb565e3c79.tar.gz
ports-6e651be77728af7df1504e6c5914bacb565e3c79.zip
Notes
Diffstat (limited to 'www/mod_tsunami')
-rw-r--r--www/mod_tsunami/Makefile8
-rw-r--r--www/mod_tsunami/distinfo4
-rw-r--r--www/mod_tsunami/pkg-message2
-rw-r--r--www/mod_tsunami/pkg-plist15
4 files changed, 16 insertions, 13 deletions
diff --git a/www/mod_tsunami/Makefile b/www/mod_tsunami/Makefile
index 0bfdc544a95c..2221ef8a2af4 100644
--- a/www/mod_tsunami/Makefile
+++ b/www/mod_tsunami/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= mod_tsunami
-PORTVERSION= 2.0
+PORTVERSION= 3.0
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= mod-tsunami
+MASTER_SITES= http://bertrand.demiddelaer.org/mod_tsunami/
MAINTAINER= ale@FreeBSD.org
COMMENT= Apache module which dynamically limits a site's slot usage
USE_APACHE= yes
-DOCS= AUTHORS Changelog INSTALL LICENSE README
+DOCS= AUTHORS Changelog README
do-build:
@cd ${WRKSRC} && ${APXS} -c mod_tsunami.c
@@ -27,6 +26,7 @@ do-install:
.for f in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
+ @${CP} -R ${WRKSRC}/docs/* ${DOCSDIR}
.endif
post-install:
diff --git a/www/mod_tsunami/distinfo b/www/mod_tsunami/distinfo
index e2997d68b954..380e48868b8a 100644
--- a/www/mod_tsunami/distinfo
+++ b/www/mod_tsunami/distinfo
@@ -1,2 +1,2 @@
-MD5 (mod_tsunami-2.0.tar.gz) = 8ce6c33d322474af61b1eaa6f4aeed56
-SIZE (mod_tsunami-2.0.tar.gz) = 12123
+MD5 (mod_tsunami-3.0.tar.gz) = 8de47c59b9f13efc399b42487e106321
+SIZE (mod_tsunami-3.0.tar.gz) = 22560
diff --git a/www/mod_tsunami/pkg-message b/www/mod_tsunami/pkg-message
index 41eca4428a69..14690253b080 100644
--- a/www/mod_tsunami/pkg-message
+++ b/www/mod_tsunami/pkg-message
@@ -4,7 +4,7 @@ You have installed mod_tsunami.
Use these directives in your httpd.conf:
-TsunamiActive On/Off
+TsunamiEngine On/Off
TsunamiMaxConnections number_of_maximum_slots_per_web_directory
When the value of TsunamiMaxConnections is set to '0' (default behaviour),
diff --git a/www/mod_tsunami/pkg-plist b/www/mod_tsunami/pkg-plist
index 6372157099d5..69de8c2ea572 100644
--- a/www/mod_tsunami/pkg-plist
+++ b/www/mod_tsunami/pkg-plist
@@ -1,9 +1,12 @@
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
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/Changelog
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/index.gif
+%%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/home.gif
+%%PORTDOCS%%%%DOCSDIR%%/mod_tsunami_files/sub.gif
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/mod_tsunami_files
+%%PORTDOCS%%@dirrm %%DOCSDIR%%