1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name archivemail |
---|
4 | categories python mail |
---|
5 | version 0.7.0 |
---|
6 | platforms darwin |
---|
7 | |
---|
8 | description archive and compress old email |
---|
9 | long_description \ |
---|
10 | archivemail is a tool written in Python for archiving and \ |
---|
11 | compressing old email in mailboxes. It can move messages older \ |
---|
12 | than the specified number of days to a separate mbox format \ |
---|
13 | mailbox that is compressed with gzip, or optionally just delete \ |
---|
14 | old email. |
---|
15 | |
---|
16 | homepage http://archivemail.sourceforge.net |
---|
17 | master_sites sourceforge |
---|
18 | checksums sha1 fcba04b7ae748d54b8ebcbecb0aad08c4f58e927 |
---|
19 | |
---|
20 | depends_lib bin:python:python24 |
---|
21 | |
---|
22 | use_configure no |
---|
23 | build {} |
---|
24 | |
---|
25 | destroot.cmd ${prefix}/bin/python setup.py install |
---|
26 | destroot.destdir --prefix=${prefix} --root=${destroot} --install-data=${prefix}/share |
---|
27 | post-destroot { |
---|
28 | system "gzip -9 ${destroot}${prefix}/share/man/man1/archivemail.1" |
---|
29 | } |
---|