pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-actiontext61
Module Name: pkgsrc
Committed By: taca
Date: Sun Feb 14 14:08:43 UTC 2021
Added Files:
pkgsrc/textproc/ruby-actiontext61: DESCR Makefile PLIST distinfo
Log Message:
textproc/ruby-actiontext61: add package version 6.1.2.1
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.
You can read more about Action Text in the [Action Text
Overview](https://edgeguides.rubyonrails.org/action_text_overview.html) guide.
This is for Ruby on Rails 6.1.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ruby-actiontext61/DESCR \
pkgsrc/textproc/ruby-actiontext61/Makefile \
pkgsrc/textproc/ruby-actiontext61/PLIST \
pkgsrc/textproc/ruby-actiontext61/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-actiontext61/DESCR
diff -u /dev/null pkgsrc/textproc/ruby-actiontext61/DESCR:1.1
--- /dev/null Sun Feb 14 14:08:43 2021
+++ pkgsrc/textproc/ruby-actiontext61/DESCR Sun Feb 14 14:08:42 2021
@@ -0,0 +1,14 @@
+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.
+
+You can read more about Action Text in the [Action Text
+Overview](https://edgeguides.rubyonrails.org/action_text_overview.html) guide.
+
+This is for Ruby on Rails 6.1.
Index: pkgsrc/textproc/ruby-actiontext61/Makefile
diff -u /dev/null pkgsrc/textproc/ruby-actiontext61/Makefile:1.1
--- /dev/null Sun Feb 14 14:08:43 2021
+++ pkgsrc/textproc/ruby-actiontext61/Makefile Sun Feb 14 14:08:42 2021
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/02/14 14:08:42 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 6.0)
+LICENSE= mit
+
+DEPENDS+= ${RUBY_ACTIVESTORAGE_DEPENDS}
+DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.8.5:../../textproc/ruby-nokogiri
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED= 61
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ruby-actiontext61/PLIST
diff -u /dev/null pkgsrc/textproc/ruby-actiontext61/PLIST:1.1
--- /dev/null Sun Feb 14 14:08:43 2021
+++ pkgsrc/textproc/ruby-actiontext61/PLIST Sun Feb 14 14:08:42 2021
@@ -0,0 +1,47 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/14 14:08:42 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${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/record.rb
+${GEM_LIBDIR}/app/models/action_text/rich_text.rb
+${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/content/_layout.html.erb
+${GEM_LIBDIR}/app/views/active_storage/blobs/_blob.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/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.scss
+${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-actiontext61/distinfo
diff -u /dev/null pkgsrc/textproc/ruby-actiontext61/distinfo:1.1
--- /dev/null Sun Feb 14 14:08:43 2021
+++ pkgsrc/textproc/ruby-actiontext61/distinfo Sun Feb 14 14:08:42 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/14 14:08:42 taca Exp $
+
+SHA1 (actiontext-6.1.2.1.gem) = 7141b18b0226ee02257b284487144ede36c9e374
+RMD160 (actiontext-6.1.2.1.gem) = f0df4d16a954675f21c586dbd8375f214a90a71f
+SHA512 (actiontext-6.1.2.1.gem) = bc795d9dbaa4e863f0acaa81ad6b033a2b187b4ac514b3363ac726cc8056265cb73af8eb850a3feb90ec76509811cc8898e20ae005756d8ad74f8e5b67ec71af
+Size (actiontext-6.1.2.1.gem) = 18944 bytes
Home |
Main Index |
Thread Index |
Old Index