- Do not depend on mutt

- Minor tweaks

Approvnd by:	Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
This commit is contained in:
Andrew Pantyukhin 2007-09-10 16:20:39 +00:00
parent 2211afcfb2
commit 08a709e66a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199287
2 changed files with 19 additions and 27 deletions

View file

@ -8,15 +8,14 @@
PORTNAME= nmzmail
PORTVERSION= 0.1.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ CENKES
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Fast mail searching for mutt
RUN_DEPENDS= namazu:${PORTSDIR}/databases/namazu2 \
mutt:${PORTSDIR}/mail/mutt
RUN_DEPENDS= namazu:${PORTSDIR}/databases/namazu2
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@ -25,18 +24,10 @@ USE_GMAKE= yes
PLIST_FILES= bin/nmzmail
PORTDOCS= README NEWS
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
for f in ${PORTDOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$f ${DOCSDIR}; \
done
@${INSTALL} -d ${DOCSDIR}/
@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View file

@ -1,15 +1,16 @@
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.
nmzmail is a tool to use the namazu2 search engine from within a mail
reader such as mutt 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. Mutt and
other mail readers can make it easy to use nmzmail with a simple
macro.
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
* 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
WWW: http://www.ecademix.com/JohannesHofmann/nmzmail.html