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

(-)./drood/Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# Created by: James Bailie <jimmy@mammothcheese.ca>
1
# Created by: James Bailie <jimmy@mammothcheese.ca>
2
# $FreeBSD: www/drood/Makefile 331541 2013-10-25 01:33:11Z tabthorpe $
2
# $FreeBSD: www/drood/Makefile 327776 2013-09-20 23:36:50Z bapt $
3
3
4
PORTNAME=	drood
4
PORTNAME=	drood
5
PORTVERSION=	3.10
5
PORTVERSION=	3.11
6
CATEGORIES=	www
6
CATEGORIES=	www
7
MASTER_SITES=	http://www.mammothcheese.ca/
7
MASTER_SITES=	http://www.mammothcheese.ca/
8
8
(-)./drood/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (drood-3.10.tar.gz) = 53ed233e7fc1d9ea327cf873c38bb75fa5a46080e46e02f98d367e827304ede8
1
SHA256 (drood-3.11.tar.gz) = b71c0d68cadbfff2d4ec5f380e21ae1fdef86ccbb598963f47e7bb910883aba5
2
SIZE (drood-3.10.tar.gz) = 64492
2
SIZE (drood-3.11.tar.gz) = 69761
(-)./drood/pkg-descr (-2 / +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 name-based virtual hosting, CGI
4
and SCGI, gzipped content-encoding for static resources, and will service
4
and SCGI, local WebSocket forwarding, gzipped content-encoding for static
5
both IPv4 and IPv6 connections.
5
resources, and will service both IPv4 and IPv6 connections.
6
6
7
WWW: http://www.mammothcheese.ca/
7
WWW: http://www.mammothcheese.ca/

Return to bug 186083