summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-03-03 14:58:57 +0000
committertaca <taca@pkgsrc.org>2019-03-03 14:58:57 +0000
commitcbd6e0c2362dd884154a40f5725c1587dd56784d (patch)
treeae4641334b1fcdb66adb3390ad81320c24902c4d /mail
parenta44099b2ca3283c500f32be40561a2d46a67f25c (diff)
downloadpkgsrc-cbd6e0c2362dd884154a40f5725c1587dd56784d.tar.gz
mail/ruby-actionmailer52: add version 5.2.2 package
Add ruby-actionmailer52 version 5.2.2 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.2.
Diffstat (limited to 'mail')
-rw-r--r--mail/ruby-actionmailer52/DESCR14
-rw-r--r--mail/ruby-actionmailer52/Makefile25
-rw-r--r--mail/ruby-actionmailer52/PLIST27
-rw-r--r--mail/ruby-actionmailer52/distinfo6
4 files changed, 72 insertions, 0 deletions
diff --git a/mail/ruby-actionmailer52/DESCR b/mail/ruby-actionmailer52/DESCR
new file mode 100644
index 00000000000..bde8404b845
--- /dev/null
+++ b/mail/ruby-actionmailer52/DESCR
@@ -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.2.
diff --git a/mail/ruby-actionmailer52/Makefile b/mail/ruby-actionmailer52/Makefile
new file mode 100644
index 00000000000..1e9e23be63d
--- /dev/null
+++ b/mail/ruby-actionmailer52/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2019/03/03 14:58:57 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.2)
+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
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED= 52
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/ruby-actionmailer52/PLIST b/mail/ruby-actionmailer52/PLIST
new file mode 100644
index 00000000000..6ed2c2d1a2b
--- /dev/null
+++ b/mail/ruby-actionmailer52/PLIST
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/03 14:58:57 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.tt
+${GEM_LIBDIR}/lib/rails/generators/mailer/templates/mailer.rb.tt
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/mail/ruby-actionmailer52/distinfo b/mail/ruby-actionmailer52/distinfo
new file mode 100644
index 00000000000..19dbfdac957
--- /dev/null
+++ b/mail/ruby-actionmailer52/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/03 14:58:57 taca Exp $
+
+SHA1 (actionmailer-5.2.2.gem) = f59ff731affc1f128f61490ae156cc6f4d575197
+RMD160 (actionmailer-5.2.2.gem) = 94227f1ebd1041b6bd8259e91267cefb2678a244
+SHA512 (actionmailer-5.2.2.gem) = bdcb6d02537f376652e06a96c48a7de7ea38a36fb17bc5549d860e88e45294a72f4fe6cb48076d4c0a7eb473a942e1478da7ff04b24813cc88ab891a8851f0b7
+Size (actionmailer-5.2.2.gem) = 29184 bytes