summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-08-21 13:44:29 +0000
committernia <nia@pkgsrc.org>2019-08-21 13:44:29 +0000
commit41e14b4bc97ffd5d192150b443797fbcfe53da9b (patch)
tree4cfe6381b731eb73f8299309d2a4995630235d6d /graphics
parent114b6cdd359c388fcaa4a07d3c6b8fe868a5215e (diff)
downloadpkgsrc-41e14b4bc97ffd5d192150b443797fbcfe53da9b.tar.gz
MesaLib*: Update DESCR and COMMENT.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/MesaLib/DESCR15
-rw-r--r--graphics/MesaLib/Makefile4
-rw-r--r--graphics/MesaLib11/DESCR18
-rw-r--r--graphics/MesaLib11/Makefile4
-rw-r--r--graphics/MesaLib7/DESCR18
-rw-r--r--graphics/MesaLib7/Makefile4
6 files changed, 42 insertions, 21 deletions
diff --git a/graphics/MesaLib/DESCR b/graphics/MesaLib/DESCR
index 8a8cccf5b97..8ae75a59fc8 100644
--- a/graphics/MesaLib/DESCR
+++ b/graphics/MesaLib/DESCR
@@ -1,5 +1,10 @@
-MesaLib is a 3-D graphics library with an API which is very similar to
-that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
-or state machine, it is being used with authorization from Silicon Graphics,
-Inc. However, the author makes no claim that Mesa is in any way a
-compatible replacement for OpenGL or associated with Silicon Graphics, Inc.
+The Mesa project began as an open-source implementation of the OpenGL
+specification - a system for rendering interactive 3D graphics.
+
+Over the years the project has grown to implement more graphics APIs,
+including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API,
+XvMC and Vulkan.
+
+A variety of device drivers allows the Mesa libraries to be used in many
+different environments ranging from software emulation to complete hardware
+acceleration for modern GPUs.
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile
index d501443f48b..6ce7e780458 100644
--- a/graphics/MesaLib/Makefile
+++ b/graphics/MesaLib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2019/08/21 13:35:28 nia Exp $
+# $NetBSD: Makefile,v 1.150 2019/08/21 13:44:29 nia Exp $
DISTNAME= mesa-18.3.4
PKGNAME= ${DISTNAME:S/mesa/MesaLib/}
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.mesa3d.org/
-COMMENT= The Mesa 3D Graphics Library
+COMMENT= Open source OpenGL implementation
LICENSE= mit
GNU_CONFIGURE= yes
diff --git a/graphics/MesaLib11/DESCR b/graphics/MesaLib11/DESCR
index 8a8cccf5b97..a32489ae635 100644
--- a/graphics/MesaLib11/DESCR
+++ b/graphics/MesaLib11/DESCR
@@ -1,5 +1,13 @@
-MesaLib is a 3-D graphics library with an API which is very similar to
-that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
-or state machine, it is being used with authorization from Silicon Graphics,
-Inc. However, the author makes no claim that Mesa is in any way a
-compatible replacement for OpenGL or associated with Silicon Graphics, Inc.
+The Mesa project began as an open-source implementation of the OpenGL
+specification - a system for rendering interactive 3D graphics.
+
+Over the years the project has grown to implement more graphics APIs,
+including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API,
+XvMC and Vulkan.
+
+A variety of device drivers allows the Mesa libraries to be used in many
+different environments ranging from software emulation to complete hardware
+acceleration for modern GPUs.
+
+This old version of Mesa exists for legacy systems that may not be able
+to build or run graphics/MesaLib.
diff --git a/graphics/MesaLib11/Makefile b/graphics/MesaLib11/Makefile
index 3f783680667..7b36cdac9b3 100644
--- a/graphics/MesaLib11/Makefile
+++ b/graphics/MesaLib11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/21 13:35:28 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/21 13:44:29 nia Exp $
DISTNAME= mesa-11.2.2
PKGNAME= ${DISTNAME:S/mesa/MesaLib/}
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.mesa3d.org/
-COMMENT= The Mesa 3D Graphics Library
+COMMENT= Open source OpenGL implementation (legacy version)
LICENSE= mit
GNU_CONFIGURE= yes
diff --git a/graphics/MesaLib7/DESCR b/graphics/MesaLib7/DESCR
index 8a8cccf5b97..a32489ae635 100644
--- a/graphics/MesaLib7/DESCR
+++ b/graphics/MesaLib7/DESCR
@@ -1,5 +1,13 @@
-MesaLib is a 3-D graphics library with an API which is very similar to
-that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
-or state machine, it is being used with authorization from Silicon Graphics,
-Inc. However, the author makes no claim that Mesa is in any way a
-compatible replacement for OpenGL or associated with Silicon Graphics, Inc.
+The Mesa project began as an open-source implementation of the OpenGL
+specification - a system for rendering interactive 3D graphics.
+
+Over the years the project has grown to implement more graphics APIs,
+including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API,
+XvMC and Vulkan.
+
+A variety of device drivers allows the Mesa libraries to be used in many
+different environments ranging from software emulation to complete hardware
+acceleration for modern GPUs.
+
+This old version of Mesa exists for legacy systems that may not be able
+to build or run graphics/MesaLib.
diff --git a/graphics/MesaLib7/Makefile b/graphics/MesaLib7/Makefile
index 7662136e6b3..57702bb12ab 100644
--- a/graphics/MesaLib7/Makefile
+++ b/graphics/MesaLib7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2019/04/26 14:12:39 maya Exp $
+# $NetBSD: Makefile,v 1.17 2019/08/21 13:44:29 nia Exp $
DISTNAME?= ${MESA_DISTNAME}
PKGNAME= MesaLib7-${MESA_PKGVERSION}
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.mesa3d.org/
-COMMENT= Graphics library similar to SGI's OpenGL
+COMMENT= Open source OpenGL implementation (legacy version)
GNU_CONFIGURE_PREFIX= ${LOCALBASE}/MesaLib7