pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-cucumber-wire



Module Name:    pkgsrc
Committed By:   minskim
Date:           Mon Feb 20 05:52:31 UTC 2017

Added Files:
        pkgsrc/devel/ruby-cucumber-wire: DESCR Makefile PLIST distinfo

Log Message:
Import ruby-cucumber-wire-0.0.1 as devel/ruby-cucumber-wire

Wire protocol for Cucumber.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-cucumber-wire/DESCR \
    pkgsrc/devel/ruby-cucumber-wire/Makefile \
    pkgsrc/devel/ruby-cucumber-wire/PLIST \
    pkgsrc/devel/ruby-cucumber-wire/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-cucumber-wire/DESCR
diff -u /dev/null pkgsrc/devel/ruby-cucumber-wire/DESCR:1.1
--- /dev/null   Mon Feb 20 05:52:31 2017
+++ pkgsrc/devel/ruby-cucumber-wire/DESCR       Mon Feb 20 05:52:31 2017
@@ -0,0 +1 @@
+Wire protocol for Cucumber.
Index: pkgsrc/devel/ruby-cucumber-wire/Makefile
diff -u /dev/null pkgsrc/devel/ruby-cucumber-wire/Makefile:1.1
--- /dev/null   Mon Feb 20 05:52:31 2017
+++ pkgsrc/devel/ruby-cucumber-wire/Makefile    Mon Feb 20 05:52:31 2017
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/02/20 05:52:31 minskim Exp $
+
+DISTNAME=      cucumber-wire-0.0.1
+CATEGORIES=    devel
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://cucumber.io/
+COMMENT=       Wire protocol for Cucumber
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-cucumber-wire/PLIST
diff -u /dev/null pkgsrc/devel/ruby-cucumber-wire/PLIST:1.1
--- /dev/null   Mon Feb 20 05:52:31 2017
+++ pkgsrc/devel/ruby-cucumber-wire/PLIST       Mon Feb 20 05:52:31 2017
@@ -0,0 +1,40 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/20 05:52:31 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/cucumber-wire.gemspec
+${GEM_LIBDIR}/features/erb_configuration.feature
+${GEM_LIBDIR}/features/handle_unexpected_response.feature
+${GEM_LIBDIR}/features/invoke_message.feature
+${GEM_LIBDIR}/features/readme.md
+${GEM_LIBDIR}/features/snippets_message.feature
+${GEM_LIBDIR}/features/step_definitions/aruba_steps.rb
+${GEM_LIBDIR}/features/step_definitions/wire_steps.rb
+${GEM_LIBDIR}/features/step_matches_message.feature
+${GEM_LIBDIR}/features/support/fake_wire_server.rb
+${GEM_LIBDIR}/features/table_diffing.feature
+${GEM_LIBDIR}/features/tags.feature
+${GEM_LIBDIR}/features/timeouts.feature
+${GEM_LIBDIR}/lib/cucumber/wire.rb
+${GEM_LIBDIR}/lib/cucumber/wire/add_hooks_filter.rb
+${GEM_LIBDIR}/lib/cucumber/wire/configuration.rb
+${GEM_LIBDIR}/lib/cucumber/wire/connection.rb
+${GEM_LIBDIR}/lib/cucumber/wire/connections.rb
+${GEM_LIBDIR}/lib/cucumber/wire/data_packet.rb
+${GEM_LIBDIR}/lib/cucumber/wire/exception.rb
+${GEM_LIBDIR}/lib/cucumber/wire/plugin.rb
+${GEM_LIBDIR}/lib/cucumber/wire/protocol.rb
+${GEM_LIBDIR}/lib/cucumber/wire/protocol/requests.rb
+${GEM_LIBDIR}/lib/cucumber/wire/request_handler.rb
+${GEM_LIBDIR}/lib/cucumber/wire/snippet.rb
+${GEM_LIBDIR}/lib/cucumber/wire/step_definition.rb
+${GEM_LIBDIR}/lib/cucumber/wire/version
+${GEM_LIBDIR}/spec/cucumber/wire/configuration_spec.rb
+${GEM_LIBDIR}/spec/cucumber/wire/connection_spec.rb
+${GEM_LIBDIR}/spec/cucumber/wire/connections_spec.rb
+${GEM_LIBDIR}/spec/cucumber/wire/data_packet_spec.rb
+${GEM_LIBDIR}/spec/cucumber/wire/exception_spec.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-cucumber-wire/distinfo
diff -u /dev/null pkgsrc/devel/ruby-cucumber-wire/distinfo:1.1
--- /dev/null   Mon Feb 20 05:52:31 2017
+++ pkgsrc/devel/ruby-cucumber-wire/distinfo    Mon Feb 20 05:52:31 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/20 05:52:31 minskim Exp $
+
+SHA1 (cucumber-wire-0.0.1.gem) = a0fc2d59ac0d1fa785a47955ef9124ba86239810
+RMD160 (cucumber-wire-0.0.1.gem) = 0111b7d70a7f48ee0234ddabe3e046ea9288ff97
+SHA512 (cucumber-wire-0.0.1.gem) = c6bae727814f6a2d1dfa8cfee9bc9e63e3bfa755f6bb070f907a24d52009dd29652ab21ea7719527a5423ddf4471208f91a388ec53555d7021abac7769b2109a
+Size (cucumber-wire-0.0.1.gem) = 16384 bytes



Home | Main Index | Thread Index | Old Index