mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
Add rubygem-actionmailer52 5.2.3 (copied from rubygem-actionmailer5)
This commit is contained in:
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
|
@ -607,6 +607,7 @@
|
||||||
SUBDIR += rubygem-actionmailer4
|
SUBDIR += rubygem-actionmailer4
|
||||||
SUBDIR += rubygem-actionmailer5
|
SUBDIR += rubygem-actionmailer5
|
||||||
SUBDIR += rubygem-actionmailer50
|
SUBDIR += rubygem-actionmailer50
|
||||||
|
SUBDIR += rubygem-actionmailer52
|
||||||
SUBDIR += rubygem-email_reply_parser
|
SUBDIR += rubygem-email_reply_parser
|
||||||
SUBDIR += rubygem-email_reply_parser-discourse
|
SUBDIR += rubygem-email_reply_parser-discourse
|
||||||
SUBDIR += rubygem-email_reply_trimmer
|
SUBDIR += rubygem-email_reply_trimmer
|
||||||
|
|
29
mail/rubygem-actionmailer52/Makefile
Normal file
29
mail/rubygem-actionmailer52/Makefile
Normal 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>
|
3
mail/rubygem-actionmailer52/distinfo
Normal file
3
mail/rubygem-actionmailer52/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1566756751
|
||||||
|
SHA256 (rubygem/actionmailer-5.2.3.gem) = 8a6fbf3f52243cdc194c289a417856355899bcc99ec2868300a2b26f40f58a96
|
||||||
|
SIZE (rubygem/actionmailer-5.2.3.gem) = 29184
|
10
mail/rubygem-actionmailer52/pkg-descr
Normal file
10
mail/rubygem-actionmailer52/pkg-descr
Normal 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/
|
Loading…
Add table
Reference in a new issue