NOTICE: This package has been removed from pkgsrc

./mail/ruby-actionmailer42, Email composition, delivery, and receiving (for Rails 4.2)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.2.11.1, Package name: ruby24-actionmailer42-4.2.11.1, Maintainer: pkgsrc-users

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


Required to run:
[mail/ruby-mail] [www/ruby-actionview42] [lang/ruby24-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: b781b4aade8b9c5826fe674a8e300a7c488fc6e4
RMD160: 9bca37f33fcbc7c5dba8ef07808dcac824b808de
Filesize: 26.5 KB

Version history: (Expand)


CVS history: (Expand)


   2020-03-21 16:37:55 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
mail/ruby-actionmailer42: remove package

Remove ruby-actionmailer42 package, a part of Ruby on Rails 4.2 package.
   2019-04-14 12:14:57 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
mail/ruby-actionmailer42: update to 4.2.11.1

## Rails 4.2.11.1 (March 11, 2019) ##

*   No changes.
   2019-03-03 18:29:02 by Takahiro Kambe | Files touched by this commit (1)
Log message:
mail/ruby-actionmailer42: fix text in comments

Update commented out dependency line.
   2018-11-29 14:52:27 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
mail/ruby-actionmailer42: update to 4.2.11

No change except version.
   2018-03-18 15:21:22 by Takahiro Kambe | Files touched by this commit (37)
Log message:
lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED

Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
   2018-03-13 17:36:32 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/ruby-actionmailer42: update to 4.2.10

No change except version.
   2017-09-18 08:47:04 by Takahiro Kambe | Files touched by this commit (1)
Log message:
mail/ruby-actionmailer42: improve dependency

* There is no need to restrict dependency of ruby-mail <2.6.
* ruby-rails-dom-testing is indirectly depended by ruby-actionview.

Bump PKGREVISION.
   2017-06-21 15:12:21 by Takahiro Kambe | Files touched by this commit (19) | Package updated
Log message:
Switch most of Ruby on Rails related packages to updated frame work.