Ticket #54305: Portfile.7

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

Removed i386 arch, included openmaintainer, and universal_variant set to no.

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