Ticket #54305: Portfile.4

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

Portfile with the line "This is an OS X native port of dmidecode" removed from long_description.

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