mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- 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
This commit is contained in:
parent
bfa84234b8
commit
148d196d4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376478
@ -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
|
||||
|
21
devel/rubygem-notiffany/Makefile
Normal file
21
devel/rubygem-notiffany/Makefile
Normal file
@ -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>
|
2
devel/rubygem-notiffany/distinfo
Normal file
2
devel/rubygem-notiffany/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/notiffany-0.0.2.gem) = 0decb18ecef2b2d9a91df8bf1a0ec94c0bfd8bde1ec98f9bd15b1f8847b0d992
|
||||
SIZE (rubygem/notiffany-0.0.2.gem) = 191488
|
11
devel/rubygem-notiffany/pkg-descr
Normal file
11
devel/rubygem-notiffany/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user