pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math
Module Name: pkgsrc
Committed By: maya
Date: Sun Mar 11 11:25:34 UTC 2018
Modified Files:
pkgsrc/math: Makefile
Added Files:
pkgsrc/math/p5-Algorithm-BloomFilter: DESCR Makefile distinfo
Log Message:
p5-Algorithm-BloomFilter: new package
Perl5 module that implements a simple bloom filter in C/XS
To generate a diff of this commit:
cvs rdiff -u -r1.370 -r1.371 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/p5-Algorithm-BloomFilter/DESCR \
pkgsrc/math/p5-Algorithm-BloomFilter/Makefile \
pkgsrc/math/p5-Algorithm-BloomFilter/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.370 pkgsrc/math/Makefile:1.371
--- pkgsrc/math/Makefile:1.370 Mon Mar 5 16:57:38 2018
+++ pkgsrc/math/Makefile Sun Mar 11 11:25:34 2018
@@ -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+= openaxiom
SUBDIR+= openfst
SUBDIR+= ordCalc
SUBDIR+= otter
+SUBDIR+= p5-Algorithm-BloomFilter
SUBDIR+= p5-Algorithm-Cluster
SUBDIR+= p5-Algorithm-Munkres
SUBDIR+= p5-Excel-Template
Added files:
Index: pkgsrc/math/p5-Algorithm-BloomFilter/DESCR
diff -u /dev/null pkgsrc/math/p5-Algorithm-BloomFilter/DESCR:1.1
--- /dev/null Sun Mar 11 11:25:34 2018
+++ pkgsrc/math/p5-Algorithm-BloomFilter/DESCR Sun Mar 11 11:25:34 2018
@@ -0,0 +1 @@
+Perl5 module that implements a simple bloom filter in C/XS
Index: pkgsrc/math/p5-Algorithm-BloomFilter/Makefile
diff -u /dev/null pkgsrc/math/p5-Algorithm-BloomFilter/Makefile:1.1
--- /dev/null Sun Mar 11 11:25:34 2018
+++ pkgsrc/math/p5-Algorithm-BloomFilter/Makefile Sun Mar 11 11:25:34 2018
@@ -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"
Index: pkgsrc/math/p5-Algorithm-BloomFilter/distinfo
diff -u /dev/null pkgsrc/math/p5-Algorithm-BloomFilter/distinfo:1.1
--- /dev/null Sun Mar 11 11:25:34 2018
+++ pkgsrc/math/p5-Algorithm-BloomFilter/distinfo Sun Mar 11 11:25:34 2018
@@ -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