Received: by mail.netbsd.org (Postfix, from userid 605) id AB7B184E96; Fri, 20 Mar 2020 17:18:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F92A84E77 for ; Fri, 20 Mar 2020 17:11:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id auSIllF536Wl for ; Fri, 20 Mar 2020 17:11:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DAE2F84E73 for ; Fri, 20 Mar 2020 17:11:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D2186FB27; Fri, 20 Mar 2020 17:11:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158472429932890" MIME-Version: 1.0 Date: Fri, 20 Mar 2020 17:11:39 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/textproc/ruby-actiontext60 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200320171139.D2186FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158472429932890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Mar 20 17:11:39 UTC 2020 Added Files: pkgsrc/textproc/ruby-actiontext60: DESCR Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ruby-actiontext60/DESCR \ pkgsrc/textproc/ruby-actiontext60/Makefile \ pkgsrc/textproc/ruby-actiontext60/PLIST \ pkgsrc/textproc/ruby-actiontext60/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158472429932890 Content-Disposition: inline Content-Length: 4949 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/ruby-actiontext60/DESCR diff -u /dev/null pkgsrc/textproc/ruby-actiontext60/DESCR:1.1 --- /dev/null Fri Mar 20 17:11:39 2020 +++ pkgsrc/textproc/ruby-actiontext60/DESCR Fri Mar 20 17:11:39 2020 @@ -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. Index: pkgsrc/textproc/ruby-actiontext60/Makefile diff -u /dev/null pkgsrc/textproc/ruby-actiontext60/Makefile:1.1 --- /dev/null Fri Mar 20 17:11:39 2020 +++ pkgsrc/textproc/ruby-actiontext60/Makefile Fri Mar 20 17:11:39 2020 @@ -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 +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" Index: pkgsrc/textproc/ruby-actiontext60/PLIST diff -u /dev/null pkgsrc/textproc/ruby-actiontext60/PLIST:1.1 --- /dev/null Fri Mar 20 17:11:39 2020 +++ pkgsrc/textproc/ruby-actiontext60/PLIST Fri Mar 20 17:11:39 2020 @@ -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 Index: pkgsrc/textproc/ruby-actiontext60/distinfo diff -u /dev/null pkgsrc/textproc/ruby-actiontext60/distinfo:1.1 --- /dev/null Fri Mar 20 17:11:39 2020 +++ pkgsrc/textproc/ruby-actiontext60/distinfo Fri Mar 20 17:11:39 2020 @@ -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 --_----------=_158472429932890--