Date: Wed, 22 Sep 2010 01:14:24 +0000 (UTC) From: Thomas Abthorpe <tabthorpe@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/libserver Makefile distinfo pkg-descr pkg-plist Message-ID: <201009220114.o8M1EOhv005538@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tabthorpe 2010-09-22 01:14:24 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libserver Makefile distinfo pkg-descr pkg-plist Log: libserver implements a generic multi-process TCP 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 multi-process TCP server. WWW: http://www.mammothcheese.ca/ -- James Bailie <jimmy@mammothcheese.ca> http://www.mammothcheese.ca PR: ports/150704 Submitted by: James Bailie <jimmy at mammothcheese.ca> Revision Changes Path 1.4047 +1 -0 ports/devel/Makefile 1.1 +21 -0 ports/devel/libserver/Makefile (new) 1.1 +3 -0 ports/devel/libserver/distinfo (new) 1.1 +11 -0 ports/devel/libserver/pkg-descr (new) 1.1 +3 -0 ports/devel/libserver/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009220114.o8M1EOhv005538>