From owner-svn-ports-head@freebsd.org Wed Dec 27 20:54:22 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79FF4EACA67; Wed, 27 Dec 2017 20:54:22 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 543E677CAA; Wed, 27 Dec 2017 20:54:22 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBRKsL2M003906; Wed, 27 Dec 2017 20:54:21 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBRKsLxV003901; Wed, 27 Dec 2017 20:54:21 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201712272054.vBRKsLxV003901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Wed, 27 Dec 2017 20:54:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457423 - in head/mail: . py-alot X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/mail: . py-alot X-SVN-Commit-Revision: 457423 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2017 20:54:22 -0000 Author: dbaio Date: Wed Dec 27 20:54:20 2017 New Revision: 457423 URL: https://svnweb.freebsd.org/changeset/ports/457423 Log: 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 Added: head/mail/py-alot/ head/mail/py-alot/Makefile (contents, props changed) head/mail/py-alot/distinfo (contents, props changed) head/mail/py-alot/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Dec 27 20:39:02 2017 (r457422) +++ head/mail/Makefile Wed Dec 27 20:54:20 2017 (r457423) @@ -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 Added: head/mail/py-alot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-alot/Makefile Wed Dec 27 20:54:20 2017 (r457423) @@ -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 Added: head/mail/py-alot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-alot/distinfo Wed Dec 27 20:54:20 2017 (r457423) @@ -0,0 +1,3 @@ +TIMESTAMP = 1514324243 +SHA256 (alot-0.6.tar.gz) = fb5f462a2d28b56d73d3b09078739e15050b4f4ab67f70acdea296e86ddfb043 +SIZE (alot-0.6.tar.gz) = 121147 Added: head/mail/py-alot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-alot/pkg-descr Wed Dec 27 20:54:20 2017 (r457423) @@ -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