From owner-svn-ports-head@freebsd.org Wed Sep 16 00:19:58 2015 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 242509CDE08; Wed, 16 Sep 2015 00:19:58 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 08EAA1FFF; Wed, 16 Sep 2015 00:19:58 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8G0Jvk2073510; Wed, 16 Sep 2015 00:19:57 GMT (envelope-from cs@FreeBSD.org) Received: (from cs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8G0Ju5Z073506; Wed, 16 Sep 2015 00:19:56 GMT (envelope-from cs@FreeBSD.org) Message-Id: <201509160019.t8G0Ju5Z073506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cs set sender to cs@FreeBSD.org using -f From: Carlo Strub Date: Wed, 16 Sep 2015 00:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397033 - in head/mail: . mailpile X-SVN-Group: ports-head 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.20 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, 16 Sep 2015 00:19:58 -0000 Author: cs Date: Wed Sep 16 00:19:56 2015 New Revision: 397033 URL: https://svnweb.freebsd.org/changeset/ports/397033 Log: A free & open modern, fast email client with user-friendly encryption and privacy features. Mailpile is still in beta, but many people already find it useful. WWW: https://mailpile.is/ PR: 200400 Submitted by: Yuri Victorovich Added: head/mail/mailpile/ head/mail/mailpile/Makefile (contents, props changed) head/mail/mailpile/distinfo (contents, props changed) head/mail/mailpile/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Tue Sep 15 23:59:08 2015 (r397032) +++ head/mail/Makefile Wed Sep 16 00:19:56 2015 (r397033) @@ -222,6 +222,7 @@ SUBDIR += mailgraph SUBDIR += mailman SUBDIR += mailmgr + SUBDIR += mailpile SUBDIR += mailscanner SUBDIR += mailsync SUBDIR += mailtray Added: head/mail/mailpile/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailpile/Makefile Wed Sep 16 00:19:56 2015 (r397033) @@ -0,0 +1,30 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= mailpile +PORTVERSION= 0.4.2 +CATEGORIES= mail security + +MAINTAINER= yuri@rawbw.com +COMMENT= Locally hosted web-browser based mail client + +LICENSE= AGPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:${PORTSDIR}/devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}pgpdump>=0:${PORTSDIR}/security/py-pgpdump \ + ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns \ + ${PYTHON_PKGNAMEPREFIX}spambayes>=0:${PORTSDIR}/mail/py-spambayes + +USE_GITHUB= yes +GH_ACCOUNT= mailpile +GH_PROJECT= Mailpile + +USES= gettext python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's,^#!/bin/bash,#!/bin/sh,g' ${WRKSRC}/scripts/*.sh + +.include Added: head/mail/mailpile/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailpile/distinfo Wed Sep 16 00:19:56 2015 (r397033) @@ -0,0 +1,2 @@ +SHA256 (mailpile-Mailpile-0.4.2_GH0.tar.gz) = 9ea6864d7958820116ca78897481ffef71569ca9353f5d1ebb54509cc0cf86b3 +SIZE (mailpile-Mailpile-0.4.2_GH0.tar.gz) = 2971131 Added: head/mail/mailpile/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mailpile/pkg-descr Wed Sep 16 00:19:56 2015 (r397033) @@ -0,0 +1,6 @@ +A free & open modern, fast email client with user-friendly encryption and +privacy features. + +Mailpile is still in beta, but many people already find it useful. + +WWW: https://mailpile.is/