Revision: 75412 http://trac.macports.org/changeset/75412 Author: wsiegrist@apple.com Date: 2011-01-24 10:03:38 -0800 (Mon, 24 Jan 2011) Log Message: ----------- p5-math-random-secure dependency fixes Modified Paths: -------------- trunk/dports/perl/p5-math-random-secure/Portfile Added Paths: ----------- trunk/dports/perl/p5-crypt-random-source/ trunk/dports/perl/p5-crypt-random-source/Portfile trunk/dports/perl/p5-math-random-isaac/ trunk/dports/perl/p5-math-random-isaac/Portfile Added: trunk/dports/perl/p5-crypt-random-source/Portfile =================================================================== --- trunk/dports/perl/p5-crypt-random-source/Portfile (rev 0) +++ trunk/dports/perl/p5-crypt-random-source/Portfile 2011-01-24 18:03:38 UTC (rev 75412) @@ -0,0 +1,23 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Crypt-Random-Source 0.07 +maintainers nomaintainer +categories-append crypt +platforms darwin +description Get weak or strong random data from pluggable sources + +master_sites http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/ +long_description \ + ${description} + +depends_build-append port:p5-test-simple p5-module-find p5-namespace-clean + +checksums md5 56251a6c909e21f5ae535b0e2af3897e \ + sha1 af0cbe75382607b2e530aa795e284ad2e9a75d3a \ + rmd160 c750e786c53a40320639bd019f5022ec16abc577 + +supported_archs noarch + Property changes on: trunk/dports/perl/p5-crypt-random-source/Portfile ___________________________________________________________________ Added: svn:keyword + Id Added: trunk/dports/perl/p5-math-random-isaac/Portfile =================================================================== --- trunk/dports/perl/p5-math-random-isaac/Portfile (rev 0) +++ trunk/dports/perl/p5-math-random-isaac/Portfile 2011-01-24 18:03:38 UTC (rev 75412) @@ -0,0 +1,22 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Math-Random-ISAAC 1.002 +maintainers nomaintainer +categories-append math +platforms darwin +description Perl interface to the ISAAC PRNG algorithm + +long_description \ + ${description} + +depends_build-append port:p5-test-simple + +checksums md5 92bbf5de885b72626160a5b9461bf4d6 \ + sha1 99e5d0a700366039fcf2d1fc56f5f134376f6799 \ + rmd160 fd3b08cc80aa436c60174b3c348ce83b09ed80d5 + +supported_archs noarch + Property changes on: trunk/dports/perl/p5-math-random-isaac/Portfile ___________________________________________________________________ Added: svn:keywords + Id Modified: trunk/dports/perl/p5-math-random-secure/Portfile =================================================================== --- trunk/dports/perl/p5-math-random-secure/Portfile 2011-01-24 17:10:54 UTC (rev 75411) +++ trunk/dports/perl/p5-math-random-secure/Portfile 2011-01-24 18:03:38 UTC (rev 75412) @@ -3,6 +3,7 @@ PortSystem 1.0 PortGroup perl5 1.0 +revision 1 perl5.setup Math-Random-Secure 0.05 maintainers nomaintainer categories-append math @@ -14,7 +15,7 @@ long_description \ ${description} -depends_build-append port:p5-test-simple +depends_build-append port:p5-test-simple port:p5-any-moose port:p5-math-random-isaac port:p5-crypt-random-source checksums md5 1bb6fc37a982c15e52f5d6dac258e4f7 \ sha1 03a62ccfe756195354467c12a6c977073c58e29b \