Date: Wed, 18 Sep 2024 06:18:27 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: aad5ba0d40fe - main - mail/rubygem-actionmailbox72: Add rubygem-actionmailbox72 7.2.1 Message-ID: <202409180618.48I6IRn5031315@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=aad5ba0d40fea501fbab7039f464cffe88b022c7 commit aad5ba0d40fea501fbab7039f464cffe88b022c7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 05:51:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:13:01 +0000 mail/rubygem-actionmailbox72: Add rubygem-actionmailbox72 7.2.1 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. --- mail/Makefile | 1 + mail/rubygem-actionmailbox72/Makefile | 28 ++++++++++++++++++++++++++++ mail/rubygem-actionmailbox72/distinfo | 3 +++ mail/rubygem-actionmailbox72/pkg-descr | 12 ++++++++++++ 4 files changed, 44 insertions(+) diff --git a/mail/Makefile b/mail/Makefile index 589e738ce277..53fe869362ca 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -597,6 +597,7 @@ SUBDIR += rubygem-actionmailbox61 SUBDIR += rubygem-actionmailbox70 SUBDIR += rubygem-actionmailbox71 + SUBDIR += rubygem-actionmailbox72 SUBDIR += rubygem-actionmailer4 SUBDIR += rubygem-actionmailer5 SUBDIR += rubygem-actionmailer50 diff --git a/mail/rubygem-actionmailbox72/Makefile b/mail/rubygem-actionmailbox72/Makefile new file mode 100644 index 000000000000..819c2a791c1b --- /dev/null +++ b/mail/rubygem-actionmailbox72/Makefile @@ -0,0 +1,28 @@ +PORTNAME= actionmailbox +PORTVERSION= 7.2.1 +CATEGORIES= mail rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 72 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Receive and process incoming emails in Rails applications +WWW= https://github.com/rails/rails/tree/main/actionmailbox \ + https://rubyonrails.org/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionpack72>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack72 \ + rubygem-activejob72>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob72 \ + rubygem-activerecord72>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord72 \ + rubygem-activestorage72>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage72 \ + rubygem-activesupport72>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport72 \ + rubygem-mail>=2.8.0,2:mail/rubygem-mail + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^7\.2\. + +.include <bsd.port.mk> diff --git a/mail/rubygem-actionmailbox72/distinfo b/mail/rubygem-actionmailbox72/distinfo new file mode 100644 index 000000000000..47c1d7f16858 --- /dev/null +++ b/mail/rubygem-actionmailbox72/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1726487290 +SHA256 (rubygem/actionmailbox-7.2.1.gem) = 09c20d0bcb769a6521d22cb8987e2d1d8335b58610957a6c615c85e6743adf89 +SIZE (rubygem/actionmailbox-7.2.1.gem) = 22016 diff --git a/mail/rubygem-actionmailbox72/pkg-descr b/mail/rubygem-actionmailbox72/pkg-descr new file mode 100644 index 000000000000..ffc1daea8253 --- /dev/null +++ b/mail/rubygem-actionmailbox72/pkg-descr @@ -0,0 +1,12 @@ +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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409180618.48I6IRn5031315>