Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

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,15 @@
# $NetBSD: Makefile,v 1.5 2013/04/06 14:09:34 rodent Exp $
DISTNAME= directory_watcher-1.4.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${MASTER_SITE_RUBYGEMS:=directory_watcher/}
COMMENT= FAM-like facility for Ruby
LICENSE= mit
CONFLICTS+= ruby[1-9][0-9]-directory-watcher-[0-9]*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,14 @@
@comment $NetBSD: PLIST,v 1.5 2011/09/12 13:36:18 taca Exp $
bin/dw
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/README.txt
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/bin/dw
${GEM_LIBDIR}/lib/directory_watcher.rb
${GEM_LIBDIR}/lib/directory_watcher/coolio_scanner.rb
${GEM_LIBDIR}/lib/directory_watcher/em_scanner.rb
${GEM_LIBDIR}/lib/directory_watcher/rev_scanner.rb
${GEM_LIBDIR}/lib/directory_watcher/scanner.rb
${GEM_LIBDIR}/version.txt
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.4 2011/09/12 13:36:18 taca Exp $
SHA1 (directory_watcher-1.4.1.gem) = acecc69d216f51c52995edbbbcf28db76264f8b4
RMD160 (directory_watcher-1.4.1.gem) = e9df31a27948405585131dc95db22cec3cdffe37
Size (directory_watcher-1.4.1.gem) = 15360 bytes