Received: by mail.netbsd.org (Postfix, from userid 605) id 7C3A184D86; Sat, 30 Dec 2017 04:38:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05DB884D82 for ; Sat, 30 Dec 2017 04:38:13 +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 CD4DYR0xn9zT for ; Sat, 30 Dec 2017 04:38:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 70F8E84C82 for ; Sat, 30 Dec 2017 04:38:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67529FB40; Sat, 30 Dec 2017 04:38:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514608692158610" MIME-Version: 1.0 Date: Sat, 30 Dec 2017 04:38:12 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/devel/ruby-diva To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20171230043812.67529FB40@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. --_----------=_1514608692158610 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:38:12 UTC 2017 Added Files: pkgsrc/devel/ruby-diva: DESCR Makefile PLIST distinfo Log Message: devel/ruby-diva: added ruby-diva-0.3.0. This gem is required by forthcoming mikutter-3.6.0. This library is an implementation of expression for handling things. It replaces Retriever module of mikutter. Diva::Model is a common interface of all resources handled by mikutter. By handling data as a subclass of Diva::Model as necessary, you can obtain a common interface and it is useful for cooperation among mikutter plugins. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-diva/DESCR \ pkgsrc/devel/ruby-diva/Makefile pkgsrc/devel/ruby-diva/PLIST \ pkgsrc/devel/ruby-diva/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514608692158610 Content-Disposition: inline Content-Length: 2801 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/ruby-diva/DESCR diff -u /dev/null pkgsrc/devel/ruby-diva/DESCR:1.1 --- /dev/null Sat Dec 30 04:38:12 2017 +++ pkgsrc/devel/ruby-diva/DESCR Sat Dec 30 04:38:12 2017 @@ -0,0 +1,7 @@ +This library is an implementation of expression for handling things. +It replaces Retriever module of mikutter. + +Diva::Model is a common interface of all resources handled by mikutter. +By handling data as a subclass of Diva::Model as necessary, you can +obtain a common interface and it is useful for cooperation among +mikutter plugins. Index: pkgsrc/devel/ruby-diva/Makefile diff -u /dev/null pkgsrc/devel/ruby-diva/Makefile:1.1 --- /dev/null Sat Dec 30 04:38:12 2017 +++ pkgsrc/devel/ruby-diva/Makefile Sat Dec 30 04:38:12 2017 @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1 2017/12/30 04:38:12 tsutsui Exp $ + +DISTNAME= diva-0.3.0 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= devel + +MAINTAINER= tsutsui@NetBSD.org +HOMEPAGE= https://rubygems.org/gems/diva +COMMENT= Implementation of expression for handling things +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.5<2.6:../../net/ruby-addressable + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-diva/PLIST diff -u /dev/null pkgsrc/devel/ruby-diva/PLIST:1.1 --- /dev/null Sat Dec 30 04:38:12 2017 +++ pkgsrc/devel/ruby-diva/PLIST Sat Dec 30 04:38:12 2017 @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1 2017/12/30 04:38:12 tsutsui Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.travis.yml +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE.txt +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/bin/console +${GEM_LIBDIR}/bin/setup +${GEM_LIBDIR}/diva.gemspec +${GEM_LIBDIR}/lib/diva.rb +${GEM_LIBDIR}/lib/diva/combinator.rb +${GEM_LIBDIR}/lib/diva/datasource.rb +${GEM_LIBDIR}/lib/diva/error.rb +${GEM_LIBDIR}/lib/diva/field.rb +${GEM_LIBDIR}/lib/diva/field_generator.rb +${GEM_LIBDIR}/lib/diva/model.rb +${GEM_LIBDIR}/lib/diva/model_extend.rb +${GEM_LIBDIR}/lib/diva/spec.rb +${GEM_LIBDIR}/lib/diva/type.rb +${GEM_LIBDIR}/lib/diva/uri.rb +${GEM_LIBDIR}/lib/diva/version.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/devel/ruby-diva/distinfo diff -u /dev/null pkgsrc/devel/ruby-diva/distinfo:1.1 --- /dev/null Sat Dec 30 04:38:12 2017 +++ pkgsrc/devel/ruby-diva/distinfo Sat Dec 30 04:38:12 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/12/30 04:38:12 tsutsui Exp $ + +SHA1 (diva-0.3.0.gem) = 595b30fbd7eb29576069e8d21b629785b38ac0d1 +RMD160 (diva-0.3.0.gem) = 9e99b5ca0e0eee4bc93d6ab0156d2294dfa88b16 +SHA512 (diva-0.3.0.gem) = 73709fc2f7560f8a441298e0ea1e8ddf1e39906546fe32f088abe18bf60329980c1982588a5b768917a4a856ee56e11764c5dfefc4ddfd495fc2f76aa2df3ac5 +Size (diva-0.3.0.gem) = 13824 bytes --_----------=_1514608692158610--