svn commit: r365441 - in head/devel: . rubygem-wmi-lite
Bartek Rutkowski
robak at FreeBSD.org
Wed Aug 20 11:20:06 UTC 2014
Author: robak
Date: Wed Aug 20 11:20:04 2014
New Revision: 365441
URL: http://svnweb.freebsd.org/changeset/ports/365441
QAT: https://qat.redports.org/buildarchive/r365441/
Log:
devel/rubygem-wmi-lite: NEW PORT - Lightweight utility over win32ole for accessing basic WMI
PR: 192334
Submitted by: Renaud Chaput <renchap at cocoa-x.com>
Approved by: swills (mentor)
Added:
head/devel/rubygem-wmi-lite/
head/devel/rubygem-wmi-lite/Makefile (contents, props changed)
head/devel/rubygem-wmi-lite/distinfo (contents, props changed)
head/devel/rubygem-wmi-lite/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Wed Aug 20 08:22:28 2014 (r365440)
+++ head/devel/Makefile Wed Aug 20 11:20:04 2014 (r365441)
@@ -4542,6 +4542,7 @@
SUBDIR += rubygem-warden
SUBDIR += rubygem-wdm
SUBDIR += rubygem-webby
+ SUBDIR += rubygem-wmi-lite
SUBDIR += rubygem-xpath
SUBDIR += rubygem-yajl-ruby
SUBDIR += rubygem-yui-compressor
Added: head/devel/rubygem-wmi-lite/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-wmi-lite/Makefile Wed Aug 20 11:20:04 2014 (r365441)
@@ -0,0 +1,19 @@
+# Created by: renchap at cocoa-x.com
+# $FreeBSD$
+
+PORTNAME= wmi-lite
+PORTVERSION= 1.0.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= renchap at cocoa-x.com
+COMMENT= Lightweight utility over win32ole for accessing basic WMI
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-wmi-lite/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-wmi-lite/distinfo Wed Aug 20 11:20:04 2014 (r365441)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/wmi-lite-1.0.0.gem) = e3277c115b4dc58cdfd18224646248bec30d389e4241ae2184d7b227b23cf51a
+SIZE (rubygem/wmi-lite-1.0.0.gem) = 15872
Added: head/devel/rubygem-wmi-lite/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-wmi-lite/pkg-descr Wed Aug 20 11:20:04 2014 (r365441)
@@ -0,0 +1,6 @@
+Lightweight utility over win32ole for accessing basic WMI (Windows Management
+Instrumentation) functionality in the Microsoft Windows operating system. It has
+no runtime dependencies other than Ruby, so it can be used without concerns
+around dependency issues.
+
+WWW: https://github.com/opscode/wmi-lite
More information about the svn-ports-all
mailing list