pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-rails-dom-testing Import ruby-rails-dom-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3200dd84f822
branches:  trunk
changeset: 361255:3200dd84f822
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Apr 19 06:12:41 2017 +0000

description:
Import ruby-rails-dom-testing-1.0.8

This Ruby module can compare DOMs and assert certain elements exist
in doms using Nokogiri.

diffstat:

 textproc/ruby-rails-dom-testing/DESCR    |   2 ++
 textproc/ruby-rails-dom-testing/Makefile |  18 ++++++++++++++++++
 textproc/ruby-rails-dom-testing/PLIST    |  18 ++++++++++++++++++
 textproc/ruby-rails-dom-testing/distinfo |   6 ++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r f0dbcf826332 -r 3200dd84f822 textproc/ruby-rails-dom-testing/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rails-dom-testing/DESCR     Wed Apr 19 06:12:41 2017 +0000
@@ -0,0 +1,2 @@
+This Ruby module can compare DOMs and assert certain elements exist
+in doms using Nokogiri.
diff -r f0dbcf826332 -r 3200dd84f822 textproc/ruby-rails-dom-testing/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rails-dom-testing/Makefile  Wed Apr 19 06:12:41 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/04/19 06:12:41 minskim Exp $
+
+DISTNAME=      rails-dom-testing-1.0.8
+CATEGORIES=    textproc
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rails/rails-dom-testing
+COMMENT=       Ruby module to compare DOMs
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-activesupport>=4.2.0<5.0:../../devel/ruby-activesupport42
+DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri>=1.6.0:../../textproc/ruby-nokogiri
+DEPENDS+=      ${RUBY_PKGPREFIX}-rails-deprecated_sanitizer>=1.0.1:../../www/ruby-rails-deprecated_sanitizer
+
+OVERRIDE_GEMSPEC+=     nokogiri>=1.6.0
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f0dbcf826332 -r 3200dd84f822 textproc/ruby-rails-dom-testing/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rails-dom-testing/PLIST     Wed Apr 19 06:12:41 2017 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/19 06:12:41 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/rails-dom-testing.rb
+${GEM_LIBDIR}/lib/rails/dom/testing/assertions.rb
+${GEM_LIBDIR}/lib/rails/dom/testing/assertions/dom_assertions.rb
+${GEM_LIBDIR}/lib/rails/dom/testing/assertions/selector_assertions.rb
+${GEM_LIBDIR}/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb
+${GEM_LIBDIR}/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb
+${GEM_LIBDIR}/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb
+${GEM_LIBDIR}/lib/rails/dom/testing/assertions/tag_assertions.rb
+${GEM_LIBDIR}/lib/rails/dom/testing/version.rb
+${GEM_LIBDIR}/test/dom_assertions_test.rb
+${GEM_LIBDIR}/test/selector_assertions_test.rb
+${GEM_LIBDIR}/test/tag_assertions_test.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r f0dbcf826332 -r 3200dd84f822 textproc/ruby-rails-dom-testing/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-rails-dom-testing/distinfo  Wed Apr 19 06:12:41 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/19 06:12:41 minskim Exp $
+
+SHA1 (rails-dom-testing-1.0.8.gem) = cd5ff43a6d56ec337e29370aa4477f3a4b9160ef
+RMD160 (rails-dom-testing-1.0.8.gem) = 4a85b5534cc1f6ffe8ec472fad43bc2a7ae6ae30
+SHA512 (rails-dom-testing-1.0.8.gem) = 313ee52e68878264122aeeb264f2a25eed3b7b1122e1e7ebe0223407e67b6c17e1ce98e6822b5a28fc8b0f3457bbdbe7e3f60cc9d03447a0a1034c151392dab4
+Size (rails-dom-testing-1.0.8.gem) = 17408 bytes



Home | Main Index | Thread Index | Old Index