Index: head/mail/Makefile =================================================================== --- head/mail/Makefile +++ head/mail/Makefile @@ -545,6 +545,7 @@ SUBDIR += py-pymailq SUBDIR += py-pyspf SUBDIR += py-spambayes + SUBDIR += py-pyzmail SUBDIR += py-zope.sendmail SUBDIR += pymsgauth SUBDIR += pysieved Index: head/mail/py-pyzmail/Makefile =================================================================== --- head/mail/py-pyzmail/Makefile +++ head/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 Index: head/mail/py-pyzmail/distinfo =================================================================== --- head/mail/py-pyzmail/distinfo +++ head/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 Index: head/mail/py-pyzmail/pkg-descr =================================================================== --- head/mail/py-pyzmail/pkg-descr +++ head/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