svn commit: r469899 - in head/mail: . py-flask-mail

Martin Wilke miwi at FreeBSD.org
Mon May 14 15:31:22 UTC 2018


Author: miwi
Date: Mon May 14 15:31:19 2018
New Revision: 469899
URL: https://svnweb.freebsd.org/changeset/ports/469899

Log:
  Flask-Mail is an extension to the Flask web application micro framework
  providing simple email sending capabilities via SMTP.
  
  WWW: https://github.com/mattupstate/flask-mail
  
  PR:		224588
  Submitted by:	john at saltant.com
  Sponsored by:	iXsystems Inc.

Added:
  head/mail/py-flask-mail/
  head/mail/py-flask-mail/Makefile   (contents, props changed)
  head/mail/py-flask-mail/distinfo   (contents, props changed)
  head/mail/py-flask-mail/pkg-descr   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Mon May 14 15:10:06 2018	(r469898)
+++ head/mail/Makefile	Mon May 14 15:31:19 2018	(r469899)
@@ -541,6 +541,7 @@
     SUBDIR += py-cyruslib
     SUBDIR += py-dkimpy
     SUBDIR += py-email-reply-parser
+    SUBDIR += py-flask-mail
     SUBDIR += py-flufl.bounce
     SUBDIR += py-fuglu
     SUBDIR += py-libgmail

Added: head/mail/py-flask-mail/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/py-flask-mail/Makefile	Mon May 14 15:31:19 2018	(r469899)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	Flask-Mail
+PORTVERSION=	0.9.1
+CATEGORIES=	mail www python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	john at saltant.com
+COMMENT=	Send SMTP email from a Flask web application
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}blinker>=0:devel/py-blinker@${FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/mail/py-flask-mail/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/py-flask-mail/distinfo	Mon May 14 15:31:19 2018	(r469899)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1514247148
+SHA256 (Flask-Mail-0.9.1.tar.gz) = 22e5eb9a940bf407bcf30410ecc3708f3c56cc44b29c34e1726fe85006935f41
+SIZE (Flask-Mail-0.9.1.tar.gz) = 45654

Added: head/mail/py-flask-mail/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/py-flask-mail/pkg-descr	Mon May 14 15:31:19 2018	(r469899)
@@ -0,0 +1,4 @@
+Flask-Mail is an extension to the Flask web application micro framework
+providing simple email sending capabilities via SMTP.
+
+WWW: https://github.com/mattupstate/flask-mail


More information about the svn-ports-head mailing list