Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171764817
D28024.id81833.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D28024.id81833.diff
View Options
Index: mail/Makefile
===================================================================
--- mail/Makefile
+++ mail/Makefile
@@ -505,6 +505,7 @@
SUBDIR += py-postfix-mta-sts-resolver
SUBDIR += py-premailer
SUBDIR += py-pymailq
+ SUBDIR += py-pysasl
SUBDIR += py-pyspf
SUBDIR += py-pyzmail
SUBDIR += py-spf-engine
Index: mail/py-pysasl/Makefile
===================================================================
--- /dev/null
+++ mail/py-pysasl/Makefile
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= pysasl
+DISTVERSION= 0.8.0
+CATEGORIES= mail security
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= nc@FreeBSD.org
+COMMENT= Pure Python SASL client and server library
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
+
+USES= python:3.6+
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+OPTIONS_DEFINE= PASSLIB
+OPTIONS_DEFAULT= PASSLIB
+
+PASSLIB_DESC= Password hashing support
+
+PASSLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR}
+
+.include <bsd.port.mk>
Index: mail/py-pysasl/distinfo
===================================================================
--- /dev/null
+++ mail/py-pysasl/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609988672
+SHA256 (pysasl-0.8.0.tar.gz) = e6eff599093a179ea7aad4ff10a4be139ed2ba338fb9a2c225f828151ef38264
+SIZE (pysasl-0.8.0.tar.gz) = 17126
Index: mail/py-pysasl/pkg-descr
===================================================================
--- /dev/null
+++ mail/py-pysasl/pkg-descr
@@ -0,0 +1,8 @@
+pysasl is a Pure Python SASL client and server library. The design of the
+library is intended to be agnostic of the protocol or network library.
+
+The library currently offers PLAIN, LOGIN, and CRAM-MD5 mechanisms by
+default. The EXTERNAL and XOAUTH2 mechanisms are also available for
+special circumstances.
+
+WWW: https://pypi.org/project/pysasl/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 14, 8:59 AM (6 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38898569
Default Alt Text
D28024.id81833.diff (1 KB)
Attached To
Mode
D28024: New port: mail/pysasl: Pure Python SASL client and server library
Attached
Detach File
Event Timeline
Log In to Comment