View | Details | Raw Unified | Return to bug 65484
Collapse All | Expand All

(-)bozohttpd/Makefile (-1 / +14 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	bozohttpd
8
PORTNAME=	bozohttpd
9
PORTVERSION=	20031005
9
PORTVERSION=	20040218
10
CATEGORIES=	www ipv6
10
CATEGORIES=	www ipv6
11
MASTER_SITES=	http://www.eterna.com.au/bozohttpd/
11
MASTER_SITES=	http://www.eterna.com.au/bozohttpd/
12
12
Lines 18-23 Link Here
18
.if defined(WITH_HTPASSWD_SUPPORT)
18
.if defined(WITH_HTPASSWD_SUPPORT)
19
CFLAGS+=	-DDO_HTPASSWD
19
CFLAGS+=	-DDO_HTPASSWD
20
MAKE_ARGS+=	'LDFLAGS+= -lcrypt'
20
MAKE_ARGS+=	'LDFLAGS+= -lcrypt'
21
.endif
22
23
.if !defined(WITHOUT_SSL)
24
USE_OPENSSL=	yes
25
CFLAGS+=	-UNO_SSL_SUPPORT
26
.else
27
CFLAGS+=	-DNO_SSL_SUPPORT
28
.endif
29
30
.if defined(NO_CGI)
31
CFLAGS+=	-DNO_CGIBIN_SUPPORT
32
.else
33
CFLAGS+=	-UNO_CGIBIN_SUPPORT
21
.endif
34
.endif
22
35
23
MAN8=		bozohttpd.8
36
MAN8=		bozohttpd.8
(-)bozohttpd/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (bozohttpd-20031005.tar.bz2) = 24e6d27c016574e97a43384d9d504269
1
MD5 (bozohttpd-20040218.tar.bz2) = 66753d2968b1a4570901f235861841c1
2
SIZE (bozohttpd-20031005.tar.bz2) = 29304
2
SIZE (bozohttpd-20040218.tar.bz2) = 31936
(-)bozohttpd/pkg-descr (-3 / +4 lines)
Lines 2-9 Link Here
2
is the lack of features, reducing the code size and improving verifiability.
2
is the lack of features, reducing the code size and improving verifiability.
3
3
4
It supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations,
4
It supports CGI/1.1, HTTP/1.1, HTTP/1.0, HTTP/0.9, ~user translations,
5
virtual hosting support, as well as multiple IP-based servers on a
5
virtual hosting support, as well as multiple IP-based servers on a single
6
single machine. it is capable of services pages via the IPv6 protocol.
6
machine. It is capable of services pages via the IPv6 protocol. It has no
7
it has no configuration file by design.
7
configuration file by design. Recently added features are htpasswd, SSL,
8
and dynamic redirection, that can be easily disabled.
8
9
9
WWW: http://www.eterna.com.au/bozohttpd/
10
WWW: http://www.eterna.com.au/bozohttpd/

Return to bug 65484