archivemail version 0.7.0 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    archivemail  most recent diff


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



      # $Id: Portfile 24141 2007-04-17 10:24:38Z ryandesign macports.org $

      PortSystem 1.0

      Name: archivemail
      Category: mail python
      Version: 0.7.0
      Platform: darwin

      Description: archive and compress old email
      Long Description: archivemail is a tool written in Python for archiving and compressing old email in mailboxes. It can move messages older than the specified number of days to a separate mbox format mailbox that is compressed with gzip, or optionally just delete old email.

      Homepage: http://archivemail.sourceforge.net
      master_sites sourceforge
      checksums sha1 fcba04b7ae748d54b8ebcbecb0aad08c4f58e927

      depends_lib bin:python:python24

      use_configure no
      build {}

      destroot.cmd ${prefix}/bin/python setup.py install
      destroot.destdir --prefix=${prefix} --root=${destroot} --install-data=${prefix}/share
      post-destroot {
      system "gzip -9 ${destroot}${prefix}/share/man/man1/archivemail.1"
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -W ${worksrcpath} CHANGELOG FAQ README 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/archivemail
      % sudo port install archivemail
      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 archivemail
      ---> Verifying checksum for archivemail
      ---> Extracting archivemail
      ---> Configuring archivemail
      ---> Building archivemail with target all
      ---> Staging archivemail into destroot
      ---> Installing archivemail
    - 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 archivemail with these commands:
      %  man archivemail
      % apropos archivemail
      % which archivemail
      % locate archivemail

     Where to find more information:

    Darwin Ports



    image test