Hello, I'd just like to start by saying I've found NotMuch to be VERY useful in handling years worth of email archives and appreciate all the hard work every developer has put into it.
I have written up a port for FreeBSD and would like to have it added to the official ports collection. Firstly, I would like to officially ask if anyone objects to this and second if anyone objects to me handling it. If there are no issues with me submitting NotMuch to the FreeBSD ports collection, I will handle the FreeBSD compiling and ports maintenance and keep NotMuch in the loop of any issues that arise (bugs, etc). I look forward to hearing from the NotMuch community and getting NotMuch some exposure to FreeBSD users. I have attached the shar file for the port in case anyone wants to review it. Simply run "sh NotMuch.shar" to extract the 4 files within it. I am also finishing up a patch for the INSTALL file with brief instructions on installing the Ports version under FreeBSD. ~Doug Penner A.K.A. DarwinSurvivor -------------- next part -------------- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # notmuch # notmuch/pkg-descr # notmuch/pkg-plist # notmuch/Makefile # notmuch/distinfo # echo c - notmuch mkdir -p notmuch > /dev/null 2>&1 echo x - notmuch/pkg-descr sed 's/^X//' >notmuch/pkg-descr << '96faee797c242a96d3f25e49bbbd52d1' XNotmuch - thread-based email index, search and tagging. X XWWW: http://notmuchmail.org 96faee797c242a96d3f25e49bbbd52d1 echo x - notmuch/pkg-plist sed 's/^X//' >notmuch/pkg-plist << '7fc1e7bd2f2afcc71aedcaaf9d24cdd7' Xbin/notmuch Xetc/bash_completion.d/notmuch Xinclude/notmuch.h Xlib/libnotmuch.so.2.0.0 Xlib/libnotmuch.so Xlib/libnotmuch.so.2 Xshare/emacs/site-lisp/coolj.el Xshare/emacs/site-lisp/notmuch-logo.png Xshare/emacs/site-lisp/notmuch-address.el Xshare/emacs/site-lisp/notmuch-crypto.el Xshare/emacs/site-lisp/notmuch-hello.el Xshare/emacs/site-lisp/notmuch-lib.el Xshare/emacs/site-lisp/notmuch-maildir-fcc.el Xshare/emacs/site-lisp/notmuch-message.el Xshare/emacs/site-lisp/notmuch-mua.el Xshare/emacs/site-lisp/notmuch-query.el Xshare/emacs/site-lisp/notmuch-show.el Xshare/emacs/site-lisp/notmuch-wash.el Xshare/emacs/site-lisp/notmuch.el Xshare/zsh/functions/Completion/Unix/_notmuch X X at dirrmtry etc/bash_completion.d X at dirrmtry share/emacs X at dirrmtry share/emacs/site-lisp X at dirrmtry share/zsh X at dirrmtry share/zsh/functions X at dirrmtry share/zsh/functions/Completion X at dirrmtry share/zsh/functions/Completion/Unix 7fc1e7bd2f2afcc71aedcaaf9d24cdd7 echo x - notmuch/Makefile sed 's/^X//' >notmuch/Makefile << 'daed98e951f4e6015a65d45ec4b2a91d' X# New ports collection makefile for: notmuch X# Date created: 11 February 2012 X# Whom: DarwinSurvivor <darwinsurvivor at gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= notmuch XPORTVERSION= 0.11 XCATEGORIES= mail XMASTER_SITES= http://notmuchmail.org/releases/ X XMAINTAINER= darwinsurvivor at gmail.com XCOMMENT= A thread-based email index, search and tagging application X XLIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \ X xapian.26:${PORTSDIR}/databases/xapian-core \ X talloc:${PORTSDIR}/devel/talloc X XMAN1= notmuch.1 XMANCOMPRESSED= yes XHAS_CONFIGURE = yes XCONFIGURE_ARGS += --mandir=${MANPREFIX}/man XUSE_GMAKE= yes X X.include <bsd.port.mk> daed98e951f4e6015a65d45ec4b2a91d echo x - notmuch/distinfo sed 's/^X//' >notmuch/distinfo << '38ecdd5c0c83491813eed1b00316c9dd' XSHA256 (notmuch-0.11.tar.gz) = ce062b31db6868babaf3088adee95bfd1030b2691493e815da1730dd262226c0 XSIZE (notmuch-0.11.tar.gz) = 438168 38ecdd5c0c83491813eed1b00316c9dd exit
