pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/roundcube-plugin-html5_notifier



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Oct 23 01:11:02 UTC 2025

Added Files:
        pkgsrc/mail/roundcube-plugin-html5_notifier: DESCR Makefile PLIST
            distinfo

Log Message:
mail/roundcube-plugin-html5_notifier: import version 0.6.4

This plug-in adds support for HTML notifications in Roundcube.

It displays Desktop Notifications like the ones you might know from
Google Mail. Just keep Roundcube opened in a (minimized) tab and enjoy
getting notifications every time a new mail arrives.

Tested on NetBSD/amd64.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/roundcube-plugin-html5_notifier/DESCR \
    pkgsrc/mail/roundcube-plugin-html5_notifier/Makefile \
    pkgsrc/mail/roundcube-plugin-html5_notifier/PLIST \
    pkgsrc/mail/roundcube-plugin-html5_notifier/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/mail/roundcube-plugin-html5_notifier/DESCR
diff -u /dev/null pkgsrc/mail/roundcube-plugin-html5_notifier/DESCR:1.1
--- /dev/null   Thu Oct 23 01:11:02 2025
+++ pkgsrc/mail/roundcube-plugin-html5_notifier/DESCR   Thu Oct 23 01:11:01 2025
@@ -0,0 +1,5 @@
+HTML5 Notifier plugin for Roundcube
+
+It displays Desktop Notifications like the ones you might know from Google
+Mail. Just keep Roundcube opened in a (minimized) tab and enjoy getting
+notifications every time a new mail arrives.
Index: pkgsrc/mail/roundcube-plugin-html5_notifier/Makefile
diff -u /dev/null pkgsrc/mail/roundcube-plugin-html5_notifier/Makefile:1.1
--- /dev/null   Thu Oct 23 01:11:02 2025
+++ pkgsrc/mail/roundcube-plugin-html5_notifier/Makefile        Thu Oct 23 01:11:01 2025
@@ -0,0 +1,41 @@
+# $NetBSD: Makefile,v 1.1 2025/10/23 01:11:01 khorben Exp $
+
+PLUGIN=                html5_notifier
+DISTNAME=      ${PLUGIN}-0.6.4
+CATEGORIES=    mail
+PKGNAME=       ${PHP_PKG_PREFIX}-roundcube-plugin-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=stremlau/}
+GITHUB_PROJECT=        ${PLUGIN}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       HTML5 Notifier plugin for roundcube
+LICENSE=       0-clause-bsd
+
+DEPENDS+=      ${PHP_PKG_PREFIX}-roundcube>=1.6.11:../../mail/roundcube
+USE_TOOLS+=    pax
+NO_BUILD=      yes
+
+RCDIR=         share/roundcube
+EGDIR=         share/examples/roundcube
+
+PKG_SYSCONFSUBDIR=     roundcube
+
+PKG_GROUPS_VARS+=      WWW_GROUP
+PKG_USERS_VARS=                WWW_USER
+
+INSTALLATION_DIRS+=    ${RCDIR}/plugins/${PLUGIN}
+INSTALLATION_DIRS+=    ${EGDIR}/plugins/${PLUGIN}
+CONF_FILES_PERMS+=     ${EGDIR}/plugins/${PLUGIN}/config.inc.php \
+                       ${PKG_SYSCONFDIR}/${PLUGIN}.inc.php \
+                       ${WWW_USER} ${WWW_GROUP} 0640
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/config/config.inc.php.dist \
+               ${DESTDIR}${PREFIX}/${EGDIR}/plugins/${PLUGIN}/config.inc.php
+       cd ${WRKSRC} && ${FIND} . -type f \! -name "*.orig" \! -name .gitignore -print | \
+               ${PAX} -rw ${DESTDIR}${PREFIX}/${RCDIR}/plugins/${PLUGIN}
+
+.include "../../mail/roundcube/options.mk"
+.include "../../lang/php/phpversion.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/roundcube-plugin-html5_notifier/PLIST
diff -u /dev/null pkgsrc/mail/roundcube-plugin-html5_notifier/PLIST:1.1
--- /dev/null   Thu Oct 23 01:11:02 2025
+++ pkgsrc/mail/roundcube-plugin-html5_notifier/PLIST   Thu Oct 23 01:11:02 2025
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2025/10/23 01:11:02 khorben Exp $
+share/examples/roundcube/plugins/html5_notifier/config.inc.php
+share/roundcube/plugins/html5_notifier/LICENSE
+share/roundcube/plugins/html5_notifier/README.md
+share/roundcube/plugins/html5_notifier/changelog.txt
+share/roundcube/plugins/html5_notifier/composer.json
+share/roundcube/plugins/html5_notifier/config/config.inc.php.dist
+share/roundcube/plugins/html5_notifier/html5_notifier.js
+share/roundcube/plugins/html5_notifier/html5_notifier.php
+share/roundcube/plugins/html5_notifier/images/new_mail.png
+share/roundcube/plugins/html5_notifier/localization/cs_CZ.inc
+share/roundcube/plugins/html5_notifier/localization/de_DE.inc
+share/roundcube/plugins/html5_notifier/localization/en_US.inc
+share/roundcube/plugins/html5_notifier/localization/es_ES.inc
+share/roundcube/plugins/html5_notifier/localization/fr_FR.inc
+share/roundcube/plugins/html5_notifier/localization/it_IT.inc
+share/roundcube/plugins/html5_notifier/localization/ja_JP.inc
+share/roundcube/plugins/html5_notifier/localization/nl_NL.inc
+share/roundcube/plugins/html5_notifier/localization/pl_PL.inc
+share/roundcube/plugins/html5_notifier/localization/pt_BR.inc
+share/roundcube/plugins/html5_notifier/localization/ru_RU.inc
+share/roundcube/plugins/html5_notifier/localization/sk_SK.inc
+share/roundcube/plugins/html5_notifier/localization/zh_CN.inc
+share/roundcube/plugins/html5_notifier/screenshot.png
Index: pkgsrc/mail/roundcube-plugin-html5_notifier/distinfo
diff -u /dev/null pkgsrc/mail/roundcube-plugin-html5_notifier/distinfo:1.1
--- /dev/null   Thu Oct 23 01:11:02 2025
+++ pkgsrc/mail/roundcube-plugin-html5_notifier/distinfo        Thu Oct 23 01:11:02 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/10/23 01:11:02 khorben Exp $
+
+BLAKE2s (html5_notifier-0.6.4.tar.gz) = 94dd612b14082447aa952d857b80fa076b137f15eb64e40afc5f0d41703ccb18
+SHA512 (html5_notifier-0.6.4.tar.gz) = 0d426f2bf8542180a17be9c6b5cad1aaa4dd6607180f77ecd991f56a81ea355df5117ade11316f09fc6b2674cb469d586d75829c279bee38c1b7a4e2ad42df96
+Size (html5_notifier-0.6.4.tar.gz) = 20494 bytes



Home | Main Index | Thread Index | Old Index