Date: Fri, 4 Dec 2015 12:22:23 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402927 - in head/dns: . libidn2 Message-ID: <201512041222.tB4CMNSE008356@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Dec 4 12:22:22 2015 New Revision: 402927 URL: https://svnweb.freebsd.org/changeset/ports/402927 Log: - Add libidn2 0.10 Libidn2 is an implementation of IDNA2008 internationalized domain names. WWW: http://www.gnu.org/software/libidn/#libidn2 Added: head/dns/libidn2/ head/dns/libidn2/Makefile (contents, props changed) head/dns/libidn2/distinfo (contents, props changed) head/dns/libidn2/pkg-descr (contents, props changed) head/dns/libidn2/pkg-plist (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Fri Dec 4 12:21:42 2015 (r402926) +++ head/dns/Makefile Fri Dec 4 12:22:22 2015 (r402927) @@ -84,6 +84,7 @@ SUBDIR += libbind SUBDIR += libdjbdns SUBDIR += libidn + SUBDIR += libidn2 SUBDIR += linux-c6-libasyncns SUBDIR += linux-f10-libasyncns SUBDIR += mDNSResponder_nss Added: head/dns/libidn2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libidn2/Makefile Fri Dec 4 12:22:22 2015 (r402927) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= libidn2 +PORTVERSION= 0.10 +CATEGORIES= dns +MASTER_SITES= GNU_ALPHA/libidn + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Implementation of IDNA2008 internationalized domain names + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= charsetfix gmake iconv libtool localbase shebangfix +USE_LDCONFIG= yes + +INFO= libidn2 + +.include <bsd.port.mk> Added: head/dns/libidn2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libidn2/distinfo Fri Dec 4 12:22:22 2015 (r402927) @@ -0,0 +1,2 @@ +SHA256 (libidn2-0.10.tar.gz) = 3d301890bdbb137424f5ea495f82730a4b85b6a2549e47de3a34afebeac3e0e3 +SIZE (libidn2-0.10.tar.gz) = 1580496 Added: head/dns/libidn2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libidn2/pkg-descr Fri Dec 4 12:22:22 2015 (r402927) @@ -0,0 +1,3 @@ +Libidn2 is an implementation of IDNA2008 internationalized domain names. + +WWW: http://www.gnu.org/software/libidn/#libidn2 Added: head/dns/libidn2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/libidn2/pkg-plist Fri Dec 4 12:22:22 2015 (r402927) @@ -0,0 +1,28 @@ +bin/idn2 +bin/lookup +bin/register +include/idn2.h +lib/libidn2.a +lib/libidn2.so +lib/libidn2.so.0 +lib/libidn2.so.0.0.10 +man/man1/idn2.1.gz +man/man3/idn2_check_version.3.gz +man/man3/idn2_free.3.gz +man/man3/idn2_lookup_u8.3.gz +man/man3/idn2_lookup_ul.3.gz +man/man3/idn2_register_u8.3.gz +man/man3/idn2_register_ul.3.gz +man/man3/idn2_strerror.3.gz +man/man3/idn2_strerror_name.3.gz +share/gtk-doc/html/libidn2/api-index-full.html +share/gtk-doc/html/libidn2/home.png +share/gtk-doc/html/libidn2/index.html +share/gtk-doc/html/libidn2/index.sgml +share/gtk-doc/html/libidn2/left.png +share/gtk-doc/html/libidn2/libidn2-idn2.html +share/gtk-doc/html/libidn2/libidn2.devhelp2 +share/gtk-doc/html/libidn2/libidn2.html +share/gtk-doc/html/libidn2/right.png +share/gtk-doc/html/libidn2/style.css +share/gtk-doc/html/libidn2/up.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512041222.tB4CMNSE008356>