diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-08 01:55:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-08 01:55:54 +0800 |
commit | 261a20bcdb66dc013053f902fa2db21b5004774b (patch) | |
tree | c712381439a49336088b12c522fd85ecde53cb5f /devel | |
parent | b12941c264a5828e7b9df30e811a16944e90da30 (diff) | |
download | freebsd-ports-gnome-261a20bcdb66dc013053f902fa2db21b5004774b.tar.gz freebsd-ports-gnome-261a20bcdb66dc013053f902fa2db21b5004774b.tar.zst freebsd-ports-gnome-261a20bcdb66dc013053f902fa2db21b5004774b.zip |
- 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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-notiffany/Makefile | 21 | ||||
-rw-r--r-- | devel/rubygem-notiffany/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-notiffany/pkg-descr | 11 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e4fd43c99ed6..d4e69c944ce0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-notiffany/Makefile b/devel/rubygem-notiffany/Makefile new file mode 100644 index 000000000000..e4f37c043285 --- /dev/null +++ b/devel/rubygem-notiffany/Makefile @@ -0,0 +1,21 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> diff --git a/devel/rubygem-notiffany/distinfo b/devel/rubygem-notiffany/distinfo new file mode 100644 index 000000000000..0a09de1b0c1a --- /dev/null +++ b/devel/rubygem-notiffany/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/notiffany-0.0.2.gem) = 0decb18ecef2b2d9a91df8bf1a0ec94c0bfd8bde1ec98f9bd15b1f8847b0d992 +SIZE (rubygem/notiffany-0.0.2.gem) = 191488 diff --git a/devel/rubygem-notiffany/pkg-descr b/devel/rubygem-notiffany/pkg-descr new file mode 100644 index 000000000000..15d09df73ee1 --- /dev/null +++ b/devel/rubygem-notiffany/pkg-descr @@ -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 |