From 2f164dbbf76ef24fbdeab2cba87cd2c81f8b39a0 Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Wed, 16 Nov 2011 17:48:53 +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/162520 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 ec483cbb1215..4462dcdd7721 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -56,6 +56,7 @@ SUBDIR += h2n SUBDIR += hesiod SUBDIR += idnkit + SUBDIR += idnkit2 SUBDIR += inadyn SUBDIR += ipcheck SUBDIR += ldapdns -- cgit v1.2.3