Index: head/devel/libserver/Makefile =================================================================== --- head/devel/libserver/Makefile (revision 399327) +++ head/devel/libserver/Makefile (revision 399328) @@ -1,19 +1,20 @@ # Created by: James Bailie # $FreeBSD$ PORTNAME= libserver -PORTVERSION= 2.1.7 +PORTVERSION= 3.3 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Generic TCP server in a library LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_LDCONFIG= yes MAKE_ENV+= STAGEDIR=${STAGEDIR} PLIST_SUB+= PORTVERSION=${PORTVERSION} .include Index: head/devel/libserver/distinfo =================================================================== --- head/devel/libserver/distinfo (revision 399327) +++ head/devel/libserver/distinfo (revision 399328) @@ -1,2 +1,2 @@ -SHA256 (libserver-2.1.7.tar.gz) = 53453135d43bc470c30452be23509bca6803b89a33d30cfce8fb5373afc5160b -SIZE (libserver-2.1.7.tar.gz) = 15060 +SHA256 (libserver-3.3.tar.gz) = 60173b4865c1eba6a962c18922e8cc33a0fbde037e3a634d74ab0015f373d4bd +SIZE (libserver-3.3.tar.gz) = 25109 Index: head/devel/libserver/pkg-descr =================================================================== --- head/devel/libserver/pkg-descr (revision 399327) +++ head/devel/libserver/pkg-descr (revision 399328) @@ -1,7 +1,5 @@ -libserver implements a generic multi-process TCP or UNIX-domain server -which is incapable of servicing connections on its own. The programmer -writes an initialization function and a function to service connections, -then compiles and links his or her code against the library to create a -complete server. +Libserver provides generic multi-process, multi-threaded, and event-driven +TCP or UNIX-domain servers. The libraries handle network and concurrency +tasks. You write code to service connections. -WWW: http://www.mammothcheese.ca/ +WWW: http://mammothcheese.ca/ Index: head/devel/libserver/pkg-plist =================================================================== --- head/devel/libserver/pkg-plist (revision 399327) +++ head/devel/libserver/pkg-plist (revision 399328) @@ -1,6 +1,10 @@ include/server.h +include/serverevents.h lib/libserver.so lib/libserver.so.%%PORTVERSION%% lib/libserverthreads.so lib/libserverthreads.so.%%PORTVERSION%% +lib/libserverevents.so +lib/libserverevents.so.%%PORTVERSION%% man/man8/libserver.8.gz +man/man8/libserverevents.8.gz