diff --git a/xf86-video-modesetting/DESCR b/xf86-video-modesetting/DESCR new file mode 100644 index 0000000000..7828e11d0a --- /dev/null +++ b/xf86-video-modesetting/DESCR @@ -0,0 +1,3 @@ +This is a generic modesetting driver. The idea is to piggy-back the X driver on +top of the DRM and Gallium3D drivers (DRM for modesetting and Gallium3D for Exa +acceleration). diff --git a/xf86-video-modesetting/Makefile b/xf86-video-modesetting/Makefile new file mode 100644 index 0000000000..eca240ebae --- /dev/null +++ b/xf86-video-modesetting/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2013/06/03 01:21:58 othyro Exp $ + +DISTNAME= xf86-video-modesetting-0.7.0 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_XORG:=driver/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Generic modesetting driver +LICENSE= mit + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +BUILDLINK_API_DEPENDS.xextproto+= xextproto>=7.0.99.1 +.include "../../x11/xextproto/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../sysutils/libpciaccess/buildlink3.mk" +.include "../../x11/libdrm/buildlink3.mk" +.include "../../x11/fontsproto/buildlink3.mk" +.include "../../x11/xproto/buildlink3.mk" +.include "../../x11/modular-xorg-server/buildlink3.mk" +.include "../../devel/xorg-util-macros/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/xf86-video-modesetting/PLIST b/xf86-video-modesetting/PLIST new file mode 100644 index 0000000000..ff05a25b7f --- /dev/null +++ b/xf86-video-modesetting/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2013/06/03 01:21:58 othyro Exp $ +lib/xorg/modules/drivers/modesetting_drv.la +man/man4/modesetting.4 diff --git a/xf86-video-modesetting/distinfo b/xf86-video-modesetting/distinfo new file mode 100644 index 0000000000..5920d57abb --- /dev/null +++ b/xf86-video-modesetting/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/06/03 01:21:58 othyro Exp $ + +SHA1 (xf86-video-modesetting-0.7.0.tar.bz2) = 9d7e766699923b3e0dfa06a98bdcb80dce35003d +RMD160 (xf86-video-modesetting-0.7.0.tar.bz2) = 51f75fa7e6c08226ca9074fa38349d36557713a9 +Size (xf86-video-modesetting-0.7.0.tar.bz2) = 301842 bytes