diff options
author | jmcneill <jmcneill> | 2008-11-22 13:06:40 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2008-11-22 13:06:40 +0000 |
commit | 46881d6c479c589cea08b68c1d702ac70cb2d512 (patch) | |
tree | 76a4b4428937a359e3cf44115f5ddc109a9d3647 /misc/usbids | |
parent | ffe568dc219d0d15fb2075f69375cf9880317161 (diff) | |
download | pkgsrc-46881d6c479c589cea08b68c1d702ac70cb2d512.tar.gz |
Import usbids version 20081118.
This package contains a public list of all known IDs used in USB devices;
that is ID's of vendors, devices, subsystems and device classes. These ID
lists (usually in form of a usb.ids file) are used in various programs
to display full device names instead of the numeric IDs.
Diffstat (limited to 'misc/usbids')
-rw-r--r-- | misc/usbids/DESCR | 4 | ||||
-rw-r--r-- | misc/usbids/Makefile | 22 | ||||
-rw-r--r-- | misc/usbids/PLIST | 3 | ||||
-rw-r--r-- | misc/usbids/buildlink3.mk | 19 | ||||
-rw-r--r-- | misc/usbids/distinfo | 5 |
5 files changed, 53 insertions, 0 deletions
diff --git a/misc/usbids/DESCR b/misc/usbids/DESCR new file mode 100644 index 00000000000..c2b6cefc1bb --- /dev/null +++ b/misc/usbids/DESCR @@ -0,0 +1,4 @@ +This package contains a public list of all known IDs used in USB devices; +that is ID's of vendors, devices, subsystems and device classes. These ID +lists (usually in form of a usb.ids file) are used in various programs +to display full device names instead of the numeric IDs. diff --git a/misc/usbids/Makefile b/misc/usbids/Makefile new file mode 100644 index 00000000000..2cfafe4db95 --- /dev/null +++ b/misc/usbids/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/22 13:06:40 jmcneill Exp $ +# + +DISTNAME= usbids-20081118 +CATEGORIES= misc +MASTER_SITES= http://www.invisible.ca/~jmcneill/distfiles/ + +MAINTAINER= jmcneill@NetBSD.org +HOMEPAGE= http://www.linux-usb.org/ +COMMENT= Repository of USB IDs (usb.ids database) + +PKG_DESTDIR_SUPPORT= user-destdir + +NO_BUILD= yes + +WRKSRC= ${WRKDIR} + +do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/usbids + ${INSTALL_DATA} ${WRKSRC}/usb.ids ${DESTDIR}${PREFIX}/share/usbids + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/usbids/PLIST b/misc/usbids/PLIST new file mode 100644 index 00000000000..508f8851b5d --- /dev/null +++ b/misc/usbids/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/22 13:06:40 jmcneill Exp $ +share/usbids/usb.ids +@dirrm share/usbids diff --git a/misc/usbids/buildlink3.mk b/misc/usbids/buildlink3.mk new file mode 100644 index 00000000000..35ee7bf2ae8 --- /dev/null +++ b/misc/usbids/buildlink3.mk @@ -0,0 +1,19 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/11/22 13:06:40 jmcneill Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +USBIDS_BUILDLINK3_MK:= ${USBIDS_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= usbids +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nusbids} +BUILDLINK_PACKAGES+= usbids +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}usbids + +.if ${USBIDS_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.usbids+= usbids>=20081118 +BUILDLINK_PKGSRCDIR.usbids?= ../../misc/usbids +.endif # USBIDS_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/misc/usbids/distinfo b/misc/usbids/distinfo new file mode 100644 index 00000000000..9a3635ae505 --- /dev/null +++ b/misc/usbids/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/22 13:06:40 jmcneill Exp $ + +SHA1 (usbids-20081118.tar.gz) = 41e156cc2e1f1f5b0a221c3203d361531f67c53c +RMD160 (usbids-20081118.tar.gz) = d6f8a58e7822efdcbee6b17048d1c158d4dc22bd +Size (usbids-20081118.tar.gz) = 122012 bytes |