From owner-svn-ports-head@FreeBSD.ORG Tue May 20 16:48:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9C1DEA7; Tue, 20 May 2014 16:48:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BA8B28C4; Tue, 20 May 2014 16:48:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KGm8eM065820; Tue, 20 May 2014 16:48:08 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4KGm7nK065812; Tue, 20 May 2014 16:48:07 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201405201648.s4KGm7nK065812@svn.freebsd.org> From: Koop Mast Date: Tue, 20 May 2014 16:48:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354655 - in head/devel: . libdevq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 16:48:08 -0000 Author: kwm Date: Tue May 20 16:48:07 2014 New Revision: 354655 URL: http://svnweb.freebsd.org/changeset/ports/354655 QAT: https://qat.redports.org/buildarchive/r354655/ Log: 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 Added: head/devel/libdevq/ head/devel/libdevq/Makefile (contents, props changed) head/devel/libdevq/distinfo (contents, props changed) head/devel/libdevq/pkg-descr (contents, props changed) head/devel/libdevq/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue May 20 16:41:06 2014 (r354654) +++ head/devel/Makefile Tue May 20 16:48:07 2014 (r354655) @@ -963,6 +963,7 @@ SUBDIR += libdasm SUBDIR += libdatrie SUBDIR += libdbusmenu-qt + SUBDIR += libdevq SUBDIR += libdfui SUBDIR += libdict SUBDIR += libdisasm Added: head/devel/libdevq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdevq/Makefile Tue May 20 16:48:07 2014 (r354655) @@ -0,0 +1,22 @@ +# Created by: Koop Mast +# $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 Added: head/devel/libdevq/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdevq/distinfo Tue May 20 16:48:07 2014 (r354655) @@ -0,0 +1,2 @@ +SHA256 (libdevq-0.0.2.tar.xz) = 138ce3a0023ade78b36232343da0f589302db406216e39ea8ffb586ea2417305 +SIZE (libdevq-0.0.2.tar.xz) = 210960 Added: head/devel/libdevq/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdevq/pkg-descr Tue May 20 16:48:07 2014 (r354655) @@ -0,0 +1,3 @@ +Generic Device Query and Monitor interface + +WWW: https://github.com/freebsd/libdevq Added: head/devel/libdevq/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libdevq/pkg-plist Tue May 20 16:48:07 2014 (r354655) @@ -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