2009-02-25 15:39:02 +00:00
|
|
|
# Template build file for 'libidn'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=libidn
|
2012-01-29 16:41:57 +00:00
|
|
|
version=1.24
|
2011-03-04 09:42:45 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/libidn/libidn-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-03-04 09:42:45 +00:00
|
|
|
configure_args="--disable-csharp --disable-java --enable-threads=posix"
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="perl pkg-config"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2008-09-30 13:22:57 +00:00
|
|
|
short_desc="Internationalized Domain Names command line tool"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-05-27 19:51:30 +00:00
|
|
|
homepage="http://www.gnu.org/software/libidn/"
|
|
|
|
license="GPL3, LGPL"
|
2012-01-29 16:41:57 +00:00
|
|
|
checksum=da1708c6063ecb7951a0908e67df3eacdfe128b18edaa6cf6867d7b73b5f35ff
|
2008-09-30 13:22:57 +00:00
|
|
|
long_desc="
|
|
|
|
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA
|
|
|
|
specifications defined by the IETF Internationalized Domain Names (IDN)
|
|
|
|
working group. It is used to prepare internationalized strings (such as
|
|
|
|
domain name labels, usernames, and passwords) in order to increase the
|
|
|
|
likelihood that string input and string comparison work in ways that make
|
|
|
|
sense for typical users throughout the world.
|
|
|
|
|
|
|
|
The library contains a generic Stringprep implementation that does Unicode
|
|
|
|
3.2 NFKC normalization, mapping and prohibition 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."
|
2008-10-20 14:34:27 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|