ports/76102: [new port] nmzmail, fast mail searching for mutt
Fernan Aguero
fernan at iib.unsam.edu.ar
Tue Jan 11 14:50:09 UTC 2005
>Number: 76102
>Category: ports
>Synopsis: [new port] nmzmail, fast mail searching for mutt
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 11 14:50:08 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Fernan Aguero
>Release: FreeBSD 4.10-RELEASE i386
>Organization:
IIB-UNSAM
>Environment:
FreeBSD pi.iib.unsam.edu.ar 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed May 26 12:56:43 ART 2004 fernan at pi.iib.unsam.edu.ar:/usr/obj/usr/src/sys/PI i386
>Description:
From the pkg-descr:
nmzmail is a tool to use the namazu2 search engine from within
the mutt mail reader to search mail stored in maildir folders.
Based on the result of the namazu query, nmzmail generates a
maildir folder containing symbolic links to the mails matching
the query. A simple mutt macro makes easy to use nmzmail from
within mutt.
Features:
* fast mail searching even with large number of mails
* incremental index building
* rich query language including regular expressions (see the
namazu documentation)
* integrates nicely into mutt
* query history
>How-To-Repeat:
>Fix:
--- nmzmail.shar begins here ---
# 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:
#
# nmzmail
# nmzmail/Makefile
# nmzmail/distinfo
# nmzmail/pkg-descr
#
echo c - nmzmail
mkdir -p nmzmail > /dev/null 2>&1
echo x - nmzmail/Makefile
sed 's/^X//' >nmzmail/Makefile << 'END-of-nmzmail/Makefile'
X# ex:ts=8
X# New ports collection Makefile for: nmzmail
X# Date created: 7 January 2005
X# Whom: fernan at iib.unsam.edu.ar
X#
X# $FreeBSD$
X#
X
XPORTNAME= nmzmail
XPORTVERSION= 0.1.1
XCATEGORIES= mail
XMASTER_SITES= http://www.ecademix.com/JohannesHofmann/
X
XMAINTAINER= fernan at iib.unsam.edu.ar
XCOMMENT= Fast mail searching for mutt
X
XRUN_DEPENDS= namazu:${PORTSDIR}/databases/namazu2 \
X mutt:${PORTSDIR}/mail/mutt
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 500018
XLIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline
X.endif
X
XUSE_GMAKE= yes
XALL_TARGET= # empty
XPLIST_FILES= bin/nmzmail
X
X.if !defined(NOPORTDOCS)
XPLIST_FILES+= share/doc/nmzmail/README
X.endif
X
Xdo-install:
X ${INSTALL_PROGRAM} ${WRKSRC}/nmzmail ${PREFIX}/bin
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X @ ${MKDIR} ${DOCSDIR}
X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.post.mk>
END-of-nmzmail/Makefile
echo x - nmzmail/distinfo
sed 's/^X//' >nmzmail/distinfo << 'END-of-nmzmail/distinfo'
XMD5 (nmzmail-0.1.1.tar.gz) = c46663696499bb9d478b819f65050394
XSIZE (nmzmail-0.1.1.tar.gz) = 3394
END-of-nmzmail/distinfo
echo x - nmzmail/pkg-descr
sed 's/^X//' >nmzmail/pkg-descr << 'END-of-nmzmail/pkg-descr'
Xnmzmail is a tool to use the namazu2 search engine from within the mutt
Xmail reader to search mail stored in maildir folders. Based on the
Xresult of the namazu query, nmzmail generates a maildir folder
Xcontaining symbolic links to the mails matching the query. A simple mutt
Xmacro makes easy to use nmzmail from within mutt.
X
XFeatures:
X * fast mail searching even with large number of mails
X * incremental index building
X * rich query language including regular expressions (see the
X namazu documentation)
X * integrates nicely into mutt
X * query history
X
XWWW: http://www.ecademix.com/JohannesHofmann/#nmzmail
END-of-nmzmail/pkg-descr
exit
--- nmzmail.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list