pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-actiontext80
Module Name: pkgsrc
Committed By: taca
Date: Thu Jan 2 07:19:37 UTC 2025
Added Files:
pkgsrc/textproc/ruby-actiontext80: DESCR Makefile PLIST distinfo
Log Message:
textproc/ruby-actiontext8: add package version 8.0.10
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 8.0.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ruby-actiontext80/DESCR \
pkgsrc/textproc/ruby-actiontext80/Makefile \
pkgsrc/textproc/ruby-actiontext80/PLIST \
pkgsrc/textproc/ruby-actiontext80/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-actiontext80/DESCR
diff -u /dev/null pkgsrc/textproc/ruby-actiontext80/DESCR:1.1
--- /dev/null Thu Jan 2 07:19:37 2025
+++ pkgsrc/textproc/ruby-actiontext80/DESCR Thu Jan 2 07:19:36 2025
@@ -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 8.0.
Index: pkgsrc/textproc/ruby-actiontext80/Makefile
diff -u /dev/null pkgsrc/textproc/ruby-actiontext80/Makefile:1.1
--- /dev/null Thu Jan 2 07:19:37 2025
+++ pkgsrc/textproc/ruby-actiontext80/Makefile Thu Jan 2 07:19:36 2025
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2025/01/02 07:19:36 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 8.0)
+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= 80
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ruby-actiontext80/PLIST
diff -u /dev/null pkgsrc/textproc/ruby-actiontext80/PLIST:1.1
--- /dev/null Thu Jan 2 07:19:37 2025
+++ pkgsrc/textproc/ruby-actiontext80/PLIST Thu Jan 2 07:19:36 2025
@@ -0,0 +1,56 @@
+@comment $NetBSD: PLIST,v 1.1 2025/01/02 07:19:36 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-actiontext80/distinfo
diff -u /dev/null pkgsrc/textproc/ruby-actiontext80/distinfo:1.1
--- /dev/null Thu Jan 2 07:19:37 2025
+++ pkgsrc/textproc/ruby-actiontext80/distinfo Thu Jan 2 07:19:37 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/01/02 07:19:37 taca Exp $
+
+BLAKE2s (actiontext-8.0.1.gem) = 6439e350a83e3b5412ff094a18449848443f96aef27a853bf87f16347d0087a6
+SHA512 (actiontext-8.0.1.gem) = 2e00471a058c93a738337853d16adf65421d87b3cd7c3f12a0e4a334a3859d25d718094fc664fb3ce536c439d0c855bc3b54852e905d02e3299125d90986349e
+Size (actiontext-8.0.1.gem) = 141312 bytes
Home |
Main Index |
Thread Index |
Old Index