pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-diva devel/ruby-diva: added ruby-diva-0.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ece90dd13c10
branches:  trunk
changeset: 373186:ece90dd13c10
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sat Dec 30 04:38:12 2017 +0000

description:
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.

diffstat:

 devel/ruby-diva/DESCR    |   7 +++++++
 devel/ruby-diva/Makefile |  15 +++++++++++++++
 devel/ruby-diva/PLIST    |  24 ++++++++++++++++++++++++
 devel/ruby-diva/distinfo |   6 ++++++
 4 files changed, 52 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r 034bacd60bf6 -r ece90dd13c10 devel/ruby-diva/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-diva/DESCR     Sat Dec 30 04:38:12 2017 +0000
@@ -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.
diff -r 034bacd60bf6 -r ece90dd13c10 devel/ruby-diva/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-diva/Makefile  Sat Dec 30 04:38:12 2017 +0000
@@ -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@localhost
+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"
diff -r 034bacd60bf6 -r ece90dd13c10 devel/ruby-diva/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-diva/PLIST     Sat Dec 30 04:38:12 2017 +0000
@@ -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
diff -r 034bacd60bf6 -r ece90dd13c10 devel/ruby-diva/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-diva/distinfo  Sat Dec 30 04:38:12 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index