Import bozohttpd 20040823.

Submitted by Maxime Guillaud <bsd-ports@mguillaud.net>.

bozohttpd is a small and secure HTTP version 1.1 server.  Its main
feature is the lack of features, reducing the code size and improving
verifiability.
This commit is contained in:
naddy 2004-10-12 20:06:19 +00:00
parent cdc85e0c08
commit fe1f2b009b
4 changed files with 36 additions and 0 deletions

24
www/bozohttpd/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/10/12 20:06:19 naddy Exp $
COMMENT= "bozotic HTTP server"
DISTNAME= bozohttpd-20040823
CATEGORIES= www
HOMEPAGE= http://www.eterna.com.au/bozohttpd/
MAINTAINER= Maxime Guillaud <bsd-ports@mguillaud.net>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE} \
http://www.mguillaud.net/ports/bozohttpd/
EXTRACT_SUFX= .tar.bz2
FAKE_FLAGS= BINDIR=${TRUEPREFIX}/libexec MANDIR=${TRUEPREFIX}/man/cat
REGRESS_TARGET= check
.include <bsd.port.mk>

3
www/bozohttpd/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (bozohttpd-20040823.tar.bz2) = 6ddd79770cfad0b7ec115a38757f9743
RMD160 (bozohttpd-20040823.tar.bz2) = 3d3177e5d6d6106b3518d217b4593445f902854f
SHA1 (bozohttpd-20040823.tar.bz2) = 215c7adb685d55fa3a91c3dc14a7ad1f3140e90a

6
www/bozohttpd/pkg/DESCR Normal file
View File

@ -0,0 +1,6 @@
bozohttpd is a small and secure HTTP version 1.1 server. Its 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, over IPv4 and v6. It has SSL support. It
has no configuration file by design.

3
www/bozohttpd/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/10/12 20:06:19 naddy Exp $
libexec/bozohttpd
@man man/cat8/bozohttpd.0