Date: Mon, 2 Aug 1999 10:11:21 -0700 (PDT) From: jaeger16@yahoo.com To: freebsd-gnats-submit@freebsd.org Subject: ports/12931: new port: gtkglarea - an OpenGL widget for GTK+ like gtkGL Message-ID: <19990802171121.2233514F2D@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 12931 >Category: ports >Synopsis: new port: gtkglarea - an OpenGL widget for GTK+ like gtkGL >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: Mon Aug 2 10:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Sardo >Release: 3.2-RELEASE >Organization: N/A >Environment: >Description: ------------------- port starts here --------------------- # 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: # # gtkglarea # gtkglarea/files # gtkglarea/files/md5 # gtkglarea/pkg # gtkglarea/pkg/COMMENT # gtkglarea/pkg/DESCR # gtkglarea/pkg/PLIST # gtkglarea/Makefile # gtkglarea/patches # echo c - gtkglarea mkdir -p gtkglarea > /dev/null 2>&1 echo c - gtkglarea/files mkdir -p gtkglarea/files > /dev/null 2>&1 echo x - gtkglarea/files/md5 sed 's/^X//' >gtkglarea/files/md5 << 'END-of-gtkglarea/files/md5' XMD5 (gtkglarea-1.2.1.tar.gz) = 14ef36ec3b027775cc41db0717ef6270 END-of-gtkglarea/files/md5 echo c - gtkglarea/pkg mkdir -p gtkglarea/pkg > /dev/null 2>&1 echo x - gtkglarea/pkg/COMMENT sed 's/^X//' >gtkglarea/pkg/COMMENT << 'END-of-gtkglarea/pkg/COMMENT' XGtkGLArea is an OpenGL widget for the GTK+ GUI toolkit. END-of-gtkglarea/pkg/COMMENT echo x - gtkglarea/pkg/DESCR sed 's/^X//' >gtkglarea/pkg/DESCR << 'END-of-gtkglarea/pkg/DESCR' XJust as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl Xwhich is basically wrapper around GLX functions. The widget itself is Xderived from GtkDrawinigArea widget and adds only few extra functions. XLower level gdkgl functions make it easy to render on any widget that has XOpenGL capable visual, rendering to off-screen pixmaps is also supported. X XRelated project which may iterest those who use GTK-- is GtkGLArea--. It is a XC++ wrapper for gtkglarea written by Karl Nelson <kenelson@ece.ucdavis.edu>. END-of-gtkglarea/pkg/DESCR echo x - gtkglarea/pkg/PLIST sed 's/^X//' >gtkglarea/pkg/PLIST << 'END-of-gtkglarea/pkg/PLIST' Xinclude/gtkgl/gdkgl.h Xinclude/gtkgl/gtkglarea.h Xlib/libgtkgl.a Xlib/libgtkgl.la Xlib/libgtkgl.so Xlib/libgtkgl.so.4 X@exec /sbin/ldconfig -m %D/lib X@dirrm include/gtkgl END-of-gtkglarea/pkg/PLIST echo x - gtkglarea/Makefile sed 's/^X//' >gtkglarea/Makefile << 'END-of-gtkglarea/Makefile' X# New ports collection makefile for: gtkglarea X# Version required: 1.2.1 X# Date created: 1 August 1999 X# Whom: Michael Sardo<jaeger16@yahoo.com> X# X# $Id$ X# X XDISTNAME= gtkglarea-1.2.1 XCATEGORIES= x11-toolkits XMASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ X XMAINTAINER= jaeger16@yahoo.com X XLIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ X MesaGL.14:${PORTSDIR}/graphics/Mesa3 X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-lib-MesaGL XCONFIGURE_ENV= LOCALBASE=${LOCALBASE} X X X.include <bsd.port.mk> END-of-gtkglarea/Makefile echo c - gtkglarea/patches mkdir -p gtkglarea/patches > /dev/null 2>&1 exit ------------------------- end --------------------------- >How-To-Repeat: >Fix: >Release-Note: >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?19990802171121.2233514F2D>