# $Id: Portfile 53184 2009-06-30 22:58:59Z toby@macports.org $

PortSystem 1.0

name			libidn
version			1.15
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		foellinger.de:olaf
master_sites	gnu

checksums       md5     482a25b7b223e52f967fafd284a1a992 \
                sha1    6321660c7072737110b790044cbf8653a95ea175 \
                rmd160  fb02015566838cbd86dda5b74f0da9ef78009b1b

depends_lib		port:libiconv port:gettext
configure.args  --disable-csharp

use_parallel_build	yes

test.run        yes

livecheck.check	regex
livecheck.url	http://ftp.gnu.org/pub/gnu/$name/
livecheck.regex	$name-(\\d+(?:\\.\\d+)*)
