pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ruby-sass-listen www/ruby-sass-listen: add version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6ba5d05bef5
branches:  trunk
changeset: 330174:b6ba5d05bef5
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 24 15:50:25 2019 +0000

description:
www/ruby-sass-listen: add version 4.0.0 package

This fork of guard/listen provides a stable API for users of the ruby Sass CLI.

Listen

The Listen gem listens to file modifications and notifies you about the changes.

Features

* OS-optimized adapters on MRI for Mac OS X 10.6+, Linux, \*BSD and Windows,
  [more info](#listen-adapters) below.
* 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.
* Tested on MRI Ruby environments (2.0+ only) via
  [Travis CI](https://travis-ci.org/guard/listen).

diffstat:

 www/ruby-sass-listen/DESCR    |  16 ++++++++++++++++
 www/ruby-sass-listen/Makefile |  17 +++++++++++++++++
 www/ruby-sass-listen/PLIST    |  37 +++++++++++++++++++++++++++++++++++++
 www/ruby-sass-listen/distinfo |   6 ++++++
 4 files changed, 76 insertions(+), 0 deletions(-)

diffs (92 lines):

diff -r fae5b9e1e30a -r b6ba5d05bef5 www/ruby-sass-listen/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-sass-listen/DESCR        Sun Feb 24 15:50:25 2019 +0000
@@ -0,0 +1,16 @@
+This fork of guard/listen provides a stable API for users of the ruby Sass CLI.
+
+Listen
+
+The Listen gem listens to file modifications and notifies you about the changes.
+
+Features
+
+* OS-optimized adapters on MRI for Mac OS X 10.6+, Linux, \*BSD and Windows,
+  [more info](#listen-adapters) below.
+* 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.
+* Tested on MRI Ruby environments (2.0+ only) via
+  [Travis CI](https://travis-ci.org/guard/listen).
diff -r fae5b9e1e30a -r b6ba5d05bef5 www/ruby-sass-listen/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-sass-listen/Makefile     Sun Feb 24 15:50:25 2019 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2019/02/24 15:50:25 taca Exp $
+#
+
+DISTNAME=      sass-listen-4.0.0
+CATEGORIES=    www devel ruby
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/sass/listen
+COMMENT=       listens to file modifications and notifies
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.4:../../devel/ruby-rb-fsevent
+DEPENDS+=      ${RUBY_PKGPREFIX}-rb-inotify>=0.9.7:../../devel/ruby-rb-inotify
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fae5b9e1e30a -r b6ba5d05bef5 www/ruby-sass-listen/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-sass-listen/PLIST        Sun Feb 24 15:50:25 2019 +0000
@@ -0,0 +1,37 @@
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/sass-listen.rb
+${GEM_LIBDIR}/lib/sass-listen/adapter.rb
+${GEM_LIBDIR}/lib/sass-listen/adapter/base.rb
+${GEM_LIBDIR}/lib/sass-listen/adapter/bsd.rb
+${GEM_LIBDIR}/lib/sass-listen/adapter/config.rb
+${GEM_LIBDIR}/lib/sass-listen/adapter/darwin.rb
+${GEM_LIBDIR}/lib/sass-listen/adapter/linux.rb
+${GEM_LIBDIR}/lib/sass-listen/adapter/polling.rb
+${GEM_LIBDIR}/lib/sass-listen/adapter/windows.rb
+${GEM_LIBDIR}/lib/sass-listen/backend.rb
+${GEM_LIBDIR}/lib/sass-listen/change.rb
+${GEM_LIBDIR}/lib/sass-listen/cli.rb
+${GEM_LIBDIR}/lib/sass-listen/directory.rb
+${GEM_LIBDIR}/lib/sass-listen/event/config.rb
+${GEM_LIBDIR}/lib/sass-listen/event/loop.rb
+${GEM_LIBDIR}/lib/sass-listen/event/processor.rb
+${GEM_LIBDIR}/lib/sass-listen/event/queue.rb
+${GEM_LIBDIR}/lib/sass-listen/file.rb
+${GEM_LIBDIR}/lib/sass-listen/fsm.rb
+${GEM_LIBDIR}/lib/sass-listen/internals/thread_pool.rb
+${GEM_LIBDIR}/lib/sass-listen/listener.rb
+${GEM_LIBDIR}/lib/sass-listen/listener/config.rb
+${GEM_LIBDIR}/lib/sass-listen/logger.rb
+${GEM_LIBDIR}/lib/sass-listen/options.rb
+${GEM_LIBDIR}/lib/sass-listen/queue_optimizer.rb
+${GEM_LIBDIR}/lib/sass-listen/record.rb
+${GEM_LIBDIR}/lib/sass-listen/record/entry.rb
+${GEM_LIBDIR}/lib/sass-listen/record/symlink_detector.rb
+${GEM_LIBDIR}/lib/sass-listen/silencer.rb
+${GEM_LIBDIR}/lib/sass-listen/silencer/controller.rb
+${GEM_LIBDIR}/lib/sass-listen/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r fae5b9e1e30a -r b6ba5d05bef5 www/ruby-sass-listen/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-sass-listen/distinfo     Sun Feb 24 15:50:25 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/24 15:50:25 taca Exp $
+
+SHA1 (sass-listen-4.0.0.gem) = 9c69611007c679c7d48e1f20e03580c99c6b4d6f
+RMD160 (sass-listen-4.0.0.gem) = 445af828a06451e6536275d60fd40cb161fdfe11
+SHA512 (sass-listen-4.0.0.gem) = a165d1cb0efbb7acea01679591b9d28554648335025a7e062c2319289c01a7b345b0408946e2b565daf0950e8d7b6cf5fce936a821a4e30ac33c5f5436b0db20
+Size (sass-listen-4.0.0.gem) = 27136 bytes



Home | Main Index | Thread Index | Old Index