Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2015 00:19:56 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397033 - in head/mail: . mailpile
Message-ID:  <201509160019.t8G0Ju5Z073506@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <yuri@rawbw.com>

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 <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>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509160019.t8G0Ju5Z073506>