From owner-cvs-all@FreeBSD.ORG Wed Aug 18 19:16:50 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3D9B10656A6; Wed, 18 Aug 2010 19:16:50 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B08A8FC1E; Wed, 18 Aug 2010 19:16:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7IJGoVn073649; Wed, 18 Aug 2010 19:16:50 GMT (envelope-from makc@repoman.freebsd.org) Received: (from makc@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7IJGocg073648; Wed, 18 Aug 2010 19:16:50 GMT (envelope-from makc) Message-Id: <201008181916.o7IJGocg073648@repoman.freebsd.org> From: Max Brazhnikov Date: Wed, 18 Aug 2010 19:16:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net/rsplib Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2010 19:16:50 -0000 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 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)