1 | PortSystem 1.0 |
---|
2 | name offlineimap |
---|
3 | version 4.0.11 |
---|
4 | revision 1 |
---|
5 | distname ${name}_${version} |
---|
6 | worksrcdir offlineimap |
---|
7 | checksums md5 41af0924d5e19480377616f4b1d059e1 |
---|
8 | categories mail |
---|
9 | maintainers hugo@larve.net |
---|
10 | # The following were borrowed from the Debian package. |
---|
11 | description IMAP/Maildir synchronization and reader support |
---|
12 | long_description OfflineIMAP is a tool to simplify your e-mail reading.\ |
---|
13 | With OfflineIMAP, you can:\ |
---|
14 | - Read the same mailbox from multiple computers, and\ |
---|
15 | have your changes (deletions, etc.) be automatically\ |
---|
16 | reflected on all computers\ |
---|
17 | - Use various mail clients to read a single mail box\ |
---|
18 | - Read mail while offline (on a laptop) and have all\ |
---|
19 | changes synchronized when you get connected again\ |
---|
20 | - Read IMAP mail with mail readers that do not support\ |
---|
21 | IMAP\ |
---|
22 | - Use SSL (secure connections) to read IMAP mail even\ |
---|
23 | if your reader doesn't support SSL\ |
---|
24 | - Synchronize your mail using a completely safe and\ |
---|
25 | fault-tolerant algorithm. (At least I think it is!)\ |
---|
26 | - Customize which mailboxes to synchronize with regular\ |
---|
27 | expressions or lists\ |
---|
28 | - Synchronize your mail two to four times faster than\ |
---|
29 | with other tools or other mail readers' internal IMAP\ |
---|
30 | support\ |
---|
31 | In short, OfflineIMAP is a tool to let you read mail\ |
---|
32 | how YOU want to. |
---|
33 | homepage gopher://erwin.complete.org/1/devel/offlineimap |
---|
34 | master_sites http://gopher.quux.org:70/devel/offlineimap/ |
---|
35 | |
---|
36 | use_configure no |
---|
37 | |
---|
38 | build.cmd python setup.py |
---|
39 | build.target build |
---|
40 | |
---|
41 | destroot.target install --no-compile |
---|
42 | destroot.destdir --root=${destroot} |
---|
43 | |
---|
44 | post-install { |
---|
45 | ui_msg "Make sure that your PYTHONPATH variable contains ${prefix}/lib/python2.3/site-packages" |
---|
46 | } |
---|