View | Details | Raw Unified | Return to bug 263382
Collapse All | Expand All

(-)b/mail/dovecot-fts-elastic/Makefile (+33 lines)
Added Link Here
1
PORTNAME=	fts-elastic
2
PORTVERSION=	1.1.0
3
PORTREVISION=	1
4
CATEGORIES=	mail
5
PKGNAMEPREFIX=	dovecot-
6
7
MAINTAINER=	bgupta@kde.org
8
COMMENT=	Dovecot FTS plugin for using ElasticSearch 6 or 7
9
10
LICENSE=	MIT
11
12
BUILD_DEPENDS=	dovecot>=2.3.7:mail/dovecot
13
LIB_DEPENDS=	libjson-c.so:devel/json-c
14
RUN_DEPENDS=	dovecot>=2.3.7:mail/dovecot
15
16
USES=		autoreconf libtool
17
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	filiphanes
20
GH_TAGNAME=     ${PORTVERSION}
21
22
USE_LDCONFIG=	yes
23
GNU_CONFIGURE=	yes
24
LDFLAGS+=       -L${LOCALBASE}/lib
25
CPPFLAGS+=      -I${LOCALBASE}/include
26
27
PLIST_FILES=	lib/dovecot/lib21_fts_elastic_plugin.a \
28
		lib/dovecot/lib21_fts_elastic_plugin.so
29
30
post-install:
31
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dovecot/lib21_fts_elastic_plugin.so
32
33
.include <bsd.port.mk>
(-)b/mail/dovecot-fts-elastic/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1650235615
2
SHA256 (filiphanes-fts-elastic-1.1.0_GH0.tar.gz) = 50aac69510cb504b6c7af7180a1d21fed3aadd47df30e5cd8ad50dfae5c36452
3
SIZE (filiphanes-fts-elastic-1.1.0_GH0.tar.gz) = 32351
(-)b/mail/dovecot-fts-elastic/pkg-descr (+10 lines)
Added Link Here
1
This projects provides a Dovecot full-text search indexing plugin that uses
2
ElasticSearch 6 or 7 as a backend.
3
4
Dovecot communicates with ElasticSearch using direct HTTP/JSON queries, and
5
does not require ElasticSearch client libraries. It supports automatic indexing
6
and searching of e-mail. For mailboxes with more than 10000 messages, it uses
7
the Elastic Scroll API.
8
9
WWW: https://github.com/filiphanes/fts-elastic
10
(-)b/mail/dovecot/Makefile (-1 / +1 lines)
Lines 4-9 Link Here
4
# Anytime PORTVERSION changes please bump PORTREVISION of:           #
4
# Anytime PORTVERSION changes please bump PORTREVISION of:           #
5
# - mail/dovecot-pigeonhole. See ports/146029 for an explanation.    #
5
# - mail/dovecot-pigeonhole. See ports/146029 for an explanation.    #
6
# - mail/dovecot-fts-xapian.                                         #
6
# - mail/dovecot-fts-xapian.                                         #
7
# - mail/dovecot-fts-elastic.                                        #
7
######################################################################
8
######################################################################
8
9
9
PORTNAME=	dovecot
10
PORTNAME=	dovecot
10
- 

Return to bug 263382