Index: Makefile =================================================================== RCS file: /home/pcvs/ports/mail/nmzmail/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 9 Sep 2006 11:45:00 -0000 1.3 +++ Makefile 8 Sep 2007 17:56:20 -0000 @@ -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 @@ PLIST_FILES= bin/nmzmail PORTDOCS= README NEWS -.include - -.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 +.include Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/mail/nmzmail/pkg-descr,v retrieving revision 1.1 diff -u -r1.1 pkg-descr --- pkg-descr 11 Apr 2005 20:28:44 -0000 1.1 +++ pkg-descr 8 Sep 2007 17:56:20 -0000 @@ -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