Permalink
| @@ -1,36 +1,13 @@ | ||
| PortSystem 1.0 | ||
| PortGroup github 1.0 | ||
| # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
|
||
| github.setup signal11 hidapi 0.8.0-rc1 hidapi- | ||
| name libhidapi | ||
| PortSystem 1.0 | ||
| PortGroup obsolete 1.0 | ||
|
|
||
| categories devel | ||
| maintainers nomaintainer | ||
| description library for HID device access | ||
| long_description \ | ||
| library for use by user level applications to \ | ||
| access HID-class devices regardless of OS. \ | ||
| On OS X, access to HID devices is provided through \ | ||
| IOHidManager. | ||
| license {GPL-3 BSD HIDAPI} | ||
| homepage http://www.signal11.us/oss/hidapi/ | ||
| platforms darwin | ||
| # This port is obsolete and can be removed after 2019-03-21 | ||
|
|
||
| # Github project archive files conform to neither the 'downloads' nor the | ||
| # 'releases' scheme supported by the github 1.0 portgroup. | ||
| github.master_sites https://github.com/${github.author}/${github.project}/archive/ | ||
|
|
||
| # Override non-standard tag names for github livecheck | ||
| distname hidapi-${version} | ||
|
|
||
| checksums rmd160 546c7df938595fa7c731c5f44477158626728fa3 \ | ||
| sha256 3c147200bf48a04c1e927cd81589c5ddceff61e6dac137a605f6ac9793f4af61 | ||
|
|
||
| worksrcdir hidapi-hidapi-${version} | ||
|
|
||
| use_autoreconf yes | ||
|
|
||
| variant testgui description {Test GUI for libhidapi} { | ||
| configure.args-append --enable-testgui | ||
| depends_lib-append port:fox | ||
| } | ||
| name libhidapi | ||
| version 0.8.0-rc1 | ||
| revision 1 | ||
| categories devel | ||
| license {GPL-3 BSD HIDAPI} | ||
| replaced_by hidapi-devel |