Bug 149421 - New port: net/rsplib
Summary: New port: net/rsplib
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: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-08 12:50 UTC by Thomas Dreibholz
Modified: 2010-08-18 20:35 UTC (History)
0 users

See Also:


Attachments
file.shar (12.32 KB, text/plain)
2010-08-08 12:50 UTC, Thomas Dreibholz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Dreibholz 2010-08-08 12:50:06 UTC
rsplib is the Open Source implementation of the IETF Reliable Server Pooling (RSerPool) architecture, a novel framework for pool and session management. The Reliable Server Pooling (RSerPool) architecture (defined by RFC 5351 to RFC 5356) is an overlay network framework to provide server replication and session failover capabilities to its applications. Server redundancy leads to load distribution and load balancing, which are also covered by RSerPool. But in strong contrast to other solutions in the area of GRID and high-performance computing, the fundamental property of RSerPool is to be "lightweight", i.e. it can also be used on devices providing only meagre memory and CPU resources (e.g. embedded systems like telecommunications equipment or routers).
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2010-08-15 20:22:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-18 20:16:58 UTC
makc        2010-08-18 19:16:50 UTC

  FreeBSD ports repository

  Added files:
    net/rsplib           Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add new port net/rsplib:
  
  RSerPool client/server API library for load distribution and
  Reliable Server Pooling (RSerPool) is the IETF's standard (RFC 5351 to
  RFC 5356) for a lightweight server pool and session management framework.
  It provides highly available pool management (that is registration
  handling and load distribution/balancing) by components called Registrar
  and a client-side/server-side API for accessing the service of a pool.
  
  WWW:    http://tdrwww.iem.uni-due.de/dreibholz/rserpool/
  
  PR:             based on ports/149421
  Submitted by:   Thomas Dreibholz <dreibh at iem.uni-due.de>
  
  Revision  Changes    Path
  1.1       +46 -0     ports/net/rsplib/Makefile (new)
  1.1       +3 -0      ports/net/rsplib/distinfo (new)
  1.1       +8 -0      ports/net/rsplib/pkg-descr (new)
  1.1       +339 -0    ports/net/rsplib/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 Max Brazhnikov freebsd_committer freebsd_triage 2010-08-18 20:35:53 UTC
State Changed
From-To: open->closed

New port added with modifications. Please, test ports with portlint next 
time. Thanks!