Pure and impure Bloom Filter implementations.

WWW:	http://www.serpentine.com/software/bloomfilter

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 19:01:30 +00:00
parent b57664829c
commit 78d96111fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298122
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# New ports collection makefile for: hs-bloomfilter
# Date created: April 7, 2012
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= bloomfilter
PORTVERSION= 1.2.6.8
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Pure and impure Bloom Filter implementations
LICENSE= BSD
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/bloomfilter-1.2.6.8.tar.gz) = ce1625badd464db49433fd03844aec807e54d927bab3c017e37a2eec5d2b6263
SIZE (cabal/bloomfilter-1.2.6.8.tar.gz) = 20282

View File

@ -0,0 +1,3 @@
Pure and impure Bloom Filter implementations.
WWW: http://www.serpentine.com/software/bloomfilter

View File

@ -37,6 +37,7 @@ blaze-builder-conduit_port= devel/hs-blaze-builder-conduit
blaze-builder-enumerator_port= devel/hs-blaze-builder-enumerator
blaze-html_port= textproc/hs-blaze-html
blaze-textual_port= devel/hs-blaze-textual
bloomfilter_port= devel/hs-bloomfilter
BNFC_port= devel/hs-BNFC # executable
Boolean_port= devel/hs-Boolean
brainfuck_port= lang/hs-brainfuck # executable