1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

mail/rubygem-actionmailer41: create port

Add rails 4.1 version of actionmailer

PR:		201823
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
This commit is contained in:
Steve Wills 2015-08-09 17:16:21 +00:00
parent b4d9bc604c
commit c28e531b87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393811
4 changed files with 38 additions and 0 deletions

View File

@ -575,6 +575,7 @@
SUBDIR += ruby-rmail
SUBDIR += rubygem-actionmailer
SUBDIR += rubygem-actionmailer4
SUBDIR += rubygem-actionmailer41
SUBDIR += rubygem-email_reply_parser-discourse
SUBDIR += rubygem-exception_notification
SUBDIR += rubygem-larch

View File

@ -0,0 +1,25 @@
# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 4.1.12
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 41
MAINTAINER= ruby@FreeBSD.org
COMMENT= Easy email delivery and testing for Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack41>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack41 \
rubygem-actionview41>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview41 \
rubygem-mail>=2.5.4:${PORTSDIR}/mail/rubygem-mail
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PORTSCOUT= limit:^4\.1
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/actionmailer-4.1.12.gem) = 55c44ed99ce8c0e5d4daa2d1bab169033b3b1b3b3b09ed88b264ede264f3305c
SIZE (rubygem/actionmailer-4.1.12.gem) = 25088

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