diff options
author | Carlo Strub <cs@FreeBSD.org> | 2015-09-16 08:19:56 +0800 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2015-09-16 08:19:56 +0800 |
commit | ef06e229850b594499fb1c8bb61b19959b894f14 (patch) | |
tree | 94c7e4712966903300fcab331669f36f49733633 | |
parent | e9306550e7c8c3526a62e37ae01b3514b5d606d4 (diff) | |
download | freebsd-ports-gnome-ef06e229850b594499fb1c8bb61b19959b894f14.tar.gz freebsd-ports-gnome-ef06e229850b594499fb1c8bb61b19959b894f14.tar.zst freebsd-ports-gnome-ef06e229850b594499fb1c8bb61b19959b894f14.zip |
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 <yuri@rawbw.com>
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/mailpile/Makefile | 30 | ||||
-rw-r--r-- | mail/mailpile/distinfo | 2 | ||||
-rw-r--r-- | mail/mailpile/pkg-descr | 6 |
4 files changed, 39 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 8f7825b1a38a..2d81b6a3d3ec 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -222,6 +222,7 @@ SUBDIR += mailgraph SUBDIR += mailman SUBDIR += mailmgr + SUBDIR += mailpile SUBDIR += mailscanner SUBDIR += mailsync SUBDIR += mailtray diff --git a/mail/mailpile/Makefile b/mail/mailpile/Makefile new file mode 100644 index 000000000000..61a99a812659 --- /dev/null +++ b/mail/mailpile/Makefile @@ -0,0 +1,30 @@ +# Created by: Yuri Victorovich <yuri@rawbw.com> +# $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 <bsd.port.mk> diff --git a/mail/mailpile/distinfo b/mail/mailpile/distinfo new file mode 100644 index 000000000000..096ebbb77fd1 --- /dev/null +++ b/mail/mailpile/distinfo @@ -0,0 +1,2 @@ +SHA256 (mailpile-Mailpile-0.4.2_GH0.tar.gz) = 9ea6864d7958820116ca78897481ffef71569ca9353f5d1ebb54509cc0cf86b3 +SIZE (mailpile-Mailpile-0.4.2_GH0.tar.gz) = 2971131 diff --git a/mail/mailpile/pkg-descr b/mail/mailpile/pkg-descr new file mode 100644 index 000000000000..2906bc98f474 --- /dev/null +++ b/mail/mailpile/pkg-descr @@ -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/ |