5fad FreshPorts -- textproc/p5-Bloom-Filter
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Bloom-Filter 1.0 textproc on this many watch lists=0 search for ports that depend on this port
Probabilistic algorithm for doing existence tests
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Jun 2005 09:48:47
Also Listed In: perl5
License: not specified in port


A Bloom filter is a probabilistic algorithm for doing existence tests
in less memory than a full list of keys would require.  The tradeoff to
using Bloom filters is a certain configurable risk of false positives.

WWW: http://search.cpan.org/dist/Bloom-Filter/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/p5-Digest-SHA1
  2. lang/perl5.14
Required To Run:
  1. security/p5-Digest-SHA1
  2. lang/perl5.14
There are no ports dependent upon this port

To install the port: cd /usr/ports/textproc/p5-Bloom-Filter/ && make install clean
To add the package: pkg_add -r p5-Bloom-Filter


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/M/MC/MCEGLOWS/
  3. ftp://ftp.cpan.org/pub/CPAN/authors/id/M/MC/MCEGLOWS/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/M/MC/MCEGLOWS/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/M/MC/MCEGLOWS/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/M/MC/MCEGLOWS/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/M/MC/MCEGLOWS/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/M/MC/MCEGLOWS/
  10. ftp://mirror.hiwaay.net/CPAN/authors/id/M/MC/MCEGLOWS/
  11. http://at.cpan.org/authors/id/M/MC/MCEGLOWS/
  12. http://backpan.perl.org/authors/id/M/MC/MCEGLOWS/
  13. http://cpan.nctu.edu.tw/authors/id/M/MC/MCEGLOWS/
  14. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/M/MC/MCEGLOWS/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/M/MC/MCEGLOWS/
  16. http://www.cpan.dk/authors/id/M/MC/MCEGLOWS/
  17. http://www.cpan.dk/modules/by-module/

Number of commits found: 13

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 00:44:54
Original commit files touched by this commit  1.0
eadler search for other commits by this committer
For perl@ owned ports:

- Fix COMMENT
- Trim header
04 Jun 2012 18:08:03
Original commit files touched by this commit  1.0
culot search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Submitted by:   az@
21 Jan 2012 17:40:15
Original commit files touched by this commit  1.0
eadler search for other commits by this committer
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
08 Sep 2011 08:36:43
Original commit files touched by this commit  1.0
az search for other commits by this committer
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.

With perl@ hat
17 May 2011 11:13:00
Original commit files touched by this commit  1.0
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports

Approved by:    erwin@ (portmgr)
30 Jul 2009 23:04:49
Original commit files touched by this commit  1.0
pgollucci search for other commits by this committer
Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists

PR:             ports/136771
Exp Run by:     pav
Approved by:    portmgr (pav)
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.0
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
27 Feb 2007 14:39:37
Original commit files touched by this commit  1.0
clsung search for other commits by this committer
- Update to 1.0
- ports@ -> perl@
11 Aug 2006 04:25:29
Original commit files touched by this commit  0.03
linimon search for other commits by this committer
Reset ascope@cpan.org due to no response to email.

Hat:            portmgr
24 Jan 2006 03:10:24
Original commit files touched by this commit  0.03
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
22 Jan 2006 02:55:05
Original commit files touched by this commit  0.03
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
21 Sep 2005 19:31:43
Original commit files touched by this commit  0.03
fenner search for other commits by this committer
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash).  After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.

This pass brought to you by http://people.freebsd.org/~fenner/fix-search
02 Jun 2005 09:48:10
Original commit files touched by this commit  0.03
barner search for other commits by this committer
Add p5-Bloom-Filter 0.03,
a probabilistic algorithm for doing
existence tests.

PR:             70062
Submitted by:   Aaron Straup Cope <ascope@cpan.org>

Number of commits found: 13

2874
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 487
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 123
Set to expire 525
Interactive 33
new 24 hours 8
new 48 hours11
new 7 days36
new fortnight58
new month222

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0