From owner-svn-ports-all@FreeBSD.ORG Wed Jan 7 17:55:56 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7D97FD; Wed, 7 Jan 2015 17:55:56 +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 930DE1DAA; Wed, 7 Jan 2015 17:55:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t07Htude016855; Wed, 7 Jan 2015 17:55:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t07HttKe016851; Wed, 7 Jan 2015 17:55:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501071755.t07HttKe016851@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 7 Jan 2015 17:55:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376478 - in head/devel: . rubygem-notiffany 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-1 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: Wed, 07 Jan 2015 17:55:56 -0000 Author: sunpoet Date: Wed Jan 7 17:55:54 2015 New Revision: 376478 URL: https://svnweb.freebsd.org/changeset/ports/376478 QAT: https://qat.redports.org/buildarchive/r376478/ Log: - Add rubygem-notiffany 0.0.2 Notiffany is a notification library supporting popular notifiers, such as: Growl, libnotify, TMux, Emacs, rb-notifu, notifysend, gntp, TerminalNotifier. Features: - most popular notification libraries supported - easy to override options at any level (new(), notify()) - using multiple notifiers simultaneously - child processes reuse same configuration WWW: https://github.com/guard/notiffany RG: https://rubygems.org/gems/notiffany Added: head/devel/rubygem-notiffany/ head/devel/rubygem-notiffany/Makefile (contents, props changed) head/devel/rubygem-notiffany/distinfo (contents, props changed) head/devel/rubygem-notiffany/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jan 7 17:55:47 2015 (r376477) +++ head/devel/Makefile Wed Jan 7 17:55:54 2015 (r376478) @@ -4509,6 +4509,7 @@ SUBDIR += rubygem-nio4r SUBDIR += rubygem-nori SUBDIR += rubygem-notify + SUBDIR += rubygem-notiffany SUBDIR += rubygem-nprogress-rails SUBDIR += rubygem-oj SUBDIR += rubygem-open3_backport Added: head/devel/rubygem-notiffany/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-notiffany/Makefile Wed Jan 7 17:55:54 2015 (r376478) @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= notiffany +PORTVERSION= 0.0.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Single wrapper for most popular notification libraries + +LICENSE= MIT + +RUN_DEPENDS= rubygem-nenv>=0.1:${PORTSDIR}/devel/rubygem-nenv \ + rubygem-shellany>=0:${PORTSDIR}/sysutils/rubygem-shellany + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-notiffany/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-notiffany/distinfo Wed Jan 7 17:55:54 2015 (r376478) @@ -0,0 +1,2 @@ +SHA256 (rubygem/notiffany-0.0.2.gem) = 0decb18ecef2b2d9a91df8bf1a0ec94c0bfd8bde1ec98f9bd15b1f8847b0d992 +SIZE (rubygem/notiffany-0.0.2.gem) = 191488 Added: head/devel/rubygem-notiffany/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-notiffany/pkg-descr Wed Jan 7 17:55:54 2015 (r376478) @@ -0,0 +1,11 @@ +Notiffany is a notification library supporting popular notifiers, such as: +Growl, libnotify, TMux, Emacs, rb-notifu, notifysend, gntp, TerminalNotifier. + +Features: +- most popular notification libraries supported +- easy to override options at any level (new(), notify()) +- using multiple notifiers simultaneously +- child processes reuse same configuration + +WWW: https://github.com/guard/notiffany +RG: https://rubygems.org/gems/notiffany