summaryrefslogtreecommitdiff
path: root/mail/py-pyzmail
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2017-11-19 21:48:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2017-11-19 21:48:19 +0000
commitb6e1ea1f3577925360b5d5381f13d9d42f293bd5 (patch)
tree7a5b2ffcb55fa4651ed1910c4ead1405cadb9a38 /mail/py-pyzmail
parentUpdate to upstream version 18.0.0 (diff)
New port: mail/py-pyzmail: Easy mail library to parse, compose and send emails
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13151
Notes
Notes: svn path=/head/; revision=454503
Diffstat (limited to 'mail/py-pyzmail')
-rw-r--r--mail/py-pyzmail/Makefile21
-rw-r--r--mail/py-pyzmail/distinfo3
-rw-r--r--mail/py-pyzmail/pkg-descr7
3 files changed, 31 insertions, 0 deletions
diff --git a/mail/py-pyzmail/Makefile b/mail/py-pyzmail/Makefile
new file mode 100644
index 000000000000..27e5f3f54982
--- /dev/null
+++ b/mail/py-pyzmail/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= pyzmail
+DISTVERSION= 1.0.3
+CATEGORIES= mail python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Easy mail library to parse, compose and send emails
+
+LICENSE= LGPL3
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_BUILD= yes
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/mail/py-pyzmail/distinfo b/mail/py-pyzmail/distinfo
new file mode 100644
index 000000000000..e96376f754e8
--- /dev/null
+++ b/mail/py-pyzmail/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1511056643
+SHA256 (pyzmail-1.0.3.tar.gz) = a74e0df4cfdfa20307dedb795be149f55982d9db0c2e80ceeb16f2ccd16a6587
+SIZE (pyzmail-1.0.3.tar.gz) = 57647
diff --git a/mail/py-pyzmail/pkg-descr b/mail/py-pyzmail/pkg-descr
new file mode 100644
index 000000000000..cdf9c5ef9b5e
--- /dev/null
+++ b/mail/py-pyzmail/pkg-descr
@@ -0,0 +1,7 @@
+pyzmail is a high level mail library for Python 2.x & 3.x. It provides functions
+and classes that help to parse, compose and send emails. pyzmail exists because
+their is no reasons that handling mails with Python would be more difficult than
+with Outlook or Thunderbird. pyzmail hides the difficulties of managing the MIME
+structure and of the encoding/decoding for internationalized emails.
+
+WWW: http://www.magiksys.net/pyzmail