Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 1998 18:47:03 -0400 (EDT)
From:      Bill Fumerola <billf@jade.chc-chimes.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7595: new port: graphics/mesa
Message-ID:  <199808122247.SAA04430@jade.chc-chimes.com>

next in thread | raw e-mail | index | archive | help

>Number:         7595
>Category:       ports
>Synopsis:       new port: graphics/mesa
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 12 15:50:01 PDT 1998
>Last-Modified:
>Originator:     Bill Fumerola
>Organization:
Computer Horizons Corp
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:
>Description:
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./files
#	./files/md5
#	./pkg
#	./pkg/PLIST
#	./pkg/COMMENT
#	./pkg/DESCR
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	mesa
X# Version required:	2.6
X# Date created:	16 July 1998
X# Whom:		Bill Fumerola <billf@chc-chimes.com>
X#
X# $Id$
X#
X
XDISTNAME=	Mesa-2.6
XPKGNAME=	mesa-2.6
XCATEGORIES=	graphics
XMASTER_SITES=	ftp://iris.ssec.wisc.edu/pub/Mesa/
XDISTFILES=	MesaLib-2.6.tar.gz MesaDemos-2.6.tar.gz
X
XMAINTAINER=	billf@chc-chimes.com
X
XALL_TARGET=	freebsd-386
XUSES_X11=	hellyes
X
Xdo-install:
X
X	${CP} -r ${WRKSRC}/include/ ${PREFIX}/include
X	${CP} ${WRKSRC}/lib/* ${PREFIX}/lib
X	${LN} -fs ${PREFIX}/lib/libMesaGL.a ${PREFIX}/lib/libGL.a
X	${LN} -fs ${PREFIX}/lib/libMesaGLU.a ${PREFIX}/lib/libGLU.a
X	${LN} -fs ${PREFIX}/lib/MesaGL.so.2.6 ${PREFIX}/lib/libGL.so
X	${LN} -fs ${PREFIX}/lib/MesaGLU.so.2.6 ${PREFIX}/lib/libGLU.so
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (MesaLib-2.6.tar.gz) = ee27bf2548dbc2031974c33ee6226c0c
XMD5 (MesaDemos-2.6.tar.gz) = 6eef61e387f71a76b855ab6b3d2c89e5
END-of-./files/md5
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xinclude/glaux.h
Xinclude/gltk.h
Xinclude/GL/FooMesa.h
Xinclude/GL/dosmesa.h
Xinclude/GL/fxmesa.h
Xinclude/GL/gl.h
Xinclude/GL/gl_mangle.h
Xinclude/GL/glu.h
Xinclude/GL/glu_mangle.h
Xinclude/GL/glut.h
Xinclude/GL/glx.h
Xinclude/GL/glx_mangle.h
Xinclude/GL/gmesa.h
Xinclude/GL/mglmesa.h
Xinclude/GL/osmesa.h
Xinclude/GL/svgamesa.h
Xinclude/GL/wmesa.h
Xinclude/GL/xmesa.h
Xlib/libMesaGL.so.2.6
Xlib/libMesaGL.a
Xlib/libMesaGLU.so.2.6
Xlib/libMesaGLU.a
Xlib/libglut.so.3.6
Xlib/libglut.a
Xlib/libMesatk.so.2.6
Xlib/libMesatk.a
Xlib/libMesaaux.so.2.6
Xlib/libMesaaux.a
X@dirrm include/GL
X@exec /sbin/ldconfig -m %D/lib
END-of-./pkg/PLIST
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
Xa 3-D graphics library which uses the OpenGL API
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XMesa is a 3-D graphics library which uses the OpenGL API. Mesa cannot be called
Xan implementation of OpenGL since the author did not obtain an OpenGL license
Xfrom SGI. Furthermore, Mesa cannot claim OpenGL conformance since the
Xconformance tests are only available to OpenGL licensees.
X
XDespite these technical/legal terms, you may find Mesa to be a valid 
Xalternative to OpenGL. Most applications written for OpenGL can use Mesa 
Xinstead without changing the source code. 
X
Xhttp://www.ssec.wisc.edu/~brianp/Mesa.html
X
XBill Fumerola <billf@chc-chimes.com>
END-of-./pkg/DESCR
exit

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808122247.SAA04430>