From e757f421da599bc8e95c91c936d826ebb24c4e0d Mon Sep 17 00:00:00 2001 From: vs Date: Wed, 24 Nov 2004 09:59:05 +0000 Subject: Update to latest version: The news stats and showstats filter-sets can now display frame rate, triangle count, and fragment count as an overlay on the rendered frame. There has also been some work to reduce overhead, so that the FPS counter will be reasonably accurate. PR: ports/74296 Submitted by: maintainer --- graphics/bugle/Makefile | 2 +- graphics/bugle/distinfo | 4 ++-- graphics/bugle/pkg-plist | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'graphics') diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index 7394904f13c4..fde230468478 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bugle -PORTVERSION= 0.0.20041108 +PORTVERSION= 0.0.20041123 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bugle diff --git a/graphics/bugle/distinfo b/graphics/bugle/distinfo index badce08467b4..d3e5c4cd05dc 100644 --- a/graphics/bugle/distinfo +++ b/graphics/bugle/distinfo @@ -1,2 +1,2 @@ -MD5 (bugle-0.0.20041108.tar.gz) = b16a79e9d5a1c1f6c85d687e64aea87f -SIZE (bugle-0.0.20041108.tar.gz) = 474871 +MD5 (bugle-0.0.20041123.tar.gz) = 1ccd42bd0d028009e1f8b1136b364014 +SIZE (bugle-0.0.20041123.tar.gz) = 480500 diff --git a/graphics/bugle/pkg-plist b/graphics/bugle/pkg-plist index 99a1349bfe57..5706563dbd42 100644 --- a/graphics/bugle/pkg-plist +++ b/graphics/bugle/pkg-plist @@ -11,6 +11,9 @@ lib/bugle/debugger.so lib/bugle/modify.a lib/bugle/modify.la lib/bugle/modify.so +lib/bugle/stats.a +lib/bugle/stats.la +lib/bugle/stats.so lib/bugle/trace.a lib/bugle/trace.la lib/bugle/trace.so -- cgit