diff options
author | taca <taca@pkgsrc.org> | 2011-06-19 07:36:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-19 07:36:15 +0000 |
commit | 59400518a2f78f8466b110d15ff67e358cea34c6 (patch) | |
tree | 86967c149959de6a615e85a0d421fcc2ed981849 /sysutils/ruby-fssm | |
parent | da7cee2291d3dfea2097816d1d7920bd15e18cb0 (diff) | |
download | pkgsrc-59400518a2f78f8466b110d15ff67e358cea34c6.tar.gz |
Importing ruby-fssm package version 0.2.7. It is needed by newer
ruby-compass pacakge.
The File System State Monitor keeps track of the state of any number
of paths and will fire events when said state changes
(create/update/delete). FSSM supports using FSEvents on MacOS, Inotify
on GNU/Linux, and polling anywhere else.
Diffstat (limited to 'sysutils/ruby-fssm')
-rw-r--r-- | sysutils/ruby-fssm/DESCR | 4 | ||||
-rw-r--r-- | sysutils/ruby-fssm/Makefile | 12 | ||||
-rw-r--r-- | sysutils/ruby-fssm/PLIST | 39 | ||||
-rw-r--r-- | sysutils/ruby-fssm/distinfo | 5 |
4 files changed, 60 insertions, 0 deletions
diff --git a/sysutils/ruby-fssm/DESCR b/sysutils/ruby-fssm/DESCR new file mode 100644 index 00000000000..f5360c19235 --- /dev/null +++ b/sysutils/ruby-fssm/DESCR @@ -0,0 +1,4 @@ +The File System State Monitor keeps track of the state of any number +of paths and will fire events when said state changes +(create/update/delete). FSSM supports using FSEvents on MacOS, Inotify +on GNU/Linux, and polling anywhere else. diff --git a/sysutils/ruby-fssm/Makefile b/sysutils/ruby-fssm/Makefile new file mode 100644 index 00000000000..6652ccc6e84 --- /dev/null +++ b/sysutils/ruby-fssm/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 07:36:15 taca Exp $ + +DISTNAME= fssm-0.2.7 +CATEGORIES= graphics + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/ttilley/fssm +COMMENT= File System State Monitor +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/ruby-fssm/PLIST b/sysutils/ruby-fssm/PLIST new file mode 100644 index 00000000000..ab95ab93127 --- /dev/null +++ b/sysutils/ruby-fssm/PLIST @@ -0,0 +1,39 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/06/19 07:36:15 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.markdown +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/example.rb +${GEM_LIBDIR}/fssm.gemspec +${GEM_LIBDIR}/lib/fssm.rb +${GEM_LIBDIR}/lib/fssm/backends/fsevents.rb +${GEM_LIBDIR}/lib/fssm/backends/inotify.rb +${GEM_LIBDIR}/lib/fssm/backends/polling.rb +${GEM_LIBDIR}/lib/fssm/backends/rbfsevent.rb +${GEM_LIBDIR}/lib/fssm/backends/rubycocoa/fsevents.rb +${GEM_LIBDIR}/lib/fssm/monitor.rb +${GEM_LIBDIR}/lib/fssm/path.rb +${GEM_LIBDIR}/lib/fssm/pathname.rb +${GEM_LIBDIR}/lib/fssm/state/directory.rb +${GEM_LIBDIR}/lib/fssm/state/file.rb +${GEM_LIBDIR}/lib/fssm/support.rb +${GEM_LIBDIR}/lib/fssm/tree.rb +${GEM_LIBDIR}/lib/fssm/version.rb +${GEM_LIBDIR}/profile/prof-cache.rb +${GEM_LIBDIR}/profile/prof-fssm-pathname.html +${GEM_LIBDIR}/profile/prof-pathname-rubinius.rb +${GEM_LIBDIR}/profile/prof-pathname.rb +${GEM_LIBDIR}/profile/prof-plain-pathname.html +${GEM_LIBDIR}/profile/prof.html +${GEM_LIBDIR}/spec/count_down_latch.rb +${GEM_LIBDIR}/spec/monitor_spec.rb +${GEM_LIBDIR}/spec/path_spec.rb +${GEM_LIBDIR}/spec/root/duck/quack.txt +${GEM_LIBDIR}/spec/root/file.css +${GEM_LIBDIR}/spec/root/file.rb +${GEM_LIBDIR}/spec/root/file.yml +${GEM_LIBDIR}/spec/root/moo/cow.txt +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/sysutils/ruby-fssm/distinfo b/sysutils/ruby-fssm/distinfo new file mode 100644 index 00000000000..a1109bfabe5 --- /dev/null +++ b/sysutils/ruby-fssm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/06/19 07:36:15 taca Exp $ + +SHA1 (fssm-0.2.7.gem) = a76aad02acbc7ae1763533f3e50487745c017eba +RMD160 (fssm-0.2.7.gem) = 2287126a9865f293269e88a3270d47dea133e282 +Size (fssm-0.2.7.gem) = 25088 bytes |