aboutsummaryrefslogtreecommitdiff
path: root/www/mod_curb
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2005-09-07 20:18:27 +0000
committerClement Laforet <clement@FreeBSD.org>2005-09-07 20:18:27 +0000
commitba36f60f898b61b67d5fc3fe7fac3c0e1875484a (patch)
tree6d4101ae1236d86fb9b423a0333801c3bf63cce2 /www/mod_curb
parent2400fd3a2822e13a46bb0e1fd58124433d9fb74f (diff)
downloadports-ba36f60f898b61b67d5fc3fe7fac3c0e1875484a.tar.gz
ports-ba36f60f898b61b67d5fc3fe7fac3c0e1875484a.zip
Notes
Diffstat (limited to 'www/mod_curb')
-rw-r--r--www/mod_curb/Makefile31
-rw-r--r--www/mod_curb/distinfo2
-rw-r--r--www/mod_curb/pkg-descr4
3 files changed, 37 insertions, 0 deletions
diff --git a/www/mod_curb/Makefile b/www/mod_curb/Makefile
new file mode 100644
index 000000000000..3dd83b19c7ff
--- /dev/null
+++ b/www/mod_curb/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: mod_curb
+# Date created: Sep 7 2005
+# Whom: Clement Laforet <clement@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_curb
+PORTVERSION= 1.1
+CATEGORIES= www
+MASTER_SITES= http://www.steve.org.uk/Software/mod_curb/
+DISTNAME= ${PORTNAME:C/_/-/}-${PORTVERSION}
+DIST_SUBDIR= apache
+
+MAINTAINER= apache@FreeBSD.org
+COMMENT= A per-server bandwidth limiter module for Apache 1.3
+
+WANT_APACHE= 13
+
+AP_FAST_BUILD= YES
+AP_GENPLIST= YES
+PORTDOCS= README
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
+
+post-install:
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+
+.include <bsd.port.post.mk>
diff --git a/www/mod_curb/distinfo b/www/mod_curb/distinfo
new file mode 100644
index 000000000000..fc1f2b3d0549
--- /dev/null
+++ b/www/mod_curb/distinfo
@@ -0,0 +1,2 @@
+MD5 (apache/mod-curb-1.1.tar.gz) = 89db4cebe55f7301fc8404e409203315
+SIZE (apache/mod-curb-1.1.tar.gz) = 5104
diff --git a/www/mod_curb/pkg-descr b/www/mod_curb/pkg-descr
new file mode 100644
index 000000000000..51b84b338eae
--- /dev/null
+++ b/www/mod_curb/pkg-descr
@@ -0,0 +1,4 @@
+mod_curb is an "volume" limiter apache module. It works on a per-server
+basis. It can't be used with virtualhosts.
+
+WWW: http://www.steve.org.uk/Software/mod_curb/