# $Id: Portfile,v 1.13 2005/10/24 15:12:03 mww Exp $ PortSystem 1.0 name libidn version 0.5.20 categories mail description international domain name library long_description Libidn is an implementation of the Stringprep, \ Punycode and IDNA specifications defined by the IETF \ Internationalized Domain Names (IDN) working group, \ used for internationalized domain names. The library \ contains a generic Stringprep implementation that does \ Unicode 3.2 NFKC normalization, mapping and \ prohibitation of characters, and bidirectional \ character handling. Profiles for iSCSI, Kerberos 5, \ Nameprep, SASL and XMPP are included. Punycode and \ ASCII Compatible Encoding (ACE) via IDNA are supported. homepage http://www.gnu.org/software/libidn/ platforms darwin maintainers olaf@foellinger.de master_sites ftp://alpha.gnu.org/pub/gnu/libidn/ \ http://josefsson.org/libidn/releases/ checksums md5 b8ccbdf43b8da1722a6773c4e426d059 depends_lib port:libiconv configure.args --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ --with-libiconv-prefix=${prefix}