summaryrefslogtreecommitdiff
path: root/www/micro_httpd
AgeCommit message (Collapse)AuthorFilesLines
2009-07-07user-destdir supportjoerg1-3/+4
2007-03-23Update to version 20051212.reed3-8/+8
This is for PR #34808. No ChangeLog found. Changes include: add ogg mime type, lowercase some HTML, make it more portable, get directory details using dirent instead of running "ls".
2005-12-27Use PKGMANDIR.reed1-3/+3
2005-09-07I will maintain these packages. Bruce isn't working on NetBSD now.reed1-2/+2
Thank you, Bruce, for previously maintaining these.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-02-02Update MAINTAINER address per his request.wiz1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-09Initial import of micro_httpd, version 20011214:jmmv5-0/+59
micro_httpd is a very small HTTP server. It runs from inetd, which means its performance is poor. But for low-traffic sites, it's quite adequate. It implements all the basic features of an HTTP server, including: * Security against ".." filename snooping. * The common MIME types. * Trailing-slash redirection. * index.html. * Directory listings. All in 150 lines of code. Package by Bruce J.A. Nourish from pkgsrc-wip with several changes by me.