mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 3.1
- Add LICENSE_FILE - Update pkg-descr Changes: http://git.savannah.gnu.org/cgit/dmidecode.git/plain/CHANGELOG
This commit is contained in:
parent
8945f9b8dc
commit
28ff228e47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441578
3 changed files with 12 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= dmidecode
|
PORTNAME= dmidecode
|
||||||
PORTVERSION= 3.0
|
PORTVERSION= 3.1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= SAVANNAH
|
MASTER_SITES= SAVANNAH
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Tool for dumping DMI (SMBIOS) contents in human-readable format
|
COMMENT= Tool for dumping DMI (SMBIOS) contents in human-readable format
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (dmidecode-3.0.tar.xz) = 7ec35bb193729c1d593a1460b59d82d24b89102ab23fd0416e6cf4325d077e45
|
TIMESTAMP = 1495555101
|
||||||
SIZE (dmidecode-3.0.tar.xz) = 58704
|
SHA256 (dmidecode-3.1.tar.xz) = d766ce9b25548c59b1e7e930505b4cad9a7bb0b904a1a391fbb604d529781ac0
|
||||||
|
SIZE (dmidecode-3.1.tar.xz) = 61204
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
Dmidecode is a tool or dumping a computer's DMI (some say SMBIOS) table
|
Dmidecode reports information about your system's hardware as described in your
|
||||||
contents in a human-readable format. The output contains a description of the
|
system BIOS according to the SMBIOS/DMI standard. This information typically
|
||||||
system's hardware components, as well as other useful pieces of information
|
includes system manufacturer, model name, serial number, BIOS version, asset tag
|
||||||
such as serial numbers and BIOS revision.
|
as well as a lot of other details of varying level of interest and reliability
|
||||||
|
depending on the manufacturer. This will often include usage status for the CPU
|
||||||
|
sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the
|
||||||
|
list of I/O ports (e.g. serial, parallel, USB).
|
||||||
|
|
||||||
WWW: http://www.nongnu.org/dmidecode/
|
WWW: http://www.nongnu.org/dmidecode/
|
||||||
|
|
Loading…
Add table
Reference in a new issue