Bmf version 0.9.4 - How to Download and Install on Mac OS X
Sunday the 21st of March, 2010

    version 0.9.4

      View the most recent changes for the bmf port at: bmf.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for bmf.
      The raw portfile for bmf 0.9.4 is located here:
      http://bmf.darwinports.com/dports/mail/bmf/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/bmf


      The bmf Portfile 58292 2009-09-25 05:04:18Z ryandesign macports.org $

      PortSystem 1.0

      Name: bmf
      Version: 0.9.4
      Category: mail
      Platform: darwin freebsd
      Maintainers: nomaintainer

      Description: Bayesian Mail Filter

      Long Description: bmf is a self contained and extremely efficient Bayesian mail filter. See Paul Graham's article "A Plan for Spam" for background information. It aims to be faster, smaller, and more versatile than similar applications.

      Homepage: http://bmf.sourceforge.net/
      Master Sites: sourceforge

      Checksums: md5 9cf55df2fa3a05bdc55ba7b0a129591e

      configure.pre_args

      post-configure {
      reinplace "s| PREFIX |${prefix}|g" ${worksrcpath}/Makefile
      }

      post-destroot {
      system "install -o root -m 755 -d ${destroot}${prefix}/share/${name}"
      system "install -o root -m 755 -c ${worksrcpath}/README ${destroot}${prefix}/share/${name}/"
      }

      Variant: mysql {
      depends_lib-append lib:libmysqlclient:mysql3
      configure.args-append --with-mysql
      }

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/bmf
      % sudo port install bmf
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching bmf
      ---> Verifying checksum for bmf
      ---> Extracting bmf
      ---> Configuring bmf
      ---> Building bmf with target all
      ---> Staging bmf into destroot
      ---> Installing bmf
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using bmf with these commands:
      %  man bmf
      % apropos bmf
      % which bmf
      % locate bmf

     Where to find more information:

    Darwin Ports



    Lightbox this page.