unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Kei Yamashita <kei@openmailbox.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add libpst.
Date: Fri, 20 May 2016 14:18:10 +0200	[thread overview]
Message-ID: <87futcgby5.fsf@gnu.org> (raw)
In-Reply-To: <20160510210535.0a5337e7@openmailbox.org> (Kei Yamashita's message of "Tue, 10 May 2016 21:05:35 -0400")

Kei Yamashita <kei@openmailbox.org> skribis:

> From 7c54fcc66ba52e58eec806c5a9eaefa0ee56afc1 Mon Sep 17 00:00:00 2001
> From: Kei Yamashita <kei@openmailbox.org>
> Date: Tue, 10 May 2016 20:39:42 -0400
> Subject: [PATCH] gnu: Add libpst.
>
> * gnu/packages/mail.scm (libpst): New variable.

[...]

>    (package
>      (name "mutt")
> -    (version "1.6.1")
> +    (version "1.6.0")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-"
>                                   version ".tar.gz"))
>               (sha256
>                (base32
> -               "087dz1y9qhl4ikhsnnb4xmyvs82w6kx480w8zj130wdiqvn6rclq"))
> +               "06bc2drbgalkk68rzg7hq2v5m5qgjxff5357wg0419dpi8ivdbr9"))

Oops.  :-)
Please remove this hunk.

> +(define-public libpst
> +  (package
> +    (name "libpst")
> +    (version "0.6.66")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "http://www.five-ten-sg.com/" name
> +                                  "/packages/" name "-" version ".tar.gz"))
> +              (sha256
> +               (base32
> +                "0whzgrky1b015czg9f5mk8zpz1mvip3ifzp24nfis291v0wrkd4j"))))
> +    (build-system gnu-build-system)
> +    (native-inputs
> +     `(("pkg-config" ,pkg-config)))
> +    (inputs
> +     `(("boost" ,boost)
> +       ("libgsf" ,libgsf)
> +       ("python" ,python-2)))
> +    (home-page "http://www.five-ten-sg.com/libpst/")
> +    (synopsis "Microsoft Outlook .pst file converter")
> +    (description
> +     "Libpst can convert both 32 bit Microsoft 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.  Contacts can be converted to a
> +simple list, to vcard format, or to ldif format for import to an LDAP server.")
> +    (license gpl2+)))

LGTM.

Hopefully you’ll be able to push by yourself soonish.  :-)

Ludo’.

      parent reply	other threads:[~2016-05-20 12:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-11  1:05 [PATCH] gnu: Add libpst Kei Yamashita
2016-05-11 15:38 ` Kei Yamashita
2016-05-20 12:18 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87futcgby5.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=kei@openmailbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).