svn commit: r511759 - in head/devel: . py-uhid-freebsd
Mateusz Piotrowski
0mp at freebsd.org
Tue Sep 10 14:00:54 UTC 2019
Hi,
On Tue, 10 Sep 2019 at 15:30, Michael Gmelin <grembo at freebsd.org> wrote:
> 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}
>
This is not necessary, as it is the default value anyway.
More information about the svn-ports-head
mailing list