pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/ruby-actionmailer60 mail/ruby-actionmailer60: add...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7957f2bb76b4
branches:  trunk
changeset: 413527:7957f2bb76b4
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 20 16:59:26 2020 +0000

description:
mail/ruby-actionmailer60: add package version 6.0.2.2

Add ruby-actionmailer60 package version 6.0.2.2.


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 6.0.

diffstat:

 mail/ruby-actionmailer60/DESCR    |  14 ++++++++++++++
 mail/ruby-actionmailer60/Makefile |  25 +++++++++++++++++++++++++
 mail/ruby-actionmailer60/PLIST    |  28 ++++++++++++++++++++++++++++
 mail/ruby-actionmailer60/distinfo |   6 ++++++
 4 files changed, 73 insertions(+), 0 deletions(-)

diffs (89 lines):

diff -r bad02fe5d8cb -r 7957f2bb76b4 mail/ruby-actionmailer60/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailer60/DESCR    Fri Mar 20 16:59:26 2020 +0000
@@ -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 6.0.
diff -r bad02fe5d8cb -r 7957f2bb76b4 mail/ruby-actionmailer60/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailer60/Makefile Fri Mar 20 16:59:26 2020 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2020/03/20 16:59:26 taca Exp $
+
+DISTNAME=      actionmailer-${RAILS_VERSION}
+PKGNAME=       ${RUBY_PKGPREFIX}-actionmailer${RUBY_RAILS}-${RAILS_VERSION}
+CATEGORIES=    mail devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+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.4<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=   60
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bad02fe5d8cb -r 7957f2bb76b4 mail/ruby-actionmailer60/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailer60/PLIST    Fri Mar 20 16:59:26 2020 +0000
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2020/03/20 16:59:26 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_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
diff -r bad02fe5d8cb -r 7957f2bb76b4 mail/ruby-actionmailer60/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailer60/distinfo Fri Mar 20 16:59:26 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/20 16:59:26 taca Exp $
+
+SHA1 (actionmailer-6.0.2.2.gem) = cee151ea1055401fe3560041a6ecb5b95351e1d1
+RMD160 (actionmailer-6.0.2.2.gem) = d134a3e608bdaf897ec150c605176767ae3d2a69
+SHA512 (actionmailer-6.0.2.2.gem) = 15e930887c1416835a92e3a5601e79b50e353f1c688a758ca2b1249d3b3775ed0804fd60be50d930fc4afd6e7dfbd23e7a1d0d42cf12647fd92ca76452a22c51
+Size (actionmailer-6.0.2.2.gem) = 30720 bytes



Home | Main Index | Thread Index | Old Index