0455c278f8
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.
19 lines
357 B
Makefile
19 lines
357 B
Makefile
# $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>
|