Date: 10 Jun 2004 13:12:28 -0000 From: Erik Greenwald <erik@smluc.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: erik@math.smsu.edu Subject: ports/67795: New Port: graphics/bugle library for intercepting OpenGL calls Message-ID: <20040610131228.6698.qmail@phoenix.smluc.org> Resent-Message-ID: <200406101320.i5ADK7Wh056405@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67795 >Category: ports >Synopsis: New Port: graphics/bugle library for intercepting OpenGL calls >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 10 13:20:07 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Thu May 27 23:31:48 EDT 2004 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: BuGLe ( http://bugle.sourceforge.net http://freshmeat.net/projects/bugle/ ) is a library that intercepts OpenGL calls, useful for debugging, call logging, forcing wireframe, etc... (developer was very fbsd friendly, tested 4 himself and worked with me to modify his existing code to work on fbsd5) >How-To-Repeat: >Fix: --- bugle.shar begins 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: # # graphics/bugle/pkg-descr # graphics/bugle/distinfo # graphics/bugle/Makefile # graphics/bugle/pkg-plist # echo x - graphics/bugle/pkg-descr sed 's/^X//' >graphics/bugle/pkg-descr << 'END-of-graphics/bugle/pkg-descr' XBuGLe is a tool for OpenGL debugging, implemented as a wrapper Xlibrary that sits between your program and OpenGL. X XWWW: http://bugle.sourceforge.net END-of-graphics/bugle/pkg-descr echo x - graphics/bugle/distinfo sed 's/^X//' >graphics/bugle/distinfo << 'END-of-graphics/bugle/distinfo' XMD5 (bugle-0.0.20040609.tar.gz) = 59b071b6b5b106c229aa16896ca69c58 XSIZE (bugle-0.0.20040609.tar.gz) = 311287 END-of-graphics/bugle/distinfo echo x - graphics/bugle/Makefile sed 's/^X//' >graphics/bugle/Makefile << 'END-of-graphics/bugle/Makefile' X# New ports collection makefile for: bugle X# Date created: Jun 8, 2004 X# Whom: Erik Greenwald <erik@smluc.org> X# X# $FreeBSD$ X# X XPORTNAME= bugle XPORTVERSION= 0.0.20040609 XCATEGORIES= graphics XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= bugle XGNU_CONFIGURE= yes X XMAINTAINER= erik@smluc.org XCOMMENT= A debugging library for OpenGL. X XLIB_DEPENDS= GL:${PORTSDIR}/x11/XFree86-4-libraries X X.include <bsd.port.mk> END-of-graphics/bugle/Makefile echo x - graphics/bugle/pkg-plist sed 's/^X//' >graphics/bugle/pkg-plist << 'END-of-graphics/bugle/pkg-plist' Xlib/bugle/common.a Xlib/bugle/common.la Xlib/bugle/common.so Xlib/bugle/common.so.0 Xlib/bugle/debugger.a Xlib/bugle/debugger.la Xlib/bugle/debugger.so Xlib/bugle/modify.a Xlib/bugle/modify.la Xlib/bugle/modify.so Xlib/bugle/modify.so.0 Xlib/bugle/tracker.a Xlib/bugle/tracker.la Xlib/bugle/tracker.so Xlib/bugle/validate.a Xlib/bugle/validate.la Xlib/bugle/validate.so Xlib/libbugle.a Xlib/libbugle.la Xlib/libbugle.so Xlib/libbugle.so.0 X@dirrm lib/bugle END-of-graphics/bugle/pkg-plist exit --- bugle.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040610131228.6698.qmail>