mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Add mail/py-alot: Terminal MUA using Notmuch mail
Alot is a terminal-based mail user agent based on the Notmuch mail indexer. It is written in Python using the Urwid toolkit and features a modular and command prompt driven interface to provide a full MUA experience as an alternative to the Emacs mode shipped with Notmuch. WWW: https://github.com/pazz/alot PR: 204982 Submitted by: Dhananjay Balan <mail@dbalan.in>
This commit is contained in:
parent
5fbc20dbba
commit
9a84fa559a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457423
@ -531,6 +531,7 @@
|
||||
SUBDIR += py-Products.SecureMailHost
|
||||
SUBDIR += py-afew
|
||||
SUBDIR += py-aiosmtpd
|
||||
SUBDIR += py-alot
|
||||
SUBDIR += py-apolicy
|
||||
SUBDIR += py-authres
|
||||
SUBDIR += py-cyruslib
|
||||
|
27
mail/py-alot/Makefile
Normal file
27
mail/py-alot/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= alot
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= mail@dbalan.in
|
||||
COMMENT= Terminal MUA using Notmuch mail
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notmuch>=0.13:mail/py-notmuch@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}gpgme>0:security/py-gpgme@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}configobj>4.7.0:devel/py-configobj@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-magic>0:devel/py-python-magic@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}twisted>10.2.0:devel/py-twisted@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}urwidtrees>1.0:devel/py-urwidtrees@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity@${FLAVOR}
|
||||
|
||||
USES= python:2.7
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/py-alot/distinfo
Normal file
3
mail/py-alot/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1514324243
|
||||
SHA256 (alot-0.6.tar.gz) = fb5f462a2d28b56d73d3b09078739e15050b4f4ab67f70acdea296e86ddfb043
|
||||
SIZE (alot-0.6.tar.gz) = 121147
|
6
mail/py-alot/pkg-descr
Normal file
6
mail/py-alot/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Alot is a terminal-based mail user agent based on the Notmuch mail indexer.
|
||||
It is written in Python using the Urwid toolkit and features a modular and
|
||||
command prompt driven interface to provide a full MUA experience as an
|
||||
alternative to the Emacs mode shipped with Notmuch.
|
||||
|
||||
WWW: https://github.com/pazz/alot
|
Loading…
Reference in New Issue
Block a user