Received: by mail.netbsd.org (Postfix, from userid 605) id 23E7084D86; Sat, 30 Dec 2017 04:35:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3AB184D82 for ; Sat, 30 Dec 2017 04:34:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uHrXd6zWuMXm for ; Sat, 30 Dec 2017 04:34:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 19DD784C82 for ; Sat, 30 Dec 2017 04:34:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14CF0FB40; Sat, 30 Dec 2017 04:34:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514608499239560" MIME-Version: 1.0 Date: Sat, 30 Dec 2017 04:34:59 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/devel/ruby-idn To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20171230043459.14CF0FB40@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. --_----------=_1514608499239560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Dec 30 04:34:59 UTC 2017 Added Files: pkgsrc/devel/ruby-idn: DESCR Makefile PLIST distinfo Log Message: devel/ruby-idn: added idn-ruby-0.1.0 gem as ruby-idn-0.1.0. This gem is required by forthcoming twitter-text-2.1.0 gem. Ruby Bindings for the GNU LibIDN library, an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group. Included are the most important parts of the Stringprep, Punycode and IDNA APIs like performing Stringprep processings, encoding to and decoding from Punycode strings and converting entire domain names to and from the ACE encoded form. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-idn/DESCR \ pkgsrc/devel/ruby-idn/Makefile pkgsrc/devel/ruby-idn/PLIST \ pkgsrc/devel/ruby-idn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514608499239560 Content-Disposition: inline Content-Length: 2757 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/ruby-idn/DESCR diff -u /dev/null pkgsrc/devel/ruby-idn/DESCR:1.1 --- /dev/null Sat Dec 30 04:34:59 2017 +++ pkgsrc/devel/ruby-idn/DESCR Sat Dec 30 04:34:58 2017 @@ -0,0 +1,7 @@ +Ruby Bindings for the GNU LibIDN library, an implementation of +the Stringprep, Punycode and IDNA specifications defined by +the IETF Internationalized Domain Names (IDN) working group. +Included are the most important parts of the Stringprep, Punycode +and IDNA APIs like performing Stringprep processings, encoding +to and decoding from Punycode strings and converting entire domain +names to and from the ACE encoded form. Index: pkgsrc/devel/ruby-idn/Makefile diff -u /dev/null pkgsrc/devel/ruby-idn/Makefile:1.1 --- /dev/null Sat Dec 30 04:34:59 2017 +++ pkgsrc/devel/ruby-idn/Makefile Sat Dec 30 04:34:58 2017 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2017/12/30 04:34:58 tsutsui Exp $ + +DISTNAME= idn-ruby-0.1.0 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} +CATEGORIES= devel + +MAINTAINER= tsutsui@NetBSD.org +HOMEPAGE= https://github.com/deepfryed/idn-ruby +COMMENT= Ruby Bindings for the GNU LibIDN library +LICENSE= apache-2.0 + +.include "../../lang/ruby/gem.mk" +.include "../../devel/libidn/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-idn/PLIST diff -u /dev/null pkgsrc/devel/ruby-idn/PLIST:1.1 --- /dev/null Sat Dec 30 04:34:59 2017 +++ pkgsrc/devel/ruby-idn/PLIST Sat Dec 30 04:34:58 2017 @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1 2017/12/30 04:34:58 tsutsui Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_EXTSDIR}/gem.build_complete +${GEM_EXTSDIR}/idn.${RUBY_DLEXT} +${GEM_LIBDIR}/CHANGES +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/NOTICE +${GEM_LIBDIR}/README +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/ext/extconf.rb +${GEM_LIBDIR}/ext/idn.c +${GEM_LIBDIR}/ext/idn.h +${GEM_LIBDIR}/ext/idna.c +${GEM_LIBDIR}/ext/punycode.c +${GEM_LIBDIR}/ext/stringprep.c +${GEM_LIBDIR}/lib/idn.${RUBY_DLEXT} +${GEM_LIBDIR}/test/tc_Idna.rb +${GEM_LIBDIR}/test/tc_Punycode.rb +${GEM_LIBDIR}/test/tc_Stringprep.rb +${GEM_LIBDIR}/test/ts_IDN.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/devel/ruby-idn/distinfo diff -u /dev/null pkgsrc/devel/ruby-idn/distinfo:1.1 --- /dev/null Sat Dec 30 04:34:59 2017 +++ pkgsrc/devel/ruby-idn/distinfo Sat Dec 30 04:34:58 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/12/30 04:34:58 tsutsui Exp $ + +SHA1 (idn-ruby-0.1.0.gem) = e6b1204fa62f2c96c3c62f80f5c82b0d2050002e +RMD160 (idn-ruby-0.1.0.gem) = 26d84e817eed9fe639250bd2a687d646d8839d95 +SHA512 (idn-ruby-0.1.0.gem) = 5356266daefabfc5213f91c419ee1beb91972510bb016e7beac9719c501c643f9c35335ea8a46da1c1905a30d02d4b1cbec0f0ebb080ce2683faf8f29422295c +Size (idn-ruby-0.1.0.gem) = 17408 bytes --_----------=_1514608499239560--