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

Collapse All | Expand All

(-)devel/libdombey/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/libdombey/Makefile 398243 2015-10-01 01:40:37Z vanilla $
2
# $FreeBSD: head/devel/libdombey/Makefile 398243 2015-10-01 01:40:37Z vanilla $
3
3
4
PORTNAME=	libdombey
4
PORTNAME=	libdombey
5
PORTVERSION=	4.1.5
5
PORTVERSION=	5.7
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://www.mammothcheese.ca/
7
MASTER_SITES=	http://www.mammothcheese.ca/
8
8
(-)devel/libdombey/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libdombey-4.1.5.tar.gz) = 8b2e950f38cbef5f2463527113283b7f11b2e2102880c2733dc6cfbd1590af61
1
SHA256 (libdombey-5.7.tar.gz) = e0f36f2e13472a1d3b85a1da5c75a2a073fb516bb743d40369ea7e62746f535f
2
SIZE (libdombey-4.1.5.tar.gz) = 33602
2
SIZE (libdombey-5.7.tar.gz) = 33171
(-)devel/libdombey/pkg-descr (-6 / +4 lines)
Lines 1-7 Link Here
1
libdombey implements an SCGI application server which is incapable of
1
Libdombey provides multi-process and multi-threaded TCP or UNIX-domain SCGI
2
generating responses on its own.  The programmer writes an initialization
2
application servers.  The libraries handle network and concurrency tasks.
3
function and a function to generate responses, then compiles and links his
3
You write code to service connections.
4
or her code against the library to create a complete multi-process SCGI
5
application server.
6
4
7
WWW: http://www.mammothcheese.ca/libdombey.html
5
WWW: http://mammothcheese.ca/
(-)devel/libdombey/pkg-plist (-1 lines)
Lines 1-4 Link Here
1
bin/dombeykey
2
include/dombey.h
1
include/dombey.h
3
lib/libdombey.so
2
lib/libdombey.so
4
lib/libdombey.so.%%PORTVERSION%%
3
lib/libdombey.so.%%PORTVERSION%%

Return to bug 203586