Bogofilter version 1.2.1 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    bogofilter  most recent diff


    version 1.2.1

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


      The bogofilter Portfile 54804 2009-08-02 09:21:52Z toby macports.org $

      PortSystem 1.0
      Name: bogofilter
      Version: 1.2.1
      Category: mail
      Maintainers: gmail.com:chenggao
      Description: Fast Bayesian Spam Filter
      Long Description: Bogofilter is a mail filter that classifies mail as spam or ham (non-spam) by a statistical analysis of the message's header and content (body). The program is able to learn from the user's classifications and corrections.
      Homepage: http://bogofilter.sourceforge.net/
      Platform: darwin
      Master Sites: sourceforge
      Checksums: md5 2eb802f4e271b99c3d8f68b14f8df9ef
      use_bzip2 yes
      depends_lib port:sqlite3 port:libiconv port:gsl
      configure.args --with-libsqlite3-prefix=${prefix} --with-libiconv-prefix=${prefix} --with-gsl-prefix=${prefix} --with-database=sqlite3 --without-libdb-prefix --without-libqdbm-prefix --mandir=${prefix}/share/man

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING GETTING.STARTED INSTALL NEWS README RELEASE.NOTES TODO ${destroot}${prefix}/share/doc/${name}
      }

    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/bogofilter
      % sudo port install bogofilter
      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 bogofilter
      ---> Verifying checksum for bogofilter
      ---> Extracting bogofilter
      ---> Configuring bogofilter
      ---> Building bogofilter with target all
      ---> Staging bogofilter into destroot
      ---> Installing bogofilter
    - 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 bogofilter with these commands:
      %  man bogofilter
      % apropos bogofilter
      % which bogofilter
      % locate bogofilter

     Where to find more information:

    Darwin Ports



    Lightbox this page.