Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2022 13:50:52 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4dc618f360b7 - main - mail/claws-mail-acpi_notifier: Add new port
Message-ID:  <202205311350.24VDoqwn049878@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4dc618f360b7f68dd7eca02488edee4886c81cdc

commit 4dc618f360b7f68dd7eca02488edee4886c81cdc
Author:     Milan Obuch <bsd@dino.sk>
AuthorDate: 2022-05-31 13:17:38 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2022-05-31 13:40:40 +0000

    mail/claws-mail-acpi_notifier: Add new port
    
    This port adds ACPI Notifier plugin for Claws Mail allowing mail notification
    via LED on some notebooks.
    
    Approved by:    Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
    PR:             264123
---
 mail/Makefile                           | 1 +
 mail/claws-mail-acpi_notifier/Makefile  | 8 ++++++++
 mail/claws-mail-acpi_notifier/pkg-descr | 3 +++
 3 files changed, 12 insertions(+)

diff --git a/mail/Makefile b/mail/Makefile
index 3cbbde67242d..a229c79d42b3 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -39,6 +39,7 @@
     SUBDIR += c-sig
     SUBDIR += cclient
     SUBDIR += claws-mail
+    SUBDIR += claws-mail-acpi_notifier
     SUBDIR += claws-mail-address_keeper
     SUBDIR += claws-mail-archive
     SUBDIR += claws-mail-att_remover
diff --git a/mail/claws-mail-acpi_notifier/Makefile b/mail/claws-mail-acpi_notifier/Makefile
new file mode 100644
index 000000000000..4d4b93572a6d
--- /dev/null
+++ b/mail/claws-mail-acpi_notifier/Makefile
@@ -0,0 +1,8 @@
+PORTNAME=	acpi_notifier
+
+COMMENT=	ACPI mail LED notifier plugin for Claws Mail
+
+CLAWS_PLUGINS_BUILD=	${PORTNAME}
+
+.include "${.CURDIR}/../claws-mail/Makefile.claws"
+.include <bsd.port.mk>
diff --git a/mail/claws-mail-acpi_notifier/pkg-descr b/mail/claws-mail-acpi_notifier/pkg-descr
new file mode 100644
index 000000000000..c380d4aba36c
--- /dev/null
+++ b/mail/claws-mail-acpi_notifier/pkg-descr
@@ -0,0 +1,3 @@
+This plugin enables mail notification via LEDs on some notebooks.
+
+WWW: https://www.claws-mail.org/plugin.php?plugin=acpinotifier



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205311350.24VDoqwn049878>