Bug 187591 - New port of rubygem-wdm
Summary: New port of rubygem-wdm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-14 19:20 UTC by joe
Modified: 2014-03-15 23:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.57 KB, text/plain)
2014-03-14 19:20 UTC, joe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2014-03-14 19:20:01 UTC
A new port of the wdm gem.

Fix: Patch attached with submission follows:
Comment 1 Steve Wills freebsd_committer freebsd_triage 2014-03-14 20:23:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-15 23:06:32 UTC
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@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@thrallingpenguin.com>
+# $FreeBSD$
+
+PORTNAME=	wdm
+PORTVERSION=	0.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	joe@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-03-15 23:07:04 UTC
State Changed
From-To: open->closed

New port added. Thanks!