svn commit: r511759 - in head/devel: . py-uhid-freebsd
Michael Gmelin
grembo at FreeBSD.org
Tue Sep 10 13:29:36 UTC 2019
Author: grembo
Date: Tue Sep 10 13:29:34 2019
New Revision: 511759
URL: https://svnweb.freebsd.org/changeset/ports/511759
Log:
New port to allow getting details on UHID devices (/dev/uhid*)
Added:
head/devel/py-uhid-freebsd/
head/devel/py-uhid-freebsd/Makefile (contents, props changed)
head/devel/py-uhid-freebsd/distinfo (contents, props changed)
head/devel/py-uhid-freebsd/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Tue Sep 10 13:20:45 2019 (r511758)
+++ head/devel/Makefile Tue Sep 10 13:29:34 2019 (r511759)
@@ -5118,6 +5118,7 @@
SUBDIR += py-tzlocal
SUBDIR += py-u-msgpack-python
SUBDIR += py-ua_parser
+ SUBDIR += py-uhid-freebsd
SUBDIR += py-ujson
SUBDIR += py-uncompyle2
SUBDIR += py-unicodecsv
Added: head/devel/py-uhid-freebsd/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-uhid-freebsd/Makefile Tue Sep 10 13:29:34 2019 (r511759)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= uhid-freebsd
+PORTVERSION= 0.9
+DISTVERSIONPREFIX= v
+CATEGORIES= devel python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= grembo at FreeBSD.org
+COMMENT= Python library to retrieve information on uhid devices
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+USE_GITHUB= yes
+GH_ACCOUNT= grembo
+GH_PROJECT= ${PORTNAME}
+
+.include <bsd.port.mk>
Added: head/devel/py-uhid-freebsd/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-uhid-freebsd/distinfo Tue Sep 10 13:29:34 2019 (r511759)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1568120917
+SHA256 (grembo-uhid-freebsd-v0.9_GH0.tar.gz) = a391a47a78b5fb347de614b5a1b4bfc0bffb4caf13c2029a4626b1fff5118309
+SIZE (grembo-uhid-freebsd-v0.9_GH0.tar.gz) = 3724
Added: head/devel/py-uhid-freebsd/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/py-uhid-freebsd/pkg-descr Tue Sep 10 13:29:34 2019 (r511759)
@@ -0,0 +1,4 @@
+uhid-freebsd is a Python library to retrieve information on USB HID devices
+on FreeBSD (/dev/uhid*).
+
+WWW: https://github.com/grembo/uhid-freebsd
More information about the svn-ports-all
mailing list