# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup elisp 1.0 PortGroup github 1.0 PortGroup meson 1.0 PortGroup compiler_blacklist_versions 1.0 github.setup djcb mu 1.12.4 v github.tarball_from archive checksums rmd160 eb369e3c3d6886a3de911d92190333689b85e32d \ sha256 3979873e3817292594041715e5e1e86baf2caf092ee851410f258d3ea9136a79 \ size 957783 revision 0 categories mail license GPL-3 maintainers {ra1nb0w @ra1nb0w} openmaintainer description Command-line tools to index and search email (aka maildir-utils) long_description \ mu is a set of command-line tools for Linux/Unix that enable you to \ quickly find the e-mails you are looking for. First, a tool called \ mu-index fills a database with information about all your e-mails. After \ that, you can easily search for them, using mu-find and its dedicated \ query language. homepage https://www.djcbsoftware.nl/code/mu/ compiler.c_standard 1999 compiler.cxx_standard 2017 # https://trac.macports.org/ticket/63364 compiler.blacklist {clang < 900} depends_build-append \ port:pkgconfig depends_lib-append \ port:gmime3 \ port:xapian-core variant emacs description {Build with emacs bindings} { depends_lib-append path:${emacs_binary}:${emacs_binary_provider} configure.env-append EMACS=${emacs_binary} build.env-append ELCFLAGS=-Q configure.args-append -Demacs=${emacs_binary} } variant guile description {Build with Guile/Scheme bindings} { depends_lib-append port:guile configure.args-append -Dguile=enabled } # disable "-rc" versions for livecheck github.livecheck.regex {([0-9.]+)}