diff options
author | krion <krion@FreeBSD.org> | 2004-04-13 19:02:13 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-13 19:02:13 +0800 |
commit | 9deccf5fa1ddef6918539d71409368a59271bcf7 (patch) | |
tree | e995e7d13d8f32de1f66514e334a64f7b21a3a7e /www/bozohttpd | |
parent | b440b80fbc441719de9d32f6ccb0589d2077664c (diff) | |
download | freebsd-ports-gnome-9deccf5fa1ddef6918539d71409368a59271bcf7.tar.gz freebsd-ports-gnome-9deccf5fa1ddef6918539d71409368a59271bcf7.tar.zst freebsd-ports-gnome-9deccf5fa1ddef6918539d71409368a59271bcf7.zip |
- Update to version 20040218
PR: ports/65484
Submitted by: maintainer
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/Makefile | 15 | ||||
-rw-r--r-- | www/bozohttpd/distinfo | 4 | ||||
-rw-r--r-- | www/bozohttpd/pkg-descr | 7 |
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/ |