mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
Add rubygem-actionmailbox61 6.1.0 (copied from rubygem-actionmailbox60)
This commit is contained in:
parent
67df02724b
commit
7f083679a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561031
@ -565,6 +565,7 @@
|
||||
SUBDIR += rspamd-devel
|
||||
SUBDIR += rss2email3
|
||||
SUBDIR += rubygem-actionmailbox60
|
||||
SUBDIR += rubygem-actionmailbox61
|
||||
SUBDIR += rubygem-actionmailer4
|
||||
SUBDIR += rubygem-actionmailer5
|
||||
SUBDIR += rubygem-actionmailer50
|
||||
|
30
mail/rubygem-actionmailbox61/Makefile
Normal file
30
mail/rubygem-actionmailbox61/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= actionmailbox
|
||||
PORTVERSION= 6.1.0
|
||||
CATEGORIES= mail rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 61
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Receive and process incoming emails in Rails applications
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}:www/rubygem-actionpack61 \
|
||||
rubygem-activejob61>=${PORTVERSION}:devel/rubygem-activejob61 \
|
||||
rubygem-activerecord61>=${PORTVERSION}:databases/rubygem-activerecord61 \
|
||||
rubygem-activestorage61>=${PORTVERSION}:net/rubygem-activestorage61 \
|
||||
rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \
|
||||
rubygem-mail>=2.7.1,2:mail/rubygem-mail
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^6\.1\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/rubygem-actionmailbox61/distinfo
Normal file
3
mail/rubygem-actionmailbox61/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1609179780
|
||||
SHA256 (rubygem/actionmailbox-6.1.0.gem) = 8e83134721e9659333d7bbf73baf6e2df772660d68b0f7d5504f7a41838a0c93
|
||||
SIZE (rubygem/actionmailbox-6.1.0.gem) = 22016
|
15
mail/rubygem-actionmailbox61/pkg-descr
Normal file
15
mail/rubygem-actionmailbox61/pkg-descr
Normal file
@ -0,0 +1,15 @@
|
||||
Action Mailbox routes incoming emails to controller-like mailboxes for
|
||||
processing in Rails. It ships with ingresses for Mailgun, Mandrill, Postmark,
|
||||
and SendGrid. You can also handle inbound mails directly via the built-in Exim,
|
||||
Postfix, and Qmail ingresses.
|
||||
|
||||
The inbound emails are turned into InboundEmail records using Active Record and
|
||||
feature lifecycle tracking, storage of the original email on cloud storage via
|
||||
Active Storage, and responsible data handling with on-by-default incineration.
|
||||
|
||||
These inbound emails are routed asynchronously using Active Job to one or
|
||||
several dedicated mailboxes, which are capable of interacting directly with the
|
||||
rest of your domain model.
|
||||
|
||||
WWW: https://rubyonrails.org/
|
||||
WWW: https://github.com/rails/rails/tree/master/actionmailbox
|
Loading…
Reference in New Issue
Block a user