Subject: CVS commit: pkgsrc/graphics/sketch
To: None <pkgsrc-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: pkgsrc-changes
Date: 11/22/2001 15:08:41
Module Name: pkgsrc
Committed By: hubertf
Date: Thu Nov 22 13:08:41 UTC 2001
Modified Files:
pkgsrc/graphics/sketch: Makefile PLIST distinfo
pkgsrc/graphics/sketch/patches: patch-aa
Log Message:
Update sketch to 0.6.12,
submitted by Masao Uebayashi <uebayasi@soum.co.jp> in PR 14328.
Sketch 0.6.12 (July 5th, 2001)
==============================
* View->Load Palette... also supports Gimp palette files.
Bug fixes:
* The PostScript generator now handles RGBA images used as tiles
correctly. Reported by Andy Grimberg.
* Modifying objects that lay far outside the window could lead to X
Errors.
* Loading AI files sometimes raised exceptions with an AttributeError
"'None' object has no attribute 'guess_continuity'". This is now
fixed. Reported by Eric Faurot.
* The CMX import filter handles empty groups gracefully. Bug reported
by Yuri Shchedov.
* Fix some typos in skshow's doc-string. This is basically what's
already done with the Debian packages.
* Changing the paper format could lead to an inconsistent mapping
between document and window coordinates. Reported by Antoon Pardon.
Sketch 0.6.11 (June 9th, 2001)
==============================
* Updated Spanish translation by Esteban Manchado Velázquez
* Add /usr/lib/ghostscript/fonts to the default list of font
directories (for debian).
* Include the .spec file in the tarball and distribute the Misc
directory with the RPMs as documentation.
Bug fixes:
* The find_include_dir function in setup.py now catches and ignores
OSError exceptions, too. Pointed out by Pierre HANSER.
* The russian translation are now properly contained in the archive as
*.mo files too.
* Drawings that contained non-ASCII characters in strings were not read
back correctly when saved under Python 2.1
* The import filters now remove empty curve objects. The implementation
of 0.6.9 didn't cover all special cases. The new one works
differently but shuld catch all cases.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/graphics/sketch/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/sketch/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/graphics/sketch/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/sketch/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.