Add libdevq 0.0.2.
A Generic Device Query and Monitor interface It currently used in Mesa ports in xorg-dev to replace udev calls that are used to find vendor and product ID's of the graphic cards. WWW: https://github.com/freebsd/libdevq
This commit is contained in:
parent
ff777799b6
commit
621b8859ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354655
5 changed files with 35 additions and 0 deletions
|
@ -963,6 +963,7 @@
|
|||
SUBDIR += libdasm
|
||||
SUBDIR += libdatrie
|
||||
SUBDIR += libdbusmenu-qt
|
||||
SUBDIR += libdevq
|
||||
SUBDIR += libdfui
|
||||
SUBDIR += libdict
|
||||
SUBDIR += libdisasm
|
||||
|
|
22
devel/libdevq/Makefile
Normal file
22
devel/libdevq/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Koop Mast <kwm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libdevq
|
||||
PORTVERSION= 0.0.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://rainbow-runner.nl/freebsd/
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= Generic Device Query and Monitor interface
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= libtool pathfix tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
OPTIONS_DEFINE= PROGRAMS
|
||||
OPTIONS_SUB= yes
|
||||
PROGRAMS_DESC= Build diagnostic programs
|
||||
PROGRAMS_CONFIGURE_ENABLE=programs
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/libdevq/distinfo
Normal file
2
devel/libdevq/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (libdevq-0.0.2.tar.xz) = 138ce3a0023ade78b36232343da0f589302db406216e39ea8ffb586ea2417305
|
||||
SIZE (libdevq-0.0.2.tar.xz) = 210960
|
3
devel/libdevq/pkg-descr
Normal file
3
devel/libdevq/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Generic Device Query and Monitor interface
|
||||
|
||||
WWW: https://github.com/freebsd/libdevq
|
7
devel/libdevq/pkg-plist
Normal file
7
devel/libdevq/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%PROGRAMS%%bin/devq-evwatch
|
||||
%%PROGRAMS%%bin/devq-lsdri
|
||||
include/libdevq.h
|
||||
lib/libdevq.so
|
||||
lib/libdevq.so.0
|
||||
lib/libdevq.so.0.0.0
|
||||
libdata/pkgconfig/libdevq-1.0.pc
|
Loading…
Reference in a new issue