diff options
author | jmmv <jmmv> | 2006-11-12 11:46:21 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-11-12 11:46:21 +0000 |
commit | 410ad4d495329a4dfad38559a3f6f735fb7bb736 (patch) | |
tree | 939d1545fcabffc7b57bd1cad4b51a8709937cbf /misc | |
parent | 16fb753d7e796f24a539afb4868c00d263361d76 (diff) | |
download | pkgsrc-410ad4d495329a4dfad38559a3f6f735fb7bb736.tar.gz |
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 (limited to 'misc')
-rw-r--r-- | misc/pciids/DESCR | 5 | ||||
-rw-r--r-- | misc/pciids/Makefile | 21 | ||||
-rw-r--r-- | misc/pciids/PLIST | 4 | ||||
-rw-r--r-- | misc/pciids/buildlink3.mk | 19 | ||||
-rw-r--r-- | misc/pciids/distinfo | 5 |
5 files changed, 54 insertions, 0 deletions
diff --git a/misc/pciids/DESCR b/misc/pciids/DESCR new file mode 100644 index 00000000000..95cb38e24a1 --- /dev/null +++ b/misc/pciids/DESCR @@ -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 --git a/misc/pciids/Makefile b/misc/pciids/Makefile new file mode 100644 index 00000000000..51eecc8c39d --- /dev/null +++ b/misc/pciids/Makefile @@ -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 +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 --git a/misc/pciids/PLIST b/misc/pciids/PLIST new file mode 100644 index 00000000000..b570d4aecd0 --- /dev/null +++ b/misc/pciids/PLIST @@ -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 --git a/misc/pciids/buildlink3.mk b/misc/pciids/buildlink3.mk new file mode 100644 index 00000000000..bf591a6c3f2 --- /dev/null +++ b/misc/pciids/buildlink3.mk @@ -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 --git a/misc/pciids/distinfo b/misc/pciids/distinfo new file mode 100644 index 00000000000..16e453e3c03 --- /dev/null +++ b/misc/pciids/distinfo @@ -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 |