svn commit: r376478 - in head/devel: . rubygem-notiffany

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 7 17:55:56 UTC 2015


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	notiffany
+PORTVERSION=	0.0.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list