aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2002-08-15 16:34:52 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2002-08-15 16:34:52 +0000
commit21d5b49f82a5c71554e5fc1f7b79792e8f7d5065 (patch)
tree3256aa763c784701ede0670651979d5dba8e3eff /security/Makefile
parentac74afcf8def3b9f233aee3650bd4071568e83c5 (diff)
downloadports-21d5b49f82a5c71554e5fc1f7b79792e8f7d5065.tar.gz
ports-21d5b49f82a5c71554e5fc1f7b79792e8f7d5065.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>
Notes
Notes: svn path=/head/; revision=64546
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 602224fd8b85..ef9bb66aa931 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -171,6 +171,7 @@
SUBDIR += p5-Digest-HMAC
SUBDIR += p5-Digest-MD2
SUBDIR += p5-Digest-MD5
+ SUBDIR += p5-Digest-Nilsimsa
SUBDIR += p5-Digest-SHA1
SUBDIR += p5-File-Scan
SUBDIR += p5-GnuPG-Interface