diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-11-22 13:08:41 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-11-22 13:08:41 +0000 |
commit | 69e6dd5a6fdb84704ab481a0b10e2330b8a38cae (patch) | |
tree | 59c92a77c73c9b0ed04b1c7c54f10b343911476c /graphics/sketch | |
parent | aaf1c1e2eb34d78d06f7729d52d9d799179e7478 (diff) | |
download | pkgsrc-69e6dd5a6fdb84704ab481a0b10e2330b8a38cae.tar.gz |
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.
Diffstat (limited to 'graphics/sketch')
-rw-r--r-- | graphics/sketch/Makefile | 6 | ||||
-rw-r--r-- | graphics/sketch/PLIST | 3 | ||||
-rw-r--r-- | graphics/sketch/distinfo | 8 | ||||
-rw-r--r-- | graphics/sketch/patches/patch-aa | 6 |
4 files changed, 12 insertions, 11 deletions
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile index 344f0f62a9c..e8e6ca5273e 100644 --- a/graphics/sketch/Makefile +++ b/graphics/sketch/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2001/11/22 04:43:23 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2001/11/22 13:08:41 hubertf Exp $ # -DISTNAME= sketch-0.6.10 +DISTNAME= sketch-0.6.12 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sketch/} -MAINTAINER= packages@netbsd.org +MAINTAINER= uebayasi@soum.co.jp HOMEPAGE= http://sketch.sourceforge.net/ COMMENT= Interactive drawing program diff --git a/graphics/sketch/PLIST b/graphics/sketch/PLIST index d68adfac2e1..dfac103dbea 100644 --- a/graphics/sketch/PLIST +++ b/graphics/sketch/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:54:00 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/11/22 13:08:41 hubertf Exp $ bin/sk2ps bin/sketch share/doc/sketch/BUGS @@ -188,6 +188,7 @@ share/sketch/Resources/Messages/de/LC_MESSAGES/sketch.mo share/sketch/Resources/Messages/es/LC_MESSAGES/sketch.mo share/sketch/Resources/Messages/fr/LC_MESSAGES/sketch.mo share/sketch/Resources/Messages/it/LC_MESSAGES/sketch.mo +share/sketch/Resources/Messages/ru/LC_MESSAGES/sketch.mo share/sketch/Resources/Misc/gamma.spl share/sketch/Resources/Misc/mini.spl share/sketch/Resources/Misc/pattern.ppm diff --git a/graphics/sketch/distinfo b/graphics/sketch/distinfo index a043b8d4faa..752782e33cb 100644 --- a/graphics/sketch/distinfo +++ b/graphics/sketch/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/07/19 00:06:52 wiz Exp $ +$NetBSD: distinfo,v 1.4 2001/11/22 13:08:41 hubertf Exp $ -SHA1 (sketch-0.6.10.tar.gz) = 78a619853bb8bdc5a8638c6e67e692b97fa33b60 -Size (sketch-0.6.10.tar.gz) = 845864 bytes -SHA1 (patch-aa) = eb4e491391fe8066fa8c80ffbca11e66bae3528e +SHA1 (sketch-0.6.12.tar.gz) = 015e32eec543a0f1cb2e00a6bd713c8d6d2006a2 +Size (sketch-0.6.12.tar.gz) = 853387 bytes +SHA1 (patch-aa) = 4ad34c6f0807dedb3e3c7e2e4ad713613dffe706 diff --git a/graphics/sketch/patches/patch-aa b/graphics/sketch/patches/patch-aa index b037821b78f..16868247a29 100644 --- a/graphics/sketch/patches/patch-aa +++ b/graphics/sketch/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.6 2001/07/19 00:06:52 wiz Exp $ +$NetBSD: patch-aa,v 1.7 2001/11/22 13:08:41 hubertf Exp $ ---- setup.py.orig Sat May 12 21:20:07 2001 +--- setup.py.orig Thu Jul 5 15:00:50 2001 +++ setup.py @@ -84,6 +84,8 @@ config.macros.append(item) @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.6 2001/07/19 00:06:52 wiz Exp $ elif head == '-l': config.libraries.append(item) else: -@@ -346,6 +348,12 @@ +@@ -348,6 +350,12 @@ print 'reading additional configuration from', setup_local, '...', configs = extract_config(setup_local, configs) print 'done' |