Files
2026-07-04 17:43:41 +04:00

28 lines
979 B
Tcl

# -*- 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 vcrhonek hwdata 0.409 v
github.tarball_from archive
revision 0
categories sysutils
platforms {darwin any}
supported_archs noarch
license {GPL-2+ BSD}
maintainers {makr @mohd-akram} openmaintainer
description hardware identification and configuration data
long_description hwdata contains various hardware identification and \
configuration data, such as the pci.ids and usb.ids \
databases.
checksums rmd160 94acc5e14c94926f44162cd062c59097b6c1d29c \
sha256 23006accc0f931dd5187d0307a57d0744e2b8feb85e73c37bc0f5229fb31eadd \
size 2632534
platform darwin {
configure.args-append --disable-blacklist
}