cvs commit: ports/devel Makefile ports/devel/libserver Makefile distinfo pkg-descr pkg-plist

Thomas Abthorpe tabthorpe at FreeBSD.org
Wed Sep 22 01:14:25 UTC 2010


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 at 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)


More information about the cvs-all mailing list