mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
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>
This commit is contained in:
parent
ac74afcf8d
commit
21d5b49f82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64546
@ -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
|
||||
|
22
security/p5-Digest-Nilsimsa/Makefile
Normal file
22
security/p5-Digest-Nilsimsa/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Digest-Nilsimsa
|
||||
# Date created: 13 August 2002
|
||||
# Whom: Yen-Ming Lee <leeym@leeym.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Digest-Nilsimsa
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Digest
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= leeym@leeym.com
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Digest::Nilsimsa.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/p5-Digest-Nilsimsa/distinfo
Normal file
1
security/p5-Digest-Nilsimsa/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Digest-Nilsimsa-0.06.tar.gz) = 08e940bd7f5d1167ef3fd1aa7ce234d7
|
1
security/p5-Digest-Nilsimsa/pkg-comment
Normal file
1
security/p5-Digest-Nilsimsa/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl version of Nilsimsa code
|
5
security/p5-Digest-Nilsimsa/pkg-descr
Normal file
5
security/p5-Digest-Nilsimsa/pkg-descr
Normal file
@ -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/
|
5
security/p5-Digest-Nilsimsa/pkg-plist
Normal file
5
security/p5-Digest-Nilsimsa/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Digest/Nilsimsa.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/Nilsimsa/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/Nilsimsa/Nilsimsa.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/Nilsimsa/Nilsimsa.so
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Digest/Nilsimsa
|
Loading…
Reference in New Issue
Block a user