From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 10 13:20:07 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDCA516A4CE for ; Thu, 10 Jun 2004 13:20:07 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B113F43D5A for ; Thu, 10 Jun 2004 13:20:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i5ADK7N1056406 for ; Thu, 10 Jun 2004 13:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5ADK7Wh056405; Thu, 10 Jun 2004 13:20:07 GMT (envelope-from gnats) Resent-Date: Thu, 10 Jun 2004 13:20:07 GMT Resent-Message-Id: <200406101320.i5ADK7Wh056405@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erik Greenwald Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D77116A4CE for ; Thu, 10 Jun 2004 13:11:56 +0000 (GMT) Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23]) by mx1.FreeBSD.org (Postfix) with SMTP id 078AA43D39 for ; Thu, 10 Jun 2004 13:11:56 +0000 (GMT) (envelope-from erik@phoenix.smluc.org) Received: (qmail 6699 invoked by uid 1000); 10 Jun 2004 13:12:28 -0000 Message-Id: <20040610131228.6698.qmail@phoenix.smluc.org> Date: 10 Jun 2004 13:12:28 -0000 From: Erik Greenwald To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: erik@math.smsu.edu Subject: ports/67795: New Port: graphics/bugle library for intercepting OpenGL calls X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Erik Greenwald List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2004 13:20:08 -0000 >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 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 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: