Add rubygem-actionmailer52 5.2.3 (copied from rubygem-actionmailer5)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-25 18:17:56 +00:00
parent fbb3c56940
commit e204607504
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509819
4 changed files with 43 additions and 0 deletions

View file

@ -607,6 +607,7 @@
SUBDIR += rubygem-actionmailer4
SUBDIR += rubygem-actionmailer5
SUBDIR += rubygem-actionmailer50
SUBDIR += rubygem-actionmailer52
SUBDIR += rubygem-email_reply_parser
SUBDIR += rubygem-email_reply_parser-discourse
SUBDIR += rubygem-email_reply_trimmer

View file

@ -0,0 +1,29 @@
# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 5.2.3
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 52
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easy email delivery and testing for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack52>=${PORTVERSION}:www/rubygem-actionpack52 \
rubygem-actionview52>=${PORTVERSION}:devel/rubygem-actionview52 \
rubygem-activejob52>=${PORTVERSION}:devel/rubygem-activejob52 \
rubygem-mail>=2.5.4:mail/rubygem-mail \
rubygem-rails-dom-testing-rails52>=2.0:textproc/rubygem-rails-dom-testing-rails52
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^5\.2\.
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1566756751
SHA256 (rubygem/actionmailer-5.2.3.gem) = 8a6fbf3f52243cdc194c289a417856355899bcc99ec2868300a2b26f40f58a96
SIZE (rubygem/actionmailer-5.2.3.gem) = 29184

View file

@ -0,0 +1,10 @@
Action Mailer is framework for designing email-service layers. These layers
are used to consolidate code for sending out forgotten passwords, welcoming
wishes on signup, invoices for billing, and any other use case that requires
a written notification to either a person or another system.
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)
WWW: https://rubyonrails.org/