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