diff options
Diffstat (limited to 'sysutils/pciutils')
-rw-r--r-- | sysutils/pciutils/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pciutils/distinfo | 6 | ||||
-rw-r--r-- | sysutils/pciutils/pkg-descr | 16 |
3 files changed, 13 insertions, 11 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile index a7e175603715..bb869816e867 100644 --- a/sysutils/pciutils/Makefile +++ b/sysutils/pciutils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciutils -PORTVERSION= 3.5.6 +PORTVERSION= 3.6.1 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \ diff --git a/sysutils/pciutils/distinfo b/sysutils/pciutils/distinfo index 72b1f8df05a2..8a997c0b48f1 100644 --- a/sysutils/pciutils/distinfo +++ b/sysutils/pciutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1511061066 -SHA256 (pciutils-3.5.6.tar.xz) = f346eeb90cce0910c05b877fe49eadc760fa084c0455fd313e39d4b2c2d4bb21 -SIZE (pciutils-3.5.6.tar.xz) = 328256 +TIMESTAMP = 1533411572 +SHA256 (pciutils-3.6.1.tar.xz) = fcc0431cc951c3563f1e4f946d27c8e2161cfd81f25316e6bd783fa6118469e0 +SIZE (pciutils-3.6.1.tar.xz) = 337264 diff --git a/sysutils/pciutils/pkg-descr b/sysutils/pciutils/pkg-descr index d4d39cc06d12..0678a321cd2a 100644 --- a/sysutils/pciutils/pkg-descr +++ b/sysutils/pciutils/pkg-descr @@ -1,8 +1,10 @@ -The PCI Utilities package contains various utilities dealing -with the PCI bus, and also a library for portable access to -PCI configuration registers. It includes `lspci' for listing -all PCI devices (very useful for debugging of both kernel and -device drivers) and `setpci' for manual configuration of PCI -devices. +The PCI Utilities are a collection of programs for inspecting and manipulating +configuration of PCI devices, all based on a common portable library libpci. -WWW: http://mj.ucw.cz/sw/pciutils/ +The utilities include: +- lspci: displays detailed information about all PCI buses and devices in the + system +- setpci: allows reading from and writing to PCI device configuration registers. + For example, you can adjust the latency timers with it. + +WWW: https://mj.ucw.cz/sw/pciutils/ |