aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2017-08-30 07:59:25 +0800
committeracm <acm@FreeBSD.org>2017-08-30 07:59:25 +0800
commitfe33cd150e83e85aa98edff7613aa70f782c1e32 (patch)
tree95470c3ee90a07c291300d24a1d9500ac1752cec /mail
parentb8924bc8ae34c29da88cca3df6aeef9229659bde (diff)
downloadfreebsd-ports-gnome-fe33cd150e83e85aa98edff7613aa70f782c1e32.tar.gz
freebsd-ports-gnome-fe33cd150e83e85aa98edff7613aa70f782c1e32.tar.zst
freebsd-ports-gnome-fe33cd150e83e85aa98edff7613aa70f782c1e32.zip
- New port: mail/py-aiosmtpd
This is a server for SMTP and related protocols, similar in utility to the standard library's smtpd.py module, but rewritten to be based on asyncio for Python 3. WWW: http://aiosmtpd.readthedocs.io
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/py-aiosmtpd/Makefile17
-rw-r--r--mail/py-aiosmtpd/distinfo3
-rw-r--r--mail/py-aiosmtpd/pkg-descr5
4 files changed, 26 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 8a461d3321c2..7ad5a0f72ae8 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -529,6 +529,7 @@
SUBDIR += proxsmtp
SUBDIR += py-Products.MailHost
SUBDIR += py-Products.SecureMailHost
+ SUBDIR += py-aiosmtpd
SUBDIR += py-apolicy
SUBDIR += py-authres
SUBDIR += py-cyruslib
diff --git a/mail/py-aiosmtpd/Makefile b/mail/py-aiosmtpd/Makefile
new file mode 100644
index 000000000000..ee0db42d0965
--- /dev/null
+++ b/mail/py-aiosmtpd/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= aiosmtpd
+PORTVERSION= 1.1
+CATEGORIES= mail python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= acm@FreeBSD.org
+COMMENT= Asyncio based SMTP server
+
+LICENSE= APACHE20
+
+USES= python:3
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/mail/py-aiosmtpd/distinfo b/mail/py-aiosmtpd/distinfo
new file mode 100644
index 000000000000..7a81e7a3203c
--- /dev/null
+++ b/mail/py-aiosmtpd/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1503269175
+SHA256 (aiosmtpd-1.1.tar.gz) = 8ab8cd2bb2459f8eb04b835bf1f0dbb8fe590140080b2b3b7793a0992270a557
+SIZE (aiosmtpd-1.1.tar.gz) = 50722
diff --git a/mail/py-aiosmtpd/pkg-descr b/mail/py-aiosmtpd/pkg-descr
new file mode 100644
index 000000000000..faf36308c034
--- /dev/null
+++ b/mail/py-aiosmtpd/pkg-descr
@@ -0,0 +1,5 @@
+This is a server for SMTP and related protocols, similar in utility to the
+standard library's smtpd.py module, but rewritten to be based on asyncio for
+Python 3.
+
+WWW: http://aiosmtpd.readthedocs.io