Ticket #54305: Portfile

File Portfile, 1.6 KB (added by chicagotripp (Altoine Barker), 7 years ago)

dmidecode-osx Portfile

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