[Midnightbsd-cvs] mports [21916] trunk/dns: add py idna port

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 28 22:33:25 EDT 2016


Revision: 21916
          http://svnweb.midnightbsd.org/mports/?rev=21916
Author:   laffer1
Date:     2016-09-28 22:33:25 -0400 (Wed, 28 Sep 2016)
Log Message:
-----------
add py idna port

Modified Paths:
--------------
    trunk/dns/Makefile

Added Paths:
-----------
    trunk/dns/py-idna/
    trunk/dns/py-idna/Makefile
    trunk/dns/py-idna/distinfo
    trunk/dns/py-idna/pkg-descr

Modified: trunk/dns/Makefile
===================================================================
--- trunk/dns/Makefile	2016-09-29 02:07:00 UTC (rev 21915)
+++ trunk/dns/Makefile	2016-09-29 02:33:25 UTC (rev 21916)
@@ -26,6 +26,7 @@
 SUBDIR += pdnsd
 SUBDIR += py-dns
 SUBDIR += py-dnspython
+SUBDIR += py-idna
 SUBDIR += samba-nsupdate
 SUBDIR += udns
 SUBDIR += unbound

Added: trunk/dns/py-idna/Makefile
===================================================================
--- trunk/dns/py-idna/Makefile	                        (rev 0)
+++ trunk/dns/py-idna/Makefile	2016-09-29 02:33:25 UTC (rev 21916)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+# $FreeBSD: head/dns/py-idna/Makefile 400660 2015-11-02 16:30:46Z koobs $
+
+PORTNAME=	idna
+PORTVERSION=	2.0
+CATEGORIES=	dns python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Internationalized Domain Names in Applications (IDNA)
+
+LICENSE=	python
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+do-test:
+	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
+
+.include <bsd.port.mk>


Property changes on: trunk/dns/py-idna/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/py-idna/distinfo
===================================================================
--- trunk/dns/py-idna/distinfo	                        (rev 0)
+++ trunk/dns/py-idna/distinfo	2016-09-29 02:33:25 UTC (rev 21916)
@@ -0,0 +1,2 @@
+SHA256 (idna-2.0.tar.gz) = 16199aad938b290f5be1057c0e1efc6546229391c23cea61ca940c115f7d3d3b
+SIZE (idna-2.0.tar.gz) = 135150


Property changes on: trunk/dns/py-idna/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/py-idna/pkg-descr
===================================================================
--- trunk/dns/py-idna/pkg-descr	                        (rev 0)
+++ trunk/dns/py-idna/pkg-descr	2016-09-29 02:33:25 UTC (rev 21916)
@@ -0,0 +1,10 @@
+A library to support the Internationalised Domain Names in Applications
+(IDNA) protocol as specified in RFC 5891. This version of the protocol
+is often referred to as "IDNA2008" and can produce different res
+lts from the earlier standard from 2003.
+
+The library is also intended to act as a suitable drop-in replacement
+for the "encodings.idna" module that comes with the Python standard
+library but currently only supports the older 2003 specification.
+
+WWW: https://github.com/kjd/idna


Property changes on: trunk/dns/py-idna/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list