the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: xchat-randex
Version: 1.05
Revision: 1
Description: XChat plugin for entropy exchange via IRC
License: OSI-Approved
Maintainer: Andreas Gockel
Depends: xchat
Source: http://www.mirbsd.org/MirOS/dist/hosted/tg/%n_%v.orig.tar.gz
Source-MD5: f35bacf3099a6dba06e5035cb58e1e5b
SourceDirectory: %n-%v
CompileScript: make -f Make_mac
InstallScript: <<
/usr/bin/install -d -m 755 %i/lib/xchat/plugins
/usr/bin/install -m 755 randex.so %i/lib/xchat/plugins/randex.so
<<
Homepage: http://www.mirbsd.org/permalinks/wlog-10_e20090606-tg-g10030.htm
DescDetail: <<
This is the MirOS RANDomness EXchange protocol support for xchat.
.
This plugin implements a protocol to exchange entropy via IRC, as well
as a command to obtain random numbers from the client.
<<
DescUsage: <<
The Plugin will be autoloaded during xchat startup
.
/randex "Initiate the RANDEX protocol with the specified peer
(* = current channel/nick)"
/random "Display a random number in the range [0; 2^32-1]"
/randstir "Request new entropy from the kernel"
<<