fetchmail version 6.3.8 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    fetchmail  most recent diff


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



      # $Id: Portfile 32348 2007-12-26 20:23:54Z pmq macports.org $

      PortSystem 1.0

      Name: fetchmail
      Version: 6.3.8
      Category: mail
      Platform: darwin
      Maintainers: pmq

      Description: Batch mail retrieval utility for IMAP, POP2, POP3, APOP, KPOP, ETRN, or ODMR
      Long Description: Fetchmail is a full-featured IMAP, POP2, POP3, APOP, KPOP, ETRN, ODMR client with easy configuration, daemon mode, forwarding via SMTP or local MDA, and superior reply handling. It is used to handle intermittent email connections by acting as a coupling that seamlessly batch forwards fetched mail from your mail server to your local delivery system, allowing you to read your it with your favourite mail user agent. Fetchmail also includes useful spam filtering and multi-user functions. A typical use of fetchmail is to connect to your ISP's POP3 server, downloading your mail into the INBOX on your local computer. You may then read the mail, offline if you want, using Pine, mutt, or any standard mail user agent.
      Homepage: http://fetchmail.berlios.de
      master_sites http://download2.berlios.de/${name} http://download.berlios.de/${name}
      use_bzip2 yes

      checksums sha1 b8e8c51ed6cf53fc398c821fdb29d166c6713bb0 rmd160 34034f9ae9fe44ba35f0a16d3128d4a9b0001df2

      default_variants +ssl +fetchmailconf
      depends_lib port:gettext

      configure.args --mandir=${prefix}/share/man --with-libiconv-prefix=${prefix} --without-ssl --with-kerberos5 --with-gssapi
      post-destroot {
      if { ! [variant_isset fetchmailconf] } {
      system "find ${destroot}${prefix} -type f -iname '*fetchmailconf*' -delete"
      }
      }

      Variant: ssl description "Support secure connections using OpenSSL" {
      depends_lib-append port:openssl
      configure.args-delete --without-ssl
      configure.args-append --with-ssl=${prefix}
      }

      Variant: fetchmailconf description "Install a graphical configurator" {
      depends_lib-append port:py-tkinter
      }

      Variant: ntlm description "Enable NTLM authentication" {
      configure.args-append --enable-NTLM
      }

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

     Where to find more information:

    Darwin Ports



    image test