diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-14 12:34:53 +0000 |
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-14 12:34:53 +0000 |
| commit | 1cc998e19bc636df8c9cec59d03f8fccd80e033f (patch) | |
| tree | f30346f17e1cac7e07af9769397bcd0f4978fcda /misc/hwdata | |
| parent | b9da9adcfa3d924e343a3cd3d2778a11dcdb7423 (diff) | |
Notes
Diffstat (limited to 'misc/hwdata')
| -rw-r--r-- | misc/hwdata/Makefile | 32 | ||||
| -rw-r--r-- | misc/hwdata/distinfo | 3 | ||||
| -rw-r--r-- | misc/hwdata/pkg-descr | 3 |
3 files changed, 38 insertions, 0 deletions
diff --git a/misc/hwdata/Makefile b/misc/hwdata/Makefile new file mode 100644 index 000000000000..8601eca1bf3a --- /dev/null +++ b/misc/hwdata/Makefile @@ -0,0 +1,32 @@ +# Created by: Ting-Wei Lan <lantw44@gmail.com> +# $FreeBSD$ + +PORTNAME= hwdata +DISTVERSIONPREFIX= v +DISTVERSION= 0.344 +PORTREVISION= 2 +PORTEPOCH= 1 +CATEGORIES= misc + +MAINTAINER= desktop@FreeBSD.org +COMMENT= Database of IDs used in PCI, PNP and USB devices + +LICENSE= GPLv2+ MIT +LICENSE_COMB= dual + +USE_GITHUB= yes +GH_ACCOUNT= vcrhonek + +NO_ARCH= yes +NO_BUILD= yes + +_ID_FILES= pci.ids pnp.ids usb.ids +PLIST_FILES= ${_ID_FILES:C,^,${DATADIR}/,} + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR}/ +.for _id_file in ${_ID_FILES} + ${INSTALL_DATA} ${WRKSRC}/${_id_file} ${STAGEDIR}${DATADIR}/ +.endfor + +.include <bsd.port.mk> diff --git a/misc/hwdata/distinfo b/misc/hwdata/distinfo new file mode 100644 index 000000000000..45e0bd38a19e --- /dev/null +++ b/misc/hwdata/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1613296352 +SHA256 (vcrhonek-hwdata-v0.344_GH0.tar.gz) = d80758e4ee32bbd7e45a89108faa26f466b40bac444330948077e7ec7f0ce9ed +SIZE (vcrhonek-hwdata-v0.344_GH0.tar.gz) = 2136798 diff --git a/misc/hwdata/pkg-descr b/misc/hwdata/pkg-descr new file mode 100644 index 000000000000..616cc31a98e5 --- /dev/null +++ b/misc/hwdata/pkg-descr @@ -0,0 +1,3 @@ +Database of IDs used in Plug and Play devices. + +WWW: https://github.com/vcrhonek/hwdata |
