Subject: pkg/13122: package update: graphics/sketch (Sketch 0.6.10)
To: None <gnats-bugs@gnats.netbsd.org>
From: None <uebayasi@soum.co.jp>
List: netbsd-bugs
Date: 06/05/2001 21:02:59
>Number: 13122
>Category: pkg
>Synopsis: package update: graphics/sketch (Sketch 0.6.10)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jun 05 21:02:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Masao Uebayashi
>Release: NetBSD/i386
>Organization:
SOUM Corporation, Japan.
>Environment:
NetBSD satoko.soum.co.jp 1.5.1_BETA NetBSD 1.5.1_BETA (SATOKO) #1: Fri May 11 18:35:05 JST 2001 root@satoko.soum.co.jp:/usr/src/sys/arch/i386/compile/SATOKO i386
>Description:
- Updated to 0.6.10 (May 14th, 2001).
- Many things have changed from previous pkgsrc version (0.6.3) which
was released at December 1st, 1999.
- a kludge for config to read 'Setup.py'.
- Pkglint'ed
- tested on 1.5.1_BETA/i386 only
- Enjoy!
Regards,
Masao
diff -Nru sketch.orig/Makefile sketch/Makefile
--- sketch.orig/Makefile Mon May 21 13:07:28 2001
+++ sketch/Makefile Tue May 22 13:42:22 2001
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2001/05/09 13:11:26 agc Exp $
+# $NetBSD$
# FreeBSD Id: Makefile,v 1.4 1999/05/19 09:41:06 tg Exp $
-DISTNAME= sketch-0.6.3
+DISTNAME= sketch-0.6.10
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_BACKUP}
diff -Nru sketch.orig/distinfo sketch/distinfo
--- sketch.orig/distinfo Mon May 21 13:07:28 2001
+++ sketch/distinfo Wed Jun 6 12:51:14 2001
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/05/09 11:37:35 agc Exp $
+$NetBSD$
-SHA1 (sketch-0.6.3.tar.gz) = 186ee6a924f4a4cd6e567a25696228fe9bd1b179
-Size (sketch-0.6.3.tar.gz) = 749685 bytes
-SHA1 (patch-aa) = d27d4612880e63426ff4038ef2c706486e195e47
+SHA1 (sketch-0.6.10.tar.gz) = 78a619853bb8bdc5a8638c6e67e692b97fa33b60
+Size (sketch-0.6.10.tar.gz) = 845864 bytes
+SHA1 (patch-aa) = 72f53fd429a90686020d5b790ff37d77ee7ae8bd
diff -Nru sketch.orig/patches/patch-aa sketch/patches/patch-aa
--- sketch.orig/patches/patch-aa Mon May 21 13:07:28 2001
+++ sketch/patches/patch-aa Wed Jun 6 12:49:54 2001
@@ -1,18 +1,26 @@
-$NetBSD: patch-aa,v 1.5 1999/12/02 03:03:32 sakamoto Exp $
+$NetBSD$
---- ./setup.py.orig Fri Oct 15 03:13:08 1999
-+++ ./setup.py Thu Dec 2 10:05:26 1999
-@@ -64,4 +64,6 @@
+--- setup.py.~1~ Sun May 13 04:20:07 2001
++++ setup.py
+@@ -84,6 +84,8 @@
+ config.macros.append(item)
elif head == '-L':
config.lib_dirs.append(item)
+ elif head == '-R':
+ config.lib_dirs.append(item)
elif head == '-l':
config.libraries.append(item)
-@@ -213,5 +215,5 @@
- if setup == None:
- setup = os.path.join(sys.prefix, 'lib/python' + sys.version[:3],
-- 'config/Setup')
-+ 'config/Setup.tk')
- print 'reading configuration from', setup, '...',
- configs = extract_config(setup, ['_tkinter'])
+ else:
+@@ -346,6 +348,12 @@
+ print 'reading additional configuration from', setup_local, '...',
+ configs = extract_config(setup_local, configs)
+ print 'done'
++
++ # NetBSD separately has 'Setup.tk' for tk-related configuration
++ setup_tk = os.path.join(configdir, 'Setup.tk')
++ print 'reading tk-related configuration from', setup_tk, '...',
++ configs = extract_config(setup_tk, configs)
++ print 'done'
+
+ configure_tkinter(configs, flags)
+ #if not configs.has_key('_tkinter'):diff -Nru sketch.orig/pkg/PLIST sketch/pkg/PLIST
--- sketch.orig/pkg/PLIST Mon May 21 13:07:27 2001
+++ sketch/pkg/PLIST Wed Jun 6 12:45:52 2001
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 1999/12/02 03:03:32 sakamoto Exp $
+@comment $NetBSD$
bin/sk2ps
bin/sketch
share/doc/sketch/BUGS
@@ -66,7 +66,6 @@
share/doc/sketch/Doc/devguide-25.html
share/doc/sketch/Doc/devguide-26.html
share/doc/sketch/Doc/devguide-27.html
-share/doc/sketch/Doc/devguide-28.html
share/doc/sketch/Doc/devguide-3.html
share/doc/sketch/Doc/devguide-4.html
share/doc/sketch/Doc/devguide-5.html
@@ -79,7 +78,6 @@
share/doc/sketch/Doc/fonts.scale
share/doc/sketch/Doc/usersguide-1.html
share/doc/sketch/Doc/usersguide-10.html
-share/doc/sketch/Doc/usersguide-11.html
share/doc/sketch/Doc/usersguide-2.html
share/doc/sketch/Doc/usersguide-3.html
share/doc/sketch/Doc/usersguide-4.html
@@ -119,10 +117,14 @@
share/sketch/Plugins/Filters/ailoader.pyc
share/sketch/Plugins/Filters/aisaver.py
share/sketch/Plugins/Filters/aisaver.pyc
+share/sketch/Plugins/Filters/bziploader.py
+share/sketch/Plugins/Filters/bziploader.pyc
share/sketch/Plugins/Filters/cmxloader.py
share/sketch/Plugins/Filters/cmxloader.pyc
share/sketch/Plugins/Filters/gziploader.py
share/sketch/Plugins/Filters/gziploader.pyc
+share/sketch/Plugins/Filters/pdfgensaver.py
+share/sketch/Plugins/Filters/pdfgensaver.pyc
share/sketch/Plugins/Filters/skloader.py
share/sketch/Plugins/Filters/skloader.pyc
share/sketch/Plugins/Filters/sksaver.py@@ -184,6 +186,8 @@
share/sketch/Resources/Fontmetrics/std.sfd
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/Misc/gamma.spl
share/sketch/Resources/Misc/mini.spl
share/sketch/Resources/Misc/pattern.ppm
@@ -196,10 +200,18 @@
share/sketch/Script/__init__.py
share/sketch/Script/abut_horizontal.py
share/sketch/Script/abut_vertical.py
+share/sketch/Script/average_points.py
+share/sketch/Script/create_spiral.py
share/sketch/Script/create_star.py
+share/sketch/Script/create_star_outline.py
share/sketch/Script/create_text.py
+share/sketch/Script/export_raster.py
+share/sketch/Script/save_selection.py
share/sketch/Script/select_same_fill_color.py
share/sketch/Script/select_same_line_color.py
+share/sketch/Script/inspect_beziers.py
+share/sketch/Script/spread.py
+share/sketch/Script/unit.py
share/sketch/Script/usersguide.py
share/sketch/Sketch/Base/config.py
share/sketch/Sketch/Base/config.pyc
@@ -243,6 +255,8 @@
share/sketch/Sketch/Graphics/color.pyc
share/sketch/Sketch/Graphics/compound.py
share/sketch/Sketch/Graphics/compound.pyc
+share/sketch/Sketch/Graphics/curveop.py
+share/sketch/Sketch/Graphics/curveop.pyc
share/sketch/Sketch/Graphics/dashes.py
share/sketch/Sketch/Graphics/dashes.pyc
share/sketch/Sketch/Graphics/document.py@@ -311,11 +325,17 @@
share/sketch/Sketch/Modules/_type1module.so
share/sketch/Sketch/Modules/pstokenize.so
share/sketch/Sketch/Modules/skreadmodule.so
+share/sketch/Sketch/Pixmaps/AlignBottom.gif
share/sketch/Sketch/Pixmaps/AlignBottom.xbm
+share/sketch/Sketch/Pixmaps/AlignCenterX.gif
share/sketch/Sketch/Pixmaps/AlignCenterX.xbm
+share/sketch/Sketch/Pixmaps/AlignCenterY.gif
share/sketch/Sketch/Pixmaps/AlignCenterY.xbm
+share/sketch/Sketch/Pixmaps/AlignLeft.gif
share/sketch/Sketch/Pixmaps/AlignLeft.xbm
+share/sketch/Sketch/Pixmaps/AlignRight.gif
share/sketch/Sketch/Pixmaps/AlignRight.xbm
+share/sketch/Sketch/Pixmaps/AlignTop.gif
share/sketch/Sketch/Pixmaps/AlignTop.xbm
share/sketch/Sketch/Pixmaps/ArrArrLeft.xbm
share/sketch/Sketch/Pixmaps/ArrArrRight.xbm
@@ -363,12 +383,17 @@
share/sketch/Sketch/Pixmaps/CurZoom_mask.xbm
share/sketch/Sketch/Pixmaps/Delete.gif
share/sketch/Sketch/Pixmaps/Delete.xbm
+share/sketch/Sketch/Pixmaps/Duplicate.gif
share/sketch/Sketch/Pixmaps/Duplicate.xbm
share/sketch/Sketch/Pixmaps/EditMode.xbm
+share/sketch/Sketch/Pixmaps/FlipHorizontal.gif
share/sketch/Sketch/Pixmaps/FlipHorizontal.xbm
+share/sketch/Sketch/Pixmaps/FlipVertical.gif
share/sketch/Sketch/Pixmaps/FlipVertical.xbm
share/sketch/Sketch/Pixmaps/GridOn.xbm
+share/sketch/Sketch/Pixmaps/Group.gif
share/sketch/Sketch/Pixmaps/Group.xbm
+share/sketch/Sketch/Pixmaps/Image.gif
share/sketch/Sketch/Pixmaps/Image.xbm
share/sketch/Sketch/Pixmaps/JoinBevel.xbm
share/sketch/Sketch/Pixmaps/JoinMiter.xbm
@@ -399,6 +424,7 @@
share/sketch/Sketch/Pixmaps/Redo.xbm
share/sketch/Sketch/Pixmaps/Save.gif
share/sketch/Sketch/Pixmaps/Save.xbm
+share/sketch/Sketch/Pixmaps/SelectionMode.gif
share/sketch/Sketch/Pixmaps/SelectionMode.xbm
share/sketch/Sketch/Pixmaps/ShearLR.xbm
share/sketch/Sketch/Pixmaps/ShearUD.xbm@@ -410,6 +436,7 @@
share/sketch/Sketch/Pixmaps/TurnTR.xbm
share/sketch/Sketch/Pixmaps/Undo.gif
share/sketch/Sketch/Pixmaps/Undo.xbm
+share/sketch/Sketch/Pixmaps/Ungroup.gif
share/sketch/Sketch/Pixmaps/Ungroup.xbm
share/sketch/Sketch/Pixmaps/Zoom.gif
share/sketch/Sketch/Pixmaps/Zoom.xbm
@@ -529,6 +556,10 @@
@dirrm share/sketch/Sketch
@dirrm share/sketch/Script
@dirrm share/sketch/Resources/Misc
+@dirrm share/sketch/Resources/Messages/it/LC_MESSAGES
+@dirrm share/sketch/Resources/Messages/it
+@dirrm share/sketch/Resources/Messages/fr/LC_MESSAGES
+@dirrm share/sketch/Resources/Messages/fr
@dirrm share/sketch/Resources/Messages/es/LC_MESSAGES
@dirrm share/sketch/Resources/Messages/es
@dirrm share/sketch/Resources/Messages/de/LC_MESSAGES
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: