Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2025 21:07:40 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: a521f334c63b - main - mail/rubygem-actionmailbox81: Add rubygem-actionmailbox81 8.1.0
Message-ID:  <202511172107.5AHL7ePq017605@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a521f334c63b3ba0ae3106f79defc462a7001cc3

commit a521f334c63b3ba0ae3106f79defc462a7001cc3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 21:02:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 21:06:46 +0000

    mail/rubygem-actionmailbox81: Add rubygem-actionmailbox81 8.1.0
    
    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-actionmailbox81/Makefile  | 28 ++++++++++++++++++++++++++++
 mail/rubygem-actionmailbox81/distinfo  |  3 +++
 mail/rubygem-actionmailbox81/pkg-descr | 12 ++++++++++++
 4 files changed, 44 insertions(+)

diff --git a/mail/Makefile b/mail/Makefile
index 10ba11914772..0879b9de41c2 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -608,6 +608,7 @@
     SUBDIR += rubygem-actionmailbox71
     SUBDIR += rubygem-actionmailbox72
     SUBDIR += rubygem-actionmailbox80
+    SUBDIR += rubygem-actionmailbox81
     SUBDIR += rubygem-actionmailer-gitlab
     SUBDIR += rubygem-actionmailer4
     SUBDIR += rubygem-actionmailer5
diff --git a/mail/rubygem-actionmailbox81/Makefile b/mail/rubygem-actionmailbox81/Makefile
new file mode 100644
index 000000000000..782d7294ab1f
--- /dev/null
+++ b/mail/rubygem-actionmailbox81/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	actionmailbox
+PORTVERSION=	8.1.0
+CATEGORIES=	mail rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	81
+
+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-actionpack81>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack81 \
+		rubygem-activejob81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob81 \
+		rubygem-activerecord81>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activerecord81 \
+		rubygem-activestorage81>=${PORTVERSION}<${PORTVERSION}_99:net/rubygem-activestorage81 \
+		rubygem-activesupport81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport81 \
+		rubygem-mail>=2.8.0,2:mail/rubygem-mail
+
+USES=		gem
+
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^8\.1\.
+
+.include <bsd.port.mk>
diff --git a/mail/rubygem-actionmailbox81/distinfo b/mail/rubygem-actionmailbox81/distinfo
new file mode 100644
index 000000000000..6b714a3354e3
--- /dev/null
+++ b/mail/rubygem-actionmailbox81/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1762526258
+SHA256 (rubygem/actionmailbox-8.1.0.gem) = 96cd0c4ec02ba54f117ac31df0a1c607f5b45bcfd8474d6ae068a38615f73b72
+SIZE (rubygem/actionmailbox-8.1.0.gem) = 22016
diff --git a/mail/rubygem-actionmailbox81/pkg-descr b/mail/rubygem-actionmailbox81/pkg-descr
new file mode 100644
index 000000000000..ffc1daea8253
--- /dev/null
+++ b/mail/rubygem-actionmailbox81/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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511172107.5AHL7ePq017605>