Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 03:49:52 GMT
From:      Koichiro IWAO <meta+ports@vmeta.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190053: New port: mail/roundcube-html5_notifier desktop notification plugin for roundcube
Message-ID:  <201405210349.s4L3nqen067835@cgiserv.freebsd.org>
Resent-Message-ID: <201405210350.s4L3o0ju018443@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190053
>Category:       ports
>Synopsis:       New port: mail/roundcube-html5_notifier desktop notification plugin for roundcube
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 03:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Koichiro IWAO
>Release:        
>Organization:
>Environment:
>Description:
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/

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mail/roundcube-html5_notifier
#	mail/roundcube-html5_notifier/pkg-descr
#	mail/roundcube-html5_notifier/Makefile
#	mail/roundcube-html5_notifier/pkg-plist
#	mail/roundcube-html5_notifier/distinfo
#
echo c - mail/roundcube-html5_notifier
mkdir -p mail/roundcube-html5_notifier > /dev/null 2>&1
echo x - mail/roundcube-html5_notifier/pkg-descr
sed 's/^X//' >mail/roundcube-html5_notifier/pkg-descr << '2b7c9ecf140a1e08d2515d7674578b35'
XHTML5_Notifier is a Roundcube plugin. It displays Desktop Notifications
Xlike the ones you might know from Google Mail. Just keep Roundcube
Xopened in a (minimized) tab and enjoy getting notifications every
Xtime a new mail arrives.
X
XWWW: http://stremlau.net/html5_notifier/
2b7c9ecf140a1e08d2515d7674578b35
echo x - mail/roundcube-html5_notifier/Makefile
sed 's/^X//' >mail/roundcube-html5_notifier/Makefile << 'e86b387aa3501c1ca4e453b6a966d9b4'
X# Created by: Koichiro IWAO <meta+ports@vmeta.jp>
X# $FreeBSD$
X
XPORTNAME=	html5_notifier
XPORTVERSION=	0.5.2
XCATEGORIES=	mail
XPKGNAMEPREFIX=	roundcube-
X
XMAINTAINER=	meta+ports@vmeta.jp
XCOMMENT=	HTML5 desktop notifier plugin for roundcube
X
XLICENSE=	GPLv3
X
XRUN_DEPENDS=	roundcube>=1.0:${PORTSDIR}/mail/roundcube
XBUILD_DEPENDS=	roundcube>=1.0:${PORTSDIR}/mail/roundcube
X
XUSE_GITHUB=	yes
XGH_ACCOUNT=	kitist
XGH_PROJECT=	html5_notifier
XGH_TAGNAME=	v${PORTVERSION}
XGH_COMMIT=	968f570
X
XNO_BUILD=	yes
X
XWWWDIR=		${PREFIX}/www/roundcube/plugins/${PORTNAME}
X
Xx-generate-plist: build
X	cd ${WRKSRC}; \
X	${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
X		${SED} -e "s,^\.,%%WWWDIR%%," >${WRKDIR}/pkg-plist.tmp ; \
X	${FIND} . -type d | ${SORT} -r | ${SED} \
X		-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
X		-e "s,^\.,@dirrm %%WWWDIR%%," >>${WRKDIR}/pkg-plist.tmp
X
Xdo-install:
X	${MKDIR} ${STAGEDIR}${WWWDIR}
X	cd ${WRKSRC} && ${PAX} -r -w . ${STAGEDIR}${WWWDIR}
X
X.include <bsd.port.mk>
e86b387aa3501c1ca4e453b6a966d9b4
echo x - mail/roundcube-html5_notifier/pkg-plist
sed 's/^X//' >mail/roundcube-html5_notifier/pkg-plist << '7fb62fa4b21bb30243a215bf7c1690ec'
X%%WWWDIR%%/.gitignore
X%%WWWDIR%%/README.md
X%%WWWDIR%%/changelog.txt
X%%WWWDIR%%/composer.json
X%%WWWDIR%%/config/config.inc.php.dist
X%%WWWDIR%%/html5_notifier.js
X%%WWWDIR%%/html5_notifier.php
X%%WWWDIR%%/images/new_mail.png
X%%WWWDIR%%/localization/de_DE.inc
X%%WWWDIR%%/localization/en_US.inc
X%%WWWDIR%%/localization/es_ES.inc
X%%WWWDIR%%/localization/fr_FR.inc
X%%WWWDIR%%/localization/ja_JP.inc
X%%WWWDIR%%/localization/nl_NL.inc
X%%WWWDIR%%/localization/sk_SK.inc
X@dirrm %%WWWDIR%%/localization
X@dirrm %%WWWDIR%%/images
X@dirrm %%WWWDIR%%/config
X@dirrmtry %%WWWDIR%%
7fb62fa4b21bb30243a215bf7c1690ec
echo x - mail/roundcube-html5_notifier/distinfo
sed 's/^X//' >mail/roundcube-html5_notifier/distinfo << '3ba8860814007ee945dd30af42a378d1'
XSHA256 (html5_notifier-0.5.2.tar.gz) = 99df20dd8dbecb4bded8da7574f9c9e9605df68a8b2f5cf5fda2927959d5e5af
XSIZE (html5_notifier-0.5.2.tar.gz) = 8002
3ba8860814007ee945dd30af42a378d1
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



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