pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/pciids Initial import of pciids, version 20061026:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc628061c3b4
branches:  trunk
changeset: 521451:cc628061c3b4
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Nov 12 11:46:21 2006 +0000

description:
Initial import of pciids, version 20061026:

This package contains a public list of all known IDs used in PCI devices;
that is ID's of vendors, devices, subsystems and device classes.  These ID
lists (usually in form of a pci.ids file) are used in various programs (The
Linux Kernel, The PCI Utilities, new version of the XFree86 etc.) to display
full device names instead of the numeric IDs.

Package provided by Mark Kirby in private email with some changes by me.

diffstat:

 misc/pciids/DESCR         |   5 +++++
 misc/pciids/Makefile      |  21 +++++++++++++++++++++
 misc/pciids/PLIST         |   4 ++++
 misc/pciids/buildlink3.mk |  19 +++++++++++++++++++
 misc/pciids/distinfo      |   5 +++++
 5 files changed, 54 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r 7351208deb08 -r cc628061c3b4 misc/pciids/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/pciids/DESCR Sun Nov 12 11:46:21 2006 +0000
@@ -0,0 +1,5 @@
+This package contains a public list of all known IDs used in PCI devices;
+that is ID's of vendors, devices, subsystems and device classes.  These ID
+lists (usually in form of a pci.ids file) are used in various programs (The
+Linux Kernel, The PCI Utilities, new version of the XFree86 etc.) to display
+full device names instead of the numeric IDs.
diff -r 7351208deb08 -r cc628061c3b4 misc/pciids/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/pciids/Makefile      Sun Nov 12 11:46:21 2006 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/11/12 11:46:21 jmmv Exp $
+#
+DISTNAME=      pciids-20061026
+CATEGORIES=    misc
+MASTER_SITES=  http://people.freebsd.org/~ahze/distfiles/
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    mark%coris.org.uk@localhost
+HOMEPAGE=      http://pciids.sourceforge.net/
+COMMENT=       Repository of PCI IDs (pci.ids database)
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+NO_BUILD=              yes
+
+do-install:
+       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/pciids
+       ${INSTALL_DATA} ${WRKSRC}/pci.ids ${DESTDIR}${PREFIX}/share/pciids
+       ${INSTALL_DATA} ${WRKSRC}/pci.db ${DESTDIR}${PREFIX}/share/pciids
+
+.include "../../mk/bsd.pkg.mk"
diff -r 7351208deb08 -r cc628061c3b4 misc/pciids/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/pciids/PLIST Sun Nov 12 11:46:21 2006 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/12 11:46:21 jmmv Exp $
+share/pciids/pci.ids
+share/pciids/pci.db
+@dirrm share/pciids
diff -r 7351208deb08 -r cc628061c3b4 misc/pciids/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/pciids/buildlink3.mk Sun Nov 12 11:46:21 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/12 11:46:21 jmmv Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+PCIIDS_BUILDLINK3_MK:= ${PCIIDS_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    pciids
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Npciids}
+BUILDLINK_PACKAGES+=   pciids
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pciids
+
+.if ${PCIIDS_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.pciids+= pciids>=20061026
+BUILDLINK_PKGSRCDIR.pciids?=   ../../misc/pciids
+.endif # PCIIDS_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r 7351208deb08 -r cc628061c3b4 misc/pciids/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/pciids/distinfo      Sun Nov 12 11:46:21 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/11/12 11:46:21 jmmv Exp $
+
+SHA1 (pciids-20061026.tar.bz2) = 94939af7827746dadcd6951a8c4b51ede9763a0d
+RMD160 (pciids-20061026.tar.bz2) = 6a99485ca20f478e5dc0d1cd394294f1e882a410
+Size (pciids-20061026.tar.bz2) = 209744 bytes



Home | Main Index | Thread Index | Old Index