1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

Add rubygem-actionmailer50 5.0.2 (copied from rubygem-actionmailer5)

- Add PORTSCOUT
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-04-28 22:48:27 +00:00
parent 3d0c905ba6
commit a984bcc53b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439706
4 changed files with 42 additions and 0 deletions

View File

@ -613,6 +613,7 @@
SUBDIR += rss2email3
SUBDIR += rubygem-actionmailer4
SUBDIR += rubygem-actionmailer5
SUBDIR += rubygem-actionmailer50
SUBDIR += rubygem-email_reply_parser
SUBDIR += rubygem-email_reply_parser-discourse
SUBDIR += rubygem-email_reply_trimmer

View File

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

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1488463119
SHA256 (rubygem/actionmailer-5.0.2.gem) = 4b1d4e08d911a410c6ef0314ca897a1e73abb8757707cc9f0766edc6a4c47e92
SIZE (rubygem/actionmailer-5.0.2.gem) = 28672

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: http://rubyonrails.org/