Received: by mail.netbsd.org (Postfix, from userid 605) id E57C984D6D; Sun, 25 Aug 2019 14:53:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B85B84D6C for ; Sun, 25 Aug 2019 14:53:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MVZfX3at8BBm for ; Sun, 25 Aug 2019 14:53:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DBF7284CD3 for ; Sun, 25 Aug 2019 14:53:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5500FBF4; Sun, 25 Aug 2019 14:53:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566744783152110" MIME-Version: 1.0 Date: Sun, 25 Aug 2019 14:53:03 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/devel/ruby-simpleidn To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20190825145303.D5500FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1566744783152110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sun Aug 25 14:53:03 UTC 2019 Added Files: pkgsrc/devel/ruby-simpleidn: DESCR Makefile PLIST distinfo Log Message: devel/ruby-simpleidn: added simpleidn-0.0.9 gem as ruby-simpleidn-0.0.9. This gem is required by forthcoming twitter-text-simpleidn-3.0.0.0 gem, a forked version of twitter-text without libIDN dependency. Simpleidn gem allows easy conversion from punycode ACE strings to unicode UTF-8 strings and visa versa. The implementation is heavily based on the RFC3492 C example implementation but simplified since it does not preserve case. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-simpleidn/DESCR \ pkgsrc/devel/ruby-simpleidn/Makefile pkgsrc/devel/ruby-simpleidn/PLIST \ pkgsrc/devel/ruby-simpleidn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566744783152110 Content-Disposition: inline Content-Length: 2265 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/ruby-simpleidn/DESCR diff -u /dev/null pkgsrc/devel/ruby-simpleidn/DESCR:1.1 --- /dev/null Sun Aug 25 14:53:03 2019 +++ pkgsrc/devel/ruby-simpleidn/DESCR Sun Aug 25 14:53:03 2019 @@ -0,0 +1,4 @@ +Simpleidn gem allows easy conversion from punycode ACE strings to +unicode UTF-8 strings and visa versa. +The implementation is heavily based on the RFC3492 C example +implementation but simplified since it does not preserve case. Index: pkgsrc/devel/ruby-simpleidn/Makefile diff -u /dev/null pkgsrc/devel/ruby-simpleidn/Makefile:1.1 --- /dev/null Sun Aug 25 14:53:03 2019 +++ pkgsrc/devel/ruby-simpleidn/Makefile Sun Aug 25 14:53:03 2019 @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2019/08/25 14:53:03 tsutsui Exp $ + +DISTNAME= simpleidn-0.0.9 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= devel + +MAINTAINER= tsutsui@NetBSD.org +HOMEPAGE= https://github.com/mmriis/simpleidn +COMMENT= Punycode ACE to unicode UTF-8 (and vice-verse) string conversion +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-simpleidn/PLIST diff -u /dev/null pkgsrc/devel/ruby-simpleidn/PLIST:1.1 --- /dev/null Sun Aug 25 14:53:03 2019 +++ pkgsrc/devel/ruby-simpleidn/PLIST Sun Aug 25 14:53:03 2019 @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2019/08/25 14:53:03 tsutsui Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENCE +${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/lib/simpleidn.rb +${GEM_LIBDIR}/simpleidn.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/devel/ruby-simpleidn/distinfo diff -u /dev/null pkgsrc/devel/ruby-simpleidn/distinfo:1.1 --- /dev/null Sun Aug 25 14:53:03 2019 +++ pkgsrc/devel/ruby-simpleidn/distinfo Sun Aug 25 14:53:03 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/25 14:53:03 tsutsui Exp $ + +SHA1 (simpleidn-0.0.9.gem) = 8f39433e9825783c95866461f8318f206b5d9852 +RMD160 (simpleidn-0.0.9.gem) = dddd6969274279736c5ab77d16a18143db3b6954 +SHA512 (simpleidn-0.0.9.gem) = 176b7ec19c6402ae980e00cb0af5fa53dc8fdae98a9ee2a6cad7fc94e7a4f9c32ec0a20b8e4c1a8a60b6f0e67f1a060b08c64be8ee6b9914bb04350e51bef750 +Size (simpleidn-0.0.9.gem) = 8704 bytes --_----------=_1566744783152110--