# $Id: Portfile 67323 2010-05-05 15:51:10Z vinc17@macports.org $

PortSystem 1.0

name                mairix
version             0.21
categories          mail
platforms           darwin
maintainers         vinc17 openmaintainer
description         Email index and search tool
long_description    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" maildir (or MH) 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.
homepage            http://www.rc0.org.uk/mairix/
master_sites        sourceforge
checksums           md5 821619895931711c370f51f3442a0ded \
                    sha1 a5f4767462d3f86950acaa0dafd132de0e0d0c43 \
                    rmd160 68e9d0cf509c8524aa9e2f519b4385fd198f996a
depends_lib         port:zlib port:bzip2

configure.args      --mandir=${prefix}/share/man \
                    --enable-gzip-mbox --enable-bzip-mbox
