mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-18 14:31:18 +02:00
updated
This commit is contained in:
21
system/usbids/Makefile
Normal file
21
system/usbids/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
PORTNAME= usbids
|
||||
PORTVERSION= 20241204
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Database of all known IDs used in USB devices
|
||||
WWW= http://www.linux-usb.org/
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PORTDATA= usb.ids
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_TAGNAME= 1ba7de5
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/usb.ids ${STAGEDIR}${DATADIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
system/usbids/distinfo
Normal file
3
system/usbids/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1734888062
|
||||
SHA256 (usbids-usbids-20241204-1ba7de5_GH0.tar.gz) = 12ff8a5cab0f1d58d6ccb282eab863994be9cfc5973d3769366543da7b572a4a
|
||||
SIZE (usbids-usbids-20241204-1ba7de5_GH0.tar.gz) = 267939
|
||||
2
system/usbids/pkg-descr
Normal file
2
system/usbids/pkg-descr
Normal file
@@ -0,0 +1,2 @@
|
||||
Database of all known ID's used in USB devices: ID's of vendors, devices,
|
||||
subsystems and device classes
|
||||
Reference in New Issue
Block a user