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

(-)mail/dovecot-coi/Makefile (+41 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	coi
4
PORTVERSION=	2.3.9
5
CATEGORIES=	mail
6
PKGNAMEPREFIX=	dovecot-
7
8
MAINTAINER=	andrej@ebert.su
9
COMMENT=	Dovecot COI (Chat-over-IMAP) plugin
10
11
LICENSE=	MPL20
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
14
BUILD_DEPENDS=	dovecot>=2.3.8:mail/dovecot
15
RUN_DEPENDS=	dovecot>=2.3.8:mail/dovecot
16
17
USES=		autoreconf compiler:c++11-lang libtool pkgconfig
18
19
DOVECOTVERSION=	2.3
20
21
GNU_CONFIGURE=	yes
22
23
CONFIGURE_ARGS=	--exec-prefix=${PREFIX} \
24
		--without-dovecot-install-dirs \
25
		--with-dovecot="${LOCALBASE}/lib/dovecot"
26
27
MAKE_ARGS=	LD_RUN_PATH="${PREFIX}/lib/dovecot" \
28
29
INSTALL_TARGET=	install-strip
30
USE_LDCONFIG=	yes
31
32
OPTIONS_DEFINE=	UNFINISHED
33
OPTIONS_SUB=	yes
34
35
UNFINISHED_DESC=	Build unfinished modules, currently doveadm-coi and submission-coi
36
UNFINISHED_CONFIGURE_ENABLE=	unfinished
37
38
USE_GITHUB=yes
39
GH_ACCOUNT=	dovecot
40
41
.include <bsd.port.mk>
(-)mail/dovecot-coi/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1582638253
2
SHA256 (dovecot-coi-2.3.9_GH0.tar.gz) = 80a06b32b6202261d1968bf3dd904b7124222918dd9244ce9ed845760c6e503a
3
SIZE (dovecot-coi-2.3.9_GH0.tar.gz) = 64787
(-)mail/dovecot-coi/pkg-descr (+11 lines)
Line 0 Link Here
1
Beta version disclaimer
2
The purpose of this BETA version of this Dovecot plugin is solely to test its
3
features, to obtain defects, failures and malfunctions.
4
By using the software, you acknowledge that all of the data that you are
5
handling with the BETA version might be subject to such defects, failures
6
and malfunctions, up to the point of total loss.
7
You are aware to not rely on the functionality and that the use of the software
8
in a professional productive environment is not recommended.
9
10
This package provides an implementation of the Chat over IMAP protcool.
11
A webpush plugin, and plugins for the imap and lmtp services are provided.
(-)mail/dovecot-coi/pkg-message (+13 lines)
Line 0 Link Here
1
Beta version disclaimer
2
The purpose of this BETA version of this Dovecot plugin is solely to test its
3
features, to obtain defects, failures and malfunctions.
4
By using the software, you acknowledge that all of the data that you are
5
handling with the BETA version might be subject to such defects, failures
6
and malfunctions, up to the point of total loss.
7
You are aware to not rely on the functionality and that the use of the software
8
in a professional productive environment is not recommended.
9
10
Configuration instructions are at https://doc.dovecot.org/configuration_manual/coi/
11
12
Please note, the imap_coi and lmtp_coi plugins won't show up in postconf output,
13
despite being enabled. You can check for "COI" in the IMAP CAPABILITIES output.
(-)mail/dovecot-coi/pkg-plist (+27 lines)
Line 0 Link Here
1
include/dovecot-coi/coi-common.h
2
include/dovecot-coi/coi-config.h
3
include/dovecot-coi/coi-contact-list.h
4
include/dovecot-coi/coi-contact.h
5
include/dovecot-coi/coi-secret.h
6
include/dovecot-coi/coi-storage.h
7
include/dovecot-coi/webpush-message.h
8
include/dovecot-coi/webpush-notify.h
9
include/dovecot-coi/webpush-payload.h
10
include/dovecot-coi/webpush-plugin.h
11
include/dovecot-coi/webpush-send.h
12
include/dovecot-coi/webpush-subscription.h
13
include/dovecot-coi/webpush-vapid.h
14
lib/dovecot-coi/libdovecot-coi.a
15
lib/dovecot-coi/libdovecot-coi.so
16
lib/dovecot-coi/libdovecot-coi.so.0
17
lib/dovecot-coi/libdovecot-coi.so.0.0.0
18
%%UNFINISHED%%lib/dovecot/doveadm/lib10_doveadm_coi_plugin.a
19
%%UNFINISHED%%lib/dovecot/doveadm/lib10_doveadm_coi_plugin.so
20
lib/dovecot/lib11_imap_coi_plugin.a
21
lib/dovecot/lib11_imap_coi_plugin.so
22
lib/dovecot/lib11_lmtp_coi_plugin.a
23
lib/dovecot/lib11_lmtp_coi_plugin.so
24
%%UNFINISHED%%lib/dovecot/lib11_submission_coi_plugin.a
25
%%UNFINISHED%%lib/dovecot/lib11_submission_coi_plugin.so
26
lib/dovecot/lib30_webpush_plugin.a
27
lib/dovecot/lib30_webpush_plugin.so

Return to bug 244433