pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/ruby-actionmailer61



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 14 14:02:23 UTC 2021

Added Files:
        pkgsrc/mail/ruby-actionmailer61: DESCR Makefile PLIST distinfo

Log Message:
mail/ruby-actionmailer61: add package version 6.1.2.1

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/ruby-actionmailer61/DESCR \
    pkgsrc/mail/ruby-actionmailer61/Makefile \
    pkgsrc/mail/ruby-actionmailer61/PLIST \
    pkgsrc/mail/ruby-actionmailer61/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/mail/ruby-actionmailer61/DESCR
diff -u /dev/null pkgsrc/mail/ruby-actionmailer61/DESCR:1.1
--- /dev/null   Sun Feb 14 14:02:23 2021
+++ pkgsrc/mail/ruby-actionmailer61/DESCR       Sun Feb 14 14:02:22 2021
@@ -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.1.
Index: pkgsrc/mail/ruby-actionmailer61/Makefile
diff -u /dev/null pkgsrc/mail/ruby-actionmailer61/Makefile:1.1
--- /dev/null   Sun Feb 14 14:02:23 2021
+++ pkgsrc/mail/ruby-actionmailer61/Makefile    Sun Feb 14 14:02:22 2021
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2021/02/14 14:02:22 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<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=   61
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/ruby-actionmailer61/PLIST
diff -u /dev/null pkgsrc/mail/ruby-actionmailer61/PLIST:1.1
--- /dev/null   Sun Feb 14 14:02:23 2021
+++ pkgsrc/mail/ruby-actionmailer61/PLIST       Sun Feb 14 14:02:22 2021
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/14 14:02:22 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
Index: pkgsrc/mail/ruby-actionmailer61/distinfo
diff -u /dev/null pkgsrc/mail/ruby-actionmailer61/distinfo:1.1
--- /dev/null   Sun Feb 14 14:02:23 2021
+++ pkgsrc/mail/ruby-actionmailer61/distinfo    Sun Feb 14 14:02:22 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/14 14:02:22 taca Exp $
+
+SHA1 (actionmailer-6.1.2.1.gem) = a935a0e018bc7645ec31c4e93fa2fc85eec5dc32
+RMD160 (actionmailer-6.1.2.1.gem) = 70fe8a0a2b38a76ec43078a73fd9be1d1508f368
+SHA512 (actionmailer-6.1.2.1.gem) = f5feb3911eb2944ff6dc562d88d5d0bea90625ce6a738270d44eb5297b1540361fe3083aef3739bbc41ff5eb93b50c7545953cf84ba85b79f534506a663eac90
+Size (actionmailer-6.1.2.1.gem) = 30720 bytes



Home | Main Index | Thread Index | Old Index