forked from Lainports/freebsd-ports
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. PR: ports/76102 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar>
This commit is contained in:
parent
9934cc8832
commit
b909b36b38
4 changed files with 58 additions and 0 deletions
|
|
@ -226,6 +226,7 @@
|
|||
SUBDIR += nbsmtp
|
||||
SUBDIR += newmail
|
||||
SUBDIR += nmh
|
||||
SUBDIR += nmzmail
|
||||
SUBDIR += noattach
|
||||
SUBDIR += nocc
|
||||
SUBDIR += nohtml
|
||||
|
|
|
|||
40
mail/nmzmail/Makefile
Normal file
40
mail/nmzmail/Makefile
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# ex:ts=8
|
||||
# New ports collection Makefile for: nmzmail
|
||||
# Date created: 7 January 2005
|
||||
# Whom: fernan@iib.unsam.edu.ar
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nmzmail
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
|
||||
|
||||
MAINTAINER= fernan@iib.unsam.edu.ar
|
||||
COMMENT= Fast mail searching for mutt
|
||||
|
||||
RUN_DEPENDS= namazu:${PORTSDIR}/databases/namazu2 \
|
||||
mutt:${PORTSDIR}/mail/mutt
|
||||
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= # empty
|
||||
PLIST_FILES= bin/nmzmail
|
||||
PORTDOCS= README
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500018
|
||||
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nmzmail ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
2
mail/nmzmail/distinfo
Normal file
2
mail/nmzmail/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
MD5 (nmzmail-0.1.2.tar.gz) = 18f5b4e9cc44c5ae9611d4130fc47fa6
|
||||
SIZE (nmzmail-0.1.2.tar.gz) = 3930
|
||||
15
mail/nmzmail/pkg-descr
Normal file
15
mail/nmzmail/pkg-descr
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
|
||||
WWW: http://www.ecademix.com/JohannesHofmann/#nmzmail
|
||||
Loading…
Add table
Reference in a new issue