Subject: CVS commit: pkgsrc/graphics/libgii
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/25/2005 02:46:49
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Mar 25 02:46:49 UTC 2005

Modified Files:
	pkgsrc/graphics/libgii: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/graphics/libgii/patches: patch-aa patch-ae patch-af patch-ag

Log Message:
Update to 0.9.0:

New in 0.9.0: 2004-11-30:
- Documentation updates
- KII target improvements
    - minor fixes to button and symbol handling
    - handle labels correctly now
    - merge improvements from the FreeBSD ports tree
- works on Windows using MinGW w/o requiring special Makefiles.
- task scheduler as an abstraction for platform independent threads.
- DirectX target improvements
    - Tries to use the actual keyboard layout, and only fall back
      to the hardcoded defines when that does not work.
    - Makes shift and caps lock bring you capital letters.
    - Dead keys support (GIIK_VOID in sym, synthetic press/release
      events if non-matching key is hit after the dead key).
    - Renamed Caps, Num and Scroll to CapsLock, NumLock etc.
    - Mouse wheel support.
    - Support for up to 8 mouse buttons (2 previously).
    - Support for emPtrRelative.
    - Preliminary support for emPtrRelative.
    - Fixed a bug so that a lot of surplus emPtrAbsolute events are
      killed.
    - Support for various game controllers.
    - The mouse and the keyboard are separated into two devices.
    - Emulates key repeat messages.

New in 0.8.7: 2004-11-30:
* hotfix: input-linux-evdev: fix compiling error where KEY_103RD is not defined (SuSE 9.1)
* minor buildsystem update
* use more length bounded string operations


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/graphics/libgii/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/libgii/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/libgii/buildlink3.mk
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/libgii/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/libgii/patches/patch-aa \
    pkgsrc/graphics/libgii/patches/patch-ae
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/libgii/patches/patch-af \
    pkgsrc/graphics/libgii/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.