Bug 150704

Summary: New Port: devel/libserver
Product: Ports & Packages Reporter: jimmy
Component: Individual Port(s)Assignee: Thomas Abthorpe <tabthorpe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libserver.sh none

Description jimmy 2010-09-18 16:50:00 UTC

    
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-18 16:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

tabthorpe@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-22 02:14:29 UTC
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"
Comment 3 Thomas Abthorpe freebsd_committer freebsd_triage 2010-09-22 02:15:00 UTC
State Changed
From-To: open->closed

New port added. Thanks!