Responsible Changed From-To: freebsd-ports-bugs->tabthorpe tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool)
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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thanks!