Subject: CVS commit: pkgsrc/lang/icon
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 06/06/2003 08:58:44
Module Name:	pkgsrc
Committed By:	jtb
Date:		Fri Jun  6 08:58:43 UTC 2003

Modified Files:
	pkgsrc/lang/icon: Makefile PLIST distinfo
	pkgsrc/lang/icon/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
	    patch-af patch-ag patch-ah patch-ai patch-aj patch-al patch-an
	    patch-ao patch-ap patch-aq patch-as patch-at patch-au patch-av
	    patch-aw patch-ax

Log Message:
Update to version 9.4.2.

   Notable changes in this latest version are listed here. Some code
   cleanup work and documentation editing has also been done.

  256-color limit removed

   Icon's X-windows interface previously limited each window to 256
   colors at one time. This limitation has been removed for the TrueColor
   displays provided by most modern computers. Median-cut quantization is
   used to select 256 image colors when WriteImage() is called to write a
   GIF file.

  Library changes

   As usual, several files in the Icon program library have been added or
   edited. The core library files, however, remain stable.

  Minor changes

     * The command "icon - [args]" can now be used to execute a source
       program read from standard input.
     * A new "icont -N" flag suppresses embedding of an iconx path in the
       generated executable
     * The configuration directory has been restructured.
     * Several obsolete configurations have been removed.
     * The environment variables HEAPSIZE and BLOCKSIZE no longer
       function as undocumented alternatives to BLKSIZE. The GNU ls
       utility uses BLOCKSIZE for other purposes, leading to confusion.
     * "make Install" has been changed to never delete anything. It now
       creates a new directory rather than altering an existing one.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/lang/icon/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/icon/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/icon/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/lang/icon/patches/patch-aa \
    pkgsrc/lang/icon/patches/patch-ac pkgsrc/lang/icon/patches/patch-ag \
    pkgsrc/lang/icon/patches/patch-ap
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/icon/patches/patch-ab \
    pkgsrc/lang/icon/patches/patch-ae
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/icon/patches/patch-ad
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/icon/patches/patch-af
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/icon/patches/patch-ah \
    pkgsrc/lang/icon/patches/patch-an pkgsrc/lang/icon/patches/patch-av \
    pkgsrc/lang/icon/patches/patch-aw pkgsrc/lang/icon/patches/patch-ax
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/icon/patches/patch-ai \
    pkgsrc/lang/icon/patches/patch-aj pkgsrc/lang/icon/patches/patch-ao \
    pkgsrc/lang/icon/patches/patch-aq
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/icon/patches/patch-al \
    pkgsrc/lang/icon/patches/patch-as pkgsrc/lang/icon/patches/patch-at \
    pkgsrc/lang/icon/patches/patch-au

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