Skip to content

Commit 9fdd5f4

Browse files
committed
MesaLib*: Update DESCR and COMMENT.
1 parent d59f026 commit 9fdd5f4

File tree

6 files changed

+42
-21
lines changed

6 files changed

+42
-21
lines changed

graphics/MesaLib/DESCR

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
MesaLib is a 3-D graphics library with an API which is very similar to
2-
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
3-
or state machine, it is being used with authorization from Silicon Graphics,
4-
Inc. However, the author makes no claim that Mesa is in any way a
5-
compatible replacement for OpenGL or associated with Silicon Graphics, Inc.
1+
The Mesa project began as an open-source implementation of the OpenGL
2+
specification - a system for rendering interactive 3D graphics.
3+
4+
Over the years the project has grown to implement more graphics APIs,
5+
including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API,
6+
XvMC and Vulkan.
7+
8+
A variety of device drivers allows the Mesa libraries to be used in many
9+
different environments ranging from software emulation to complete hardware
10+
acceleration for modern GPUs.

graphics/MesaLib/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.149 2019/08/21 13:35:28 nia Exp $
1+
# $NetBSD: Makefile,v 1.150 2019/08/21 13:44:29 nia Exp $
22

33
DISTNAME= mesa-18.3.4
44
PKGNAME= ${DISTNAME:S/mesa/MesaLib/}
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.xz
1010

1111
MAINTAINER= [email protected]
1212
HOMEPAGE= https://www.mesa3d.org/
13-
COMMENT= The Mesa 3D Graphics Library
13+
COMMENT= Open source OpenGL implementation
1414
LICENSE= mit
1515

1616
GNU_CONFIGURE= yes

graphics/MesaLib11/DESCR

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
MesaLib is a 3-D graphics library with an API which is very similar to
2-
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
3-
or state machine, it is being used with authorization from Silicon Graphics,
4-
Inc. However, the author makes no claim that Mesa is in any way a
5-
compatible replacement for OpenGL or associated with Silicon Graphics, Inc.
1+
The Mesa project began as an open-source implementation of the OpenGL
2+
specification - a system for rendering interactive 3D graphics.
3+
4+
Over the years the project has grown to implement more graphics APIs,
5+
including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API,
6+
XvMC and Vulkan.
7+
8+
A variety of device drivers allows the Mesa libraries to be used in many
9+
different environments ranging from software emulation to complete hardware
10+
acceleration for modern GPUs.
11+
12+
This old version of Mesa exists for legacy systems that may not be able
13+
to build or run graphics/MesaLib.

graphics/MesaLib11/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.1 2019/08/21 13:35:28 nia Exp $
1+
# $NetBSD: Makefile,v 1.2 2019/08/21 13:44:29 nia Exp $
22

33
DISTNAME= mesa-11.2.2
44
PKGNAME= ${DISTNAME:S/mesa/MesaLib/}
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.xz
99

1010
MAINTAINER= [email protected]
1111
HOMEPAGE= https://www.mesa3d.org/
12-
COMMENT= The Mesa 3D Graphics Library
12+
COMMENT= Open source OpenGL implementation (legacy version)
1313
LICENSE= mit
1414

1515
GNU_CONFIGURE= yes

graphics/MesaLib7/DESCR

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
MesaLib is a 3-D graphics library with an API which is very similar to
2-
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
3-
or state machine, it is being used with authorization from Silicon Graphics,
4-
Inc. However, the author makes no claim that Mesa is in any way a
5-
compatible replacement for OpenGL or associated with Silicon Graphics, Inc.
1+
The Mesa project began as an open-source implementation of the OpenGL
2+
specification - a system for rendering interactive 3D graphics.
3+
4+
Over the years the project has grown to implement more graphics APIs,
5+
including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API,
6+
XvMC and Vulkan.
7+
8+
A variety of device drivers allows the Mesa libraries to be used in many
9+
different environments ranging from software emulation to complete hardware
10+
acceleration for modern GPUs.
11+
12+
This old version of Mesa exists for legacy systems that may not be able
13+
to build or run graphics/MesaLib.

graphics/MesaLib7/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.16 2019/04/26 14:12:39 maya Exp $
1+
# $NetBSD: Makefile,v 1.17 2019/08/21 13:44:29 nia Exp $
22

33
DISTNAME?= ${MESA_DISTNAME}
44
PKGNAME= MesaLib7-${MESA_PKGVERSION}
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2
99

1010
MAINTAINER= [email protected]
1111
HOMEPAGE= https://www.mesa3d.org/
12-
COMMENT= Graphics library similar to SGI's OpenGL
12+
COMMENT= Open source OpenGL implementation (legacy version)
1313

1414
GNU_CONFIGURE_PREFIX= ${LOCALBASE}/MesaLib7
1515

0 commit comments

Comments
 (0)