Revision: 38732 http://trac.macosforge.org/projects/macports/changeset/38732 Author: markd@macports.org Date: 2008-07-29 12:52:03 -0700 (Tue, 29 Jul 2008) Log Message: ----------- New port. Added Paths: ----------- trunk/dports/perl/p5-digest-md4/ trunk/dports/perl/p5-digest-md4/Portfile Added: trunk/dports/perl/p5-digest-md4/Portfile =================================================================== --- trunk/dports/perl/p5-digest-md4/Portfile (rev 0) +++ trunk/dports/perl/p5-digest-md4/Portfile 2008-07-29 19:52:03 UTC (rev 38732) @@ -0,0 +1,19 @@ +# $Id$ + +PortSystem 1.0 +PortGroup perl5 1.0 + +perl5.setup Digest-MD4 1.5 +maintainers nmaintainer +description Perl interface to the MD4 Algorithm +long_description long_description The Digest::MD5 module allows you to use the \ + RSA Data Security Inc. MD4 Message Digest algorithm \ + from within Perl programs. The algorithm takes as \ + input a message of arbitrary length and produces \ + as output a 128-bit "fingerprint" or "message digest" \ + of the input. MD4 is described in RFC 1320. + +platforms darwin + +checksums md5 594d661c18b46a4aea97931dcaf5ce14 + Property changes on: trunk/dports/perl/p5-digest-md4/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native
participants (1)
-
markd@macports.org