diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-11-16 17:48:53 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-11-16 17:48:53 +0000 |
commit | 2f164dbbf76ef24fbdeab2cba87cd2c81f8b39a0 (patch) | |
tree | c29c7bc10db088661901532d4c5459beb9f3be37 /dns/Makefile | |
parent | Unicorn is an HTTP server for Rack applications designed to only serve fast (diff) |
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 <fbsd@grid.einherjar.de>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=285923
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |