aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-OpenDHT
Commit message (Collapse)AuthorAgeFilesLines
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-7/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - unbreak this portYen-Ming Lee2006-05-252-10/+7
| | | | | | | | | | | - allow building under perl 5.6 PR: 97857 Submitted by: leeym Approved by: aaron Notes: svn path=/head/; revision=163340
* BROKEN: Does not buildKris Kennaway2006-05-211-0/+2
| | | | Notes: svn path=/head/; revision=163019
* - Vendor does not support Perl versions prior to 5.8 and the software doesAaron Dalton2006-05-111-1/+1
| | | | | | | | | not compile on anything else either. Approved by: tobez (implicit) Notes: svn path=/head/; revision=162085
* - Updated to MODBUILD instead of CONFIGUREAaron Dalton2006-05-101-3/+2
| | | | | | | | | | - Set as Perl5.8 only. Investigating as to whether the vendor intended this change. Approved by: tobez (implicit) Notes: svn path=/head/; revision=161954
* - Updated from 0.32 to 0.33Aaron Dalton2006-05-102-8/+12
| | | | | | | | | | | | - Updated maintainer 0.33 Mon May 1 10:44:28 BST 2006 - automatically find a close server via CoralCDN OASIS Approved by: tobez (implicit) Notes: svn path=/head/; revision=161949
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Update to 0.32Marcus Alves Grando2005-10-023-4/+3
| | | | | | | | | PR: 86818 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: aaron@daltons.ca (maintainer), pav (mentor) Notes: svn path=/head/; revision=143977
* Add p5-Net-OpenDHT.Jean-Yves Lefort2005-05-254-0/+64
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 <acme@astray.com> PR: ports/81366 Submitted by: Aaron Dalton <aaron@daltons.ca> Notes: svn path=/head/; revision=136094