Bug 150704 - New Port: devel/libserver
Summary: New Port: devel/libserver
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-18 16:50 UTC by jimmy
Modified: 2010-09-22 02:20 UTC (History)
0 users

See Also:


Attachments
libserver.sh (2.07 KB, text/plain)
2010-09-18 16:50 UTC, jimmy
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!