pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-actiontext71



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Nov 30 15:37:16 UTC 2023

Added Files:
        pkgsrc/textproc/ruby-actiontext71: DESCR Makefile PLIST distinfo
        pkgsrc/textproc/ruby-actiontext71/patches: patch-lib_action__text.rb

Log Message:
textproc/ruby-actiontext71: add version 7.1.2

Action Text

Action Text brings rich text content and editing to Rails.  It includes the
[Trix editor](https://trix-editor.org) that handles everything from
formatting to links to quotes to lists to embedded images and galleries.
The rich text content generated by the Trix editor is saved in its own
RichText model that's associated with any existing Active Record model in
the application.  Any embedded images (or other attachments) are
automatically stored using Active Storage and associated with the included
RichText model.

This is for Ruby on Rails 7.1.


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

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

Added files:

Index: pkgsrc/textproc/ruby-actiontext71/DESCR
diff -u /dev/null pkgsrc/textproc/ruby-actiontext71/DESCR:1.1
--- /dev/null   Thu Nov 30 15:37:16 2023
+++ pkgsrc/textproc/ruby-actiontext71/DESCR     Thu Nov 30 15:37:16 2023
@@ -0,0 +1,12 @@
+Action Text
+
+Action Text brings rich text content and editing to Rails.  It includes the
+[Trix editor](https://trix-editor.org) that handles everything from
+formatting to links to quotes to lists to embedded images and galleries.
+The rich text content generated by the Trix editor is saved in its own
+RichText model that's associated with any existing Active Record model in
+the application.  Any embedded images (or other attachments) are
+automatically stored using Active Storage and associated with the included
+RichText model.
+
+This is for Ruby on Rails 7.1.
Index: pkgsrc/textproc/ruby-actiontext71/Makefile
diff -u /dev/null pkgsrc/textproc/ruby-actiontext71/Makefile:1.1
--- /dev/null   Thu Nov 30 15:37:16 2023
+++ pkgsrc/textproc/ruby-actiontext71/Makefile  Thu Nov 30 15:37:16 2023
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2023/11/30 15:37:16 taca Exp $
+
+DISTNAME=      actiontext-${RAILS_VERSION}
+PKGNAME=       ${RUBY_PKGPREFIX}-actiontext${RUBY_RAILS}-${RAILS_VERSION}
+CATEGORIES=    textproc devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.rubyonrails.org/
+COMMENT=       Rich text framework (for Rails 7.1)
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_ACTIVESTORAGE_DEPENDS}
+DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri>=1.8.5:../../textproc/ruby-nokogiri
+#DEPENDS+=     ${RUBY_PKGPREFIX}-globalid>=0.3.6:../../devel/ruby-globalid
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED=   71
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ruby-actiontext71/PLIST
diff -u /dev/null pkgsrc/textproc/ruby-actiontext71/PLIST:1.1
--- /dev/null   Thu Nov 30 15:37:16 2023
+++ pkgsrc/textproc/ruby-actiontext71/PLIST     Thu Nov 30 15:37:16 2023
@@ -0,0 +1,56 @@
+@comment $NetBSD: PLIST,v 1.1 2023/11/30 15:37:16 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/actiontext.esm.js
+${GEM_LIBDIR}/app/assets/javascripts/actiontext.js
+${GEM_LIBDIR}/app/assets/javascripts/trix.js
+${GEM_LIBDIR}/app/assets/stylesheets/trix.css
+${GEM_LIBDIR}/app/helpers/action_text/content_helper.rb
+${GEM_LIBDIR}/app/helpers/action_text/tag_helper.rb
+${GEM_LIBDIR}/app/javascript/actiontext/attachment_upload.js
+${GEM_LIBDIR}/app/javascript/actiontext/index.js
+${GEM_LIBDIR}/app/models/action_text/encrypted_rich_text.rb
+${GEM_LIBDIR}/app/models/action_text/record.rb
+${GEM_LIBDIR}/app/models/action_text/rich_text.rb
+${GEM_LIBDIR}/app/views/action_text/attachables/_content_attachment.html.erb
+${GEM_LIBDIR}/app/views/action_text/attachables/_missing_attachable.html.erb
+${GEM_LIBDIR}/app/views/action_text/attachables/_remote_image.html.erb
+${GEM_LIBDIR}/app/views/action_text/attachment_galleries/_attachment_gallery.html.erb
+${GEM_LIBDIR}/app/views/action_text/contents/_content.html.erb
+${GEM_LIBDIR}/app/views/active_storage/blobs/_blob.html.erb
+${GEM_LIBDIR}/app/views/layouts/action_text/contents/_content.html.erb
+${GEM_LIBDIR}/db/migrate/20180528164100_create_action_text_tables.rb
+${GEM_LIBDIR}/lib/action_text.rb
+${GEM_LIBDIR}/lib/action_text/attachable.rb
+${GEM_LIBDIR}/lib/action_text/attachables/content_attachment.rb
+${GEM_LIBDIR}/lib/action_text/attachables/missing_attachable.rb
+${GEM_LIBDIR}/lib/action_text/attachables/remote_image.rb
+${GEM_LIBDIR}/lib/action_text/attachment.rb
+${GEM_LIBDIR}/lib/action_text/attachment_gallery.rb
+${GEM_LIBDIR}/lib/action_text/attachments/caching.rb
+${GEM_LIBDIR}/lib/action_text/attachments/minification.rb
+${GEM_LIBDIR}/lib/action_text/attachments/trix_conversion.rb
+${GEM_LIBDIR}/lib/action_text/attribute.rb
+${GEM_LIBDIR}/lib/action_text/content.rb
+${GEM_LIBDIR}/lib/action_text/deprecator.rb
+${GEM_LIBDIR}/lib/action_text/encryption.rb
+${GEM_LIBDIR}/lib/action_text/engine.rb
+${GEM_LIBDIR}/lib/action_text/fixture_set.rb
+${GEM_LIBDIR}/lib/action_text/fragment.rb
+${GEM_LIBDIR}/lib/action_text/gem_version.rb
+${GEM_LIBDIR}/lib/action_text/html_conversion.rb
+${GEM_LIBDIR}/lib/action_text/plain_text_conversion.rb
+${GEM_LIBDIR}/lib/action_text/rendering.rb
+${GEM_LIBDIR}/lib/action_text/serialization.rb
+${GEM_LIBDIR}/lib/action_text/system_test_helper.rb
+${GEM_LIBDIR}/lib/action_text/trix_attachment.rb
+${GEM_LIBDIR}/lib/action_text/version.rb
+${GEM_LIBDIR}/lib/generators/action_text/install/install_generator.rb
+${GEM_LIBDIR}/lib/generators/action_text/install/templates/actiontext.css
+${GEM_LIBDIR}/lib/rails/generators/test_unit/install_generator.rb
+${GEM_LIBDIR}/lib/rails/generators/test_unit/templates/fixtures.yml
+${GEM_LIBDIR}/lib/tasks/actiontext.rake
+${GEM_LIBDIR}/package.json
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/textproc/ruby-actiontext71/distinfo
diff -u /dev/null pkgsrc/textproc/ruby-actiontext71/distinfo:1.1
--- /dev/null   Thu Nov 30 15:37:16 2023
+++ pkgsrc/textproc/ruby-actiontext71/distinfo  Thu Nov 30 15:37:16 2023
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2023/11/30 15:37:16 taca Exp $
+
+BLAKE2s (actiontext-7.1.2.gem) = d60228cb4b9843d625dbccaf06109a3dc29340873705033540ff6468ce88cd99
+SHA512 (actiontext-7.1.2.gem) = 9b154d691ffd2365b9a010ec9f021d1f8ad1d559799f86de730711c38d06f707642f4ea69e4ded41ee302f7a13ccb45654ab682ad53a2d3121526a71b3975bd3
+Size (actiontext-7.1.2.gem) = 117248 bytes
+SHA1 (patch-lib_action__text.rb) = 57150cd5312efc6ba845fe9797d99b72549d6634

Index: pkgsrc/textproc/ruby-actiontext71/patches/patch-lib_action__text.rb
diff -u /dev/null pkgsrc/textproc/ruby-actiontext71/patches/patch-lib_action__text.rb:1.1
--- /dev/null   Thu Nov 30 15:37:16 2023
+++ pkgsrc/textproc/ruby-actiontext71/patches/patch-lib_action__text.rb Thu Nov 30 15:37:16 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-lib_action__text.rb,v 1.1 2023/11/30 15:37:16 taca Exp $
+
+* Fix rdoc error.
+
+--- lib/action_text.rb.orig    2023-10-08 15:24:38.882061246 +0000
++++ lib/action_text.rb
+@@ -9,7 +9,7 @@ require "action_text/deprecator"
+ require "nokogiri"
+ 
+ # :markup: markdown
+-# :include: actiontext/README.md
++# :include: ../README.md
+ module ActionText
+   extend ActiveSupport::Autoload
+ 



Home | Main Index | Thread Index | Old Index