From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id C7B156DE13AB for ; Fri, 22 May 2015 09:16:58 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 1.113 X-Spam-Level: * X-Spam-Status: No, score=1.113 tagged_above=-999 required=5 tests=[AWL=1.113] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tInT7EtqObdt for ; Fri, 22 May 2015 09:16:55 -0700 (PDT) X-Greylist: delayed 391 seconds by postgrey-1.35 at arlo; Fri, 22 May 2015 09:16:55 PDT Received: from tuna.imca.aps.anl.gov (tuna.imca.aps.anl.gov [164.54.200.33]) by arlo.cworth.org (Postfix) with ESMTP id 817056DE137E for ; Fri, 22 May 2015 09:16:55 -0700 (PDT) Received: from localhost (seal.imca.aps.anl.gov [164.54.200.39]) by tuna.imca.aps.anl.gov (Postfix) with ESMTP id 69DFD2005F; Fri, 22 May 2015 11:10:22 -0500 (CDT) From: "J. Lewis Muir" To: notmuch@notmuchmail.org Subject: [PATCH] index: add NetBSD, Homebrew, and pkgsrc to "Obtaining Notmuch" Date: Fri, 22 May 2015 11:09:48 -0500 Message-Id: <1432310988-26104-1-git-send-email-jlmuir@imca-cat.org> X-Mailer: git-send-email 2.3.2 (Apple Git-55) X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2015 16:16:58 -0000 Add NetBSD to the distribution list in the "Obtaining Notmuch" section. Add Homebrew and pkgsrc to the list of third-party package managers for OS X. Remove the word "Mac" from "Mac OS X" to get just "OS X" which matches Apple's official naming. --- index.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.mdwn b/index.mdwn index 742f482..1518624 100644 --- a/index.mdwn +++ b/index.mdwn @@ -93,11 +93,12 @@ Notmuch is packaged for at least the following distributions: * [Debian](http://packages.debian.org/search?keywords=notmuch) * [Fedora](https://apps.fedoraproject.org/packages/notmuch) * [Gentoo](http://packages.gentoo.org/package/net-mail/notmuch) +* [NetBSD](http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/mail/notmuch/README.html) * [openSUSE](https://build.opensuse.org/search?search_text=notmuch) * [Slackware](http://slackbuilds.org/repository/13.37/office/notmuch/) * [Ubuntu](http://packages.ubuntu.com/search?keywords=notmuch) -Notmuch can be installed on Mac OS X using [MacPorts](https://www.macports.org/ports.php?by=name&substr=notmuch). +Notmuch can be installed on OS X using [Homebrew](https://github.com/Homebrew/homebrew/blob/master/Library/Formula/notmuch.rb), [MacPorts](https://www.macports.org/ports.php?by=name&substr=notmuch), or [pkgsrc](http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/mail/notmuch/README.html). ## Development and Contributing -- 2.3.2 (Apple Git-55)