[90395] trunk/dports/mail

yeled at macports.org yeled at macports.org
Sun Mar 4 06:56:37 PST 2012


Revision: 90395
          http://trac.macports.org/changeset/90395
Author:   yeled at macports.org
Date:     2012-03-04 06:56:32 -0800 (Sun, 04 Mar 2012)
Log Message:
-----------
import new email client, basics only for now

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

Added: trunk/dports/mail/notmuch/Portfile
===================================================================
--- trunk/dports/mail/notmuch/Portfile	                        (rev 0)
+++ trunk/dports/mail/notmuch/Portfile	2012-03-04 14:56:32 UTC (rev 90395)
@@ -0,0 +1,42 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                notmuch
+version             0.11
+categories          mail
+platforms           darwin
+license             GPL-3
+maintainers         yeled
+description         The mail indexer
+long_description    "Not much mail" is what Notmuch thinks about your email\
+                    collection. Even if you receive 12000 messages per month or have on the\
+                    order of millions of messages that you've been saving for decades.\
+                    Regardless, Notmuch will be able to quickly search all of it. It's just\
+                    plain not much mail.
+
+homepage            http://notmuchmail.org/
+master_sites        http://notmuchmail.org/releases/
+checksums           md5     f5d0d3de3b9948de11e48e3bbc849183 \
+                    sha1    11eb1d967af089ed36f6816f61ebae308bc19339 \
+                    rmd160  184ba8a7589d499ae18b8ec61c1cc05c1b1b2d1e
+
+depends_lib         port:xapian-bindings\
+                    port:gmime\
+                    port:talloc
+
+default_variants    +no_emacs
+
+post-configure  {
+                    reinplace "s|install_name \$(SONAME)|install_name \$(libdir)/\$(SONAME)|g" "${worksrcpath}/lib/Makefile.local"
+}
+
+variant emacs conflicts no_emacs description {EMACS support} {
+                    depends_lib-append      port:emacs
+}
+variant no_emacs conflicts emacs description {No EMACS support} {
+                    configure.args-append   --without-emacs
+}
+
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120304/f14c5a44/attachment-0001.html>


More information about the macports-changes mailing list