Bug 222451 - [NEW PORT] net/py-wmi-query: Python scripts to get wmi data classes in a dict
Summary: [NEW PORT] net/py-wmi-query: Python scripts to get wmi data classes in a dict
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Danilo G. Baio
URL: https://github.com/kanazux/wmi-query
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-19 14:05 UTC by Silvio Ap Silva
Modified: 2017-09-20 02:00 UTC (History)
2 users (show)

See Also:


Attachments
Shar file for the new package (1.59 KB, text/plain)
2017-09-19 14:05 UTC, Silvio Ap Silva
no flags Details
Fixed email and added license [shar file] (1.53 KB, text/plain)
2017-09-19 17:43 UTC, Silvio Ap Silva
no flags Details
Fixed dir name (1.57 KB, text/plain)
2017-09-19 18:24 UTC, Silvio Ap Silva
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Silvio Ap Silva 2017-09-19 14:05:41 UTC
Created attachment 186541 [details]
Shar file for the new package
Comment 1 Silvio Ap Silva 2017-09-19 14:09:15 UTC
Simple library and script to get wmi classes objects into a defaultdict.
The script wmi-query read, convert into a defaultdict and print on the screen.
Comment 2 Silvio Ap Silva 2017-09-19 17:43:49 UTC
Created attachment 186548 [details]
Fixed email and added license [shar file]

New shar file
Added license and change email.
Comment 3 Silvio Ap Silva 2017-09-19 18:24:13 UTC
Created attachment 186551 [details]
Fixed dir name

Fixed dir name
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-09-20 01:55:18 UTC
A commit references this bug:

Author: dbaio
Date: Wed Sep 20 01:55:00 UTC 2017
New revision: 450185
URL: https://svnweb.freebsd.org/changeset/ports/450185

Log:
  Add net/py-wmi-query, Python scripts to get wmi data classes in a dict

  Simple Python lib to get wmi data classes in a dict.
  The script wmi_query make a query and print on the screen the wmi class object.
  Both keys and values will be printed for each object returned by the query.

  WWW: https://github.com/kanazux/wmi-query

  PR:		222451
  Submitted by:	Silvio Ap Silva <alvolivre@live.com>

Changes:
  head/net/Makefile
  head/net/py-wmi-query/
  head/net/py-wmi-query/Makefile
  head/net/py-wmi-query/distinfo
  head/net/py-wmi-query/pkg-descr
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-09-20 01:58:23 UTC
A commit references this bug:

Author: dbaio
Date: Wed Sep 20 01:57:56 UTC 2017
New revision: 50888
URL: https://svnweb.freebsd.org/changeset/doc/50888

Log:
  Add Silvio Ap Silva to contributors for net/py-wmi-query

  PR:		222451

Changes:
  head/en_US.ISO8859-1/articles/contributors/contrib.additional.xml
Comment 6 Danilo G. Baio freebsd_committer freebsd_triage 2017-09-20 02:00:11 UTC
Committed, thanks!