New port, textproc/rubygem-sass-listen: Listen for file modifications and

notify about the changes

WWW: https://github.com/sass/listen
This commit is contained in:
Joseph Mingrone 2017-08-01 17:57:54 +00:00
parent d95613a5b7
commit c5b05a35ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447062
4 changed files with 34 additions and 0 deletions

View File

@ -1553,6 +1553,7 @@
SUBDIR += rubygem-rugments
SUBDIR += rubygem-sanitize
SUBDIR += rubygem-sass
SUBDIR += rubygem-sass-listen
SUBDIR += rubygem-sass-rails-rails5
SUBDIR += rubygem-sass-rails-rails50
SUBDIR += rubygem-sass-rails5

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= sass-listen
PORTVERSION= 4.0.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= jrm@FreeBSD.org
COMMENT= Listens to file modifications
LICENSE= MIT
RUN_DEPENDS= rubygem-rb-fsevent>=0.9.4:devel/rubygem-rb-fsevent \
rubygem-rb-inotify>=0.9.7:devel/rubygem-rb-inotify
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1501609088
SHA256 (rubygem/sass-listen-4.0.0.gem) = ae9dcb76dd3e234329e5ba6e213f48e532c5a3e7b0b4d8a87f13aaca0cc18377
SIZE (rubygem/sass-listen-4.0.0.gem) = 27136

View File

@ -0,0 +1,9 @@
The Listen gem listens for file modifications and notifies about changes.
- OS-optimized adapters on MRI for Mac OS X 10.6+, Linux, *BSD and Windows
- Detects file modification, addition and removal
- You can watch multiple directories
- Regexp-patterns for ignoring paths for more accuracy and speed
- Increased change detection accuracy on OS X HFS and VFAT volumes
WWW: https://github.com/sass/listen