pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/ruby-actionmailbox61 mail/ruby-actionmailbox61: a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ad5d7bcbd4b
branches: trunk
changeset: 446905:1ad5d7bcbd4b
user: taca <taca%pkgsrc.org@localhost>
date: Sun Feb 14 14:02:59 2021 +0000
description:
mail/ruby-actionmailbox61: add package version 6.1.2.1
Action Mailbox
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.
You can read more about Action Mailbox in the [Action Mailbox
Basics](https://edgeguides.rubyonrails.org/action_mailbox_basics.html) guide.
This is for Ruby on Rails 6.1.
diffstat:
mail/ruby-actionmailbox61/DESCR | 20 +++++++++++++
mail/ruby-actionmailbox61/Makefile | 20 +++++++++++++
mail/ruby-actionmailbox61/PLIST | 58 ++++++++++++++++++++++++++++++++++++++
mail/ruby-actionmailbox61/distinfo | 6 +++
4 files changed, 104 insertions(+), 0 deletions(-)
diffs (120 lines):
diff -r 6a1f2be6b233 -r 1ad5d7bcbd4b mail/ruby-actionmailbox61/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailbox61/DESCR Sun Feb 14 14:02:59 2021 +0000
@@ -0,0 +1,20 @@
+Action Mailbox
+
+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.
+
+You can read more about Action Mailbox in the [Action Mailbox
+Basics](https://edgeguides.rubyonrails.org/action_mailbox_basics.html) guide.
+
+This is for Ruby on Rails 6.1.
diff -r 6a1f2be6b233 -r 1ad5d7bcbd4b mail/ruby-actionmailbox61/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailbox61/Makefile Sun Feb 14 14:02:59 2021 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2021/02/14 14:02:59 taca Exp $
+
+DISTNAME= actionmailbox-${RAILS_VERSION}
+PKGNAME= ${RUBY_PKGPREFIX}-actionmailbox${RUBY_RAILS}-${RAILS_VERSION}
+CATEGORIES= mail devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.rubyonrails.org/
+COMMENT= Inbound email handling framework (for Rails 6.0)
+LICENSE= mit
+
+DEPENDS+= ${RUBY_ACTIVESTORAGE_DEPENDS}
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED= 61
+RUBY_RAILS_STRICT_DEP= yes
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6a1f2be6b233 -r 1ad5d7bcbd4b mail/ruby-actionmailbox61/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailbox61/PLIST Sun Feb 14 14:02:59 2021 +0000
@@ -0,0 +1,58 @@
+@comment $NetBSD: PLIST,v 1.1 2021/02/14 14:02:59 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/app/controllers/action_mailbox/base_controller.rb
+${GEM_LIBDIR}/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb
+${GEM_LIBDIR}/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb
+${GEM_LIBDIR}/app/controllers/action_mailbox/ingresses/postmark/inbound_emails_controller.rb
+${GEM_LIBDIR}/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb
+${GEM_LIBDIR}/app/controllers/action_mailbox/ingresses/sendgrid/inbound_emails_controller.rb
+${GEM_LIBDIR}/app/controllers/rails/conductor/action_mailbox/inbound_emails/sources_controller.rb
+${GEM_LIBDIR}/app/controllers/rails/conductor/action_mailbox/inbound_emails_controller.rb
+${GEM_LIBDIR}/app/controllers/rails/conductor/action_mailbox/reroutes_controller.rb
+${GEM_LIBDIR}/app/controllers/rails/conductor/base_controller.rb
+${GEM_LIBDIR}/app/jobs/action_mailbox/incineration_job.rb
+${GEM_LIBDIR}/app/jobs/action_mailbox/routing_job.rb
+${GEM_LIBDIR}/app/models/action_mailbox/inbound_email.rb
+${GEM_LIBDIR}/app/models/action_mailbox/inbound_email/incineratable.rb
+${GEM_LIBDIR}/app/models/action_mailbox/inbound_email/incineratable/incineration.rb
+${GEM_LIBDIR}/app/models/action_mailbox/inbound_email/message_id.rb
+${GEM_LIBDIR}/app/models/action_mailbox/inbound_email/routable.rb
+${GEM_LIBDIR}/app/models/action_mailbox/record.rb
+${GEM_LIBDIR}/app/views/layouts/rails/conductor.html.erb
+${GEM_LIBDIR}/app/views/rails/conductor/action_mailbox/inbound_emails/index.html.erb
+${GEM_LIBDIR}/app/views/rails/conductor/action_mailbox/inbound_emails/new.html.erb
+${GEM_LIBDIR}/app/views/rails/conductor/action_mailbox/inbound_emails/show.html.erb
+${GEM_LIBDIR}/app/views/rails/conductor/action_mailbox/inbound_emails/sources/new.html.erb
+${GEM_LIBDIR}/config/routes.rb
+${GEM_LIBDIR}/db/migrate/20180917164000_create_action_mailbox_tables.rb
+${GEM_LIBDIR}/lib/action_mailbox.rb
+${GEM_LIBDIR}/lib/action_mailbox/base.rb
+${GEM_LIBDIR}/lib/action_mailbox/callbacks.rb
+${GEM_LIBDIR}/lib/action_mailbox/engine.rb
+${GEM_LIBDIR}/lib/action_mailbox/gem_version.rb
+${GEM_LIBDIR}/lib/action_mailbox/mail_ext.rb
+${GEM_LIBDIR}/lib/action_mailbox/mail_ext/address_equality.rb
+${GEM_LIBDIR}/lib/action_mailbox/mail_ext/address_wrapping.rb
+${GEM_LIBDIR}/lib/action_mailbox/mail_ext/addresses.rb
+${GEM_LIBDIR}/lib/action_mailbox/mail_ext/from_source.rb
+${GEM_LIBDIR}/lib/action_mailbox/mail_ext/recipients.rb
+${GEM_LIBDIR}/lib/action_mailbox/relayer.rb
+${GEM_LIBDIR}/lib/action_mailbox/router.rb
+${GEM_LIBDIR}/lib/action_mailbox/router/route.rb
+${GEM_LIBDIR}/lib/action_mailbox/routing.rb
+${GEM_LIBDIR}/lib/action_mailbox/test_case.rb
+${GEM_LIBDIR}/lib/action_mailbox/test_helper.rb
+${GEM_LIBDIR}/lib/action_mailbox/version.rb
+${GEM_LIBDIR}/lib/generators/action_mailbox/install/install_generator.rb
+${GEM_LIBDIR}/lib/rails/generators/mailbox/USAGE
+${GEM_LIBDIR}/lib/rails/generators/mailbox/mailbox_generator.rb
+${GEM_LIBDIR}/lib/rails/generators/mailbox/templates/application_mailbox.rb.tt
+${GEM_LIBDIR}/lib/rails/generators/mailbox/templates/mailbox.rb.tt
+${GEM_LIBDIR}/lib/rails/generators/test_unit/mailbox_generator.rb
+${GEM_LIBDIR}/lib/rails/generators/test_unit/templates/mailbox_test.rb.tt
+${GEM_LIBDIR}/lib/tasks/ingress.rake
+${GEM_LIBDIR}/lib/tasks/install.rake
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 6a1f2be6b233 -r 1ad5d7bcbd4b mail/ruby-actionmailbox61/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/ruby-actionmailbox61/distinfo Sun Feb 14 14:02:59 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/14 14:02:59 taca Exp $
+
+SHA1 (actionmailbox-6.1.2.1.gem) = ba9288a7436b8c36a232a8d952646de02a6f159d
+RMD160 (actionmailbox-6.1.2.1.gem) = b66c9c47822978b80dcd01b1ab4b51e976334bd8
+SHA512 (actionmailbox-6.1.2.1.gem) = d4569b3bbe545f98efda8e8ba2ee4af2078a79a2f78dc862881272614413ff5897c50b9d45cd38b962de6c459b192b603a50c4c038576a3a495bf3d68e6ed0b2
+Size (actionmailbox-6.1.2.1.gem) = 22016 bytes
Home |
Main Index |
Thread Index |
Old Index