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