View | Details | Raw Unified | Return to bug 262231 | Differences between
and this patch

Collapse All | Expand All

(-)b/mail/Makefile (+1 lines)
Lines 515-520 Link Here
515
    SUBDIR += py-pyspf
515
    SUBDIR += py-pyspf
516
    SUBDIR += py-python-slimta
516
    SUBDIR += py-python-slimta
517
    SUBDIR += py-pyzmail
517
    SUBDIR += py-pyzmail
518
    SUBDIR += py-rfc6555
518
    SUBDIR += py-spf-engine
519
    SUBDIR += py-spf-engine
519
    SUBDIR += py-validate_email
520
    SUBDIR += py-validate_email
520
    SUBDIR += pymsgauth
521
    SUBDIR += pymsgauth
(-)b/mail/py-rfc6555/Makefile (+18 lines)
Added Link Here
1
PORTNAME=	rfc6555
2
PORTVERSION=	0.1.0
3
CATEGORIES=	mail python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	dereks@lifeofadishwasher.com
8
COMMENT=	Happy Eyeballs Algorithm described in RFC 6555
9
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
USES=		python
14
USE_PYTHON=	autoplist distutils
15
16
NO_ARCH=	yes
17
18
.include <bsd.port.mk>
(-)b/mail/py-rfc6555/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1645916042
2
SHA256 (rfc6555-0.1.0.tar.gz) = 123905b8f68e2bec0c15f321998a262b27e2eaadea29a28bd270021ada411b67
3
SIZE (rfc6555-0.1.0.tar.gz) = 10094
(-)b/mail/py-rfc6555/pkg-descr (-1 / +5 lines)
Added Link Here
0
- 
1
Synchronous Python implementation of the Happy Eyeballs Algorithm
2
described in RFC 6555. Provided with a single file and dead-simple
3
API to allow easy vendoring and integration into other projects.
4
5
WWW: https://github.com/sethmlarson/rfc6555

Return to bug 262231