- Update to 3.2.0

- Cleanup Makefile header
- Update WWW and reformat pkg-descr

Changes:
- On newer Linux systems, we use libkmod to look up kernel modules
  (modules.pcimap no longer exists.) To facilitate this, libpci is able to look
  up module aliases in sysfs.
- Various minor bug fixes.
- Updated pci.ids to the today's snapshot of the database.

Feature safe:	yes
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-04-21 10:32:50 +00:00
parent ec7496306a
commit 4b03b5b08e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316176
3 changed files with 7 additions and 12 deletions

View file

@ -1,12 +1,8 @@
# New ports collection makefile for: libpci
# Date created: June 14, 2003
# Whom: Samy Al Bahra <samy@kerneled.org>
#
# Created by: Samy Al Bahra <samy@kerneled.org>
# $FreeBSD$
#
PORTNAME= libpci
PORTVERSION= 3.1.10
PORTVERSION= 3.2.0
CATEGORIES= devel
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
LOCAL/sunpoet

View file

@ -1,2 +1,2 @@
SHA256 (pciutils-3.1.10.tar.gz) = 7ca8201f806cbad31cb86bcbb2c2c99853cc05618b360eb58bde31a0f8d1f2a3
SIZE (pciutils-3.1.10.tar.gz) = 345149
SHA256 (pciutils-3.2.0.tar.gz) = 84e705bff712b128a942117565a3506bd4b8bf841d397c1962c6255169762f71
SIZE (pciutils-3.2.0.tar.gz) = 357003

View file

@ -1,5 +1,4 @@
libpci provides a portable layer for read and write access
to PCI configuration registers. Supported platforms include
Linux, FreeBSD, NetBSD and AIX.
libpci provides a portable layer for read and write access to PCI configuration
registers. Supported platforms include Linux, FreeBSD, NetBSD and AIX.
WWW: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
WWW: http://mj.ucw.cz/sw/pciutils/