pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Aug 21 16:25:02 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaDemos: DESCR
        pkgsrc/graphics/glu: DESCR Makefile
        pkgsrc/graphics/glut: DESCR Makefile

Log Message:
graphics: Remove more hideously outdated references to "SGI's OpenGL"


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/graphics/MesaDemos/DESCR
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/glu/DESCR
cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/glu/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/glut/DESCR
cvs rdiff -u -r1.60 -r1.61 pkgsrc/graphics/glut/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/MesaDemos/DESCR
diff -u pkgsrc/graphics/MesaDemos/DESCR:1.1.1.1 pkgsrc/graphics/MesaDemos/DESCR:1.2
--- pkgsrc/graphics/MesaDemos/DESCR:1.1.1.1     Thu Dec  5 15:20:22 2002
+++ pkgsrc/graphics/MesaDemos/DESCR     Wed Aug 21 16:25:02 2019
@@ -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).

Index: pkgsrc/graphics/glu/DESCR
diff -u pkgsrc/graphics/glu/DESCR:1.3 pkgsrc/graphics/glu/DESCR:1.4
--- pkgsrc/graphics/glu/DESCR:1.3       Thu Apr 24 07:40:23 2008
+++ pkgsrc/graphics/glu/DESCR   Wed Aug 21 16:25:02 2019
@@ -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.

Index: pkgsrc/graphics/glu/Makefile
diff -u pkgsrc/graphics/glu/Makefile:1.65 pkgsrc/graphics/glu/Makefile:1.66
--- pkgsrc/graphics/glu/Makefile:1.65   Fri Jun 14 10:22:46 2019
+++ pkgsrc/graphics/glu/Makefile        Wed Aug 21 16:25:02 2019
@@ -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 @@ EXTRACT_SUFX=   .tar.bz2
 
 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

Index: pkgsrc/graphics/glut/DESCR
diff -u pkgsrc/graphics/glut/DESCR:1.2 pkgsrc/graphics/glut/DESCR:1.3
--- pkgsrc/graphics/glut/DESCR:1.2      Wed Jul 30 02:23:42 2003
+++ pkgsrc/graphics/glut/DESCR  Wed Aug 21 16:25:02 2019
@@ -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.

Index: pkgsrc/graphics/glut/Makefile
diff -u pkgsrc/graphics/glut/Makefile:1.60 pkgsrc/graphics/glut/Makefile:1.61
--- pkgsrc/graphics/glut/Makefile:1.60  Wed Oct 17 18:03:48 2018
+++ pkgsrc/graphics/glut/Makefile       Wed Aug 21 16:25:02 2019
@@ -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 @@ EXTRACT_SUFX= .tar.bz2
 
 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