Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 16:00:43 +0200
From:      Mateusz Piotrowski <0mp@freebsd.org>
To:        Michael Gmelin <grembo@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r511759 - in head/devel: . py-uhid-freebsd
Message-ID:  <CAD9iB3ek_C8fczRmbOVMjvBWWOK_3SekbUTeGJ3PGEVVu0h_pw@mail.gmail.com>
In-Reply-To: <201909101329.x8ADTYn5099584@repo.freebsd.org>
References:  <201909101329.x8ADTYn5099584@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Tue, 10 Sep 2019 at 15:30, Michael Gmelin <grembo@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAD9iB3ek_C8fczRmbOVMjvBWWOK_3SekbUTeGJ3PGEVVu0h_pw>