diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-03-02 00:42:25 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-03-02 00:42:25 +0000 |
commit | d113d57ccbc20a33025d7dfa31e192f9e2c7230a (patch) | |
tree | 2e9d3202d78a904799341474dcadac5db7a092c2 /mail | |
parent | 3cb88cf2a3c8b395cdf07587dfc27a840052a55b (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/notmuch/Makefile | 27 | ||||
-rw-r--r-- | mail/notmuch/distinfo | 2 | ||||
-rw-r--r-- | mail/notmuch/pkg-descr | 3 | ||||
-rw-r--r-- | mail/notmuch/pkg-plist | 28 |
5 files changed, 61 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index d04a7cc6599a..0b4476c45c98 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -317,6 +317,7 @@ SUBDIR += nocc SUBDIR += nohtml SUBDIR += normalizemime + SUBDIR += notmuch SUBDIR += nullmailer SUBDIR += nullpop SUBDIR += offlineimap diff --git a/mail/notmuch/Makefile b/mail/notmuch/Makefile new file mode 100644 index 000000000000..29899b1cd6e4 --- /dev/null +++ b/mail/notmuch/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: notmuch +# Date created: 11 February 2012 +# Whom: DarwinSurvivor <darwinsurvivor@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= notmuch +PORTVERSION= 0.11 +CATEGORIES= mail +MASTER_SITES= http://notmuchmail.org/releases/ + +MAINTAINER= darwinsurvivor@gmail.com +COMMENT= A thread-based email index, search and tagging application + +LIB_DEPENDS= gmime-2.4:${PORTSDIR}/mail/gmime24 \ + xapian.26:${PORTSDIR}/databases/xapian-core \ + talloc:${PORTSDIR}/devel/talloc + +MAN1= notmuch.1 +MANCOMPRESSED= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man +USE_GMAKE= yes +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/mail/notmuch/distinfo b/mail/notmuch/distinfo new file mode 100644 index 000000000000..3f304a4f2361 --- /dev/null +++ b/mail/notmuch/distinfo @@ -0,0 +1,2 @@ +SHA256 (notmuch-0.11.tar.gz) = ce062b31db6868babaf3088adee95bfd1030b2691493e815da1730dd262226c0 +SIZE (notmuch-0.11.tar.gz) = 438168 diff --git a/mail/notmuch/pkg-descr b/mail/notmuch/pkg-descr new file mode 100644 index 000000000000..a5e503a8e630 --- /dev/null +++ b/mail/notmuch/pkg-descr @@ -0,0 +1,3 @@ +Notmuch - thread-based email index, search and tagging. + +WWW: http://notmuchmail.org diff --git a/mail/notmuch/pkg-plist b/mail/notmuch/pkg-plist new file mode 100644 index 000000000000..46cad031e539 --- /dev/null +++ b/mail/notmuch/pkg-plist @@ -0,0 +1,28 @@ +bin/notmuch +etc/bash_completion.d/notmuch +include/notmuch.h +lib/libnotmuch.so.2.0.0 +lib/libnotmuch.so +lib/libnotmuch.so.2 +share/emacs/site-lisp/coolj.el +share/emacs/site-lisp/notmuch-logo.png +share/emacs/site-lisp/notmuch-address.el +share/emacs/site-lisp/notmuch-crypto.el +share/emacs/site-lisp/notmuch-hello.el +share/emacs/site-lisp/notmuch-lib.el +share/emacs/site-lisp/notmuch-maildir-fcc.el +share/emacs/site-lisp/notmuch-message.el +share/emacs/site-lisp/notmuch-mua.el +share/emacs/site-lisp/notmuch-query.el +share/emacs/site-lisp/notmuch-show.el +share/emacs/site-lisp/notmuch-wash.el +share/emacs/site-lisp/notmuch.el +share/zsh/functions/Completion/Unix/_notmuch + +@dirrmtry etc/bash_completion.d +@dirrmtry share/emacs/site-lisp +@dirrmtry share/emacs +@dirrmtry share/zsh/functions/Completion/Unix +@dirrmtry share/zsh/functions/Completion +@dirrmtry share/zsh/functions +@dirrmtry share/zsh |