summaryrefslogtreecommitdiff
path: root/devel/libidn/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2003-12-03 19:17:10 +0000
committerxtraeme <xtraeme@pkgsrc.org>2003-12-03 19:17:10 +0000
commit111ac50b8b8f65e6739d4e61f361bf9ed41af429 (patch)
treec4af72943a4c5844c6cd97a451559ce5affa42b2 /devel/libidn/Makefile
parent004a6b03bf6ab8aa9e19cbfe0ffd896a62b5d187 (diff)
downloadpkgsrc-111ac50b8b8f65e6739d4e61f361bf9ed41af429.tar.gz
Initial import of libidn-0.3.3 from pkgsrc-wip.
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.
Diffstat (limited to 'devel/libidn/Makefile')
-rw-r--r--devel/libidn/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile
new file mode 100644
index 00000000000..b7bc83138ee
--- /dev/null
+++ b/devel/libidn/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:17:10 xtraeme Exp $
+#
+
+DISTNAME= libidn-0.3.3
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=libidn/} \
+ http://josefsson.org/libidn/releases/
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://www.gnu.org/software/libidn/
+COMMENT= Internationalized Domain Names command line tool
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/libidn.pc.in
+
+INFO_FILES= libidn.info
+
+.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/libgetopt/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+
+.include "../../mk/bsd.pkg.mk"