[103262] trunk/dports/mail

yeled at macports.org yeled at macports.org
Tue Feb 19 06:44:51 PST 2013


Revision: 103262
          https://trac.macports.org/changeset/103262
Author:   yeled at macports.org
Date:     2013-02-19 06:44:51 -0800 (Tue, 19 Feb 2013)
Log Message:
-----------
import 'alot' a curses based notmuch-backed frontend for email

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

Added: trunk/dports/mail/alot/Portfile
===================================================================
--- trunk/dports/mail/alot/Portfile	                        (rev 0)
+++ trunk/dports/mail/alot/Portfile	2013-02-19 14:44:51 UTC (rev 103262)
@@ -0,0 +1,33 @@
+# -*- 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
+PortGroup github 1.0
+PortGroup python 1.0
+
+github.setup        pazz alot 0.3.4
+name                alot
+categories          mail python
+platforms           darwin
+maintainers         yeled
+license             GPL-3
+description         experimental terminal MUA based on notmuch mail
+long_description    Alot is an experimental terminal MUA based on notmuch mail.\
+                    It is written in python using the urwid toolkit.
+
+# alot does not contain binary code
+supported_archs     noarch
+
+checksums           rmd160  7f4fabdb69d302f08360a0d77301561a49826e79 \
+                    sha256  d8d825c481e2e683cd6f93d8ec2fe579b00c0d9bddc8681cdc09cf17aa2936de
+
+python.default_version 27
+python.link_binaries_suffix
+
+depends_build   port:py${python.version}-pygpgme \
+                port:py${python.version}-urwid \
+                port:py${python.version}-twisted \
+                port:py${python.version}-configobj \
+                port:py${python.version}-magic \
+                port:notmuch
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130219/1241dfe2/attachment-0001.html>


More information about the macports-changes mailing list