pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-actiontext70



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Dec 19 06:21:17 UTC 2021

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

Log Message:
textproc/ruby-actiontext70: add package version 7.0.0


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ruby-actiontext70/DESCR \
    pkgsrc/textproc/ruby-actiontext70/Makefile \
    pkgsrc/textproc/ruby-actiontext70/PLIST \
    pkgsrc/textproc/ruby-actiontext70/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-actiontext70/DESCR
diff -u /dev/null pkgsrc/textproc/ruby-actiontext70/DESCR:1.1
--- /dev/null   Sun Dec 19 06:21:17 2021
+++ pkgsrc/textproc/ruby-actiontext70/DESCR     Sun Dec 19 06:21:17 2021
@@ -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.0.
Index: pkgsrc/textproc/ruby-actiontext70/Makefile
diff -u /dev/null pkgsrc/textproc/ruby-actiontext70/Makefile:1.1
--- /dev/null   Sun Dec 19 06:21:17 2021
+++ pkgsrc/textproc/ruby-actiontext70/Makefile  Sun Dec 19 06:21:17 2021
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/12/19 06:21:17 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=   70
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/ruby-actiontext70/PLIST
diff -u /dev/null pkgsrc/textproc/ruby-actiontext70/PLIST:1.1
--- /dev/null   Sun Dec 19 06:21:17 2021
+++ pkgsrc/textproc/ruby-actiontext70/PLIST     Sun Dec 19 06:21:17 2021
@@ -0,0 +1,53 @@
+@comment $NetBSD: PLIST,v 1.1 2021/12/19 06:21:17 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.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/_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/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-actiontext70/distinfo
diff -u /dev/null pkgsrc/textproc/ruby-actiontext70/distinfo:1.1
--- /dev/null   Sun Dec 19 06:21:17 2021
+++ pkgsrc/textproc/ruby-actiontext70/distinfo  Sun Dec 19 06:21:17 2021
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2021/12/19 06:21:17 taca Exp $
+
+BLAKE2s (actiontext-7.0.0.gem) = 7de8f10b58cee1f0f9c9cd66aafefe8c6c2b4668be6e84268ba308b0afe188db
+SHA512 (actiontext-7.0.0.gem) = 8e6969f16a6707ce84bfca12285ba20f61f436eb8c4792def13239eaf248a30a38aa1eff2a93ab41df2bc841edbc9fae72c6057ce31b2fe303c92fe24adc45a6
+Size (actiontext-7.0.0.gem) = 92160 bytes



Home | Main Index | Thread Index | Old Index