1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add bozohttpd 5.14, the bozotic HTTP server.

PR:		ports/42363
Submitted by:	Janos.Mohacsi@bsd.hu
This commit is contained in:
Oliver Braun 2002-09-09 21:25:03 +00:00
parent 71b23ad444
commit 33fdc467a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65957
8 changed files with 69 additions and 0 deletions

View File

@ -32,6 +32,7 @@
SUBDIR += bluefish
SUBDIR += bmsync
SUBDIR += boa
SUBDIR += bozohttpd
SUBDIR += cadaver
SUBDIR += calamaris
SUBDIR += cgi-lib

20
www/bozohttpd/Makefile Normal file
View File

@ -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>

1
www/bozohttpd/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (bozohttpd-5.14.tar.bz2) = e76e6cf1cfffcdec72a7ae3e02852e5f

View File

@ -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:

View File

@ -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

View File

@ -0,0 +1 @@
The bozotic HTTP server

9
www/bozohttpd/pkg-descr Normal file
View File

@ -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/

1
www/bozohttpd/pkg-plist Normal file
View File

@ -0,0 +1 @@
libexec/bozohttpd