View | Details | Raw Unified | Return to bug 183087
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 330671 2013-10-17 20:35:26Z 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.9
5
PORTVERSION=	3.10
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.9.tar.gz) = b57980278fbfdef0d1ecfe060ce3b68f52cc57792aee6fe28cbb49165669e829
1
SHA256 (drood-3.10.tar.gz) = 206ee20b02201f075e13bdbe78a4d6ef2a267c9f103007f32da76a80f379846d
2
SIZE (drood-3.9.tar.gz) = 50231
2
SIZE (drood-3.10.tar.gz) = 64446
(-)./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 183087