1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add misc/pnpids

Database of IDs used in Plug and Play devices. This file is taken
from the hwdata package (https://github.com/vcrhonek/hwdata), because
the offical upstream (http://uefi.org/pnp_id_list) does not have a
easy to use file.

Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
This commit is contained in:
Koop Mast 2018-01-10 17:43:18 +00:00
parent c90a4219aa
commit d22fd65c3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458666
4 changed files with 35 additions and 0 deletions

View File

@ -376,6 +376,7 @@
SUBDIR += phraze
SUBDIR += pinfo
SUBDIR += pipe
SUBDIR += pnpids
SUBDIR += podsleuth
SUBDIR += posixtestsuite
SUBDIR += proxyper

28
misc/pnpids/Makefile Normal file
View File

@ -0,0 +1,28 @@
# Created by: Ting-Wei Lan <lantw44@gmail.com>
# $FreeBSD$
PORTNAME= pnpids
PORTVERSION= 20140917
CATEGORIES= misc
MAINTAINER= gnome@FreeBSD.org
COMMENT= Database of IDs used in Plug and Play devices
LICENSE= GPLv2+ MIT
LICENSE_COMB= dual
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= ${DATADIR}/pnp.ids
USE_GITHUB= yes
GH_ACCOUNT= vcrhonek
GH_PROJECT= hwdata
GH_TAGNAME= v0.308
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/pnp.ids ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>

3
misc/pnpids/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1515165315
SHA256 (vcrhonek-hwdata-20140917-v0.308_GH0.tar.gz) = 986d919c20a0c7f8b669a63830f6d2f4cb5c4cddcfc944c5e2ae05c2e9e5ec9f
SIZE (vcrhonek-hwdata-20140917-v0.308_GH0.tar.gz) = 1840375

3
misc/pnpids/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Database of IDs used in Plug and Play devices.
WWW: https://github.com/vcrhonek/hwdata