Received: by mail.netbsd.org (Postfix, from userid 605) id 8DBD284EBD; Wed, 21 Mar 2018 10:02:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 78CAC84EB8 for ; Wed, 21 Mar 2018 10:02:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6i2Rxzt09hmT for ; Wed, 21 Mar 2018 10:02:46 +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 606C184DAF for ; Wed, 21 Mar 2018 10:02:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 544C6FB40; Wed, 21 Mar 2018 10:02:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1521626566208730" MIME-Version: 1.0 Date: Wed, 21 Mar 2018 10:02:46 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/mail/ruby-actionmailer51 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180321100246.544C6FB40@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. --_----------=_1521626566208730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Mar 21 10:02:46 UTC 2018 Added Files: pkgsrc/mail/ruby-actionmailer51: DESCR Makefile PLIST distinfo Log Message: mail/ruby-actionmailer51: add version 5.1.5 package 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 weblog to accept new posts from an email (which could even have been sent from a phone). This is for Ruby on Rails 5.1. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/mail/ruby-actionmailer51/DESCR \ pkgsrc/mail/ruby-actionmailer51/Makefile \ pkgsrc/mail/ruby-actionmailer51/PLIST \ pkgsrc/mail/ruby-actionmailer51/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1521626566208730 Content-Disposition: inline Content-Length: 4159 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/mail/ruby-actionmailer51/DESCR diff -u /dev/null pkgsrc/mail/ruby-actionmailer51/DESCR:1.1 --- /dev/null Wed Mar 21 10:02:46 2018 +++ pkgsrc/mail/ruby-actionmailer51/DESCR Wed Mar 21 10:02:46 2018 @@ -0,0 +1,14 @@ +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 weblog to accept new posts from an email (which could even +have been sent from a phone). + +This is for Ruby on Rails 5.1. Index: pkgsrc/mail/ruby-actionmailer51/Makefile diff -u /dev/null pkgsrc/mail/ruby-actionmailer51/Makefile:1.1 --- /dev/null Wed Mar 21 10:02:46 2018 +++ pkgsrc/mail/ruby-actionmailer51/Makefile Wed Mar 21 10:02:46 2018 @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2018/03/21 10:02:46 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 5.1) +LICENSE= mit + +DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS} +DEPENDS+= ${RUBY_ACTIONVIEW_DEPENDS} +DEPENDS+= ${RUBY_ACTIVEJOB_DEPENDS} +DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.5.4:../../mail/ruby-mail +# ruby-actionview already depends it. +#DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing>=2.0:../../textproc/ruby-rails-dom-testing + +RUBY_RAILS_ACCEPTED= 51 +RUBY_RAILS_STRICT_DEP= yes + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/mail/ruby-actionmailer51/PLIST diff -u /dev/null pkgsrc/mail/ruby-actionmailer51/PLIST:1.1 --- /dev/null Wed Mar 21 10:02:46 2018 +++ pkgsrc/mail/ruby-actionmailer51/PLIST Wed Mar 21 10:02:46 2018 @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1 2018/03/21 10:02:46 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_job.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_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 +${GEM_LIBDIR}/lib/rails/generators/mailer/templates/mailer.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/mail/ruby-actionmailer51/distinfo diff -u /dev/null pkgsrc/mail/ruby-actionmailer51/distinfo:1.1 --- /dev/null Wed Mar 21 10:02:46 2018 +++ pkgsrc/mail/ruby-actionmailer51/distinfo Wed Mar 21 10:02:46 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/03/21 10:02:46 taca Exp $ + +SHA1 (actionmailer-5.1.5.gem) = 00706f3398aed4893f0b721cc515fb1bd8aed542 +RMD160 (actionmailer-5.1.5.gem) = 1725b74262f05f30700504d3fdec80da6135e06d +SHA512 (actionmailer-5.1.5.gem) = efe58078e01f8562e7b49b48e9d89fd19b1c979e2ad5503ee05f81445a7407193b68753179dd466210313499450072ed1ffda4e63824711a97cd6a31439a8e14 +Size (actionmailer-5.1.5.gem) = 29184 bytes --_----------=_1521626566208730--