Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Update to 2.0.6, here's the diff: | wiz | 2 | -6/+7 | |
917c917 < if (r->finfo.st_size >= MMAP_THRESHOLD) { --- > if ((r->finfo.st_size >= MMAP_THRESHOLD) && (!r->header_only)) { | |||||
2004-05-08 | convert to use buildlink3. | grant | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-02 | Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. | jschauma | 1 | -2/+2 | |
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -3/+2 | |
2003-02-17 | Initial import of mod_bandwidth-2.0.5 into The NetBSD packages | grant | 5 | -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. |