# $Id: Portfile 68465 2010-06-04 03:18:36Z rmsfisher@macports.org $

PortSystem 1.0

name			libidn
version			1.19
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 openmaintainer
master_sites	gnu

checksums           md5     a45142126d28162014c995f969bdb5a8 \
                    sha1    2b6dcb500e8135a9444a250d7df76f545915f25f \
                    rmd160  71c520b6e4b1ec770bb9c9253f5b40dfc6b3d682

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

use_parallel_build	yes

test.run        yes

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