Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0EFAE1A9239 for ; Sun, 19 Dec 2021 06:10:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 259E084EC6; Sun, 19 Dec 2021 06:10:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5F04184D69 for ; Sun, 19 Dec 2021 06:10:45 +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 tLHRmXLdrqQo for ; Sun, 19 Dec 2021 06:10:44 +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 741C084D21 for ; Sun, 19 Dec 2021 06:10:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 623DBFAEC; Sun, 19 Dec 2021 06:10:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639894244207280" MIME-Version: 1.0 Date: Sun, 19 Dec 2021 06:10:44 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/mail/ruby-actionmailer70 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211219061044.623DBFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639894244207280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 19 06:10:43 UTC 2021 Added Files: pkgsrc/mail/ruby-actionmailer70: DESCR Makefile PLIST distinfo Log Message: mail/ruby-actionmailer70: add package version 7.0.0 Action Mailer -- Easy email delivery and testing Action Mailer is a framework for designing email service layers. These layers are used to consolidate code for sending out forgotten passwords, welcome wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Action Mailer is in essence a wrapper around Action Controller and the Mail gem. It provides a way to make emails using templates in the same way that Action Controller renders views using templates. Additionally, an Action Mailer class can be used to process incoming email, such as allowing a blog to accept new posts from an email (which could even have been sent from a phone). This is for Ruby on Rails 7.0. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/mail/ruby-actionmailer70/DESCR \ pkgsrc/mail/ruby-actionmailer70/Makefile \ pkgsrc/mail/ruby-actionmailer70/PLIST \ pkgsrc/mail/ruby-actionmailer70/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639894244207280 Content-Disposition: inline Content-Length: 4197 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/mail/ruby-actionmailer70/DESCR diff -u /dev/null pkgsrc/mail/ruby-actionmailer70/DESCR:1.1 --- /dev/null Sun Dec 19 06:10:43 2021 +++ pkgsrc/mail/ruby-actionmailer70/DESCR Sun Dec 19 06:10:43 2021 @@ -0,0 +1,16 @@ +Action Mailer -- Easy email delivery and testing + +Action Mailer is a framework for designing email service layers. These +layers are used to consolidate code for sending out forgotten passwords, +welcome wishes on signup, invoices for billing, and any other use case that +requires a written notification to either a person or another system. + +Action Mailer is in essence a wrapper around Action Controller and the Mail +gem. It provides a way to make emails using templates in the same way that +Action Controller renders views using templates. + +Additionally, an Action Mailer class can be used to process incoming email, +such as allowing a blog to accept new posts from an email (which could even +have been sent from a phone). + +This is for Ruby on Rails 7.0. Index: pkgsrc/mail/ruby-actionmailer70/Makefile diff -u /dev/null pkgsrc/mail/ruby-actionmailer70/Makefile:1.1 --- /dev/null Sun Dec 19 06:10:44 2021 +++ pkgsrc/mail/ruby-actionmailer70/Makefile Sun Dec 19 06:10:43 2021 @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2021/12/19 06:10:43 taca Exp $ + +DISTNAME= actionmailer-${RAILS_VERSION} +PKGNAME= ${RUBY_PKGPREFIX}-actionmailer${RUBY_RAILS}-${RAILS_VERSION} +CATEGORIES= mail devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.rubyonrails.org/ +COMMENT= Email composition, delivery, and receiving (for Rails 6.0) +LICENSE= mit + +DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS} +DEPENDS+= ${RUBY_ACTIONVIEW_DEPENDS} +DEPENDS+= ${RUBY_ACTIVEJOB_DEPENDS} +DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.5<3:../../mail/ruby-mail +# ruby-actionview already depends it. +#DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing>=2.0:../../textproc/ruby-rails-dom-testing + +USE_LANGUAGES= # none + +RUBY_RAILS_ACCEPTED= 70 +RUBY_RAILS_STRICT_DEP= yes + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/mail/ruby-actionmailer70/PLIST diff -u /dev/null pkgsrc/mail/ruby-actionmailer70/PLIST:1.1 --- /dev/null Sun Dec 19 06:10:44 2021 +++ pkgsrc/mail/ruby-actionmailer70/PLIST Sun Dec 19 06:10:43 2021 @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1 2021/12/19 06:10:43 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/MIT-LICENSE +${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/lib/action_mailer.rb +${GEM_LIBDIR}/lib/action_mailer/base.rb +${GEM_LIBDIR}/lib/action_mailer/collector.rb +${GEM_LIBDIR}/lib/action_mailer/delivery_methods.rb +${GEM_LIBDIR}/lib/action_mailer/gem_version.rb +${GEM_LIBDIR}/lib/action_mailer/inline_preview_interceptor.rb +${GEM_LIBDIR}/lib/action_mailer/log_subscriber.rb +${GEM_LIBDIR}/lib/action_mailer/mail_delivery_job.rb +${GEM_LIBDIR}/lib/action_mailer/mail_helper.rb +${GEM_LIBDIR}/lib/action_mailer/message_delivery.rb +${GEM_LIBDIR}/lib/action_mailer/parameterized.rb +${GEM_LIBDIR}/lib/action_mailer/preview.rb +${GEM_LIBDIR}/lib/action_mailer/railtie.rb +${GEM_LIBDIR}/lib/action_mailer/rescuable.rb +${GEM_LIBDIR}/lib/action_mailer/test_case.rb +${GEM_LIBDIR}/lib/action_mailer/test_helper.rb +${GEM_LIBDIR}/lib/action_mailer/version.rb +${GEM_LIBDIR}/lib/rails/generators/mailer/USAGE +${GEM_LIBDIR}/lib/rails/generators/mailer/mailer_generator.rb +${GEM_LIBDIR}/lib/rails/generators/mailer/templates/application_mailer.rb.tt +${GEM_LIBDIR}/lib/rails/generators/mailer/templates/mailer.rb.tt +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/mail/ruby-actionmailer70/distinfo diff -u /dev/null pkgsrc/mail/ruby-actionmailer70/distinfo:1.1 --- /dev/null Sun Dec 19 06:10:44 2021 +++ pkgsrc/mail/ruby-actionmailer70/distinfo Sun Dec 19 06:10:43 2021 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2021/12/19 06:10:43 taca Exp $ + +BLAKE2s (actionmailer-7.0.0.gem) = 7c3cf5329325af6c96d64f6b2cf8245fcc326f2730c2845ee805d5ba1fb69dd8 +SHA512 (actionmailer-7.0.0.gem) = 5e5ea24fc96fe8af66253eedde4199f6558d8acbeda1207ead8812ae4bdf95010a0cf20353a66ef15594edffa38a00d4a1ee21251efe6f876ed9a9dfd29a9907 +Size (actionmailer-7.0.0.gem) = 30208 bytes --_----------=_1639894244207280--