pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math p5-Algorithm-BloomFilter: new package
details: https://anonhg.NetBSD.org/pkgsrc/rev/46b6acd79ac7
branches: trunk
changeset: 376946:46b6acd79ac7
user: maya <maya%pkgsrc.org@localhost>
date: Sun Mar 11 11:25:34 2018 +0000
description:
p5-Algorithm-BloomFilter: new package
Perl5 module that implements a simple bloom filter in C/XS
diffstat:
math/Makefile | 3 ++-
math/p5-Algorithm-BloomFilter/DESCR | 1 +
math/p5-Algorithm-BloomFilter/Makefile | 16 ++++++++++++++++
math/p5-Algorithm-BloomFilter/distinfo | 6 ++++++
4 files changed, 25 insertions(+), 1 deletions(-)
diffs (52 lines):
diff -r 312c6856ce69 -r 46b6acd79ac7 math/Makefile
--- a/math/Makefile Sun Mar 11 11:20:48 2018 +0000
+++ b/math/Makefile Sun Mar 11 11:25:34 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.370 2018/03/05 16:57:38 minskim Exp $
+# $NetBSD: Makefile,v 1.371 2018/03/11 11:25:34 maya Exp $
COMMENT= Mathematics
@@ -196,6 +196,7 @@
SUBDIR+= openfst
SUBDIR+= ordCalc
SUBDIR+= otter
+SUBDIR+= p5-Algorithm-BloomFilter
SUBDIR+= p5-Algorithm-Cluster
SUBDIR+= p5-Algorithm-Munkres
SUBDIR+= p5-Excel-Template
diff -r 312c6856ce69 -r 46b6acd79ac7 math/p5-Algorithm-BloomFilter/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Algorithm-BloomFilter/DESCR Sun Mar 11 11:25:34 2018 +0000
@@ -0,0 +1,1 @@
+Perl5 module that implements a simple bloom filter in C/XS
diff -r 312c6856ce69 -r 46b6acd79ac7 math/p5-Algorithm-BloomFilter/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Algorithm-BloomFilter/Makefile Sun Mar 11 11:25:34 2018 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2018/03/11 11:25:34 maya Exp $
+
+DISTNAME= Algorithm-BloomFilter-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math
+MASTER_SITES= http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/
+COMMENT= Simple bloom filter data structure
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Algorithm/BloomFilter/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 312c6856ce69 -r 46b6acd79ac7 math/p5-Algorithm-BloomFilter/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Algorithm-BloomFilter/distinfo Sun Mar 11 11:25:34 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/03/11 11:25:34 maya Exp $
+
+SHA1 (Algorithm-BloomFilter-0.02.tar.gz) = 722d09db1320c1223177e11328a0ce8d5d92253b
+RMD160 (Algorithm-BloomFilter-0.02.tar.gz) = fe8c1a20aad763f622b810731c18312da33fe9fe
+SHA512 (Algorithm-BloomFilter-0.02.tar.gz) = 0df2b8654bb2fa97fcb35ac34666ce0b38d4eebc7995aaf287d761e272ca415b5d95402aaa07d67f9e51d031f69171698f660089ccf2f3b53d801a665d38c0e0
+Size (Algorithm-BloomFilter-0.02.tar.gz) = 50691 bytes
Home |
Main Index |
Thread Index |
Old Index