diff options
author | mrg <mrg@pkgsrc.org> | 2001-12-14 16:26:03 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2001-12-14 16:26:03 +0000 |
commit | f04a132007292347a6a8e17b67433d39a88d8447 (patch) | |
tree | 1a92926eca425f46b61a460f8f0ac0c5b1163ebc /www/bozohttpd | |
parent | fb844389507c887b88a5d4da906cfdfd5f864847 (diff) | |
download | pkgsrc-f04a132007292347a6a8e17b67433d39a88d8447.tar.gz |
update to bozohttpd 5.09. changes include... um, i forget. it can now
run in a daemon mode at the very least... (ie, no longer inetd or some
other daemon starter dependant)
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/Makefile | 4 | ||||
-rw-r--r-- | www/bozohttpd/distinfo | 8 | ||||
-rw-r--r-- | www/bozohttpd/patches/patch-ab | 64 |
3 files changed, 17 insertions, 59 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 07e649c306c..f7ade67707e 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2001/12/03 22:56:42 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/12/14 16:26:03 mrg Exp $ # -DISTNAME= bozohttpd-5.08 +DISTNAME= bozohttpd-5.09 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo index 8b90326669f..c3e62738ad1 100644 --- a/www/bozohttpd/distinfo +++ b/www/bozohttpd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2001/09/10 17:23:46 wiz Exp $ +$NetBSD: distinfo,v 1.6 2001/12/14 16:26:03 mrg Exp $ -SHA1 (bozohttpd-5.08.tar.bz2) = faa9190c69d40972359f0a7e6387578fab437d04 -Size (bozohttpd-5.08.tar.bz2) = 17221 bytes +SHA1 (bozohttpd-5.09.tar.bz2) = 38670bf3216cf97fa2e7af1415afe0831bdd8ddc +Size (bozohttpd-5.09.tar.bz2) = 18439 bytes SHA1 (patch-aa) = 3831938ead3fd2792d61878c10aa7ada431e8cd7 -SHA1 (patch-ab) = 6fb466aa2ddc645731898482935d7e0a16b2c91e +SHA1 (patch-ab) = 3dbf43680c52c60251221243e855fc2d2f26c1ff diff --git a/www/bozohttpd/patches/patch-ab b/www/bozohttpd/patches/patch-ab index 4e25db61733..a944326c50e 100644 --- a/www/bozohttpd/patches/patch-ab +++ b/www/bozohttpd/patches/patch-ab @@ -1,57 +1,15 @@ -$NetBSD: patch-ab,v 1.7 2001/09/10 17:23:47 wiz Exp $ +$NetBSD: patch-ab,v 1.8 2001/12/14 16:26:03 mrg Exp $ ---- bozohttpd.8.in.orig Fri Aug 10 08:43:16 2001 -+++ bozohttpd.8.in -@@ -44,7 +44,7 @@ - .Sh DESCRIPTION - The - .Nm --program reads a -+program reads an - .Em HTTP - request from the standard input, and sends a reply - to the standard output. Besides ~user translation and virtual -@@ -130,12 +130,15 @@ - on the command line with little change of functionality.) A typical +--- bozohttpd.8.in.orig Sat Sep 22 20:10:00 2001 ++++ bozohttpd.8.in Sat Dec 15 03:15:41 2001 +@@ -172,8 +172,8 @@ .Xr inetd.conf 5 entry would be: --.Dl www stream tcp nowait httpd /usr/pkg/libexec/httpd httpd /var/www -+.Bd -literal -+www stream tcp nowait httpd @PREFIX@/libexec/bozohttpd bozohttpd /var/www -+www stream tcp6 nowait httpd @PREFIX@/libexec/bozohttpd bozohttpd /var/www -+.Ed + .Bd -literal +-www stream tcp nowait:600 httpd /usr/pkg/libexec/bozohttpd bozohttpd /var/www +-www stream tcp6 nowait:600 httpd /usr/pkg/libexec/bozohttpd bozohttpd /var/www ++www stream tcp nowait:600 httpd @PREFIX@/libexec/bozohttpd bozohttpd /var/www ++www stream tcp6 nowait:600 httpd @PREFIX@/libexec/bozohttpd bozohttpd /var/www + .Ed .Pp - Using the - .Nx - .Xr inetd 8 , --you can provide multiple IP-address based HTTP servers by having mulitple -+you can provide multiple IP-address based HTTP servers by having multiple - listening ports with different configurations. - .Sh NOTES - This server supports the -@@ -158,10 +161,10 @@ - program was first written in perl, based on another perl http server - called - .Dq tinyhttpd . --It was then rewritten from scratch in perl, and then once again in C. -+It was then rewritten from scratch in perl, and then once again in C. - This version documents - .Nm --version 5.07. -+version 5.08. - .Sh AUTHOR - The - .Nm -@@ -176,10 +179,10 @@ - .Aq ad@netbsd.org . - .Sh BUGS - .Nm --only know about the file types built in to the program. This means it -+only knows about the file types built into the program. This means it - either needs a large embedded list of file extensions to types, or needs - to use a configuration file with this. Currently, only a reasonable - sized embedded list is used, that supports the most common files. - .Sh SEE ALSO - .Xr inetd.conf 5 , --.Xr inetd 8 . -+.Xr inetd 8 + This would serve web pages from |