mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
HTML5_Notifier is a Roundcube plugin. 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. WWW: http://stremlau.net/html5_notifier/ PR: ports/190053 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
This commit is contained in:
parent
1062c867ed
commit
2989d91b3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356618
@ -592,6 +592,7 @@
|
||||
SUBDIR += roundcube-automatic_addressbook
|
||||
SUBDIR += roundcube-contextmenu
|
||||
SUBDIR += roundcube-groupvice
|
||||
SUBDIR += roundcube-html5_notifier
|
||||
SUBDIR += roundcube-login_info
|
||||
SUBDIR += roundcube-mobilecube
|
||||
SUBDIR += roundcube-mvision2
|
||||
|
39
mail/roundcube-html5_notifier/Makefile
Normal file
39
mail/roundcube-html5_notifier/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= html5_notifier
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= mail
|
||||
PKGNAMEPREFIX= roundcube-
|
||||
|
||||
MAINTAINER= meta+ports@vmeta.jp
|
||||
COMMENT= HTML5 desktop notifier plugin for roundcube
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= roundcube>=1.0:${PORTSDIR}/mail/roundcube
|
||||
BUILD_DEPENDS= roundcube>=1.0:${PORTSDIR}/mail/roundcube
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= kitist
|
||||
GH_PROJECT= html5_notifier
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
GH_COMMIT= 968f570
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
WWWDIR= ${PREFIX}/www/roundcube/plugins/${PORTNAME}
|
||||
|
||||
x-generate-plist: build
|
||||
cd ${WRKSRC}; \
|
||||
${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
|
||||
${SED} -e "s,^\.,%%WWWDIR%%," >${WRKDIR}/pkg-plist.tmp ; \
|
||||
${FIND} . -type d | ${SORT} -r | ${SED} \
|
||||
-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
|
||||
-e "s,^\.,@dirrm %%WWWDIR%%," >>${WRKDIR}/pkg-plist.tmp
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
mail/roundcube-html5_notifier/distinfo
Normal file
2
mail/roundcube-html5_notifier/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (html5_notifier-0.5.2.tar.gz) = 99df20dd8dbecb4bded8da7574f9c9e9605df68a8b2f5cf5fda2927959d5e5af
|
||||
SIZE (html5_notifier-0.5.2.tar.gz) = 8002
|
6
mail/roundcube-html5_notifier/pkg-descr
Normal file
6
mail/roundcube-html5_notifier/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
HTML5_Notifier is a Roundcube plugin. 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.
|
||||
|
||||
WWW: http://stremlau.net/html5_notifier/
|
19
mail/roundcube-html5_notifier/pkg-plist
Normal file
19
mail/roundcube-html5_notifier/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
%%WWWDIR%%/.gitignore
|
||||
%%WWWDIR%%/README.md
|
||||
%%WWWDIR%%/changelog.txt
|
||||
%%WWWDIR%%/composer.json
|
||||
%%WWWDIR%%/config/config.inc.php.dist
|
||||
%%WWWDIR%%/html5_notifier.js
|
||||
%%WWWDIR%%/html5_notifier.php
|
||||
%%WWWDIR%%/images/new_mail.png
|
||||
%%WWWDIR%%/localization/de_DE.inc
|
||||
%%WWWDIR%%/localization/en_US.inc
|
||||
%%WWWDIR%%/localization/es_ES.inc
|
||||
%%WWWDIR%%/localization/fr_FR.inc
|
||||
%%WWWDIR%%/localization/ja_JP.inc
|
||||
%%WWWDIR%%/localization/nl_NL.inc
|
||||
%%WWWDIR%%/localization/sk_SK.inc
|
||||
@dirrm %%WWWDIR%%/localization
|
||||
@dirrm %%WWWDIR%%/images
|
||||
@dirrm %%WWWDIR%%/config
|
||||
@dirrmtry %%WWWDIR%%
|
Loading…
Reference in New Issue
Block a user