Bug 282401 - mail/notmuch: ruby bindings
Summary: mail/notmuch: ruby bindings
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joseph Mingrone
URL:
Keywords:
: 282402 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-10-29 10:35 UTC by fbsdbugs@sapka.me
Modified: 2024-11-02 16:00 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (jrm)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fbsdbugs@sapka.me 2024-10-29 10:35:20 UTC
What would the best way to add support for ruby binding? Currently only pythons are part of the port.

Bindings are provided by notmuch - https://git.notmuchmail.org/git?p=notmuch;a=tree;f=bindings/ruby;h=da324c466529d12ac764ae6127a880ce246ebe67;hb=HEAD
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2024-10-29 22:13:18 UTC
*** Bug 282402 has been marked as a duplicate of this bug. ***
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-11-02 14:36:08 UTC
A commit in branch main references this bug:

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

commit fa2e39cbb88be59dbd338ef1cabd59960a1c92a2
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2024-10-31 04:43:48 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2024-11-02 14:34:35 +0000

    mail/ruby-notmuch: New port for the Ruby interface to notmuch mail

    PR:             282401
    Sponsored by:   The FreeBSD Foundation

 mail/Makefile                     |  1 +
 mail/ruby-notmuch/Makefile (new)  | 25 +++++++++++++++++++++++++
 mail/ruby-notmuch/pkg-descr (new) |  1 +
 mail/ruby-notmuch/pkg-plist (new) |  1 +
 4 files changed, 28 insertions(+)
Comment 3 Joseph Mingrone freebsd_committer freebsd_triage 2024-11-02 14:37:55 UTC
I added a new port, mail/ruby-notmuch.  Could you please open a new bug report if there are any problems?
Comment 4 fbsdbugs@sapka.me 2024-11-02 16:00:36 UTC
(In reply to Joseph Mingrone from comment #3)
Will do!

Thank you