Skip site navigation (1)Skip section navigation (2)
Date:      3 Sep 2002 08:37:53 -0000
From:      Janos Mohacsi <mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42363: New port: bozohttpd version 5.14 
Message-ID:  <20020903083753.81324.qmail@evil.ki.iif.hu>

next in thread | raw e-mail | index | archive | help

>Number:         42363
>Category:       ports
>Synopsis:       New port: bozohttpd version 5.14
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 03 01:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
NIIF
>Environment:
System: FreeBSD evil.ki.iif.hu 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Aug 7 17:21:59 CEST 2002 root@evil.ki.iif.hu:/usr/src/sys/compile/EVIL i386

>Description:
	New port bozohttpd version 5.14. a secure, mimimalist, 
	IPV6 compatible HTTP server.
	Developed originally to NetBSD.

	This port is supersedes the PR/36178.


>How-To-Repeat:
	apply this shar.
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	bozohttpd
#	bozohttpd/pkg-plist
#	bozohttpd/pkg-descr
#	bozohttpd/pkg-comment
#	bozohttpd/Makefile
#	bozohttpd/files
#	bozohttpd/files/patch-Makefile
#	bozohttpd/files/patch-bozohttpd.8
#	bozohttpd/distinfo
#
echo c - bozohttpd
mkdir -p bozohttpd > /dev/null 2>&1
echo x - bozohttpd/pkg-plist
sed 's/^X//' >bozohttpd/pkg-plist << 'END-of-bozohttpd/pkg-plist'
Xlibexec/bozohttpd
END-of-bozohttpd/pkg-plist
echo x - bozohttpd/pkg-descr
sed 's/^X//' >bozohttpd/pkg-descr << 'END-of-bozohttpd/pkg-descr'
XBozohttpd is a small and secure http version 1.1 server. it's main feature 
Xis the lack of features, reducing the code size and improving verifiability. 
X
XIt supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations, 
Xvirtual hosting support, as well as multiple IP-based servers on a 
Xsingle machine. it is capable of services pages via the IPv6 protocol. 
Xit has no configuration file by design. 
X
XWWW: http://www.eterna.com.au/bozohttpd/
END-of-bozohttpd/pkg-descr
echo x - bozohttpd/pkg-comment
sed 's/^X//' >bozohttpd/pkg-comment << 'END-of-bozohttpd/pkg-comment'
XThe bozotic HTTP server
END-of-bozohttpd/pkg-comment
echo x - bozohttpd/Makefile
sed 's/^X//' >bozohttpd/Makefile << 'END-of-bozohttpd/Makefile'
X# New ports collection makefile for:    bozohttpd
X# Date created:         21.03.2002
X# Whom:                 Janos.Mohacsi@bsd.hu
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bozohttpd
XPORTVERSION=	5.14
XCATEGORIES=	www ipv6
XMASTER_SITES=	http://www.eterna.com.au/bozohttpd/
X
XMAINTAINER=	Janos.Mohacsi@bsd.hu
X
XUSE_BZIP2=	YES
X
XMAN8=		bozohttpd.8
XMANCOMPRESSED=	maybe
XMANDIR=		$(PREFIX)/man
X
X.include <bsd.port.mk>
END-of-bozohttpd/Makefile
echo c - bozohttpd/files
mkdir -p bozohttpd/files > /dev/null 2>&1
echo x - bozohttpd/files/patch-Makefile
sed 's/^X//' >bozohttpd/files/patch-Makefile << 'END-of-bozohttpd/files/patch-Makefile'
X*** Makefile.orig	Fri Aug 10 07:43:15 2001
X--- Makefile	Thu Mar 21 21:16:46 2002
X***************
X*** 3,8 ****
X--- 3,11 ----
X  PROG=	bozohttpd
X  MAN=	bozohttpd.8
X  
X+ BINDIR=$(PREFIX)/libexec
X+ MANDIR=$(PREFIX)/man/man
X+ 
X  .include <bsd.prog.mk>
X  
X  check:
END-of-bozohttpd/files/patch-Makefile
echo x - bozohttpd/files/patch-bozohttpd.8
sed 's/^X//' >bozohttpd/files/patch-bozohttpd.8 << 'END-of-bozohttpd/files/patch-bozohttpd.8'
X--- bozohttpd.8.orig	Fri Aug 23 07:43:44 2002
X+++ bozohttpd.8	Tue Sep  3 10:23:12 2002
X@@ -197,8 +197,8 @@
X .Xr inetd.conf 5
X entry would be:
X .Bd -literal
X-www stream tcp  nowait:600 httpd /usr/pkg/libexec/bozohttpd bozohttpd /var/www
X-www stream tcp6 nowait:600 httpd /usr/pkg/libexec/bozohttpd bozohttpd /var/www
X+www stream tcp  nowait:600 httpd /@@PREFIX@@/libexec/bozohttpd bozohttpd /var/www
X+www stream tcp6 nowait:600 httpd /@@PREFIX@@/libexec/bozohttpd bozohttpd /var/www
X .Ed
X .Pp
X This would serve web pages from
X@@ -218,7 +218,7 @@
X .Pp
X To configure set of virtual hosts, one would use an entry like:
X .Bd -literal
X-www stream tcp  nowait:600 httpd /usr/pkg/libexec/bozohttpd bozohttpd -v /var/vroot /var/www
X+www stream tcp  nowait:600 httpd /@@PREFIX@@/libexec/bozohttpd bozohttpd -v /var/vroot /var/www
X .Ed
X .Pp
X and inside
END-of-bozohttpd/files/patch-bozohttpd.8
echo x - bozohttpd/distinfo
sed 's/^X//' >bozohttpd/distinfo << 'END-of-bozohttpd/distinfo'
XMD5 (bozohttpd-5.14.tar.bz2) = e76e6cf1cfffcdec72a7ae3e02852e5f
END-of-bozohttpd/distinfo
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020903083753.81324.qmail>