pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/usbids Import usbids version 20081118.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e1c7a0f6e76
branches: trunk
changeset: 550458:9e1c7a0f6e76
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Sat Nov 22 13:06:40 2008 +0000
description:
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:
misc/usbids/DESCR | 4 ++++
misc/usbids/Makefile | 22 ++++++++++++++++++++++
misc/usbids/PLIST | 3 +++
misc/usbids/buildlink3.mk | 19 +++++++++++++++++++
misc/usbids/distinfo | 5 +++++
5 files changed, 53 insertions(+), 0 deletions(-)
diffs (73 lines):
diff -r f0e468d532c9 -r 9e1c7a0f6e76 misc/usbids/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/usbids/DESCR Sat Nov 22 13:06:40 2008 +0000
@@ -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 -r f0e468d532c9 -r 9e1c7a0f6e76 misc/usbids/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/usbids/Makefile Sat Nov 22 13:06:40 2008 +0000
@@ -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@localhost
+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 -r f0e468d532c9 -r 9e1c7a0f6e76 misc/usbids/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/usbids/PLIST Sat Nov 22 13:06:40 2008 +0000
@@ -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 -r f0e468d532c9 -r 9e1c7a0f6e76 misc/usbids/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/usbids/buildlink3.mk Sat Nov 22 13:06:40 2008 +0000
@@ -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 -r f0e468d532c9 -r 9e1c7a0f6e76 misc/usbids/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/usbids/distinfo Sat Nov 22 13:06:40 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index