pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-actiontext72



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Dec 13 17:02:57 UTC 2024

Added Files:
        pkgsrc/textproc/ruby-actiontext72: DESCR Makefile PLIST distinfo

Log Message:
textproc/ruby-actiontext72: add package version 7.2.2.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.


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

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-actiontext72/DESCR
diff -u /dev/null pkgsrc/textproc/ruby-actiontext72/DESCR:1.1
--- /dev/null   Fri Dec 13 17:02:57 2024
+++ pkgsrc/textproc/ruby-actiontext72/DESCR     Fri Dec 13 17:02:56 2024
@@ -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.2.
Index: pkgsrc/textproc/ruby-actiontext72/Makefile
diff -u /dev/null pkgsrc/textproc/ruby-actiontext72/Makefile:1.1
--- /dev/null   Fri Dec 13 17:02:57 2024
+++ pkgsrc/textproc/ruby-actiontext72/Makefile  Fri Dec 13 17:02:56 2024
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2024/12/13 17:02:56 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.2)
+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=   72
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ruby-actiontext72/PLIST
diff -u /dev/null pkgsrc/textproc/ruby-actiontext72/PLIST:1.1
--- /dev/null   Fri Dec 13 17:02:57 2024
+++ pkgsrc/textproc/ruby-actiontext72/PLIST     Fri Dec 13 17:02:57 2024
@@ -0,0 +1,56 @@
+@comment $NetBSD: PLIST,v 1.1 2024/12/13 17:02:57 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-actiontext72/distinfo
diff -u /dev/null pkgsrc/textproc/ruby-actiontext72/distinfo:1.1
--- /dev/null   Fri Dec 13 17:02:57 2024
+++ pkgsrc/textproc/ruby-actiontext72/distinfo  Fri Dec 13 17:02:57 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/12/13 17:02:57 taca Exp $
+
+BLAKE2s (actiontext-7.2.2.1.gem) = 7a376326376f5c75177077931ea7f05a9c7caf1778ef57da520322d42586dbb4
+SHA512 (actiontext-7.2.2.1.gem) = 2b2e64204ef87188ca940c7215f0bc7d3d52b2743f1f8c69c0acfc8f0ed50e17aed7877ef08b5676faf957a24c705202bf35d5e486644e7f4f4dfcef79d91282
+Size (actiontext-7.2.2.1.gem) = 137216 bytes



Home | Main Index | Thread Index | Old Index