Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Dieter Baron <dillo@netbsd.org>
List: pkgsrc-changes
Date: 05/11/2001 11:14:34
Module Name:	pkgsrc
Committed By:	dillo
Date:		Fri May 11 08:14:34 UTC 2001

Modified Files:
	pkgsrc/devel/pilrc: Makefile distinfo
	pkgsrc/devel/pilrc/patches: patch-ab
Removed Files:
	pkgsrc/devel/pilrc/patches: patch-aa

Log Message:
update to 2.8.4

pilrcui (ui previewer) is broken in 2.8, but we get support for LP64.

What's new in 2.8 (Tue, 1 May 2001)
-----------------
o added new resources
- WORDLIST, GRAFITTIINPUTAREA, COLORTABLE, KEYBOARD, COUNTRYLOCALIZATION etc
- [MOST ARE SYSTEM USE ONLY], see doc/manual.html for more information
o ID generation consistancy fixes
- ie: VERSION ID 1 "1.0", VERSION 1 "1.0" and VERSION "1.0" should work
- restore's old behaviour to maintain compatibility in older sample code
o SLIDER changes
- fix warnings for sliders, no longer complain when legal :))
o error message fix
- adjust include file messing error to have line # printed :)
o DATA change
- such that the data file can be found in include directories specified
o added -LE32 flag, generate little endian 32bit compatible resources (ARM, NT)
o various bugfixes et al :P
o recursive includes (32-level deep) now supported
o added src2unix.sh script to strip ^M chars for UN*X users
o fixed strdup complaints
o updated documentation (POPUPLIST example)
o added "-R output.ro -prc" option
- resources are bundled into a prc database (instead of .bin) !yay!
- DEFAULT: cr8r: 'pRES' type: 'data' name: "PilRC resources"
- (can be installed on device)
o ability to custom specify the above using -creator -type and -name
o added srcindent.sh script to indent all source files using indent tool
o VC++ error/warning message syntax fix
o added creationDate/modificationDate chunks
o added support for non-32bit operating systems (alpha etc)


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/pilrc/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/pilrc/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/devel/pilrc/patches/patch-aa
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/pilrc/patches/patch-ab

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