summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-13 11:02:13 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-13 11:02:13 +0000
commitd87d5a4abd751bcb107160c56ca3a24a455facfe (patch)
treedd6ef8b74876e4138841b1dba7f0d29bc043cb1d /www
parent- Update to 0.95 (diff)
- Update to version 20040218
PR: ports/65484 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=106888
Diffstat (limited to 'www')
-rw-r--r--www/bozohttpd/Makefile15
-rw-r--r--www/bozohttpd/distinfo4
-rw-r--r--www/bozohttpd/pkg-descr7
3 files changed, 20 insertions, 6 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile
index 7695c2bf1f02..3e64b03ecacd 100644
--- a/www/bozohttpd/Makefile
+++ b/www/bozohttpd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bozohttpd
-PORTVERSION= 20031005
+PORTVERSION= 20040218
CATEGORIES= www ipv6
MASTER_SITES= http://www.eterna.com.au/bozohttpd/
@@ -20,6 +20,19 @@ 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
MANCOMPRESSED= maybe
PLIST_FILES= libexec/bozohttpd
diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo
index 99711565aae6..7a25e9071044 100644
--- a/www/bozohttpd/distinfo
+++ b/www/bozohttpd/distinfo
@@ -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
diff --git a/www/bozohttpd/pkg-descr b/www/bozohttpd/pkg-descr
index 9b858b40b633..a3ed41e1cb0e 100644
--- a/www/bozohttpd/pkg-descr
+++ b/www/bozohttpd/pkg-descr
@@ -2,8 +2,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.
+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/