diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-09 21:25:03 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-09 21:25:03 +0000 |
commit | 33fdc467a2557ff913d51a3486fb5bd020e3756c (patch) | |
tree | a0c9e2200b3c147e16281d6c8129510a46dd9511 /www/bozohttpd | |
parent | 71b23ad4448a1fba1e6285dfbfceb1dcb13df9f7 (diff) | |
download | ports-33fdc467a2557ff913d51a3486fb5bd020e3756c.tar.gz ports-33fdc467a2557ff913d51a3486fb5bd020e3756c.zip |
Notes
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/Makefile | 20 | ||||
-rw-r--r-- | www/bozohttpd/distinfo | 1 | ||||
-rw-r--r-- | www/bozohttpd/files/patch-Makefile | 14 | ||||
-rw-r--r-- | www/bozohttpd/files/patch-bozohttpd.8 | 22 | ||||
-rw-r--r-- | www/bozohttpd/pkg-comment | 1 | ||||
-rw-r--r-- | www/bozohttpd/pkg-descr | 9 | ||||
-rw-r--r-- | www/bozohttpd/pkg-plist | 1 |
7 files changed, 68 insertions, 0 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile new file mode 100644 index 000000000000..ef045edc81a3 --- /dev/null +++ b/www/bozohttpd/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: bozohttpd +# Date created: 21.03.2002 +# Whom: Janos.Mohacsi@bsd.hu +# +# $FreeBSD$ +# + +PORTNAME= bozohttpd +PORTVERSION= 5.14 +CATEGORIES= www ipv6 +MASTER_SITES= http://www.eterna.com.au/bozohttpd/ + +MAINTAINER= Janos.Mohacsi@bsd.hu + +USE_BZIP2= YES + +MAN8= bozohttpd.8 +MANCOMPRESSED= maybe + +.include <bsd.port.mk> diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo new file mode 100644 index 000000000000..79583ce4bdfa --- /dev/null +++ b/www/bozohttpd/distinfo @@ -0,0 +1 @@ +MD5 (bozohttpd-5.14.tar.bz2) = e76e6cf1cfffcdec72a7ae3e02852e5f diff --git a/www/bozohttpd/files/patch-Makefile b/www/bozohttpd/files/patch-Makefile new file mode 100644 index 000000000000..35e8ce53ef79 --- /dev/null +++ b/www/bozohttpd/files/patch-Makefile @@ -0,0 +1,14 @@ +*** Makefile.orig Fri Aug 10 07:43:15 2001 +--- Makefile Thu Mar 21 21:16:46 2002 +*************** +*** 3,8 **** +--- 3,11 ---- + PROG= bozohttpd + MAN= bozohttpd.8 + ++ BINDIR=$(PREFIX)/libexec ++ MANDIR=$(PREFIX)/man/man ++ + .include <bsd.prog.mk> + + check: diff --git a/www/bozohttpd/files/patch-bozohttpd.8 b/www/bozohttpd/files/patch-bozohttpd.8 new file mode 100644 index 000000000000..8f858e350026 --- /dev/null +++ b/www/bozohttpd/files/patch-bozohttpd.8 @@ -0,0 +1,22 @@ +--- bozohttpd.8.orig Fri Aug 23 07:43:44 2002 ++++ bozohttpd.8 Tue Sep 3 10:23:12 2002 +@@ -197,8 +197,8 @@ + .Xr inetd.conf 5 + entry would be: + .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 + This would serve web pages from +@@ -218,7 +218,7 @@ + .Pp + To configure set of virtual hosts, one would use an entry like: + .Bd -literal +-www stream tcp nowait:600 httpd /usr/pkg/libexec/bozohttpd bozohttpd -v /var/vroot /var/www ++www stream tcp nowait:600 httpd /@@PREFIX@@/libexec/bozohttpd bozohttpd -v /var/vroot /var/www + .Ed + .Pp + and inside diff --git a/www/bozohttpd/pkg-comment b/www/bozohttpd/pkg-comment new file mode 100644 index 000000000000..85e95cc7d1ce --- /dev/null +++ b/www/bozohttpd/pkg-comment @@ -0,0 +1 @@ +The bozotic HTTP server diff --git a/www/bozohttpd/pkg-descr b/www/bozohttpd/pkg-descr new file mode 100644 index 000000000000..9b858b40b633 --- /dev/null +++ b/www/bozohttpd/pkg-descr @@ -0,0 +1,9 @@ +Bozohttpd is a small and secure http version 1.1 server. it's main feature +is the lack of features, reducing the code size and improving verifiability. + +It supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations, +virtual hosting support, as well as multiple IP-based servers on a +single machine. it is capable of services pages via the IPv6 protocol. +it has no configuration file by design. + +WWW: http://www.eterna.com.au/bozohttpd/ diff --git a/www/bozohttpd/pkg-plist b/www/bozohttpd/pkg-plist new file mode 100644 index 000000000000..80b77b4b17b8 --- /dev/null +++ b/www/bozohttpd/pkg-plist @@ -0,0 +1 @@ +libexec/bozohttpd |