[23496] trunk/dports/mail

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 2 21:06:18 PDT 2007


Revision: 23496
          http://trac.macosforge.org/projects/macports/changeset/23496
Author:   markd at macports.org
Date:     2007-04-02 21:06:18 -0700 (Mon, 02 Apr 2007)

Log Message:
-----------
Closes #11033.  New port.

Added Paths:
-----------
    trunk/dports/mail/archivemail/
    trunk/dports/mail/archivemail/Portfile

Added: trunk/dports/mail/archivemail/Portfile
===================================================================
--- trunk/dports/mail/archivemail/Portfile	                        (rev 0)
+++ trunk/dports/mail/archivemail/Portfile	2007-04-03 04:06:18 UTC (rev 23496)
@@ -0,0 +1,32 @@
+PortSystem          1.0
+
+name                archivemail
+categories          mail python
+version             0.7.0
+platforms           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}
+                     }


Property changes on: trunk/dports/mail/archivemail/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070402/5cdcc7be/attachment.html


More information about the macports-changes mailing list