From owner-cvs-all@FreeBSD.ORG Wed May 25 08:32:11 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AFC516A41C; Wed, 25 May 2005 08:32:11 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 356D743D4C; Wed, 25 May 2005 08:32:11 +0000 (GMT) (envelope-from jylefort@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4P8WBrb061053; Wed, 25 May 2005 08:32:11 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4P8WAJB061052; Wed, 25 May 2005 08:32:10 GMT (envelope-from jylefort) Message-Id: <200505250832.j4P8WAJB061052@repoman.freebsd.org> From: Jean-Yves Lefort Date: Wed, 25 May 2005 08:32:10 +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 Makefile ports/net/p5-Net-OpenDHT Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2005 08:32:11 -0000 jylefort 2005-05-25 08:32:10 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-OpenDHT Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-OpenDHT. The Net::OpenDHT module provides a simple interface to the Open DHT service. Open DHT is a publicly accessible distributed hash table (DHT) service. In contrast to the usual DHT model, clients of Open DHT do not need to run a DHT node in order to use the service. Instead, they can issue put and get operations to any DHT node, which processes the operations on their behalf. No credentials or accounts are required to use the service, and the available storage is fairly shared across all active clients. This service model of DHT usage greatly simplifies deploying client applications. By using Open DHT as a highly-available naming and storage service, clients can ignore the complexities of deploying and maintaining a DHT and instead concentrate on developing more sophisticated distributed applications. WWW: http://opendht.org/users-guide.html WWW: http://search.cpan.org/dist/Net-OpenDHT/ Author: Leon Brocard PR: ports/81366 Submitted by: Aaron Dalton Revision Changes Path 1.1481 +1 -0 ports/net/Makefile 1.1 +34 -0 ports/net/p5-Net-OpenDHT/Makefile (new) 1.1 +2 -0 ports/net/p5-Net-OpenDHT/distinfo (new) 1.1 +22 -0 ports/net/p5-Net-OpenDHT/pkg-descr (new) 1.1 +6 -0 ports/net/p5-Net-OpenDHT/pkg-plist (new)