diff options
author | leeym <leeym@FreeBSD.org> | 2002-08-16 00:34:52 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2002-08-16 00:34:52 +0800 |
commit | a089b4789b732600578fdcac05ee3e10bd57cac1 (patch) | |
tree | e80d92744891a016866e81514c75dbba5589af47 /security/p5-Digest-Nilsimsa/pkg-descr | |
parent | 16bd96bf7bdc55b53184ccdacb00738060a1ebb1 (diff) | |
download | freebsd-ports-gnome-a089b4789b732600578fdcac05ee3e10bd57cac1.tar.gz freebsd-ports-gnome-a089b4789b732600578fdcac05ee3e10bd57cac1.tar.zst freebsd-ports-gnome-a089b4789b732600578fdcac05ee3e10bd57cac1.zip |
new port: security/p5-Digest-Nilsimsa
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.
PR: ports/41644
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Diffstat (limited to 'security/p5-Digest-Nilsimsa/pkg-descr')
-rw-r--r-- | security/p5-Digest-Nilsimsa/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/p5-Digest-Nilsimsa/pkg-descr b/security/p5-Digest-Nilsimsa/pkg-descr new file mode 100644 index 000000000000..b4779313c304 --- /dev/null +++ b/security/p5-Digest-Nilsimsa/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: http://search.cpan.org/dist/Digest-Nilsimsa/ |