pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-actiontext60 textproc/ruby-actiontext60:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66aaaa2448c7
branches:  trunk
changeset: 413536:66aaaa2448c7
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 20 17:11:39 2020 +0000

description:
textproc/ruby-actiontext60: add package version 6.0.2.2

Add ruby-actiontext60 package version 6.0.2.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.

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.0.

diffstat:

 textproc/ruby-actiontext60/DESCR    |  14 ++++++++++++
 textproc/ruby-actiontext60/Makefile |  24 +++++++++++++++++++++
 textproc/ruby-actiontext60/PLIST    |  42 +++++++++++++++++++++++++++++++++++++
 textproc/ruby-actiontext60/distinfo |   6 +++++
 4 files changed, 86 insertions(+), 0 deletions(-)

diffs (102 lines):

diff -r 8d3dd355b044 -r 66aaaa2448c7 textproc/ruby-actiontext60/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-actiontext60/DESCR  Fri Mar 20 17:11:39 2020 +0000
@@ -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.0.
diff -r 8d3dd355b044 -r 66aaaa2448c7 textproc/ruby-actiontext60/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-actiontext60/Makefile       Fri Mar 20 17:11:39 2020 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/03/20 17:11:39 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_ACTIVESUPPORT_DEPENDS}
+DEPENDS+=      ${RUBY_ACTIVERECORD_DEPENDS}
+DEPENDS+=      ${RUBY_ACTIVESTORAGE_DEPENDS}
+#DEPENDS+=     ${RUBY_ACTIONPACK_DEPENDS}
+DEPENDS+=      ${RUBY_PKGPREFIX}-nokogiri>=1.8.5:../../textproc/ruby-nokogiri
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED=   60
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8d3dd355b044 -r 66aaaa2448c7 textproc/ruby-actiontext60/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-actiontext60/PLIST  Fri Mar 20 17:11:39 2020 +0000
@@ -0,0 +1,42 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/20 17:11:39 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/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/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/serialization.rb
+${GEM_LIBDIR}/lib/action_text/trix_attachment.rb
+${GEM_LIBDIR}/lib/action_text/version.rb
+${GEM_LIBDIR}/lib/tasks/actiontext.rake
+${GEM_LIBDIR}/lib/templates/actiontext.scss
+${GEM_LIBDIR}/lib/templates/fixtures.yml
+${GEM_LIBDIR}/lib/templates/installer.rb
+${GEM_LIBDIR}/package.json
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 8d3dd355b044 -r 66aaaa2448c7 textproc/ruby-actiontext60/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ruby-actiontext60/distinfo       Fri Mar 20 17:11:39 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/20 17:11:39 taca Exp $
+
+SHA1 (actiontext-6.0.2.2.gem) = 3cfc8d6e28c879eb35e24ef427de501b70f06110
+RMD160 (actiontext-6.0.2.2.gem) = d544686fe7973eb4ee91ea57a3999715bd079ec2
+SHA512 (actiontext-6.0.2.2.gem) = 4fd931c5da5230ea04c731b9ee578753ef41819c02dfd9b91c52bace78302f53c85f7d8649d6eac08f077ccfdca989de4b3558e15e01f55b0afb2716a1d5efd4
+Size (actiontext-6.0.2.2.gem) = 17408 bytes



Home | Main Index | Thread Index | Old Index