1 | # -*- 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 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup github 1.0 |
---|
5 | |
---|
6 | github.setup cavaliercoder dmidecode-osx 3.1 v |
---|
7 | name dmidecode |
---|
8 | |
---|
9 | platforms darwin |
---|
10 | categories sysutils |
---|
11 | supported_archs x86_64 |
---|
12 | license GPL-2+ |
---|
13 | |
---|
14 | universal_variant no |
---|
15 | |
---|
16 | maintainers gmail.com:ndiscreet \ |
---|
17 | openmaintainer |
---|
18 | |
---|
19 | description Tool for dumping DMI (SMBIOS) contents in human-readable format. |
---|
20 | |
---|
21 | long_description dmidecode reports information about your system's hardware as described in your \ |
---|
22 | system BIOS according to the SMBIOS/DMI standard. This information typically \ |
---|
23 | includes system manufacturer, model name, serial number, BIOS version, asset tag \ |
---|
24 | as well as a lot of other details of varying level of interest and reliability \ |
---|
25 | depending on the manufacturer. This will often include usage status for the CPU \ |
---|
26 | sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the \ |
---|
27 | list of I/O ports (e.g. serial, parallel, USB). |
---|
28 | |
---|
29 | homepage http://www.nongnu.org/dmidecode |
---|
30 | |
---|
31 | checksums rmd160 cd2a93bf6b2bcb538e53c83cb1c33cd80d14e6ed \ |
---|
32 | sha256 e9a36b2eac6556a044e3aa8fbb47aebfa1637a0a01de16a5a02534081db746cd |
---|
33 | use_configure no |
---|
34 | |
---|
35 | destroot.destdir prefix=${destroot}${prefix} |
---|