From 87ce265324a4e5bd66d68c76d586e00d28410b3d Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 24 Nov 2011 14:16:47 +0000 Subject: Internationalized Domain Name toolkit 2 (idnkit-2) provides useful APIs (libraries) for application developers to make softwares IDNA2008-compliant, and also provides tools for system administrators to process IDNs appropriately according to IDNA2008 specification. The idnkit-2 is a toolkit revised by JPRS from the idnkit-1.0 developed by JPNIC, and it is released as an open source free software modified to comply with IDNA2008. idnkit-2 consists from its main part written in C and additional API packages for other languages (Java, Python, and Perl). WWW: http://jprs.co.jp/idn/index-e.html PR: ports/162521 Submitted by: Rafal Lesniak Feature safe: yes --- dns/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'dns/Makefile') diff --git a/dns/Makefile b/dns/Makefile index 4462dcdd7721..1bef9d9d5f06 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -127,6 +127,7 @@ SUBDIR += py-adns SUBDIR += py-dns SUBDIR += py-dnspython + SUBDIR += py-idnkit2 SUBDIR += py-namebench SUBDIR += py-twistedNames SUBDIR += radns -- cgit v1.2.3