summaryrefslogtreecommitdiffstats
path: root/security/p5-Digest-Nilsimsa
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2002-08-15 16:34:52 +0000
committerleeym <leeym@FreeBSD.org>2002-08-15 16:34:52 +0000
commita089b4789b732600578fdcac05ee3e10bd57cac1 (patch)
treee80d92744891a016866e81514c75dbba5589af47 /security/p5-Digest-Nilsimsa
parent16bd96bf7bdc55b53184ccdacb00738060a1ebb1 (diff)
downloadFreeBSD-ports-a089b4789b732600578fdcac05ee3e10bd57cac1.zip
FreeBSD-ports-a089b4789b732600578fdcac05ee3e10bd57cac1.tar.gz
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')
-rw-r--r--security/p5-Digest-Nilsimsa/Makefile22
-rw-r--r--security/p5-Digest-Nilsimsa/distinfo1
-rw-r--r--security/p5-Digest-Nilsimsa/pkg-comment1
-rw-r--r--security/p5-Digest-Nilsimsa/pkg-descr5
-rw-r--r--security/p5-Digest-Nilsimsa/pkg-plist5
5 files changed, 34 insertions, 0 deletions
diff --git a/security/p5-Digest-Nilsimsa/Makefile b/security/p5-Digest-Nilsimsa/Makefile
new file mode 100644
index 0000000..89a5314
--- /dev/null
+++ b/security/p5-Digest-Nilsimsa/Makefile
@@ -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>
diff --git a/security/p5-Digest-Nilsimsa/distinfo b/security/p5-Digest-Nilsimsa/distinfo
new file mode 100644
index 0000000..f4a0458
--- /dev/null
+++ b/security/p5-Digest-Nilsimsa/distinfo
@@ -0,0 +1 @@
+MD5 (Digest-Nilsimsa-0.06.tar.gz) = 08e940bd7f5d1167ef3fd1aa7ce234d7
diff --git a/security/p5-Digest-Nilsimsa/pkg-comment b/security/p5-Digest-Nilsimsa/pkg-comment
new file mode 100644
index 0000000..d9d0c5a
--- /dev/null
+++ b/security/p5-Digest-Nilsimsa/pkg-comment
@@ -0,0 +1 @@
+Perl version of Nilsimsa code
diff --git a/security/p5-Digest-Nilsimsa/pkg-descr b/security/p5-Digest-Nilsimsa/pkg-descr
new file mode 100644
index 0000000..b477931
--- /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/
diff --git a/security/p5-Digest-Nilsimsa/pkg-plist b/security/p5-Digest-Nilsimsa/pkg-plist
new file mode 100644
index 0000000..5520809
--- /dev/null
+++ b/security/p5-Digest-Nilsimsa/pkg-plist
@@ -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
OpenPOWER on IntegriCloud