head 1.9; access; symbols pkgsrc-2013Q2:1.9.0.52 pkgsrc-2013Q2-base:1.9 pkgsrc-2012Q4:1.9.0.50 pkgsrc-2012Q4-base:1.9 pkgsrc-2011Q4:1.9.0.48 pkgsrc-2011Q4-base:1.9 pkgsrc-2011Q2:1.9.0.46 pkgsrc-2011Q2-base:1.9 pkgsrc-2009Q4:1.9.0.44 pkgsrc-2009Q4-base:1.9 pkgsrc-2008Q4:1.9.0.42 pkgsrc-2008Q4-base:1.9 pkgsrc-2008Q3:1.9.0.40 pkgsrc-2008Q3-base:1.9 cube-native-xorg:1.9.0.38 cube-native-xorg-base:1.9 pkgsrc-2008Q2:1.9.0.36 pkgsrc-2008Q2-base:1.9 pkgsrc-2008Q1:1.9.0.34 pkgsrc-2008Q1-base:1.9 pkgsrc-2007Q4:1.9.0.32 pkgsrc-2007Q4-base:1.9 pkgsrc-2007Q3:1.9.0.30 pkgsrc-2007Q3-base:1.9 pkgsrc-2007Q2:1.9.0.28 pkgsrc-2007Q2-base:1.9 pkgsrc-2007Q1:1.9.0.26 pkgsrc-2007Q1-base:1.9 pkgsrc-2006Q4:1.9.0.24 pkgsrc-2006Q4-base:1.9 pkgsrc-2006Q3:1.9.0.22 pkgsrc-2006Q3-base:1.9 pkgsrc-2006Q2:1.9.0.20 pkgsrc-2006Q2-base:1.9 pkgsrc-2006Q1:1.9.0.18 pkgsrc-2006Q1-base:1.9 pkgsrc-2005Q4:1.9.0.16 pkgsrc-2005Q4-base:1.9 pkgsrc-2005Q3:1.9.0.14 pkgsrc-2005Q3-base:1.9 pkgsrc-2005Q2:1.9.0.12 pkgsrc-2005Q2-base:1.9 pkgsrc-2005Q1:1.9.0.10 pkgsrc-2005Q1-base:1.9 pkgsrc-2004Q4:1.9.0.8 pkgsrc-2004Q4-base:1.9 pkgsrc-2004Q3:1.9.0.6 pkgsrc-2004Q3-base:1.9 pkgsrc-2004Q2:1.9.0.4 pkgsrc-2004Q2-base:1.9 pkgsrc-2004Q1:1.9.0.2 pkgsrc-2004Q1-base:1.9 pkgsrc-2003Q4:1.8.0.2 pkgsrc-2003Q4-base:1.8 netbsd-1-6-1:1.7.0.6 netbsd-1-6-1-base:1.7 netbsd-1-6:1.7.0.8 netbsd-1-6-RELEASE-base:1.7 pkgviews:1.7.0.4 pkgviews-base:1.7 buildlink2:1.7.0.2 buildlink2-base:1.7 netbsd-1-5-PATCH003:1.7 netbsd-1-5-PATCH001:1.5 netbsd-1-5-RELEASE:1.5 netbsd-1-4-PATCH003:1.5 netbsd-1-4-PATCH002:1.5 comdex-fall-1999:1.4 netbsd-1-4-PATCH001:1.2 FreeBSD-current-1999-06-21:1.1.1.1 FREEBSD:1.1.1; locks; strict; comment @# @; 1.9 date 2004.03.12.13.09.23; author jmmv; state dead; branches; next 1.8; 1.8 date 2003.07.28.09.18.58; author drochner; state Exp; branches; next 1.7; 1.7 date 2001.11.22.13.08.41; author hubertf; state Exp; branches; next 1.6; 1.6 date 2001.07.19.00.06.52; author wiz; state Exp; branches; next 1.5; 1.5 date 99.12.02.03.03.32; author sakamoto; state Exp; branches; next 1.4; 1.4 date 99.09.20.05.04.06; author sakamoto; state Exp; branches; next 1.3; 1.3 date 99.08.06.00.32.17; author sakamoto; state Exp; branches; next 1.2; 1.2 date 99.06.22.04.16.31; author sakamoto; state Exp; branches; next 1.1; 1.1 date 99.06.22.04.08.41; author sakamoto; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.06.22.04.08.41; author sakamoto; state Exp; branches; next ; desc @@ 1.9 log @Moved to pkgsrc/graphics/skencil. @ text @$NetBSD: patch-aa,v 1.8 2003/07/28 09:18:58 drochner Exp $ --- setup.py.orig 2002-12-07 17:55:21.000000000 +0100 +++ setup.py 2003-07-27 14:35:32.000000000 +0200 @@@@ -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) else: @@@@ -231,7 +233,7 @@@@ # For python < 2.1 just use the tkconfig from python's Setup, unless # the user explicitly requests auto-configure if (not flags['tk']['autoconf'] - and (atoi(split(sys.version, '.', 1)[0]) < 2 \ + and (atoi(sys.version[0]) < 2 \ or sys.version_info[:2] < (2, 1))): if not configs.has_key('_tkinter'): print "Your Python installation doesn't seem to be configured" \ @ 1.8 log @-clean up so that it builds with any Python version now -remove the need for that Setup.tk hack -make sure docs/examples are don't get random premissions on install @ text @d1 1 a1 1 $NetBSD$ @ 1.7 log @Update sketch to 0.6.12, submitted by Masao Uebayashi 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. @ text @d3 2 a4 2 --- setup.py.orig Thu Jul 5 15:00:50 2001 +++ setup.py d14 9 a22 13 @@@@ -348,6 +350,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'): @ 1.6 log @Update sketch to 0.6.10, provided by Masao Uebayashi in pkg/13122. Changes since the last version in pkgsrc include 1.5 years of bugfixes and enhancements as well as updates to newer python version. Complete ChangeLog in work/sket*/NEWS or at http://sketch.sourceforge.net/relnotes.html @ text @d3 1 a3 1 --- setup.py.orig Sat May 12 21:20:07 2001 d14 1 a14 1 @@@@ -346,6 +348,12 @@@@ @ 1.5 log @Update sketch to 0.6.3. New stable version, 0.6.3. *The default properties of new objects can be set by pressing the apply button in the fill, line or font dialogs. *A new button next to the palette to quickly assing empty fill and line styles. *The ctrl-key to contrain editing now also works when drawing lines and bezier curves and when editing bezier curves. @ text @d3 4 a6 3 --- ./setup.py.orig Fri Oct 15 03:13:08 1999 +++ ./setup.py Thu Dec 2 10:05:26 1999 @@@@ -64,4 +64,6 @@@@ d13 14 a26 7 @@@@ -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']) @ 1.4 log @Update sketch to 0.6.2. Fix elf rpath. New stable version, 0.6.2. SVG import/export filters. Improved AI import filter more details: http://www.online.de/home/sketch/relnotes.html @ text @d3 2 a4 2 --- ./setup.py.orig Fri Aug 20 01:37:29 1999 +++ ./setup.py Mon Sep 20 12:38:14 1999 @ 1.3 log @Update to 0.6.1. Changes: Spanish messages, improved AI import/export filters, improved CMX import filter and bug fixes. @ text @d3 10 a12 3 --- ./setup.py.orig Mon Jul 19 02:25:31 1999 +++ ./setup.py Fri Aug 6 09:02:10 1999 @@@@ -213,5 +213,5 @@@@ @ 1.2 log @Adapt this package to NetBSD. @ text @d3 3 a5 4 --- setup.py.orig Tue May 18 18:37:04 1999 +++ setup.py Wed May 19 09:44:38 1999 @@@@ -212,7 +212,7 @@@@ a11 1 print 'done' @ 1.1 log @Initial revision @ text @d1 2 d10 1 a10 1 + 'config/Setup.local') @ 1.1.1.1 log @Import FreeBSD's "sketch" port: An interactive drawing program. @ text @@