summaryrefslogtreecommitdiff
path: root/www/ap-bandwidth
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Update to 2.0.6, here's the diff:wiz2-6/+7
917c917 < if (r->finfo.st_size >= MMAP_THRESHOLD) { --- > if ((r->finfo.st_size >= MMAP_THRESHOLD) && (!r->header_only)) {
2004-05-08convert to use buildlink3.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-02-17Initial import of mod_bandwidth-2.0.5 into The NetBSD packagesgrant5-0/+44
collection. mod_bandwidth is an Apache module to provide bandwidth usage limitation either on the whole server or one a per connection basis based on the size of files, directory location or remote domain/IP.