pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-actioncable71



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Nov 30 15:32:42 UTC 2023

Added Files:
        pkgsrc/www/ruby-actioncable71: DESCR Makefile PLIST distinfo
        pkgsrc/www/ruby-actioncable71/patches: patch-lib_action__cable.rb

Log Message:
www/ruby-actioncable71: add version 7.1.2

Action Cable - Integrated WebSockets for Rails

Action Cable seamlessly integrates WebSockets with the rest of your Rails
application.

It allows for real-time features to be written in Ruby in the same style and
form as the rest of your Rails application, while still being performant and
scalable.  It's a full-stack offering that provides both a client-side
JavaScript framework and a server-side Ruby framework.  You have access to
your full domain model written with Active Record or your ORM of choice.

This is for Ruby on Rails 7.1.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-actioncable71/DESCR \
    pkgsrc/www/ruby-actioncable71/Makefile \
    pkgsrc/www/ruby-actioncable71/PLIST \
    pkgsrc/www/ruby-actioncable71/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/ruby-actioncable71/patches/patch-lib_action__cable.rb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/ruby-actioncable71/DESCR
diff -u /dev/null pkgsrc/www/ruby-actioncable71/DESCR:1.1
--- /dev/null   Thu Nov 30 15:32:42 2023
+++ pkgsrc/www/ruby-actioncable71/DESCR Thu Nov 30 15:32:41 2023
@@ -0,0 +1,12 @@
+Action Cable - Integrated WebSockets for Rails
+
+Action Cable seamlessly integrates WebSockets with the rest of your Rails
+application.
+
+It allows for real-time features to be written in Ruby in the same style and
+form as the rest of your Rails application, while still being performant and
+scalable.  It's a full-stack offering that provides both a client-side
+JavaScript framework and a server-side Ruby framework.  You have access to
+your full domain model written with Active Record or your ORM of choice.
+
+This is for Ruby on Rails 7.1.
Index: pkgsrc/www/ruby-actioncable71/Makefile
diff -u /dev/null pkgsrc/www/ruby-actioncable71/Makefile:1.1
--- /dev/null   Thu Nov 30 15:32:42 2023
+++ pkgsrc/www/ruby-actioncable71/Makefile      Thu Nov 30 15:32:41 2023
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2023/11/30 15:32:41 taca Exp $
+
+DISTNAME=      actioncable-${RAILS_VERSION}
+PKGNAME=       ${RUBY_PKGPREFIX}-actioncable${RUBY_RAILS}-${RAILS_VERSION}
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.rubyonrails.org/
+COMMENT=       Toolkit for building modeling frameworks (part of Rails 7.1)
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
+DEPENDS+=      ${RUBY_PKGPREFIX}-nio4r>=2.0<3:../../net/ruby-nio4r
+DEPENDS+=      ${RUBY_PKGPREFIX}-websocket-driver>=0.6.1:../../www/ruby-websocket-driver
+DEPENDS+=      ${RUBY_PKGPREFIX}-zeitwerk>=2.6<3:../../devel/ruby-zeitwerk
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED=   71
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-actioncable71/PLIST
diff -u /dev/null pkgsrc/www/ruby-actioncable71/PLIST:1.1
--- /dev/null   Thu Nov 30 15:32:42 2023
+++ pkgsrc/www/ruby-actioncable71/PLIST Thu Nov 30 15:32:41 2023
@@ -0,0 +1,62 @@
+@comment $NetBSD: PLIST,v 1.1 2023/11/30 15:32:41 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/app/assets/javascripts/action_cable.js
+${GEM_LIBDIR}/app/assets/javascripts/actioncable.esm.js
+${GEM_LIBDIR}/app/assets/javascripts/actioncable.js
+${GEM_LIBDIR}/lib/action_cable.rb
+${GEM_LIBDIR}/lib/action_cable/channel/base.rb
+${GEM_LIBDIR}/lib/action_cable/channel/broadcasting.rb
+${GEM_LIBDIR}/lib/action_cable/channel/callbacks.rb
+${GEM_LIBDIR}/lib/action_cable/channel/naming.rb
+${GEM_LIBDIR}/lib/action_cable/channel/periodic_timers.rb
+${GEM_LIBDIR}/lib/action_cable/channel/streams.rb
+${GEM_LIBDIR}/lib/action_cable/channel/test_case.rb
+${GEM_LIBDIR}/lib/action_cable/connection/authorization.rb
+${GEM_LIBDIR}/lib/action_cable/connection/base.rb
+${GEM_LIBDIR}/lib/action_cable/connection/callbacks.rb
+${GEM_LIBDIR}/lib/action_cable/connection/client_socket.rb
+${GEM_LIBDIR}/lib/action_cable/connection/identification.rb
+${GEM_LIBDIR}/lib/action_cable/connection/internal_channel.rb
+${GEM_LIBDIR}/lib/action_cable/connection/message_buffer.rb
+${GEM_LIBDIR}/lib/action_cable/connection/stream.rb
+${GEM_LIBDIR}/lib/action_cable/connection/stream_event_loop.rb
+${GEM_LIBDIR}/lib/action_cable/connection/subscriptions.rb
+${GEM_LIBDIR}/lib/action_cable/connection/tagged_logger_proxy.rb
+${GEM_LIBDIR}/lib/action_cable/connection/test_case.rb
+${GEM_LIBDIR}/lib/action_cable/connection/web_socket.rb
+${GEM_LIBDIR}/lib/action_cable/deprecator.rb
+${GEM_LIBDIR}/lib/action_cable/engine.rb
+${GEM_LIBDIR}/lib/action_cable/gem_version.rb
+${GEM_LIBDIR}/lib/action_cable/helpers/action_cable_helper.rb
+${GEM_LIBDIR}/lib/action_cable/remote_connections.rb
+${GEM_LIBDIR}/lib/action_cable/server/base.rb
+${GEM_LIBDIR}/lib/action_cable/server/broadcasting.rb
+${GEM_LIBDIR}/lib/action_cable/server/configuration.rb
+${GEM_LIBDIR}/lib/action_cable/server/connections.rb
+${GEM_LIBDIR}/lib/action_cable/server/worker.rb
+${GEM_LIBDIR}/lib/action_cable/server/worker/active_record_connection_management.rb
+${GEM_LIBDIR}/lib/action_cable/subscription_adapter/async.rb
+${GEM_LIBDIR}/lib/action_cable/subscription_adapter/base.rb
+${GEM_LIBDIR}/lib/action_cable/subscription_adapter/channel_prefix.rb
+${GEM_LIBDIR}/lib/action_cable/subscription_adapter/inline.rb
+${GEM_LIBDIR}/lib/action_cable/subscription_adapter/postgresql.rb
+${GEM_LIBDIR}/lib/action_cable/subscription_adapter/redis.rb
+${GEM_LIBDIR}/lib/action_cable/subscription_adapter/subscriber_map.rb
+${GEM_LIBDIR}/lib/action_cable/subscription_adapter/test.rb
+${GEM_LIBDIR}/lib/action_cable/test_case.rb
+${GEM_LIBDIR}/lib/action_cable/test_helper.rb
+${GEM_LIBDIR}/lib/action_cable/version.rb
+${GEM_LIBDIR}/lib/rails/generators/channel/USAGE
+${GEM_LIBDIR}/lib/rails/generators/channel/channel_generator.rb
+${GEM_LIBDIR}/lib/rails/generators/channel/templates/application_cable/channel.rb
+${GEM_LIBDIR}/lib/rails/generators/channel/templates/application_cable/connection.rb
+${GEM_LIBDIR}/lib/rails/generators/channel/templates/channel.rb.tt
+${GEM_LIBDIR}/lib/rails/generators/channel/templates/javascript/channel.js.tt
+${GEM_LIBDIR}/lib/rails/generators/channel/templates/javascript/consumer.js.tt
+${GEM_LIBDIR}/lib/rails/generators/channel/templates/javascript/index.js.tt
+${GEM_LIBDIR}/lib/rails/generators/test_unit/channel_generator.rb
+${GEM_LIBDIR}/lib/rails/generators/test_unit/templates/channel_test.rb.tt
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/www/ruby-actioncable71/distinfo
diff -u /dev/null pkgsrc/www/ruby-actioncable71/distinfo:1.1
--- /dev/null   Thu Nov 30 15:32:42 2023
+++ pkgsrc/www/ruby-actioncable71/distinfo      Thu Nov 30 15:32:41 2023
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2023/11/30 15:32:41 taca Exp $
+
+BLAKE2s (actioncable-7.1.2.gem) = df7e793fdeb1d1ecfb393a09ddf74eb326ed7b0f3b4d4a67744ed7e13c5ab393
+SHA512 (actioncable-7.1.2.gem) = 68fc937f4c442b5c85868827960e41f350bf285e746084aea366901c6660ecd86b297cd1724d2ea822673b13178feed8af52557094cb7629e0c8cc37abed9efa
+Size (actioncable-7.1.2.gem) = 48128 bytes
+SHA1 (patch-lib_action__cable.rb) = b7469be80ddff38a751b601c1550d72d463da4ce

Index: pkgsrc/www/ruby-actioncable71/patches/patch-lib_action__cable.rb
diff -u /dev/null pkgsrc/www/ruby-actioncable71/patches/patch-lib_action__cable.rb:1.1
--- /dev/null   Thu Nov 30 15:32:42 2023
+++ pkgsrc/www/ruby-actioncable71/patches/patch-lib_action__cable.rb    Thu Nov 30 15:32:42 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_action__cable.rb,v 1.1 2023/11/30 15:32:42 taca Exp $
+
+* Fix rdoc error.
+
+--- lib/action_cable.rb.orig   2023-10-08 15:18:14.529632160 +0000
++++ lib/action_cable.rb
+@@ -44,7 +44,7 @@ Zeitwerk::Loader.for_gem.tap do |loader|
+ end.setup
+ 
+ # :markup: markdown
+-# :include: actioncable/README.md
++# :include: ../README.md
+ module ActionCable
+   require_relative "action_cable/version"
+   require_relative "action_cable/deprecator"



Home | Main Index | Thread Index | Old Index