# 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: # # libosmesa # libosmesa/CVS # libosmesa/CVS/Root # libosmesa/CVS/Repository # libosmesa/CVS/Entries # libosmesa/CVS/Template # libosmesa/Makefile # libosmesa/distinfo # libosmesa/pkg-descr # libosmesa/pkg-plist # echo c - libosmesa mkdir -p libosmesa > /dev/null 2>&1 echo c - libosmesa/CVS mkdir -p libosmesa/CVS > /dev/null 2>&1 echo x - libosmesa/CVS/Root sed 's/^X//' >libosmesa/CVS/Root << 'ed6ef8702b11f6e669a0f3ae81078c6a' Xgahr@pcvs.FreeBSD.org:/home/pcvs ed6ef8702b11f6e669a0f3ae81078c6a echo x - libosmesa/CVS/Repository sed 's/^X//' >libosmesa/CVS/Repository << 'a64c38bd99de82c41268fa85fad321e4' Xports/graphics/libosmesa a64c38bd99de82c41268fa85fad321e4 echo x - libosmesa/CVS/Entries sed 's/^X//' >libosmesa/CVS/Entries << 'd3119d36a1e0d1667844b9ad77e42754' X/distinfo/1.1/Fri Apr 9 08:40:35 2010// X/pkg-descr/1.1/Fri Apr 9 08:40:35 2010// X/pkg-plist/1.1/Fri Apr 9 08:40:35 2010// X/Makefile/1.2/Fri Apr 9 08:52:45 2010// XD d3119d36a1e0d1667844b9ad77e42754 echo x - libosmesa/CVS/Template sed 's/^X//' >libosmesa/CVS/Template << '00ae7a645175eebca07385e6bb759b84' X XPR: XSubmitted by: XReviewed by: XApproved by: XObtained from: XMFC after: XSecurity: XFeature safe: XCVS: ---------------------------------------------------------------------- XCVS: PR: Fill this in if a GNATS PR is affected by the change. XCVS: Submitted by: Fill this in if someone else sent in the change. XCVS: Reviewed by: Fill this in if someone else reviewed your modification. XCVS: Approved by: Fill this in if you needed approval for this commit. XCVS: Obtained from: Fill this in if the change is from third party software. XCVS: MFC after: N [day[s]|week[s]|month[s]] XCVS: Fill in to get MFC notification later. (days assumed unless specified) XCVS: Security: vulnerability reference or description XCVS: If the change is related to a security vulnerability, include one or XCVS: more references (e.g. CVE names, VuXML IDs, URLs) or a description XCVS: of the issue. Please use one `Security:' entry per reference. 00ae7a645175eebca07385e6bb759b84 echo x - libosmesa/Makefile sed 's/^X//' >libosmesa/Makefile << 'c53f686838574c77c49b17e14abe95b6' X# New ports collection makefile for: libosmesa X# Date created: 9 April 2010 X# Whom: gahr X# X# $FreeBSD: ports/graphics/libosmesa/Makefile,v 1.2 2010/04/09 08:52:45 gahr Exp $ X# X XPORTNAME= libosmesa XPORTVERSION= 7.8.1 XCATEGORIES= graphics XMASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PORTVERSION}/ XDISTNAME= MesaLib-${PORTVERSION} X XMAINTAINER= gahr@FreeBSD.org XCOMMENT= Off-Screen Mesa implementation of the OpenGL API X XLIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 X XCONFLICTS= mesagl-mangled-* X XUSE_BZIP2= yes XUSE_LDCONFIG= yes XUSE_XORG= xxf86vm xext xfixes xdamage xt XUSE_GMAKE= yes XUSE_PYTHON_BUILD= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS+=--with-driver=osmesa --with-osmesa-bits=32 \ X --includedir=${PREFIX}/include/Mesa XCFLAGS+= -I${LOCALBASE}/include X XWRKSRC= ${WRKDIR}/Mesa-${PORTVERSION} X XGLINC= gl.h glext.h osmesa.h XGLLIB= OSMesa32 XSHLIB_VERS= ${PORTVERSION:R:R} X Xdo-install: X ${MKDIR} ${PREFIX}/include/Mesa/GL X ${MKDIR} ${PREFIX}/lib X ${MKDIR} ${PREFIX}/libdata/pkgconfig X# header files X.for i in ${GLINC} X ${INSTALL_DATA} ${WRKSRC}/include/GL/${i} ${PREFIX}/include/Mesa/GL/ X.endfor X# shlib X ${INSTALL_DATA} ${WRKSRC}/lib/libOSMesa32.so.${SHLIB_VERS} ${PREFIX}/lib X ${LN} -sf libOSMesa32.so.${SHLIB_VERS} ${PREFIX}/lib/libOSMesa32.so X# pkg-config X cd ${WRKSRC}/src/mesa && ${GMAKE} osmesa.pc X ${INSTALL_DATA} ${WRKSRC}/src/mesa/osmesa.pc ${PREFIX}/libdata/pkgconfig X X.include c53f686838574c77c49b17e14abe95b6 echo x - libosmesa/distinfo sed 's/^X//' >libosmesa/distinfo << '19eb991134d1e52f9a5fed36c71e876a' XMD5 (MesaLib-7.8.1.tar.bz2) = 25ec15f8e41fde6d206118cc786dbac4 XSHA256 (MesaLib-7.8.1.tar.bz2) = b0b46e5abfd75db44501e308125fa92bcf1c91d91e97a043a3b1764cfa0907fa XSIZE (MesaLib-7.8.1.tar.bz2) = 5137426 19eb991134d1e52f9a5fed36c71e876a echo x - libosmesa/pkg-descr sed 's/^X//' >libosmesa/pkg-descr << '6032a77dc28acb09de2e608b1c150202' XMesa is a 3-D graphics library with an API which is very similar to that Xof OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax or Xstate machine, it is being used with authorization from Silicon Graphics, XInc. However, the author makes no claim that Mesa is in any way a Xcompatible replacement for OpenGL or associated with Silicon Graphics, Inc. X XThis is a Off-Screen version of Mesa in order to do off-screen rendering in Xother packages like VTK. Offscreen rendering is useful for a Xnumber of things, such as batch processing, parallel processing, and Xremote processing. X XWWW: http://www.mesa3d.org/ 6032a77dc28acb09de2e608b1c150202 echo x - libosmesa/pkg-plist sed 's/^X//' >libosmesa/pkg-plist << '047ec2edd62cb2270e53f88c9e04dffe' Xinclude/Mesa/GL/gl.h Xinclude/Mesa/GL/glext.h Xinclude/Mesa/GL/osmesa.h Xlib/libOSMesa32.so.7 Xlib/libOSMesa32.so Xlibdata/pkgconfig/osmesa.pc X@dirrm include/Mesa/GL X@dirrm include/Mesa 047ec2edd62cb2270e53f88c9e04dffe exit