diff options
Diffstat (limited to 'misc/pciids')
-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 |