pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mairix Initial import of mairix, a program for in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/247f27635407
branches:  trunk
changeset: 488114:247f27635407
user:      simonb <simonb%pkgsrc.org@localhost>
date:      Tue Jan 25 00:19:40 2005 +0000

description:
Initial import of mairix, a program for indexing and searching email
messages.

diffstat:

 mail/mairix/DESCR    |  22 ++++++++++++++++++++++
 mail/mairix/Makefile |  37 +++++++++++++++++++++++++++++++++++++
 mail/mairix/PLIST    |   4 ++++
 mail/mairix/distinfo |   4 ++++
 4 files changed, 67 insertions(+), 0 deletions(-)

diffs (83 lines):

diff -r 00fd3d79250c -r 247f27635407 mail/mairix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mairix/DESCR Tue Jan 25 00:19:40 2005 +0000
@@ -0,0 +1,22 @@
+mairix is a program for indexing and searching email messages stored in
+Maildir, MH or mbox folders.
+
+* Indexing is fast.  It runs incrementally on new messages - any particular
+  message only gets scanned once in the lifetime of the index file.
+
+* The search mode populates a "virtual" folder with symlinks(*) which
+  point to the real messages.  This folder can be opened as usual in your mail
+  program.
+
+* The search mode is very fast.
+
+* Indexing and searching works on the basis of words.  The index file tabulates
+  which words occur in which parts (particular headers + body) of which
+  messages.
+
+The program is a very useful complement to mail programs like mutt
+(http://www.mutt.org/, which supports Maildir, MH and mbox folders) and
+Sylpheed (which supports MH folders).
+
+[(*) where the input or output folder is an mbox, a copy of the message is made
+instead of symlinking.]
diff -r 00fd3d79250c -r 247f27635407 mail/mairix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mairix/Makefile      Tue Jan 25 00:19:40 2005 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/25 00:19:40 simonb Exp $
+#
+
+DISTNAME=              mairix-0.15.1
+CATEGORIES=            mail
+MASTER_SITES=          http://www.rpcurnow.force9.co.uk/mairix/
+
+MAINTAINER=            tech-pkg%NetBSD.ORG@localhost
+HOMEPAGE=              http://www.rc0.org.uk/mairix/
+COMMENT=               Program for indexing and searching email messages
+
+BUILD_DEPENDS+=                bison-[0-9]*:../../devel/bison
+
+HAS_CONFIGURE=         # defined
+CONFIGURE_ARGS+=       --prefix=${PREFIX}
+
+USE_MAKEINFO=          YES
+INFO_FILES=            mairix.info
+
+BINDIR=                        ${PREFIX}/bin
+INFODIR=               ${PREFIX}/info
+HTMLDIR=               ${PREFIX}/share/doc/html/mairix
+
+pre-build:
+                       @cd ${WRKSRC}; \
+                       makeinfo mairix.texi; \
+                       ${MAKEINFO} mairix.texi; \
+                       ${MAKEINFO} --no-split --number-sections --html \
+                           mairix.texi > mairix.html
+
+do-install:
+                       ${INSTALL_PROGRAM} ${WRKSRC}/mairix ${BINDIR}
+                       ${INSTALL_DATA_DIR} ${HTMLDIR}
+                       ${INSTALL_DATA} ${WRKSRC}/mairix.html ${HTMLDIR}
+                       ${INSTALL_DATA} ${WRKSRC}/mairix.info ${INFODIR}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 00fd3d79250c -r 247f27635407 mail/mairix/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mairix/PLIST Tue Jan 25 00:19:40 2005 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/25 00:19:40 simonb Exp $
+bin/mairix
+share/doc/html/mairix/mairix.html
+@dirrm share/doc/html/mairix
diff -r 00fd3d79250c -r 247f27635407 mail/mairix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/mairix/distinfo      Tue Jan 25 00:19:40 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/25 00:19:40 simonb Exp $
+
+SHA1 (mairix-0.15.1.tar.gz) = 9d832c8e86a80d1c69b39af7c1fa4564c7ed9ce1
+Size (mairix-0.15.1.tar.gz) = 118245 bytes



Home | Main Index | Thread Index | Old Index