--- bozohttpd/Makefile Mon Feb 9 09:10:21 2004 +++ bozohttpd/Makefile Tue Apr 13 12:39:56 2004 @@ -6,7 +6,7 @@ # PORTNAME= bozohttpd -PORTVERSION= 20031005 +PORTVERSION= 20040218 CATEGORIES= www ipv6 MASTER_SITES= http://www.eterna.com.au/bozohttpd/ @@ -18,6 +18,19 @@ .if defined(WITH_HTPASSWD_SUPPORT) CFLAGS+= -DDO_HTPASSWD MAKE_ARGS+= 'LDFLAGS+= -lcrypt' +.endif + +.if !defined(WITHOUT_SSL) +USE_OPENSSL= yes +CFLAGS+= -UNO_SSL_SUPPORT +.else +CFLAGS+= -DNO_SSL_SUPPORT +.endif + +.if defined(NO_CGI) +CFLAGS+= -DNO_CGIBIN_SUPPORT +.else +CFLAGS+= -UNO_CGIBIN_SUPPORT .endif MAN8= bozohttpd.8 --- bozohttpd/distinfo Thu Apr 1 09:23:51 2004 +++ bozohttpd/distinfo Tue Apr 13 12:00:38 2004 @@ -1,2 +1,2 @@ -MD5 (bozohttpd-20031005.tar.bz2) = 24e6d27c016574e97a43384d9d504269 -SIZE (bozohttpd-20031005.tar.bz2) = 29304 +MD5 (bozohttpd-20040218.tar.bz2) = 66753d2968b1a4570901f235861841c1 +SIZE (bozohttpd-20040218.tar.bz2) = 31936 --- bozohttpd/pkg-descr Mon Sep 9 23:25:03 2002 +++ bozohttpd/pkg-descr Tue Apr 13 12:38:50 2004 @@ -2,8 +2,9 @@ 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. +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. Recently added features are htpasswd, SSL, +and dynamic redirection, that can be easily disabled. WWW: http://www.eterna.com.au/bozohttpd/