sysutils/ruby-directory-watcher. 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.
12 lines
366 B
Makefile
12 lines
366 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:20:53 jlam Exp $
|
|
|
|
DISTNAME= directory_watcher-1.1.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/codeforpeople/
|
|
COMMENT= FAM-like facility for Ruby
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|