From owner-svn-ports-all@freebsd.org Mon Mar 20 00:28:58 2017 Return-Path: Delivered-To: svn-ports-all@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 E2A33D14325; Mon, 20 Mar 2017 00:28:58 +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 9982F1103; Mon, 20 Mar 2017 00:28:58 +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 v2K0SvVc013390; Mon, 20 Mar 2017 00:28:57 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2K0Svj8013386; Mon, 20 Mar 2017 00:28:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703200028.v2K0Svj8013386@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Mar 2017 00:28:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436526 - in head/dns: . rubygem-simpleidn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 00:28:59 -0000 Author: sunpoet Date: Mon Mar 20 00:28:57 2017 New Revision: 436526 URL: https://svnweb.freebsd.org/changeset/ports/436526 Log: Add rubygem-simpleidn 0.0.7 SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode UTF-8 strings and visa versa. WWW: https://github.com/mmriis/simpleidn PR: 217910 Submitted by: Douglas Thrift Added: head/dns/rubygem-simpleidn/ head/dns/rubygem-simpleidn/Makefile (contents, props changed) head/dns/rubygem-simpleidn/distinfo (contents, props changed) head/dns/rubygem-simpleidn/pkg-descr (contents, props changed) Modified: head/dns/Makefile Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Mon Mar 20 00:28:52 2017 (r436525) +++ head/dns/Makefile Mon Mar 20 00:28:57 2017 (r436526) @@ -194,6 +194,7 @@ SUBDIR += rubygem-net-dns SUBDIR += rubygem-public_suffix SUBDIR += rubygem-public_suffix_service + SUBDIR += rubygem-simpleidn SUBDIR += samba-nsupdate SUBDIR += scavenge SUBDIR += sheerdns Added: head/dns/rubygem-simpleidn/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rubygem-simpleidn/Makefile Mon Mar 20 00:28:57 2017 (r436526) @@ -0,0 +1,19 @@ +# Created by: Douglas Thrift +# $FreeBSD$ + +PORTNAME= simpleidn +PORTVERSION= 0.0.7 +CATEGORIES= dns rubygems +MASTER_SITES= RG + +MAINTAINER= douglas@douglasthrift.net +COMMENT= Easy conversion from IDNA strings to unicode strings and vice-versa + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENCE + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/dns/rubygem-simpleidn/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rubygem-simpleidn/distinfo Mon Mar 20 00:28:57 2017 (r436526) @@ -0,0 +1,3 @@ +TIMESTAMP = 1489895050 +SHA256 (rubygem/simpleidn-0.0.7.gem) = 8274c4a150c32cba1e35ad60462e147a3e3898f8ddcb5a0292fa2616c6273f93 +SIZE (rubygem/simpleidn-0.0.7.gem) = 8704 Added: head/dns/rubygem-simpleidn/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/rubygem-simpleidn/pkg-descr Mon Mar 20 00:28:57 2017 (r436526) @@ -0,0 +1,4 @@ +SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode +UTF-8 strings and visa versa. + +WWW: https://github.com/mmriis/simpleidn