From owner-svn-ports-head@freebsd.org Fri Dec 4 12:22:24 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9C6BCA3E921; Fri, 4 Dec 2015 12:22:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77E1C1F91; Fri, 4 Dec 2015 12:22:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB4CMNng008361; Fri, 4 Dec 2015 12:22:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB4CMNSE008356; Fri, 4 Dec 2015 12:22:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512041222.tB4CMNSE008356@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 4 Dec 2015 12:22:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402927 - in head/dns: . libidn2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 12:22:24 -0000 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 +# $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 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