pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-diva



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.

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@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"
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



Home | Main Index | Thread Index | Old Index