diff options
author | vs <vs@FreeBSD.org> | 2004-11-24 17:59:05 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-11-24 17:59:05 +0800 |
commit | e757f421da599bc8e95c91c936d826ebb24c4e0d (patch) | |
tree | 070a5f0df84e48b3329ca3e28f861eb6a9e1a595 /graphics | |
parent | 4de4d83c34f7e438657898cf2ca53dfbbf916ee0 (diff) | |
download | freebsd-ports-graphics-e757f421da599bc8e95c91c936d826ebb24c4e0d.tar.gz freebsd-ports-graphics-e757f421da599bc8e95c91c936d826ebb24c4e0d.tar.zst freebsd-ports-graphics-e757f421da599bc8e95c91c936d826ebb24c4e0d.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/bugle/Makefile | 2 | ||||
-rw-r--r-- | graphics/bugle/distinfo | 4 | ||||
-rw-r--r-- | graphics/bugle/pkg-plist | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index 7394904f13c..fde23046847 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 badce08467b..d3e5c4cd05d 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 99a1349bfe5..5706563dbd4 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 |