diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-10 15:15:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-10 15:15:00 +0000 |
commit | eb70763add1931f56361e64a7c76d87512aef6ac (patch) | |
tree | 7e93ea92bcb2517a6ba916a156fabadc65dadf94 /mail/libpst | |
parent | b92150ff717187a9c9f43fa4459ffe3cba0479b1 (diff) | |
download | ports-eb70763add1931f56361e64a7c76d87512aef6ac.tar.gz ports-eb70763add1931f56361e64a7c76d87512aef6ac.zip |
Notes
Diffstat (limited to 'mail/libpst')
-rw-r--r-- | mail/libpst/Makefile | 6 | ||||
-rw-r--r-- | mail/libpst/distinfo | 4 | ||||
-rw-r--r-- | mail/libpst/pkg-descr | 14 |
3 files changed, 12 insertions, 12 deletions
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index ca23a58d3a8f..03916287ba52 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= libpst -PORTVERSION= 0.6.63 -PORTREVISION= 2 +PORTVERSION= 0.6.64 CATEGORIES= mail converters MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \ - http://fossies.org/unix/privat/ + http://fossies.org/unix/privat/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool for converting Outlook .pst files to mbox and other formats diff --git a/mail/libpst/distinfo b/mail/libpst/distinfo index cad84aeba68b..ff8e156c89ef 100644 --- a/mail/libpst/distinfo +++ b/mail/libpst/distinfo @@ -1,2 +1,2 @@ -SHA256 (libpst-0.6.63.tar.gz) = 5f522606fb7b97d6e31bc2490dcce77b89ec77e12ade4af4551290f953483062 -SIZE (libpst-0.6.63.tar.gz) = 13853290 +SHA256 (libpst-0.6.64.tar.gz) = 13c4f26f422b571c08ec5f602d878527606a435408724b1bf90a11e31dc17fe3 +SIZE (libpst-0.6.64.tar.gz) = 13861215 diff --git a/mail/libpst/pkg-descr b/mail/libpst/pkg-descr index 7654dde62ef6..1e2776c43c3a 100644 --- a/mail/libpst/pkg-descr +++ b/mail/libpst/pkg-descr @@ -1,11 +1,11 @@ -readpst: A tool for converting Outlook .pst files to Unix mbox and -other formats. +readpst: A tool for converting Outlook .pst files to Unix mbox and other +formats. -This version can now convert both 32-bit Outlook files (pre-2003), -and the 64-bit Outlook 2003 .pst files. Utilities are supplied to -convert email messages to both mbox and MH mailbox formats, and to -DII load file format for use with many of the CT Summation products. -Contacts can be converted to a simple list, to vcard format, or to +This version can now convert both 32-bit Outlook files (pre-2003), and the +64-bit Outlook 2003 .pst files. Utilities are supplied to convert email messages +to both mbox and MH mailbox formats, and to DII load file format for use with +many of the CT Summation products. Contacts can be converted to a simple list, +to vcard format, or to .ldif format for import to an LDAP server. WWW: http://www.five-ten-sg.com/libpst/ |