# -*- 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 d46f0eafa63541647c34f63b9161e774e2221b98 name usbids version 2019.10.25 categories sysutils platforms darwin license {GPL-2+ BSD} maintainers {lbschenkel @lbschenkel} openmaintainer supported_archs noarch description The USB ID Repository long_description This is a public repository of all known ID's used \ in USB devices: ID's 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 checksums rmd160 c468db16bccc5a3aab448d44a0f02cf685ace29d \ sha256 2001945f3f620ccc6d737048599d8d007eead650895cd41980eb5e6c73c017ca \ size 226636 use_configure no build {} destroot { exec /usr/bin/gzip -9 ${worksrcpath}/usb.ids xinstall -m 644 ${worksrcpath}/usb.ids.gz ${destroot}${prefix}/share } livecheck.version ${version} livecheck.type regex livecheck.url https://raw.githubusercontent.com/usbids/usbids/master/usb.ids livecheck.regex {Version: (\d{4}\.\d{2}\.\d{2})}