64da FreshPorts -- net/p5-Net-Random
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Net-Random 2.2.2 net on this many watch lists=0 search for ports that depend on this port
Perl5 module to get random data from online sources
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 14 Dec 2005 07:02:12
Also Listed In: perl5
License: not specified in port


Net::Random - get random data from online sources

This module gets truly random data from online sources.  Or at least,
they claim to be truly random.

The two sources of randomness above correspond to 
http://www.fourmilab.ch/cgi-bin/uncgi/Hotbits?nbytes=1024&fmt=hex and 
http://random.org/cgi-bin/randbyte?nbytes=1024&format=hex. 
We always get chunks of 1024 bytes at a time, storing it in a pool 
which is used up as and when needed. The pool is shared between all 
objects using the same randomness source. When we run out of randomness 
we go back to the source for more juicy random goodness.

The maintainers of both randomness sources claim that their data 
is *truly* random. A some simple tests show that they are certainly 
more random than the rand() function on this 'ere machine.

WWW: http://search.cpan.org/dist/Net-Random/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. converters/p5-JSON
  2. www/p5-libwww
  3. lang/perl5.14
Required To Run:
  1. converters/p5-JSON
  2. www/p5-libwww
  3. lang/perl5.14
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/p5-Net-Random/ && make install clean
To add the package: pkg_add -r p5-Net-Random


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/D/DC/DCANTRELL/
  3. ftp://ftp.cpan.org/pub/CPAN/authors/id/D/DC/DCANTRELL/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/D/DC/DCANTRELL/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/D/DC/DCANTRELL/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/D/DC/DCANTRELL/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/D/DC/DCANTRELL/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/D/DC/DCANTRELL/
  10. ftp://mirror.hiwaay.net/CPAN/authors/id/D/DC/DCANTRELL/
  11. http://at.cpan.org/authors/id/D/DC/DCANTRELL/
  12. http://backpan.perl.org/authors/id/D/DC/DCANTRELL/
  13. http://cpan.nctu.edu.tw/authors/id/D/DC/DCANTRELL/
  14. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/D/DC/DCANTRELL/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/D/DC/DCANTRELL/
  16. http://www.cpan.dk/authors/id/D/DC/DCANTRELL/
  17. http://www.cpan.dk/modules/by-module/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 00:44:54
Original commit files touched by this commit  2.2.2
eadler search for other commits by this committer
For perl@ owned ports:

- Fix COMMENT
- Trim header
31 May 2012 21:01:49
Original commit files touched by this commit  2.2.2
swills search for other commits by this committer
- Update to 2.22
21 May 2012 10:24:40
Original commit files touched by this commit  2.2.1
sunpoet search for other commits by this committer
- Update to 2.21

Changes:        http://search.cpan.org/dist/Net-Random/CHANGELOG
17 May 2012 01:40:09
Original commit files touched by this commit  2.2
swills search for other commits by this committer
- Update to 2.2

Changes: http://cpansearch.perl.org/src/DCANTRELL/Net-Random-2.2/CHANGELOG
01 May 2012 02:38:39
Original commit files touched by this commit  2.1
swills search for other commits by this committer
- Update to 2.1

PR:             ports/167335
01 May 2012 01:47:10
Original commit files touched by this commit  2.0
swills search for other commits by this committer
- Assign clsung's p5- ports to perl@

Approved by:    clsung via IRC
09 Apr 2012 22:33:00
Original commit files touched by this commit  2.0
swills search for other commits by this committer
- Add missing BUILD_DEPENDS
- Avoid use of SITE_PERL in DEPENDS
- Add TEST_DEPENDS

PR:             ports/165828
Approved by:    maintainer timeout (clsung, >1 month)
Feature safe:   yes
20 Mar 2011 12:54:45
Original commit files touched by this commit  2.0
miwi search for other commits by this committer
- Get Rid MD5 support
17 Apr 2008 14:30:31
Original commit files touched by this commit  2.0
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
22 Apr 2007 13:44:42
Original commit files touched by this commit  2.0
clsung search for other commits by this committer
- Update to 2.0
02 Mar 2007 07:08:04
Original commit files touched by this commit  1.4
clsung search for other commits by this committer
- Update to 1.4

PR:             ports/109718
Submitted by:   Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
24 Jan 2007 07:34:29
Original commit files touched by this commit  1.3
clsung search for other commits by this committer
- Update to 1.3
22 Jan 2006 02:46:07
Original commit files touched by this commit  1.2
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
14 Dec 2005 07:01:26
Original commit files touched by this commit  1.2
clsung search for other commits by this committer
- perl module which get random data from online sources
- two source:
  - http://www.fourmilab.ch/cgi-bin/uncgi/Hotbits?nbytes=1024&fmt=hex
  - http://random.org/cgi-bin/randbyte?nbytes=1024&format=hex

Number of commits found: 14

284b
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

3 vulnerabilities affecting 19 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24518
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 28
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days24
new fortnight76
new month206

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0