Revision: 77394 http://trac.macports.org/changeset/77394 Author: l2g@macports.org Date: 2011-03-29 01:07:48 -0700 (Tue, 29 Mar 2011) Log Message: ----------- p5-digest-nilsimsa: assumed maintainership (open); added license info and long_description; replaced md5 checksum with sha1 and rmd160 Modified Paths: -------------- trunk/dports/perl/p5-digest-nilsimsa/Portfile Modified: trunk/dports/perl/p5-digest-nilsimsa/Portfile =================================================================== --- trunk/dports/perl/p5-digest-nilsimsa/Portfile 2011-03-29 08:05:23 UTC (rev 77393) +++ trunk/dports/perl/p5-digest-nilsimsa/Portfile 2011-03-29 08:07:48 UTC (rev 77394) @@ -1,15 +1,21 @@ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ + PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Digest-Nilsimsa 0.06 revision 2 platforms darwin -maintainers nomaintainer +maintainers l2g openmaintainer +license GPL-2 description Perl version of Nilsimsa code -long_description ${description} +long_description A nilsimsa signature is a statistic of n-gram occurance \ + in a piece of text. It is a 256 bit value usually \ + represented in hex. This module is a wrapper around \ + nilsimsa implementation in C by cmeclax. -checksums md5 08e940bd7f5d1167ef3fd1aa7ce234d7 +checksums sha1 6f9248c6a900c08bea64830930be12572000171b \ + rmd160 e744cecf7780468e4a7309990e506596cd873150
participants (1)
-
l2g@macports.org