svn commit: r348384 - in head/devel: . rubygem-wdm
Steve Wills
swills at FreeBSD.org
Sat Mar 15 23:06:29 UTC 2014
Author: swills
Date: Sat Mar 15 23:06:27 2014
New Revision: 348384
URL: http://svnweb.freebsd.org/changeset/ports/348384
QAT: https://qat.redports.org/buildarchive/r348384/
Log:
Windows Directory Monitor (WDM) is a library which can be used to monitor
directories for changes. It's mostly implemented in C and uses the Win32 API
for a better performance.
WWW: https://github.com/Maher4Ever/wdm
PR: ports/187591
Submitted by: Joseph Benden <joe at thrallingpenguin.com>
Added:
head/devel/rubygem-wdm/
head/devel/rubygem-wdm/Makefile (contents, props changed)
head/devel/rubygem-wdm/distinfo (contents, props changed)
head/devel/rubygem-wdm/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Mar 15 22:44:32 2014 (r348383)
+++ head/devel/Makefile Sat Mar 15 23:06:27 2014 (r348384)
@@ -4399,6 +4399,7 @@
SUBDIR += rubygem-virtus
SUBDIR += rubygem-warbler
SUBDIR += rubygem-warden
+ SUBDIR += rubygem-wdm
SUBDIR += rubygem-webby
SUBDIR += rubygem-xpath
SUBDIR += rubygem-yajl-ruby
Added: head/devel/rubygem-wdm/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-wdm/Makefile Sat Mar 15 23:06:27 2014 (r348384)
@@ -0,0 +1,18 @@
+# Created by: Joseph Benden <joe at thrallingpenguin.com>
+# $FreeBSD$
+
+PORTNAME= wdm
+PORTVERSION= 0.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= joe at thrallingpenguin.com
+COMMENT= Library for monitoring directories for changes
+
+LICENSE= BSD
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-wdm/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-wdm/distinfo Sat Mar 15 23:06:27 2014 (r348384)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/wdm-0.1.0.gem) = b8b5e14854738cba39c2c97ebd6dc9ed39be934bf9167bd80dd87d0f777460b9
+SIZE (rubygem/wdm-0.1.0.gem) = 18944
Added: head/devel/rubygem-wdm/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-wdm/pkg-descr Sat Mar 15 23:06:27 2014 (r348384)
@@ -0,0 +1,5 @@
+Windows Directory Monitor (WDM) is a library which can be used to monitor
+directories for changes. It's mostly implemented in C and uses the Win32 API
+for a better performance.
+
+WWW: https://github.com/Maher4Ever/wdm
More information about the svn-ports-all
mailing list