diff options
author | tota <tota@FreeBSD.org> | 2011-08-18 14:03:24 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-08-18 14:03:24 +0800 |
commit | 616e2ce4b308fd6ac26656637407284ea7bb4d83 (patch) | |
tree | 991dec487f0ae5857f83643faea2ecc4e74ce797 /net/Makefile | |
parent | 9c2c1e523deb299132aae85f1b46afb4cc497203 (diff) | |
download | freebsd-ports-gnome-616e2ce4b308fd6ac26656637407284ea7bb4d83.tar.gz freebsd-ports-gnome-616e2ce4b308fd6ac26656637407284ea7bb4d83.tar.zst freebsd-ports-gnome-616e2ce4b308fd6ac26656637407284ea7bb4d83.zip |
- Add a new port: net/ruby-growl
A pure-ruby growl notifier. ruby-growl allows you to perform Growl
notification via UDP from machines without growl installed (for
example, non-OSX machines).
What's Growl? Growl is a really cool "global notification system
for Mac OS X". See http://growl.info/
See also the Ruby Growl bindings in Growl's subversion repository:
http://growl.info/documentation/growl-source-install.php
ruby-growl also contains a command-line notification tool named
'growl'. Where possible, it isoption-compatible with growlnotify.
(Use --priority instead of -p.)
WWW: http://rubyforge.org/projects/ruby-growl/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index e9291ce9c720..6f9a7606a61e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -943,6 +943,7 @@ SUBDIR += rtpproxy SUBDIR += rtptools SUBDIR += ruby-dict + SUBDIR += ruby-growl SUBDIR += ruby-icmp SUBDIR += ruby-ldap SUBDIR += ruby-net-geoip |