# -*- 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: Portfile 154393 2016-10-28 22:10:07Z mojca@macports.org $ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup Digest-Nilsimsa 0.06 revision 5 platforms darwin maintainers nomaintainer license GPL-2 description Perl version of Nilsimsa code 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 rmd160 e744cecf7780468e4a7309990e506596cd873150 \ sha256 cd3762cd76803729fd42022d382bc93b26f9b14aed9732eef85b44a9576d2d1e if {${perl5.major} != ""} { patchfiles patch-Nilsimsa-pm.diff }