aboutsummaryrefslogtreecommitdiff
path: root/net/py-wmi-query
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2017-09-20 01:55:00 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2017-09-20 01:55:00 +0000
commit2a0a2852b49e06f551dee50ef3e79bca374e31e2 (patch)
tree3356b2c4b5d20dd975f302a62c0ddc658496e226 /net/py-wmi-query
parent9d6c86011ae9fb426494b19275886f96600000af (diff)
downloadports-2a0a2852b49e06f551dee50ef3e79bca374e31e2.tar.gz
ports-2a0a2852b49e06f551dee50ef3e79bca374e31e2.zip
Notes
Diffstat (limited to 'net/py-wmi-query')
-rw-r--r--net/py-wmi-query/Makefile22
-rw-r--r--net/py-wmi-query/distinfo3
-rw-r--r--net/py-wmi-query/pkg-descr5
3 files changed, 30 insertions, 0 deletions
diff --git a/net/py-wmi-query/Makefile b/net/py-wmi-query/Makefile
new file mode 100644
index 000000000000..77c8340c78f7
--- /dev/null
+++ b/net/py-wmi-query/Makefile
@@ -0,0 +1,22 @@
+# Created by: Silvio Ap Silva aka kanazuchi <alvolivre@live.com>
+# $FreeBSD$
+
+PORTNAME= wmi-query
+PORTVERSION= 0.1.3
+CATEGORIES= net python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= alvolivre@live.com
+COMMENT= Python scripts to get wmi data classes in a dict
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}impacket>=0:net/py-impacket
+
+NO_ARCH= yes
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/net/py-wmi-query/distinfo b/net/py-wmi-query/distinfo
new file mode 100644
index 000000000000..53b0c7c37083
--- /dev/null
+++ b/net/py-wmi-query/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1505868209
+SHA256 (wmi-query-0.1.3.tar.gz) = 143137c2bdbf208e693055332b63cafde7a76ae4fb4a5894c174d436994814aa
+SIZE (wmi-query-0.1.3.tar.gz) = 3709
diff --git a/net/py-wmi-query/pkg-descr b/net/py-wmi-query/pkg-descr
new file mode 100644
index 000000000000..cb2770e22c0a
--- /dev/null
+++ b/net/py-wmi-query/pkg-descr
@@ -0,0 +1,5 @@
+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