mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add new port mail/notmuch: A thread-based email index, search and tagging application
PR: ports/165468 Submitted by: Doug Penner <darwinsurvivor@gmail.com> Approved by: gabor (mentor, implicit)
This commit is contained in:
parent
3cb88cf2a3
commit
d113d57ccb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292506
@ -317,6 +317,7 @@
|
||||
SUBDIR += nocc
|
||||
SUBDIR += nohtml
|
||||
SUBDIR += normalizemime
|
||||
SUBDIR += notmuch
|
||||
SUBDIR += nullmailer
|
||||
SUBDIR += nullpop
|
||||
SUBDIR += offlineimap
|
||||
|
27
mail/notmuch/Makefile
Normal file
27
mail/notmuch/Makefile
Normal file
@ -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>
|
2
mail/notmuch/distinfo
Normal file
2
mail/notmuch/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (notmuch-0.11.tar.gz) = ce062b31db6868babaf3088adee95bfd1030b2691493e815da1730dd262226c0
|
||||
SIZE (notmuch-0.11.tar.gz) = 438168
|
3
mail/notmuch/pkg-descr
Normal file
3
mail/notmuch/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Notmuch - thread-based email index, search and tagging.
|
||||
|
||||
WWW: http://notmuchmail.org
|
28
mail/notmuch/pkg-plist
Normal file
28
mail/notmuch/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user