From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 09:19:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94BC1464; Thu, 5 Jun 2014 09:19:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 824ED2270; Thu, 5 Jun 2014 09:19:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s559JH6Y050159; Thu, 5 Jun 2014 09:19:17 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s559JGl4050148; Thu, 5 Jun 2014 09:19:16 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406050919.s559JGl4050148@svn.freebsd.org> From: Martin Wilke Date: Thu, 5 Jun 2014 09:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356618 - in head/mail: . roundcube-html5_notifier X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 09:19:17 -0000 Author: miwi Date: Thu Jun 5 09:19:16 2014 New Revision: 356618 URL: http://svnweb.freebsd.org/changeset/ports/356618 QAT: https://qat.redports.org/buildarchive/r356618/ Log: 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 Added: head/mail/roundcube-html5_notifier/ head/mail/roundcube-html5_notifier/Makefile (contents, props changed) head/mail/roundcube-html5_notifier/distinfo (contents, props changed) head/mail/roundcube-html5_notifier/pkg-descr (contents, props changed) head/mail/roundcube-html5_notifier/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu Jun 5 09:17:12 2014 (r356617) +++ head/mail/Makefile Thu Jun 5 09:19:16 2014 (r356618) @@ -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 Added: head/mail/roundcube-html5_notifier/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/roundcube-html5_notifier/Makefile Thu Jun 5 09:19:16 2014 (r356618) @@ -0,0 +1,39 @@ +# Created by: Koichiro IWAO +# $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 Added: head/mail/roundcube-html5_notifier/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/roundcube-html5_notifier/distinfo Thu Jun 5 09:19:16 2014 (r356618) @@ -0,0 +1,2 @@ +SHA256 (html5_notifier-0.5.2.tar.gz) = 99df20dd8dbecb4bded8da7574f9c9e9605df68a8b2f5cf5fda2927959d5e5af +SIZE (html5_notifier-0.5.2.tar.gz) = 8002 Added: head/mail/roundcube-html5_notifier/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/roundcube-html5_notifier/pkg-descr Thu Jun 5 09:19:16 2014 (r356618) @@ -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/ Added: head/mail/roundcube-html5_notifier/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/roundcube-html5_notifier/pkg-plist Thu Jun 5 09:19:16 2014 (r356618) @@ -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%%