aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-01-10 17:43:18 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-01-10 17:43:18 +0000
commitd22fd65c3e4876471bb12f2fa2aa6a48b92b3cfe (patch)
tree32407fd23cd83b92d4348b9f7689ac34a45aec7c /misc
parentc90a4219aa2a0824ad415b7bd7f9074a99ab975e (diff)
downloadports-d22fd65c3e4876471bb12f2fa2aa6a48b92b3cfe.tar.gz
ports-d22fd65c3e4876471bb12f2fa2aa6a48b92b3cfe.zip
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>
Notes
Notes: svn path=/head/; revision=458666
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/pnpids/Makefile28
-rw-r--r--misc/pnpids/distinfo3
-rw-r--r--misc/pnpids/pkg-descr3
4 files changed, 35 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 3d25c5319c44..67f3ac8e6a23 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -376,6 +376,7 @@
SUBDIR += phraze
SUBDIR += pinfo
SUBDIR += pipe
+ SUBDIR += pnpids
SUBDIR += podsleuth
SUBDIR += posixtestsuite
SUBDIR += proxyper
diff --git a/misc/pnpids/Makefile b/misc/pnpids/Makefile
new file mode 100644
index 000000000000..a4efd8f96d01
--- /dev/null
+++ b/misc/pnpids/Makefile
@@ -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>
diff --git a/misc/pnpids/distinfo b/misc/pnpids/distinfo
new file mode 100644
index 000000000000..59e3d2b8ff0f
--- /dev/null
+++ b/misc/pnpids/distinfo
@@ -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
diff --git a/misc/pnpids/pkg-descr b/misc/pnpids/pkg-descr
new file mode 100644
index 000000000000..616cc31a98e5
--- /dev/null
+++ b/misc/pnpids/pkg-descr
@@ -0,0 +1,3 @@
+Database of IDs used in Plug and Play devices.
+
+WWW: https://github.com/vcrhonek/hwdata