Import ruby-directory_watcher 1.3.2, dependency of ruby-jekyll

The directory watcher operates by scanning a directory at some interval
and generating a list of files based on a user supplied glob pattern. As
the file list changes from one interval to the next, events are
generated and dispatched to registered observers. Three types of events
are supported--added, modified, and removed.
This commit is contained in:
jeremy 2010-12-20 18:19:54 +00:00
parent 4709876089
commit 0455c278f8
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/20 18:19:54 jeremy Exp $
COMMENT = apply actions to directory changes
DISTNAME = directory_watcher-1.3.2
CATEGORIES = sysutils
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (directory_watcher-1.3.2.gem) = BncrnvPZtj6i8+MZa/donQ==
RMD160 (directory_watcher-1.3.2.gem) = f8caJVydKfmWKfQYSW9EiuatsJk=
SHA1 (directory_watcher-1.3.2.gem) = 5P8PTU23HGLNhqXo/GuokE+SSQo=
SHA256 (directory_watcher-1.3.2.gem) = roo0PPtRrY8c2eVvuC/CMue6uS4G304iqv/AwB+4i/k=
SIZE (directory_watcher-1.3.2.gem) = 14848

View File

@ -0,0 +1,5 @@
The directory watcher operates by scanning a directory at some interval
and generating a list of files based on a user supplied glob pattern. As
the file list changes from one interval to the next, events are
generated and dispatched to registered observers. Three types of events
are supported--added, modified, and removed.

View File

@ -0,0 +1,14 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/20 18:19:54 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/History.txt
${GEM_LIB}/gems/${DISTNAME}/README.txt
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/directory_watcher/
${GEM_LIB}/gems/${DISTNAME}/lib/directory_watcher.rb
${GEM_LIB}/gems/${DISTNAME}/lib/directory_watcher/em_scanner.rb
${GEM_LIB}/gems/${DISTNAME}/lib/directory_watcher/rev_scanner.rb
${GEM_LIB}/gems/${DISTNAME}/lib/directory_watcher/scanner.rb
${GEM_LIB}/gems/${DISTNAME}/version.txt
${GEM_LIB}/specifications/${DISTNAME}.gemspec