graphics/drm_info: add new port
Small utility to dump info about DRM devices. Suports JSON output. Dumps can be shared on https://drmdb.emersion.fr/
This commit is contained in:
parent
bf0de8cf1c
commit
9aaa71712f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508583
4 changed files with 29 additions and 0 deletions
|
@ -143,6 +143,7 @@
|
|||
SUBDIR += drm-fbsd12.0-kmod
|
||||
SUBDIR += drm-kmod
|
||||
SUBDIR += drm-legacy-kmod
|
||||
SUBDIR += drm_info
|
||||
SUBDIR += dspdfviewer
|
||||
SUBDIR += duhdraw
|
||||
SUBDIR += dynamechs
|
||||
|
|
22
graphics/drm_info/Makefile
Normal file
22
graphics/drm_info/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= drm_info
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.1.0
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Small utility to dump info about DRM devices
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libjson-c.so:devel/json-c \
|
||||
libdrm.so:graphics/libdrm
|
||||
|
||||
USES= compiler:c11 meson pkgconfig
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ascent12
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/drm_info/distinfo
Normal file
3
graphics/drm_info/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1559573555
|
||||
SHA256 (ascent12-drm_info-v2.1.0_GH0.tar.gz) = eb5158f93815e4a30b0e10c98fbe3e0b5422dbd8c6d6ff8b9490f92b80993612
|
||||
SIZE (ascent12-drm_info-v2.1.0_GH0.tar.gz) = 12947
|
3
graphics/drm_info/pkg-descr
Normal file
3
graphics/drm_info/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Small utility to dump info about DRM devices. Suports JSON output.
|
||||
|
||||
WWW: https://github.com/ascent12/drm_info
|
Loading…
Reference in a new issue