a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
PortGroup ruby 1.0
ruby.setup crypt-isaac 0.9 copy_install:lib {README} rubyforge:1192
maintainers nomaintainer@macports.org
description Implementation of the ISAAC psuedo random number generator.
long_description This is a Ruby implementation of the ISAAC \
cryptographically secure PRNG. One can use it \
when one wants independent sources of high \
quality random numbers.
homepage http://rubyforge.org/projects/crypt-isaac
distname ${ruby.module}_${version}
extract.suffix .tgz
categories-append security
checksums md5 5411951336490b2f805aa15d5902842a
build {
file mkdir ${worksrcpath}/lib
file mkdir ${worksrcpath}/lib/crypt
file rename ${worksrcpath}/ISAAC.rb ${worksrcpath}/lib/crypt/ISAAC.rb
}
platforms darwin