View | Details | Raw Unified | Return to bug 200180 | Differences between
and this patch

Collapse All | Expand All

(-)www/drood/Makefile (-1 / +2 lines)
Lines 2-12 Link Here
2
# $FreeBSD: head/www/drood/Makefile 384354 2015-04-20 12:43:23Z culot $
2
# $FreeBSD: head/www/drood/Makefile 384354 2015-04-20 12:43:23Z culot $
3
3
4
PORTNAME=	drood
4
PORTNAME=	drood
5
PORTVERSION=	3.25
5
PORTVERSION=	4.3
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://www.mammothcheese.ca/
7
MASTER_SITES=	http://www.mammothcheese.ca/
8
8
9
MAINTAINER=	jimmy@mammothcheese.ca
9
MAINTAINER=	jimmy@mammothcheese.ca
10
COMMENT=	Lightweight kqueue-based http/1.1 server
10
COMMENT=	Lightweight kqueue-based http/1.1 server
11
11
12
USE_SQLITE=	3
12
.include <bsd.port.mk>
13
.include <bsd.port.mk>
(-)www/drood/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (drood-3.25.tar.gz) = 4717e15e14af948fa89b8ee27c036679c08d64de393ab72d27a9ffcc5c4b90d9
1
SHA256 (drood-4.3.tar.gz) = 9bfa4818c6a0bfea49ec32450a5923e9387263cb4fb17430fb70ff1bc91bd529
2
SIZE (drood-3.25.tar.gz) = 61146
2
SIZE (drood-4.3.tar.gz) = 53744
(-)www/drood/pkg-descr (-3 / +2 lines)
Lines 1-7 Link Here
1
Drood is a lightweight, partially-compliant HTTP/1.1 server, intended as an
1
Drood is a lightweight, partially-compliant HTTP/1.1 server, intended as an
2
alternative to more complex web servers for websites where the server
2
alternative to more complex web servers for websites where the server
3
requirements are simple.  Drood supports name-based virtual hosting, CGI
3
requirements are simple.  Drood supports IPv4/IPv6, name-based virtual
4
and SCGI, local WebSocket forwarding, gzipped content-encoding for static
4
hosting, TLS, SCGI, and WebSockets.
5
resources, and will service both IPv4 and IPv6 connections.
6
5
7
WWW: http://www.mammothcheese.ca/
6
WWW: http://www.mammothcheese.ca/

Return to bug 200180