# -*- 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 PortSystem 1.0 PortGroup github 1.0 github.setup usbids usbids e3a144ac314fe8cf30c2c097e05b3ce913b67f87 version 2024.07.04 revision 0 checksums rmd160 4763a8b0f75d90e9bccdf942b3a4e94ecbd8da94 \ sha256 c7e2c7a8077833b632856f0654aa7844160b6ab897636cc0836c4cdaad091c08 \ size 267967 categories sysutils license {GPL-2+ BSD} maintainers nomaintainer supported_archs noarch platforms any description The USB ID Repository long_description This is a public repository of all known IDs used \ in USB devices: IDs of vendors, devices, \ subsystems and device classes. It is used in \ various programs (e.g., The USB Utilities) to \ display full human-readable names instead of \ cryptic numeric codes. homepage http://www.linux-usb.org/usb-ids.html github.tarball_from archive use_configure no build {} destroot { xinstall -m 644 ${worksrcpath}/usb.ids ${destroot}${prefix}/share } livecheck.version ${version} livecheck.type regex livecheck.url ${github.raw}/master/usb.ids livecheck.regex {Version: (\d{4}\.\d{2}\.\d{2})}