pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics graphics: Remove more hideously outdated refe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/153cb56208cd
branches: trunk
changeset: 400074:153cb56208cd
user: nia <nia%pkgsrc.org@localhost>
date: Wed Aug 21 16:25:02 2019 +0000
description:
graphics: Remove more hideously outdated references to "SGI's OpenGL"
diffstat:
graphics/MesaDemos/DESCR | 8 +++++---
graphics/glu/DESCR | 9 +++------
graphics/glu/Makefile | 4 ++--
graphics/glut/DESCR | 9 +++------
graphics/glut/Makefile | 4 ++--
5 files changed, 15 insertions(+), 19 deletions(-)
diffs (77 lines):
diff -r 4670f28c4831 -r 153cb56208cd graphics/MesaDemos/DESCR
--- a/graphics/MesaDemos/DESCR Wed Aug 21 16:15:57 2019 +0000
+++ b/graphics/MesaDemos/DESCR Wed Aug 21 16:25:02 2019 +0000
@@ -1,4 +1,6 @@
-MesaLib is a 3-D graphics library with an API which is very similar to that of
-OpenGL*. This package provides examples and demos of Mesa's capabilities,
-among them the examples from the ``Red Book'' (_OpenGL Programming Guide_,
+The Mesa project is as an open-source implementation of the OpenGL
+specification - a system for rendering interactive 3D graphics.
+
+This package provides examples and demos of Mesa's capabilities, among
+them the examples from the ``Red Book'' (_OpenGL Programming Guide_,
published by Addison-Wesley; ISBN 0-201-63274-8).
diff -r 4670f28c4831 -r 153cb56208cd graphics/glu/DESCR
--- a/graphics/glu/DESCR Wed Aug 21 16:15:57 2019 +0000
+++ b/graphics/glu/DESCR Wed Aug 21 16:25:02 2019 +0000
@@ -1,7 +1,4 @@
-Mesa 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 is as an open-source implementation of the OpenGL
+specification - a system for rendering interactive 3D graphics.
-This is the GLUT part of the MesaDemos distribution.
+This is the OpenGL Utility Library component of the distribution.
diff -r 4670f28c4831 -r 153cb56208cd graphics/glu/Makefile
--- a/graphics/glu/Makefile Wed Aug 21 16:15:57 2019 +0000
+++ b/graphics/glu/Makefile Wed Aug 21 16:25:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2019/06/14 10:22:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.66 2019/08/21 16:25:02 nia Exp $
DISTNAME= glu-9.0.0
PKGREVISION= 2
@@ -8,7 +8,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://cgit.freedesktop.org/mesa/glu/
-COMMENT= GLU polygon tessellation facility for Mesa
+COMMENT= OpenGL Utility Library
LICENSE= sgi-free-software-b-v2.0
GNU_CONFIGURE= yes
diff -r 4670f28c4831 -r 153cb56208cd graphics/glut/DESCR
--- a/graphics/glut/DESCR Wed Aug 21 16:15:57 2019 +0000
+++ b/graphics/glut/DESCR Wed Aug 21 16:25:02 2019 +0000
@@ -1,7 +1,4 @@
-Mesa 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 is an open-source implementation of the OpenGL
+specification - a system for rendering interactive 3D graphics.
-This is the GLUT part of the MesaDemos distribution.
+This is the OpenGL Utility Toolkit component of the distribution.
diff -r 4670f28c4831 -r 153cb56208cd graphics/glut/Makefile
--- a/graphics/glut/Makefile Wed Aug 21 16:15:57 2019 +0000
+++ b/graphics/glut/Makefile Wed Aug 21 16:25:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2018/10/17 18:03:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.61 2019/08/21 16:25:02 nia Exp $
DISTNAME= MesaGLUT-7.9.2
# we have the autoconf patches from git, so call it 8.0.1.
@@ -10,7 +10,7 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://cgit.freedesktop.org/mesa/glut/
-COMMENT= GLUT Graphics library similar to SGI's OpenGL
+COMMENT= OpenGL Utility Toolkit
#LICENSE= # TODO: (see mk/license.mk)
WRKSRC= ${WRKDIR}/Mesa-7.9.2
Home |
Main Index |
Thread Index |
Old Index