- Add rubygem-listen 0.5.2
The Listen gem listens to file modifications and notifies you about the changes. Features: - Works everywhere! - Supports watching multiple directories from a single listener. - OS-specific adapters for Mac OS X 10.6+, Linux and Windows. - Automatic fallback to polling if OS-specific adapter doesn't work. - Detects files modification, addidation and removal. - Checksum comparaison for modifications made under the same second. - Allows supplying regexp-patterns to ignore and filter paths for better results. - Tested on all Ruby environments via travis-ci. WWW: https://github.com/guard/listen RG: https://rubygems.org/gems/listen
This commit is contained in:
parent
4181937538
commit
d52e796890
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305040
4 changed files with 40 additions and 0 deletions
|
@ -3839,6 +3839,7 @@
|
|||
SUBDIR += rubygem-kgio
|
||||
SUBDIR += rubygem-launchy
|
||||
SUBDIR += rubygem-linecache
|
||||
SUBDIR += rubygem-listen
|
||||
SUBDIR += rubygem-little_plugger
|
||||
SUBDIR += rubygem-locale
|
||||
SUBDIR += rubygem-lockfile
|
||||
|
|
22
devel/rubygem-listen/Makefile
Normal file
22
devel/rubygem-listen/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: rubygem-listen
|
||||
# Date created: 2012-06-05
|
||||
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= listen
|
||||
PORTVERSION= 0.5.2
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Listen to file modifications and notify about the changes
|
||||
|
||||
RUN_DEPENDS= rubygem-rb-inotify>=0.8.8:${PORTSDIR}/devel/rubygem-rb-inotify
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-listen/distinfo
Normal file
2
devel/rubygem-listen/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/listen-0.5.2.gem) = 2fa1d2072b8e842dce388ca2b83b19ec01a708f3534fc6bbc4f7bc79a0cf076e
|
||||
SIZE (rubygem/listen-0.5.2.gem) = 19456
|
15
devel/rubygem-listen/pkg-descr
Normal file
15
devel/rubygem-listen/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
The Listen gem listens to file modifications and notifies you about the changes.
|
||||
|
||||
Features:
|
||||
- Works everywhere!
|
||||
- Supports watching multiple directories from a single listener.
|
||||
- OS-specific adapters for Mac OS X 10.6+, Linux and Windows.
|
||||
- Automatic fallback to polling if OS-specific adapter doesn't work.
|
||||
- Detects files modification, addidation and removal.
|
||||
- Checksum comparaison for modifications made under the same second.
|
||||
- Allows supplying regexp-patterns to ignore and filter paths for better
|
||||
results.
|
||||
- Tested on all Ruby environments via travis-ci.
|
||||
|
||||
WWW: https://github.com/guard/listen
|
||||
RG: https://rubygems.org/gems/listen
|
Loading…
Reference in a new issue