Add rubygem-actionmailer60 6.0.2.1 (copied from rubygem-actionmailer52)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-05 18:40:32 +00:00
parent c5d04f810c
commit 93b1cbd6fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525321
4 changed files with 50 additions and 0 deletions

View File

@ -587,6 +587,7 @@
SUBDIR += rubygem-actionmailer5
SUBDIR += rubygem-actionmailer50
SUBDIR += rubygem-actionmailer52
SUBDIR += rubygem-actionmailer60
SUBDIR += rubygem-email_reply_parser
SUBDIR += rubygem-email_reply_parser-discourse
SUBDIR += rubygem-email_reply_trimmer

View File

@ -0,0 +1,31 @@
# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 6.0.2.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 60
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easy email delivery and testing for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
BROKEN_RUBY24= yes
RUN_DEPENDS= rubygem-actionpack60>=${PORTVERSION}:www/rubygem-actionpack60 \
rubygem-actionview60>=${PORTVERSION}:devel/rubygem-actionview60 \
rubygem-activejob60>=${PORTVERSION}:devel/rubygem-activejob60 \
rubygem-mail>=2.5.4,2<3,2:mail/rubygem-mail \
rubygem-rails-dom-testing-rails60>=2.0<3:textproc/rubygem-rails-dom-testing-rails60
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^6\.0\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1577687172
SHA256 (rubygem/actionmailer-6.0.2.1.gem) = 13e6eb571bc3764859982d5b3f19f43c88969e99cf5fa4b42696d962b85d2d84
SIZE (rubygem/actionmailer-6.0.2.1.gem) = 30720

View File

@ -0,0 +1,15 @@
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 blog to accept new posts from an email (which could even have been
sent from a phone).
WWW: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/master/actionmailer