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:
parent
4709876089
commit
0455c278f8
18
sysutils/ruby-directory_watcher/Makefile
Normal file
18
sysutils/ruby-directory_watcher/Makefile
Normal 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>
|
5
sysutils/ruby-directory_watcher/distinfo
Normal file
5
sysutils/ruby-directory_watcher/distinfo
Normal 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
|
5
sysutils/ruby-directory_watcher/pkg/DESCR
Normal file
5
sysutils/ruby-directory_watcher/pkg/DESCR
Normal 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.
|
14
sysutils/ruby-directory_watcher/pkg/PLIST
Normal file
14
sysutils/ruby-directory_watcher/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user