Date: Thu, 15 Oct 2015 10:28:46 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399328 - head/devel/libserver Message-ID: <201510151028.t9FASkAi044315@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Oct 15 10:28:46 2015 New Revision: 399328 URL: https://svnweb.freebsd.org/changeset/ports/399328 Log: - Update to 3.3 PR: 203587 Submitted by: jimmy@mammothcheese.ca (maintainer) Modified: head/devel/libserver/Makefile head/devel/libserver/distinfo head/devel/libserver/pkg-descr head/devel/libserver/pkg-plist Modified: head/devel/libserver/Makefile ============================================================================== --- head/devel/libserver/Makefile Thu Oct 15 10:09:04 2015 (r399327) +++ head/devel/libserver/Makefile Thu Oct 15 10:28:46 2015 (r399328) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libserver -PORTVERSION= 2.1.7 +PORTVERSION= 3.3 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ @@ -10,6 +10,7 @@ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Generic TCP server in a library LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_LDCONFIG= yes Modified: head/devel/libserver/distinfo ============================================================================== --- head/devel/libserver/distinfo Thu Oct 15 10:09:04 2015 (r399327) +++ head/devel/libserver/distinfo Thu Oct 15 10:28:46 2015 (r399328) @@ -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 Modified: head/devel/libserver/pkg-descr ============================================================================== --- head/devel/libserver/pkg-descr Thu Oct 15 10:09:04 2015 (r399327) +++ head/devel/libserver/pkg-descr Thu Oct 15 10:28:46 2015 (r399328) @@ -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/ Modified: head/devel/libserver/pkg-plist ============================================================================== --- head/devel/libserver/pkg-plist Thu Oct 15 10:09:04 2015 (r399327) +++ head/devel/libserver/pkg-plist Thu Oct 15 10:28:46 2015 (r399328) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510151028.t9FASkAi044315>