summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-07-28 09:18:56 +0000
committerdrochner <drochner@pkgsrc.org>2003-07-28 09:18:56 +0000
commit01cdc33a5ad02f7dd34491356a2ecd386bac8861 (patch)
tree273321e112371ee22c235d8583df9e97dd868378
parent9fb7427f6674eefdf3e8008ed5a1d7e18cf9e04e (diff)
downloadpkgsrc-01cdc33a5ad02f7dd34491356a2ecd386bac8861.tar.gz
-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
-rw-r--r--graphics/sketch/Makefile46
-rw-r--r--graphics/sketch/PLIST1029
-rw-r--r--graphics/sketch/distinfo4
-rw-r--r--graphics/sketch/patches/patch-aa28
4 files changed, 542 insertions, 565 deletions
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index 71397ff03f2..a3f50de6186 100644
--- a/graphics/sketch/Makefile
+++ b/graphics/sketch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2003/07/25 17:02:46 drochner Exp $
+# $NetBSD: Makefile,v 1.27 2003/07/28 09:18:56 drochner Exp $
#
DISTNAME= sketch-0.6.15
@@ -12,40 +12,32 @@ COMMENT= Interactive drawing program
USE_X11= YES
USE_BUILDLINK2= yes
-PYTHON_VERSIONS_ACCEPTED= 20 # XXX until some things are cleaned up
-
-SKETCHDIR= ${PREFIX}/share/sketch
-SKETCHDOCDIR= ${PREFIX}/share/doc/sketch
-SKETCHDOCS= BUGS Doc NEWS PROJECTS README TODO
-SKETCHEXDIR= ${PREFIX}/share/examples/sketch
-
-echo:
- ${ECHO} ${LIBS}
+PYTHON_PATCH_SCRIPTS= sk2ppm.py sk2ps.py skconvert.py sketch.py skshow.py
+SK_CONF_ARGS= --imaging-include=${BUILDLINK_PREFIX.pyimaging}/${PYINC}/PIL
+SK_TKFLAGS= -L${BUILDLINK_PREFIX.tk}/lib -R${BUILDLINK_PREFIX.tk}/lib -ltk -ltcl
+SK_TKFLAGS+= -R${X11BASE}/lib
+SK_CONF_ARGS+= --tk-flags=${SK_TKFLAGS:Q}
do-configure:
- @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${PYTHONBIN} setup.py configure \
- --imaging-include=${PREFIX}/include/python2.0/PIL
+ cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
+ ${PYTHONBIN} setup.py configure ${SK_CONF_ARGS}
do-build:
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} setup.py build
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} setup.py build
do-install:
- ${INSTALL_DATA_DIR} ${SKETCHDIR}
-.for dir in Filter Pax Plugins Resources Script Sketch
- cd ${WRKSRC}; gtar -c -f - --exclude-from=${FILESDIR}/excludelist ${dir} | \
- (cd ${SKETCHDIR}/; gtar xf -)
-.endfor
- cd ${WRKSRC}; ${INSTALL_SCRIPT} finishinst.py sk2ps.py sketch.py ${SKETCHDIR}
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} setup.py install \
+ --prefix=${PREFIX}
+
+SKETCHDOCDIR= ${PREFIX}/share/doc/sketch
+SKETCHDOCS= BUGS Doc NEWS PROJECTS README TODO
+SKETCHEXDIR= ${PREFIX}/share/examples/sketch
+
+post-install:
${INSTALL_DATA_DIR} ${SKETCHDOCDIR}
- cd ${WRKSRC} && ${PAX} -rw -pe -v ${SKETCHDOCS} ${SKETCHDOCDIR}
+ cd ${WRKSRC} && ${PAX} -rw -v ${SKETCHDOCS} ${SKETCHDOCDIR}
${INSTALL_DATA_DIR} ${SKETCHEXDIR}
- cd ${WRKSRC}/Examples && ${PAX} -rw -pe -v . ${SKETCHEXDIR}
- cd ${SKETCHDIR}; ${PYTHONBIN} finishinst.py
- ${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sketch.in > ${PREFIX}/bin/sketch
- ${CHMOD} +x ${PREFIX}/bin/sketch
- ${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sk2ps.in > ${PREFIX}/bin/sk2ps
- ${CHMOD} +x ${PREFIX}/bin/sk2ps
+ cd ${WRKSRC}/Examples && ${PAX} -rw -v . ${SKETCHEXDIR}
.include "../../lang/python/application.mk"
.include "../../x11/py-Tk/buildlink2.mk"
diff --git a/graphics/sketch/PLIST b/graphics/sketch/PLIST
index eded8d8b4b3..9f69be73157 100644
--- a/graphics/sketch/PLIST
+++ b/graphics/sketch/PLIST
@@ -1,6 +1,492 @@
-@comment $NetBSD: PLIST,v 1.5 2003/07/25 17:02:47 drochner Exp $
+@comment $NetBSD: PLIST,v 1.6 2003/07/28 09:18:56 drochner Exp $
+bin/sk2ppm
bin/sk2ps
+bin/skconvert
bin/sketch
+bin/skshow
+lib/${PKGNAME}/Lib/X.py
+lib/${PKGNAME}/Lib/X.pyc
+lib/${PKGNAME}/Lib/paxmodule.so
+lib/${PKGNAME}/Lib/paxtkinter.so
+lib/${PKGNAME}/Lib/streamfilter.so
+lib/${PKGNAME}/Plugins/Filters/Lib/drawfile.py
+lib/${PKGNAME}/Plugins/Filters/Lib/drawfile.pyc
+lib/${PKGNAME}/Plugins/Filters/Lib/spritefile.py
+lib/${PKGNAME}/Plugins/Filters/Lib/spritefile.pyc
+lib/${PKGNAME}/Plugins/Filters/ailoader.py
+lib/${PKGNAME}/Plugins/Filters/ailoader.pyc
+lib/${PKGNAME}/Plugins/Filters/aisaver.py
+lib/${PKGNAME}/Plugins/Filters/aisaver.pyc
+lib/${PKGNAME}/Plugins/Filters/bziploader.py
+lib/${PKGNAME}/Plugins/Filters/bziploader.pyc
+lib/${PKGNAME}/Plugins/Filters/cgmloader.py
+lib/${PKGNAME}/Plugins/Filters/cgmloader.pyc
+lib/${PKGNAME}/Plugins/Filters/cgmsaver.py
+lib/${PKGNAME}/Plugins/Filters/cgmsaver.pyc
+lib/${PKGNAME}/Plugins/Filters/cmxloader.py
+lib/${PKGNAME}/Plugins/Filters/cmxloader.pyc
+lib/${PKGNAME}/Plugins/Filters/drawinput.py
+lib/${PKGNAME}/Plugins/Filters/drawinput.pyc
+lib/${PKGNAME}/Plugins/Filters/garbage/cgmloader.py
+lib/${PKGNAME}/Plugins/Filters/garbage/cgmloader.pyc
+lib/${PKGNAME}/Plugins/Filters/garbage/cgmsaver.py
+lib/${PKGNAME}/Plugins/Filters/garbage/cgmsaver.pyc
+lib/${PKGNAME}/Plugins/Filters/gziploader.py
+lib/${PKGNAME}/Plugins/Filters/gziploader.pyc
+lib/${PKGNAME}/Plugins/Filters/pdfgensaver.py
+lib/${PKGNAME}/Plugins/Filters/pdfgensaver.pyc
+lib/${PKGNAME}/Plugins/Filters/skloader.py
+lib/${PKGNAME}/Plugins/Filters/skloader.pyc
+lib/${PKGNAME}/Plugins/Filters/sksaver.py
+lib/${PKGNAME}/Plugins/Filters/sksaver.pyc
+lib/${PKGNAME}/Plugins/Filters/svgloader.py
+lib/${PKGNAME}/Plugins/Filters/svgloader.pyc
+lib/${PKGNAME}/Plugins/Filters/svgsaver.py
+lib/${PKGNAME}/Plugins/Filters/svgsaver.pyc
+lib/${PKGNAME}/Plugins/Filters/wmfloader.py
+lib/${PKGNAME}/Plugins/Filters/wmfloader.pyc
+lib/${PKGNAME}/Plugins/Filters/xfigloader.py
+lib/${PKGNAME}/Plugins/Filters/xfigloader.pyc
+lib/${PKGNAME}/Plugins/Objects/Lib/multilinetext/TextEditor.py
+lib/${PKGNAME}/Plugins/Objects/Lib/multilinetext/TextEditor.pyc
+lib/${PKGNAME}/Plugins/Objects/Lib/multilinetext/__init__.py
+lib/${PKGNAME}/Plugins/Objects/Lib/multilinetext/__init__.pyc
+lib/${PKGNAME}/Plugins/Objects/Lib/multilinetext/chunker.py
+lib/${PKGNAME}/Plugins/Objects/Lib/multilinetext/chunker.pyc
+lib/${PKGNAME}/Plugins/Objects/Lib/multilinetext/iterator.py
+lib/${PKGNAME}/Plugins/Objects/Lib/multilinetext/iterator.pyc
+lib/${PKGNAME}/Plugins/Objects/Lib/multilinetext/styletext.py
+lib/${PKGNAME}/Plugins/Objects/Lib/multilinetext/styletext.pyc
+lib/${PKGNAME}/Plugins/Objects/lcdtext.py
+lib/${PKGNAME}/Plugins/Objects/lcdtext.pyc
+lib/${PKGNAME}/Plugins/Objects/multilinetext.py
+lib/${PKGNAME}/Plugins/Objects/multilinetext.pyc
+lib/${PKGNAME}/Plugins/Objects/regpoly.py
+lib/${PKGNAME}/Plugins/Objects/regpoly.pyc
+lib/${PKGNAME}/Resources/Fontmetrics/alias.sfd
+lib/${PKGNAME}/Resources/Fontmetrics/gs.sfd
+lib/${PKGNAME}/Resources/Fontmetrics/gsopt.sfd
+lib/${PKGNAME}/Resources/Fontmetrics/pagd.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pagdo.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pagk.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pagko.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pbkd.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pbkdi.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pbkl.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pbkli.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pcrb.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pcrbo.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pcrr.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pcrro.afm
+lib/${PKGNAME}/Resources/Fontmetrics/phvb.afm
+lib/${PKGNAME}/Resources/Fontmetrics/phvbn.afm
+lib/${PKGNAME}/Resources/Fontmetrics/phvbo.afm
+lib/${PKGNAME}/Resources/Fontmetrics/phvbon.afm
+lib/${PKGNAME}/Resources/Fontmetrics/phvr.afm
+lib/${PKGNAME}/Resources/Fontmetrics/phvrn.afm
+lib/${PKGNAME}/Resources/Fontmetrics/phvro.afm
+lib/${PKGNAME}/Resources/Fontmetrics/phvron.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pncb.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pncbi.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pncr.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pncri.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pplb.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pplbi.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pplr.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pplri.afm
+lib/${PKGNAME}/Resources/Fontmetrics/psyr.afm
+lib/${PKGNAME}/Resources/Fontmetrics/ptmb.afm
+lib/${PKGNAME}/Resources/Fontmetrics/ptmbi.afm
+lib/${PKGNAME}/Resources/Fontmetrics/ptmr.afm
+lib/${PKGNAME}/Resources/Fontmetrics/ptmri.afm
+lib/${PKGNAME}/Resources/Fontmetrics/putb.afm
+lib/${PKGNAME}/Resources/Fontmetrics/putbi.afm
+lib/${PKGNAME}/Resources/Fontmetrics/putr.afm
+lib/${PKGNAME}/Resources/Fontmetrics/putri.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pzcmi.afm
+lib/${PKGNAME}/Resources/Fontmetrics/pzdr.afm
+lib/${PKGNAME}/Resources/Fontmetrics/std.sfd
+lib/${PKGNAME}/Resources/Misc/gamma.spl
+lib/${PKGNAME}/Resources/Misc/mini.spl
+lib/${PKGNAME}/Resources/Misc/pattern.ppm
+lib/${PKGNAME}/Resources/Misc/sketch-proc.ps
+lib/${PKGNAME}/Resources/Misc/standard.arrow
+lib/${PKGNAME}/Resources/Misc/standard.dashes
+lib/${PKGNAME}/Resources/Misc/standard.spl
+lib/${PKGNAME}/Resources/Misc/tkdefaults
+lib/${PKGNAME}/Resources/Misc/www.spl
+lib/${PKGNAME}/Script/__init__.py
+lib/${PKGNAME}/Script/__init__.pyc
+lib/${PKGNAME}/Script/abut_horizontal.py
+lib/${PKGNAME}/Script/abut_horizontal.pyc
+lib/${PKGNAME}/Script/abut_vertical.py
+lib/${PKGNAME}/Script/abut_vertical.pyc
+lib/${PKGNAME}/Script/average_points.py
+lib/${PKGNAME}/Script/average_points.pyc
+lib/${PKGNAME}/Script/create_spiral.py
+lib/${PKGNAME}/Script/create_spiral.pyc
+lib/${PKGNAME}/Script/create_star.py
+lib/${PKGNAME}/Script/create_star.pyc
+lib/${PKGNAME}/Script/create_star_outline.py
+lib/${PKGNAME}/Script/create_star_outline.pyc
+lib/${PKGNAME}/Script/create_text.py
+lib/${PKGNAME}/Script/create_text.pyc
+lib/${PKGNAME}/Script/export_raster.py
+lib/${PKGNAME}/Script/export_raster.pyc
+lib/${PKGNAME}/Script/footprints.py
+lib/${PKGNAME}/Script/footprints.pyc
+lib/${PKGNAME}/Script/inspect_beziers.py
+lib/${PKGNAME}/Script/inspect_beziers.pyc
+lib/${PKGNAME}/Script/reload_image.py
+lib/${PKGNAME}/Script/reload_image.pyc
+lib/${PKGNAME}/Script/save_selection.py
+lib/${PKGNAME}/Script/save_selection.pyc
+lib/${PKGNAME}/Script/select_same_fill_color.py
+lib/${PKGNAME}/Script/select_same_fill_color.pyc
+lib/${PKGNAME}/Script/select_same_line_color.py
+lib/${PKGNAME}/Script/select_same_line_color.pyc
+lib/${PKGNAME}/Script/simple_separation.py
+lib/${PKGNAME}/Script/simple_separation.pyc
+lib/${PKGNAME}/Script/spread.py
+lib/${PKGNAME}/Script/spread.pyc
+lib/${PKGNAME}/Script/unit.py
+lib/${PKGNAME}/Script/unit.pyc
+lib/${PKGNAME}/Script/usersguide.py
+lib/${PKGNAME}/Script/usersguide.pyc
+lib/${PKGNAME}/Sketch/Base/config.py
+lib/${PKGNAME}/Sketch/Base/config.pyc
+lib/${PKGNAME}/Sketch/Base/configutil.py
+lib/${PKGNAME}/Sketch/Base/configutil.pyc
+lib/${PKGNAME}/Sketch/Base/connector.py
+lib/${PKGNAME}/Sketch/Base/connector.pyc
+lib/${PKGNAME}/Sketch/Base/const.py
+lib/${PKGNAME}/Sketch/Base/const.pyc
+lib/${PKGNAME}/Sketch/Base/load.py
+lib/${PKGNAME}/Sketch/Base/load.pyc
+lib/${PKGNAME}/Sketch/Base/loadres.py
+lib/${PKGNAME}/Sketch/Base/loadres.pyc
+lib/${PKGNAME}/Sketch/Base/main.py
+lib/${PKGNAME}/Sketch/Base/main.pyc
+lib/${PKGNAME}/Sketch/Base/plugins.py
+lib/${PKGNAME}/Sketch/Base/plugins.pyc
+lib/${PKGNAME}/Sketch/Base/skexceptions.py
+lib/${PKGNAME}/Sketch/Base/skexceptions.pyc
+lib/${PKGNAME}/Sketch/Base/undo.py
+lib/${PKGNAME}/Sketch/Base/undo.pyc
+lib/${PKGNAME}/Sketch/Base/undodict.py
+lib/${PKGNAME}/Sketch/Base/undodict.pyc
+lib/${PKGNAME}/Sketch/Base/warn.py
+lib/${PKGNAME}/Sketch/Base/warn.pyc
+lib/${PKGNAME}/Sketch/Graphics/__init__.py
+lib/${PKGNAME}/Sketch/Graphics/__init__.pyc
+lib/${PKGNAME}/Sketch/Graphics/arrow.py
+lib/${PKGNAME}/Sketch/Graphics/arrow.pyc
+lib/${PKGNAME}/Sketch/Graphics/base.py
+lib/${PKGNAME}/Sketch/Graphics/base.pyc
+lib/${PKGNAME}/Sketch/Graphics/bezier.py
+lib/${PKGNAME}/Sketch/Graphics/bezier.pyc
+lib/${PKGNAME}/Sketch/Graphics/blend.py
+lib/${PKGNAME}/Sketch/Graphics/blend.pyc
+lib/${PKGNAME}/Sketch/Graphics/blendgroup.py
+lib/${PKGNAME}/Sketch/Graphics/blendgroup.pyc
+lib/${PKGNAME}/Sketch/Graphics/clone.py
+lib/${PKGNAME}/Sketch/Graphics/clone.pyc
+lib/${PKGNAME}/Sketch/Graphics/color.py
+lib/${PKGNAME}/Sketch/Graphics/color.pyc
+lib/${PKGNAME}/Sketch/Graphics/compound.py
+lib/${PKGNAME}/Sketch/Graphics/compound.pyc
+lib/${PKGNAME}/Sketch/Graphics/curveop.py
+lib/${PKGNAME}/Sketch/Graphics/curveop.pyc
+lib/${PKGNAME}/Sketch/Graphics/dashes.py
+lib/${PKGNAME}/Sketch/Graphics/dashes.pyc
+lib/${PKGNAME}/Sketch/Graphics/document.py
+lib/${PKGNAME}/Sketch/Graphics/document.pyc
+lib/${PKGNAME}/Sketch/Graphics/ellipse.py
+lib/${PKGNAME}/Sketch/Graphics/ellipse.pyc
+lib/${PKGNAME}/Sketch/Graphics/eps.py
+lib/${PKGNAME}/Sketch/Graphics/eps.pyc
+lib/${PKGNAME}/Sketch/Graphics/external.py
+lib/${PKGNAME}/Sketch/Graphics/external.pyc
+lib/${PKGNAME}/Sketch/Graphics/font.py
+lib/${PKGNAME}/Sketch/Graphics/font.pyc
+lib/${PKGNAME}/Sketch/Graphics/gradient.py
+lib/${PKGNAME}/Sketch/Graphics/gradient.pyc
+lib/${PKGNAME}/Sketch/Graphics/graphics.py
+lib/${PKGNAME}/Sketch/Graphics/graphics.pyc
+lib/${PKGNAME}/Sketch/Graphics/group.py
+lib/${PKGNAME}/Sketch/Graphics/group.pyc
+lib/${PKGNAME}/Sketch/Graphics/guide.py
+lib/${PKGNAME}/Sketch/Graphics/guide.pyc
+lib/${PKGNAME}/Sketch/Graphics/handle.py
+lib/${PKGNAME}/Sketch/Graphics/handle.pyc
+lib/${PKGNAME}/Sketch/Graphics/image.py
+lib/${PKGNAME}/Sketch/Graphics/image.pyc
+lib/${PKGNAME}/Sketch/Graphics/layer.py
+lib/${PKGNAME}/Sketch/Graphics/layer.pyc
+lib/${PKGNAME}/Sketch/Graphics/maskgroup.py
+lib/${PKGNAME}/Sketch/Graphics/maskgroup.pyc
+lib/${PKGNAME}/Sketch/Graphics/pagelayout.py
+lib/${PKGNAME}/Sketch/Graphics/pagelayout.pyc
+lib/${PKGNAME}/Sketch/Graphics/papersize.py
+lib/${PKGNAME}/Sketch/Graphics/papersize.pyc
+lib/${PKGNAME}/Sketch/Graphics/pattern.py
+lib/${PKGNAME}/Sketch/Graphics/pattern.pyc
+lib/${PKGNAME}/Sketch/Graphics/plugobj.py
+lib/${PKGNAME}/Sketch/Graphics/plugobj.pyc
+lib/${PKGNAME}/Sketch/Graphics/properties.py
+lib/${PKGNAME}/Sketch/Graphics/properties.pyc
+lib/${PKGNAME}/Sketch/Graphics/psdevice.py
+lib/${PKGNAME}/Sketch/Graphics/psdevice.pyc
+lib/${PKGNAME}/Sketch/Graphics/rectangle.py
+lib/${PKGNAME}/Sketch/Graphics/rectangle.pyc
+lib/${PKGNAME}/Sketch/Graphics/selection.py
+lib/${PKGNAME}/Sketch/Graphics/selection.pyc
+lib/${PKGNAME}/Sketch/Graphics/selinfo.py
+lib/${PKGNAME}/Sketch/Graphics/selinfo.pyc
+lib/${PKGNAME}/Sketch/Graphics/text.py
+lib/${PKGNAME}/Sketch/Graphics/text.pyc
+lib/${PKGNAME}/Sketch/Lib/__init__.py
+lib/${PKGNAME}/Sketch/Lib/__init__.pyc
+lib/${PKGNAME}/Sketch/Lib/dscparser.py
+lib/${PKGNAME}/Sketch/Lib/dscparser.pyc
+lib/${PKGNAME}/Sketch/Lib/encoding.py
+lib/${PKGNAME}/Sketch/Lib/encoding.pyc
+lib/${PKGNAME}/Sketch/Lib/psmisc.py
+lib/${PKGNAME}/Sketch/Lib/psmisc.pyc
+lib/${PKGNAME}/Sketch/Lib/skcompleter.py
+lib/${PKGNAME}/Sketch/Lib/skcompleter.pyc
+lib/${PKGNAME}/Sketch/Lib/type1.py
+lib/${PKGNAME}/Sketch/Lib/type1.pyc
+lib/${PKGNAME}/Sketch/Lib/units.py
+lib/${PKGNAME}/Sketch/Lib/units.pyc
+lib/${PKGNAME}/Sketch/Lib/util.py
+lib/${PKGNAME}/Sketch/Lib/util.pyc
+lib/${PKGNAME}/Sketch/Modules/_sketchmodule.so
+lib/${PKGNAME}/Sketch/Modules/_type1module.so
+lib/${PKGNAME}/Sketch/Modules/pstokenize.so
+lib/${PKGNAME}/Sketch/Modules/skreadmodule.so
+lib/${PKGNAME}/Sketch/Pixmaps/AlignBottom.gif
+lib/${PKGNAME}/Sketch/Pixmaps/AlignBottom.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/AlignCenterX.gif
+lib/${PKGNAME}/Sketch/Pixmaps/AlignCenterX.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/AlignCenterY.gif
+lib/${PKGNAME}/Sketch/Pixmaps/AlignCenterY.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/AlignLeft.gif
+lib/${PKGNAME}/Sketch/Pixmaps/AlignLeft.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/AlignRight.gif
+lib/${PKGNAME}/Sketch/Pixmaps/AlignRight.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/AlignTop.gif
+lib/${PKGNAME}/Sketch/Pixmaps/AlignTop.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/ArrArrLeft.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/ArrArrRight.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/ArrLeft.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/ArrRight.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/BezierAngle.gif
+lib/${PKGNAME}/Sketch/Pixmaps/BezierAngle.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/BezierCloseNodes.gif
+lib/${PKGNAME}/Sketch/Pixmaps/BezierCloseNodes.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/BezierCurveLine.gif
+lib/${PKGNAME}/Sketch/Pixmaps/BezierCurveLine.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/BezierDeleteNode.gif
+lib/${PKGNAME}/Sketch/Pixmaps/BezierDeleteNode.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/BezierInsertNode.gif
+lib/${PKGNAME}/Sketch/Pixmaps/BezierInsertNode.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/BezierLineCurve.gif
+lib/${PKGNAME}/Sketch/Pixmaps/BezierLineCurve.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/BezierOpenNodes.gif
+lib/${PKGNAME}/Sketch/Pixmaps/BezierOpenNodes.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/BezierSmooth.gif
+lib/${PKGNAME}/Sketch/Pixmaps/BezierSmooth.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/BezierSymm.gif
+lib/${PKGNAME}/Sketch/Pixmaps/BezierSymm.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CapButt.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CapProjecting.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CapRound.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Center.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CreateCurve.gif
+lib/${PKGNAME}/Sketch/Pixmaps/CreateCurve.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CreateEllipse.gif
+lib/${PKGNAME}/Sketch/Pixmaps/CreateEllipse.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CreatePoly.gif
+lib/${PKGNAME}/Sketch/Pixmaps/CreatePoly.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CreateRect.gif
+lib/${PKGNAME}/Sketch/Pixmaps/CreateRect.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CurDown.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CurDown_mask.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CurEdit.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CurEdit_mask.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CurUp.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CurUpDown.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CurUpDown_mask.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CurUp_mask.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CurZoom.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/CurZoom_mask.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Delete.gif
+lib/${PKGNAME}/Sketch/Pixmaps/Delete.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Duplicate.gif
+lib/${PKGNAME}/Sketch/Pixmaps/Duplicate.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/EditMode.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/FlipHorizontal.gif
+lib/${PKGNAME}/Sketch/Pixmaps/FlipHorizontal.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/FlipVertical.gif
+lib/${PKGNAME}/Sketch/Pixmaps/FlipVertical.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/GridOn.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Group.gif
+lib/${PKGNAME}/Sketch/Pixmaps/Group.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Image.gif
+lib/${PKGNAME}/Sketch/Pixmaps/Image.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/JoinBevel.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/JoinMiter.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/JoinRound.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/LayerDown.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/LayerNew.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/LayerUp.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/MoveOneDown.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/MoveOneUp.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/MoveToBottom.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/MoveToTop.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/New12/MiniEyeClosed.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/New12/MiniEyeOpen.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/New12/MiniLockClosed.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/New12/MiniLockOpen.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/New12/MiniOutlineOff.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/New12/MiniOutlineOn.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/New12/MiniPrintOff.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/New12/MiniPrintOn.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/NewDocument.gif
+lib/${PKGNAME}/Sketch/Pixmaps/NewDocument.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/NoPattern.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Open.gif
+lib/${PKGNAME}/Sketch/Pixmaps/Open.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Portrait.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Portrait_mask.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Redo.gif
+lib/${PKGNAME}/Sketch/Pixmaps/Redo.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Save.gif
+lib/${PKGNAME}/Sketch/Pixmaps/Save.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/SelectionMode.gif
+lib/${PKGNAME}/Sketch/Pixmaps/SelectionMode.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/ShearLR.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/ShearUD.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Text.gif
+lib/${PKGNAME}/Sketch/Pixmaps/Text.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/TurnBL.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/TurnBR.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/TurnTL.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/TurnTR.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Undo.gif
+lib/${PKGNAME}/Sketch/Pixmaps/Undo.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Ungroup.gif
+lib/${PKGNAME}/Sketch/Pixmaps/Ungroup.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/Zoom.gif
+lib/${PKGNAME}/Sketch/Pixmaps/Zoom.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/fill_gradient.gif
+lib/${PKGNAME}/Sketch/Pixmaps/fill_gradient.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/fill_hatch.gif
+lib/${PKGNAME}/Sketch/Pixmaps/fill_hatch.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/fill_none.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/fill_solid.gif
+lib/${PKGNAME}/Sketch/Pixmaps/fill_solid.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/fill_tile.gif
+lib/${PKGNAME}/Sketch/Pixmaps/fill_tile.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/gradient_conical.gif
+lib/${PKGNAME}/Sketch/Pixmaps/gradient_conical.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/gradient_linear.gif
+lib/${PKGNAME}/Sketch/Pixmaps/gradient_linear.xbm
+lib/${PKGNAME}/Sketch/Pixmaps/gradient_radial.gif
+lib/${PKGNAME}/Sketch/Pixmaps/gradient_radial.xbm
+lib/${PKGNAME}/Sketch/Scripting/__init__.py
+lib/${PKGNAME}/Sketch/Scripting/__init__.pyc
+lib/${PKGNAME}/Sketch/Scripting/registry.py
+lib/${PKGNAME}/Sketch/Scripting/registry.pyc
+lib/${PKGNAME}/Sketch/Scripting/script.py
+lib/${PKGNAME}/Sketch/Scripting/script.pyc
+lib/${PKGNAME}/Sketch/Scripting/wrapper.py
+lib/${PKGNAME}/Sketch/Scripting/wrapper.pyc
+lib/${PKGNAME}/Sketch/UI/__init__.py
+lib/${PKGNAME}/Sketch/UI/__init__.pyc
+lib/${PKGNAME}/Sketch/UI/aligndlg.py
+lib/${PKGNAME}/Sketch/UI/aligndlg.pyc
+lib/${PKGNAME}/Sketch/UI/blenddlg.py
+lib/${PKGNAME}/Sketch/UI/blenddlg.pyc
+lib/${PKGNAME}/Sketch/UI/canvas.py
+lib/${PKGNAME}/Sketch/UI/canvas.pyc
+lib/${PKGNAME}/Sketch/UI/colordlg.py
+lib/${PKGNAME}/Sketch/UI/colordlg.pyc
+lib/${PKGNAME}/Sketch/UI/command.py
+lib/${PKGNAME}/Sketch/UI/command.pyc
+lib/${PKGNAME}/Sketch/UI/converters.py
+lib/${PKGNAME}/Sketch/UI/converters.pyc
+lib/${PKGNAME}/Sketch/UI/cursorstack.py
+lib/${PKGNAME}/Sketch/UI/cursorstack.pyc
+lib/${PKGNAME}/Sketch/UI/curvedlg.py
+lib/${PKGNAME}/Sketch/UI/curvedlg.pyc
+lib/${PKGNAME}/Sketch/UI/export.py
+lib/${PKGNAME}/Sketch/UI/export.pyc
+lib/${PKGNAME}/Sketch/UI/filldlg.py
+lib/${PKGNAME}/Sketch/UI/filldlg.pyc
+lib/${PKGNAME}/Sketch/UI/fontdlg.py
+lib/${PKGNAME}/Sketch/UI/fontdlg.pyc
+lib/${PKGNAME}/Sketch/UI/gradientedit.py
+lib/${PKGNAME}/Sketch/UI/gradientedit.pyc
+lib/${PKGNAME}/Sketch/UI/griddlg.py
+lib/${PKGNAME}/Sketch/UI/griddlg.pyc
+lib/${PKGNAME}/Sketch/UI/guidedlg.py
+lib/${PKGNAME}/Sketch/UI/guidedlg.pyc
+lib/${PKGNAME}/Sketch/UI/layerdlg.py
+lib/${PKGNAME}/Sketch/UI/layerdlg.pyc
+lib/${PKGNAME}/Sketch/UI/layoutdlg.py
+lib/${PKGNAME}/Sketch/UI/layoutdlg.pyc
+lib/${PKGNAME}/Sketch/UI/lengthvar.py
+lib/${PKGNAME}/Sketch/UI/lengthvar.pyc
+lib/${PKGNAME}/Sketch/UI/linedlg.py
+lib/${PKGNAME}/Sketch/UI/linedlg.pyc
+lib/${PKGNAME}/Sketch/UI/mainwindow.py
+lib/${PKGNAME}/Sketch/UI/mainwindow.pyc
+lib/${PKGNAME}/Sketch/UI/miniscroll.py
+lib/${PKGNAME}/Sketch/UI/miniscroll.pyc
+lib/${PKGNAME}/Sketch/UI/modes.py
+lib/${PKGNAME}/Sketch/UI/modes.pyc
+lib/${PKGNAME}/Sketch/UI/optiondlg.py
+lib/${PKGNAME}/Sketch/UI/optiondlg.pyc
+lib/${PKGNAME}/Sketch/UI/palette.py
+lib/${PKGNAME}/Sketch/UI/palette.pyc
+lib/${PKGNAME}/Sketch/UI/plugindlg.py
+lib/${PKGNAME}/Sketch/UI/plugindlg.pyc
+lib/${PKGNAME}/Sketch/UI/poslabel.py
+lib/${PKGNAME}/Sketch/UI/poslabel.pyc
+lib/${PKGNAME}/Sketch/UI/printdlg.py
+lib/${PKGNAME}/Sketch/UI/printdlg.pyc
+lib/${PKGNAME}/Sketch/UI/prompt.py
+lib/${PKGNAME}/Sketch/UI/prompt.pyc
+lib/${PKGNAME}/Sketch/UI/reloaddlg.py
+lib/${PKGNAME}/Sketch/UI/reloaddlg.pyc
+lib/${PKGNAME}/Sketch/UI/ruler.py
+lib/${PKGNAME}/Sketch/UI/ruler.pyc
+lib/${PKGNAME}/Sketch/UI/skapp.py
+lib/${PKGNAME}/Sketch/UI/skapp.pyc
+lib/${PKGNAME}/Sketch/UI/sketchdlg.py
+lib/${PKGNAME}/Sketch/UI/sketchdlg.pyc
+lib/${PKGNAME}/Sketch/UI/skpixmaps.py
+lib/${PKGNAME}/Sketch/UI/skpixmaps.pyc
+lib/${PKGNAME}/Sketch/UI/styledlg.py
+lib/${PKGNAME}/Sketch/UI/styledlg.pyc
+lib/${PKGNAME}/Sketch/UI/tkext.py
+lib/${PKGNAME}/Sketch/UI/tkext.pyc
+lib/${PKGNAME}/Sketch/UI/tooltips.py
+lib/${PKGNAME}/Sketch/UI/tooltips.pyc
+lib/${PKGNAME}/Sketch/UI/view.py
+lib/${PKGNAME}/Sketch/UI/view.pyc
+lib/${PKGNAME}/Sketch/UI/viewport.py
+lib/${PKGNAME}/Sketch/UI/viewport.pyc
+lib/${PKGNAME}/Sketch/VERSION
+lib/${PKGNAME}/Sketch/__init__.py
+lib/${PKGNAME}/Sketch/__init__.pyc
+lib/${PKGNAME}/sk2ppm.py
+lib/${PKGNAME}/sk2ps.py
+lib/${PKGNAME}/skconvert.py
+lib/${PKGNAME}/sketch.py
+lib/${PKGNAME}/skshow.py
share/doc/sketch/BUGS
share/doc/sketch/Doc/Images/CreateCurve.png
share/doc/sketch/Doc/Images/CreateEllipse.png
@@ -101,526 +587,29 @@ share/examples/sketch/line.sk
share/examples/sketch/pathtext.sk
share/examples/sketch/pattern.ppm
share/examples/sketch/text.sk
-share/sketch/Filter/streamfilter.so
-share/sketch/Pax/COPYING.xext
-share/sketch/Pax/Generate/mkgc.py
-share/sketch/Pax/Generate/mkgc.pyc
-share/sketch/Pax/Generate/mktools.py
-share/sketch/Pax/Generate/mktools.pyc
-share/sketch/Pax/Generate/typedefs.py
-share/sketch/Pax/Generate/typedefs.pyc
-share/sketch/Pax/X.py
-share/sketch/Pax/X.pyc
-share/sketch/Pax/paxmodule.so
-share/sketch/Pax/paxtkinter.so
-share/sketch/Plugins/ChangeLog
-share/sketch/Plugins/Filters/Lib/drawfile.py
-share/sketch/Plugins/Filters/Lib/drawfile.pyc
-share/sketch/Plugins/Filters/Lib/spritefile.py
-share/sketch/Plugins/Filters/Lib/spritefile.pyc
-share/sketch/Plugins/Filters/ailoader.py
-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/cgmloader.py
-share/sketch/Plugins/Filters/cgmloader.pyc
-share/sketch/Plugins/Filters/cgmsaver.py
-share/sketch/Plugins/Filters/cgmsaver.pyc
-share/sketch/Plugins/Filters/cmxloader.py
-share/sketch/Plugins/Filters/cmxloader.pyc
-share/sketch/Plugins/Filters/drawinput.py
-share/sketch/Plugins/Filters/drawinput.pyc
-share/sketch/Plugins/Filters/garbage/cgmloader.py
-share/sketch/Plugins/Filters/garbage/cgmloader.pyc
-share/sketch/Plugins/Filters/garbage/cgmsaver.py
-share/sketch/Plugins/Filters/garbage/cgmsaver.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
-share/sketch/Plugins/Filters/sksaver.pyc
-share/sketch/Plugins/Filters/svgloader.py
-share/sketch/Plugins/Filters/svgloader.pyc
-share/sketch/Plugins/Filters/svgsaver.py
-share/sketch/Plugins/Filters/svgsaver.pyc
-share/sketch/Plugins/Filters/wmfloader.py
-share/sketch/Plugins/Filters/wmfloader.pyc
-share/sketch/Plugins/Filters/xfigloader.py
-share/sketch/Plugins/Filters/xfigloader.pyc
-share/sketch/Plugins/Objects/Lib/multilinetext/TextEditor.py
-share/sketch/Plugins/Objects/Lib/multilinetext/TextEditor.pyc
-share/sketch/Plugins/Objects/Lib/multilinetext/__init__.py
-share/sketch/Plugins/Objects/Lib/multilinetext/__init__.pyc
-share/sketch/Plugins/Objects/Lib/multilinetext/chunker.py
-share/sketch/Plugins/Objects/Lib/multilinetext/chunker.pyc
-share/sketch/Plugins/Objects/Lib/multilinetext/iterator.py
-share/sketch/Plugins/Objects/Lib/multilinetext/iterator.pyc
-share/sketch/Plugins/Objects/Lib/multilinetext/styletext.py
-share/sketch/Plugins/Objects/Lib/multilinetext/styletext.pyc
-share/sketch/Plugins/Objects/lcdtext.py
-share/sketch/Plugins/Objects/lcdtext.pyc
-share/sketch/Plugins/Objects/multilinetext.py
-share/sketch/Plugins/Objects/multilinetext.pyc
-share/sketch/Plugins/Objects/regpoly.py
-share/sketch/Plugins/Objects/regpoly.pyc
-share/sketch/Resources/Fontmetrics/alias.sfd
-share/sketch/Resources/Fontmetrics/gs.sfd
-share/sketch/Resources/Fontmetrics/gsopt.sfd
-share/sketch/Resources/Fontmetrics/pagd.afm
-share/sketch/Resources/Fontmetrics/pagdo.afm
-share/sketch/Resources/Fontmetrics/pagk.afm
-share/sketch/Resources/Fontmetrics/pagko.afm
-share/sketch/Resources/Fontmetrics/pbkd.afm
-share/sketch/Resources/Fontmetrics/pbkdi.afm
-share/sketch/Resources/Fontmetrics/pbkl.afm
-share/sketch/Resources/Fontmetrics/pbkli.afm
-share/sketch/Resources/Fontmetrics/pcrb.afm
-share/sketch/Resources/Fontmetrics/pcrbo.afm
-share/sketch/Resources/Fontmetrics/pcrr.afm
-share/sketch/Resources/Fontmetrics/pcrro.afm
-share/sketch/Resources/Fontmetrics/phvb.afm
-share/sketch/Resources/Fontmetrics/phvbn.afm
-share/sketch/Resources/Fontmetrics/phvbo.afm
-share/sketch/Resources/Fontmetrics/phvbon.afm
-share/sketch/Resources/Fontmetrics/phvr.afm
-share/sketch/Resources/Fontmetrics/phvrn.afm
-share/sketch/Resources/Fontmetrics/phvro.afm
-share/sketch/Resources/Fontmetrics/phvron.afm
-share/sketch/Resources/Fontmetrics/pncb.afm
-share/sketch/Resources/Fontmetrics/pncbi.afm
-share/sketch/Resources/Fontmetrics/pncr.afm
-share/sketch/Resources/Fontmetrics/pncri.afm
-share/sketch/Resources/Fontmetrics/pplb.afm
-share/sketch/Resources/Fontmetrics/pplbi.afm
-share/sketch/Resources/Fontmetrics/pplr.afm
-share/sketch/Resources/Fontmetrics/pplri.afm
-share/sketch/Resources/Fontmetrics/psyr.afm
-share/sketch/Resources/Fontmetrics/ptmb.afm
-share/sketch/Resources/Fontmetrics/ptmbi.afm
-share/sketch/Resources/Fontmetrics/ptmr.afm
-share/sketch/Resources/Fontmetrics/ptmri.afm
-share/sketch/Resources/Fontmetrics/putb.afm
-share/sketch/Resources/Fontmetrics/putbi.afm
-share/sketch/Resources/Fontmetrics/putr.afm
-share/sketch/Resources/Fontmetrics/putri.afm
-share/sketch/Resources/Fontmetrics/pzcmi.afm
-share/sketch/Resources/Fontmetrics/pzdr.afm
-share/sketch/Resources/Fontmetrics/std.sfd
-share/sketch/Resources/Messages/da/LC_MESSAGES/sketch.mo
-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/pt_BR/LC_MESSAGES/sketch.mo
-share/sketch/Resources/Messages/ru/LC_MESSAGES/sketch.mo
-share/sketch/Resources/Messages/sv/LC_MESSAGES/sketch.mo
-share/sketch/Resources/Misc/gamma.spl
-share/sketch/Resources/Misc/mini.spl
-share/sketch/Resources/Misc/pattern.ppm
-share/sketch/Resources/Misc/sketch-proc.ps
-share/sketch/Resources/Misc/standard.arrow
-share/sketch/Resources/Misc/standard.dashes
-share/sketch/Resources/Misc/standard.spl
-share/sketch/Resources/Misc/tkdefaults
-share/sketch/Resources/Misc/www.spl
-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/footprints.py
-share/sketch/Script/save_selection.py
-share/sketch/Script/inspect_beziers.py
-share/sketch/Script/reload_image.py
-share/sketch/Script/select_same_fill_color.py
-share/sketch/Script/select_same_line_color.py
-share/sketch/Script/simple_separation.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
-share/sketch/Sketch/Base/configutil.py
-share/sketch/Sketch/Base/configutil.pyc
-share/sketch/Sketch/Base/connector.py
-share/sketch/Sketch/Base/connector.pyc
-share/sketch/Sketch/Base/const.py
-share/sketch/Sketch/Base/const.pyc
-share/sketch/Sketch/Base/load.py
-share/sketch/Sketch/Base/load.pyc
-share/sketch/Sketch/Base/loadres.py
-share/sketch/Sketch/Base/loadres.pyc
-share/sketch/Sketch/Base/main.py
-share/sketch/Sketch/Base/main.pyc
-share/sketch/Sketch/Base/plugins.py
-share/sketch/Sketch/Base/plugins.pyc
-share/sketch/Sketch/Base/skexceptions.py
-share/sketch/Sketch/Base/skexceptions.pyc
-share/sketch/Sketch/Base/undo.py
-share/sketch/Sketch/Base/undo.pyc
-share/sketch/Sketch/Base/undodict.py
-share/sketch/Sketch/Base/undodict.pyc
-share/sketch/Sketch/Base/warn.py
-share/sketch/Sketch/Base/warn.pyc
-share/sketch/Sketch/Graphics/__init__.py
-share/sketch/Sketch/Graphics/__init__.pyc
-share/sketch/Sketch/Graphics/arrow.py
-share/sketch/Sketch/Graphics/arrow.pyc
-share/sketch/Sketch/Graphics/base.py
-share/sketch/Sketch/Graphics/base.pyc
-share/sketch/Sketch/Graphics/bezier.py
-share/sketch/Sketch/Graphics/bezier.pyc
-share/sketch/Sketch/Graphics/blend.py
-share/sketch/Sketch/Graphics/blend.pyc
-share/sketch/Sketch/Graphics/blendgroup.py
-share/sketch/Sketch/Graphics/blendgroup.pyc
-share/sketch/Sketch/Graphics/clone.py
-share/sketch/Sketch/Graphics/clone.pyc
-share/sketch/Sketch/Graphics/color.py
-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
-share/sketch/Sketch/Graphics/document.pyc
-share/sketch/Sketch/Graphics/ellipse.py
-share/sketch/Sketch/Graphics/ellipse.pyc
-share/sketch/Sketch/Graphics/eps.py
-share/sketch/Sketch/Graphics/eps.pyc
-share/sketch/Sketch/Graphics/external.py
-share/sketch/Sketch/Graphics/external.pyc
-share/sketch/Sketch/Graphics/font.py
-share/sketch/Sketch/Graphics/font.pyc
-share/sketch/Sketch/Graphics/gradient.py
-share/sketch/Sketch/Graphics/gradient.pyc
-share/sketch/Sketch/Graphics/graphics.py
-share/sketch/Sketch/Graphics/graphics.pyc
-share/sketch/Sketch/Graphics/group.py
-share/sketch/Sketch/Graphics/group.pyc
-share/sketch/Sketch/Graphics/guide.py
-share/sketch/Sketch/Graphics/guide.pyc
-share/sketch/Sketch/Graphics/handle.py
-share/sketch/Sketch/Graphics/handle.pyc
-share/sketch/Sketch/Graphics/image.py
-share/sketch/Sketch/Graphics/image.pyc
-share/sketch/Sketch/Graphics/layer.py
-share/sketch/Sketch/Graphics/layer.pyc
-share/sketch/Sketch/Graphics/maskgroup.py
-share/sketch/Sketch/Graphics/maskgroup.pyc
-share/sketch/Sketch/Graphics/pagelayout.py
-share/sketch/Sketch/Graphics/pagelayout.pyc
-share/sketch/Sketch/Graphics/papersize.py
-share/sketch/Sketch/Graphics/papersize.pyc
-share/sketch/Sketch/Graphics/pattern.py
-share/sketch/Sketch/Graphics/pattern.pyc
-share/sketch/Sketch/Graphics/plugobj.py
-share/sketch/Sketch/Graphics/plugobj.pyc
-share/sketch/Sketch/Graphics/properties.py
-share/sketch/Sketch/Graphics/properties.pyc
-share/sketch/Sketch/Graphics/psdevice.py
-share/sketch/Sketch/Graphics/psdevice.pyc
-share/sketch/Sketch/Graphics/rectangle.py
-share/sketch/Sketch/Graphics/rectangle.pyc
-share/sketch/Sketch/Graphics/selection.py
-share/sketch/Sketch/Graphics/selection.pyc
-share/sketch/Sketch/Graphics/selinfo.py
-share/sketch/Sketch/Graphics/selinfo.pyc
-share/sketch/Sketch/Graphics/text.py
-share/sketch/Sketch/Graphics/text.pyc
-share/sketch/Sketch/Lib/__init__.py
-share/sketch/Sketch/Lib/__init__.pyc
-share/sketch/Sketch/Lib/dscparser.py
-share/sketch/Sketch/Lib/dscparser.pyc
-share/sketch/Sketch/Lib/encoding.py
-share/sketch/Sketch/Lib/encoding.pyc
-share/sketch/Sketch/Lib/psmisc.py
-share/sketch/Sketch/Lib/psmisc.pyc
-share/sketch/Sketch/Lib/skcompleter.py
-share/sketch/Sketch/Lib/skcompleter.pyc
-share/sketch/Sketch/Lib/type1.py
-share/sketch/Sketch/Lib/type1.pyc
-share/sketch/Sketch/Lib/units.py
-share/sketch/Sketch/Lib/units.pyc
-share/sketch/Sketch/Lib/util.py
-share/sketch/Sketch/Lib/util.pyc
-share/sketch/Sketch/Modules/_sketchmodule.so
-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
-share/sketch/Sketch/Pixmaps/ArrLeft.xbm
-share/sketch/Sketch/Pixmaps/ArrRight.xbm
-share/sketch/Sketch/Pixmaps/BezierAngle.gif
-share/sketch/Sketch/Pixmaps/BezierAngle.xbm
-share/sketch/Sketch/Pixmaps/BezierCloseNodes.gif
-share/sketch/Sketch/Pixmaps/BezierCloseNodes.xbm
-share/sketch/Sketch/Pixmaps/BezierCurveLine.gif
-share/sketch/Sketch/Pixmaps/BezierCurveLine.xbm
-share/sketch/Sketch/Pixmaps/BezierDeleteNode.gif
-share/sketch/Sketch/Pixmaps/BezierDeleteNode.xbm
-share/sketch/Sketch/Pixmaps/BezierInsertNode.gif
-share/sketch/Sketch/Pixmaps/BezierInsertNode.xbm
-share/sketch/Sketch/Pixmaps/BezierLineCurve.gif
-share/sketch/Sketch/Pixmaps/BezierLineCurve.xbm
-share/sketch/Sketch/Pixmaps/BezierOpenNodes.gif
-share/sketch/Sketch/Pixmaps/BezierOpenNodes.xbm
-share/sketch/Sketch/Pixmaps/BezierSmooth.gif
-share/sketch/Sketch/Pixmaps/BezierSmooth.xbm
-share/sketch/Sketch/Pixmaps/BezierSymm.gif
-share/sketch/Sketch/Pixmaps/BezierSymm.xbm
-share/sketch/Sketch/Pixmaps/CapButt.xbm
-share/sketch/Sketch/Pixmaps/CapProjecting.xbm
-share/sketch/Sketch/Pixmaps/CapRound.xbm
-share/sketch/Sketch/Pixmaps/Center.xbm
-share/sketch/Sketch/Pixmaps/CreateCurve.gif
-share/sketch/Sketch/Pixmaps/CreateCurve.xbm
-share/sketch/Sketch/Pixmaps/CreateEllipse.gif
-share/sketch/Sketch/Pixmaps/CreateEllipse.xbm
-share/sketch/Sketch/Pixmaps/CreatePoly.gif
-share/sketch/Sketch/Pixmaps/CreatePoly.xbm
-share/sketch/Sketch/Pixmaps/CreateRect.gif
-share/sketch/Sketch/Pixmaps/CreateRect.xbm
-share/sketch/Sketch/Pixmaps/CurDown.xbm
-share/sketch/Sketch/Pixmaps/CurDown_mask.xbm
-share/sketch/Sketch/Pixmaps/CurEdit.xbm
-share/sketch/Sketch/Pixmaps/CurEdit_mask.xbm
-share/sketch/Sketch/Pixmaps/CurUp.xbm
-share/sketch/Sketch/Pixmaps/CurUpDown.xbm
-share/sketch/Sketch/Pixmaps/CurUpDown_mask.xbm
-share/sketch/Sketch/Pixmaps/CurUp_mask.xbm
-share/sketch/Sketch/Pixmaps/CurZoom.xbm
-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
-share/sketch/Sketch/Pixmaps/JoinRound.xbm
-share/sketch/Sketch/Pixmaps/LayerDown.xbm
-share/sketch/Sketch/Pixmaps/LayerNew.xbm
-share/sketch/Sketch/Pixmaps/LayerUp.xbm
-share/sketch/Sketch/Pixmaps/MoveOneDown.xbm
-share/sketch/Sketch/Pixmaps/MoveOneUp.xbm
-share/sketch/Sketch/Pixmaps/MoveToBottom.xbm
-share/sketch/Sketch/Pixmaps/MoveToTop.xbm
-share/sketch/Sketch/Pixmaps/New12/MiniEyeClosed.xbm
-share/sketch/Sketch/Pixmaps/New12/MiniEyeOpen.xbm
-share/sketch/Sketch/Pixmaps/New12/MiniLockClosed.xbm
-share/sketch/Sketch/Pixmaps/New12/MiniLockOpen.xbm
-share/sketch/Sketch/Pixmaps/New12/MiniOutlineOff.xbm
-share/sketch/Sketch/Pixmaps/New12/MiniOutlineOn.xbm
-share/sketch/Sketch/Pixmaps/New12/MiniPrintOff.xbm
-share/sketch/Sketch/Pixmaps/New12/MiniPrintOn.xbm
-share/sketch/Sketch/Pixmaps/NewDocument.gif
-share/sketch/Sketch/Pixmaps/NewDocument.xbm
-share/sketch/Sketch/Pixmaps/NoPattern.xbm
-share/sketch/Sketch/Pixmaps/Open.gif
-share/sketch/Sketch/Pixmaps/Open.xbm
-share/sketch/Sketch/Pixmaps/Portrait.xbm
-share/sketch/Sketch/Pixmaps/Portrait_mask.xbm
-share/sketch/Sketch/Pixmaps/Redo.gif
-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
-share/sketch/Sketch/Pixmaps/Text.gif
-share/sketch/Sketch/Pixmaps/Text.xbm
-share/sketch/Sketch/Pixmaps/TurnBL.xbm
-share/sketch/Sketch/Pixmaps/TurnBR.xbm
-share/sketch/Sketch/Pixmaps/TurnTL.xbm
-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
-share/sketch/Sketch/Pixmaps/fill_gradient.gif
-share/sketch/Sketch/Pixmaps/fill_gradient.xbm
-share/sketch/Sketch/Pixmaps/fill_hatch.gif
-share/sketch/Sketch/Pixmaps/fill_hatch.xbm
-share/sketch/Sketch/Pixmaps/fill_none.xbm
-share/sketch/Sketch/Pixmaps/fill_solid.gif
-share/sketch/Sketch/Pixmaps/fill_solid.xbm
-share/sketch/Sketch/Pixmaps/fill_tile.gif
-share/sketch/Sketch/Pixmaps/fill_tile.xbm
-share/sketch/Sketch/Pixmaps/gradient_conical.gif
-share/sketch/Sketch/Pixmaps/gradient_conical.xbm
-share/sketch/Sketch/Pixmaps/gradient_linear.gif
-share/sketch/Sketch/Pixmaps/gradient_linear.xbm
-share/sketch/Sketch/Pixmaps/gradient_radial.gif
-share/sketch/Sketch/Pixmaps/gradient_radial.xbm
-share/sketch/Sketch/Scripting/__init__.py
-share/sketch/Sketch/Scripting/__init__.pyc
-share/sketch/Sketch/Scripting/registry.py
-share/sketch/Sketch/Scripting/registry.pyc
-share/sketch/Sketch/Scripting/script.py
-share/sketch/Sketch/Scripting/script.pyc
-share/sketch/Sketch/Scripting/wrapper.py
-share/sketch/Sketch/Scripting/wrapper.pyc
-share/sketch/Sketch/UI/__init__.py
-share/sketch/Sketch/UI/__init__.pyc
-share/sketch/Sketch/UI/aligndlg.py
-share/sketch/Sketch/UI/aligndlg.pyc
-share/sketch/Sketch/UI/blenddlg.py
-share/sketch/Sketch/UI/blenddlg.pyc
-share/sketch/Sketch/UI/canvas.py
-share/sketch/Sketch/UI/canvas.pyc
-share/sketch/Sketch/UI/colordlg.py
-share/sketch/Sketch/UI/colordlg.pyc
-share/sketch/Sketch/UI/command.py
-share/sketch/Sketch/UI/command.pyc
-share/sketch/Sketch/UI/converters.py
-share/sketch/Sketch/UI/converters.pyc
-share/sketch/Sketch/UI/cursorstack.py
-share/sketch/Sketch/UI/cursorstack.pyc
-share/sketch/Sketch/UI/curvedlg.py
-share/sketch/Sketch/UI/curvedlg.pyc
-share/sketch/Sketch/UI/export.py
-share/sketch/Sketch/UI/export.pyc
-share/sketch/Sketch/UI/filldlg.py
-share/sketch/Sketch/UI/filldlg.pyc
-share/sketch/Sketch/UI/fontdlg.py
-share/sketch/Sketch/UI/fontdlg.pyc
-share/sketch/Sketch/UI/gradientedit.py
-share/sketch/Sketch/UI/gradientedit.pyc
-share/sketch/Sketch/UI/griddlg.py
-share/sketch/Sketch/UI/griddlg.pyc
-share/sketch/Sketch/UI/guidedlg.py
-share/sketch/Sketch/UI/guidedlg.pyc
-share/sketch/Sketch/UI/layerdlg.py
-share/sketch/Sketch/UI/layerdlg.pyc
-share/sketch/Sketch/UI/layoutdlg.py
-share/sketch/Sketch/UI/layoutdlg.pyc
-share/sketch/Sketch/UI/lengthvar.py
-share/sketch/Sketch/UI/lengthvar.pyc
-share/sketch/Sketch/UI/linedlg.py
-share/sketch/Sketch/UI/linedlg.pyc
-share/sketch/Sketch/UI/mainwindow.py
-share/sketch/Sketch/UI/mainwindow.pyc
-share/sketch/Sketch/UI/miniscroll.py
-share/sketch/Sketch/UI/miniscroll.pyc
-share/sketch/Sketch/UI/modes.py
-share/sketch/Sketch/UI/modes.pyc
-share/sketch/Sketch/UI/optiondlg.py
-share/sketch/Sketch/UI/optiondlg.pyc
-share/sketch/Sketch/UI/palette.py
-share/sketch/Sketch/UI/palette.pyc
-share/sketch/Sketch/UI/plugindlg.py
-share/sketch/Sketch/UI/plugindlg.pyc
-share/sketch/Sketch/UI/poslabel.py
-share/sketch/Sketch/UI/poslabel.pyc
-share/sketch/Sketch/UI/printdlg.py
-share/sketch/Sketch/UI/printdlg.pyc
-share/sketch/Sketch/UI/prompt.py
-share/sketch/Sketch/UI/prompt.pyc
-share/sketch/Sketch/UI/reloaddlg.py
-share/sketch/Sketch/UI/reloaddlg.pyc
-share/sketch/Sketch/UI/ruler.py
-share/sketch/Sketch/UI/ruler.pyc
-share/sketch/Sketch/UI/skapp.py
-share/sketch/Sketch/UI/skapp.pyc
-share/sketch/Sketch/UI/sketchdlg.py
-share/sketch/Sketch/UI/sketchdlg.pyc
-share/sketch/Sketch/UI/skpixmaps.py
-share/sketch/Sketch/UI/skpixmaps.pyc
-share/sketch/Sketch/UI/styledlg.py
-share/sketch/Sketch/UI/styledlg.pyc
-share/sketch/Sketch/UI/tkext.py
-share/sketch/Sketch/UI/tkext.pyc
-share/sketch/Sketch/UI/tooltips.py
-share/sketch/Sketch/UI/tooltips.pyc
-share/sketch/Sketch/UI/view.py
-share/sketch/Sketch/UI/view.pyc
-share/sketch/Sketch/UI/viewport.py
-share/sketch/Sketch/UI/viewport.pyc
-share/sketch/Sketch/VERSION
-share/sketch/Sketch/__init__.py
-share/sketch/Sketch/__init__.pyc
-share/sketch/finishinst.py
-share/sketch/sk2ps.py
-share/sketch/sketch.py
-@dirrm share/sketch/Sketch/UI
-@dirrm share/sketch/Sketch/Scripting
-@dirrm share/sketch/Sketch/Pixmaps/New12
-@dirrm share/sketch/Sketch/Pixmaps
-@dirrm share/sketch/Sketch/Modules
-@dirrm share/sketch/Sketch/Lib
-@dirrm share/sketch/Sketch/Graphics
-@dirrm share/sketch/Sketch/Base
-@dirrm share/sketch/Sketch
-@dirrm share/sketch/Script
-@dirrm share/sketch/Resources/Misc
-@dirrm share/sketch/Resources/Messages/sv/LC_MESSAGES
-@dirrm share/sketch/Resources/Messages/sv
-@dirrm share/sketch/Resources/Messages/pt_BR/LC_MESSAGES
-@dirrm share/sketch/Resources/Messages/pt_BR
-@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
-@dirrm share/sketch/Resources/Messages/de
-@dirrm share/sketch/Resources/Messages/da/LC_MESSAGES
-@dirrm share/sketch/Resources/Messages/da
-@dirrm share/sketch/Resources/Messages/ru/LC_MESSAGES
-@dirrm share/sketch/Resources/Messages/ru
-@dirrm share/sketch/Resources/Messages
-@dirrm share/sketch/Resources/Fontmetrics
-@dirrm share/sketch/Resources
-@dirrm share/sketch/Plugins/Objects/Lib/multilinetext
-@dirrm share/sketch/Plugins/Objects/Lib
-@dirrm share/sketch/Plugins/Objects
-@dirrm share/sketch/Plugins/Filters/garbage
-@dirrm share/sketch/Plugins/Filters/Lib
-@dirrm share/sketch/Plugins/Filters
-@dirrm share/sketch/Plugins
-@dirrm share/sketch/Pax/Generate
-@dirrm share/sketch/Pax
-@dirrm share/sketch/Filter
-@dirrm share/sketch
@dirrm share/examples/sketch
@dirrm share/doc/sketch/Doc/Images
@dirrm share/doc/sketch/Doc
@dirrm share/doc/sketch
+@dirrm lib/${PKGNAME}/Sketch/UI
+@dirrm lib/${PKGNAME}/Sketch/Scripting
+@dirrm lib/${PKGNAME}/Sketch/Pixmaps/New12
+@dirrm lib/${PKGNAME}/Sketch/Pixmaps
+@dirrm lib/${PKGNAME}/Sketch/Modules
+@dirrm lib/${PKGNAME}/Sketch/Lib
+@dirrm lib/${PKGNAME}/Sketch/Graphics
+@dirrm lib/${PKGNAME}/Sketch/Base
+@dirrm lib/${PKGNAME}/Sketch
+@dirrm lib/${PKGNAME}/Script
+@dirrm lib/${PKGNAME}/Resources/Misc
+@dirrm lib/${PKGNAME}/Resources/Fontmetrics
+@dirrm lib/${PKGNAME}/Resources
+@dirrm lib/${PKGNAME}/Plugins/Objects/Lib/multilinetext
+@dirrm lib/${PKGNAME}/Plugins/Objects/Lib
+@dirrm lib/${PKGNAME}/Plugins/Objects
+@dirrm lib/${PKGNAME}/Plugins/Filters/garbage
+@dirrm lib/${PKGNAME}/Plugins/Filters/Lib
+@dirrm lib/${PKGNAME}/Plugins/Filters
+@dirrm lib/${PKGNAME}/Plugins
+@dirrm lib/${PKGNAME}/Lib
+@dirrm lib/${PKGNAME}
diff --git a/graphics/sketch/distinfo b/graphics/sketch/distinfo
index a685f377674..dd0788ccf0c 100644
--- a/graphics/sketch/distinfo
+++ b/graphics/sketch/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2003/07/25 17:02:47 drochner Exp $
+$NetBSD: distinfo,v 1.8 2003/07/28 09:18:57 drochner Exp $
SHA1 (sketch-0.6.15.tar.gz) = ef0b52ec3ac8c64b5be03e9abdf34c875a2dfc56
Size (sketch-0.6.15.tar.gz) = 1007980 bytes
-SHA1 (patch-aa) = 4ad34c6f0807dedb3e3c7e2e4ad713613dffe706
+SHA1 (patch-aa) = 50e4c396e19c85a39866b9ca6834ff347a02cc3c
diff --git a/graphics/sketch/patches/patch-aa b/graphics/sketch/patches/patch-aa
index 16868247a29..b8161db2caa 100644
--- a/graphics/sketch/patches/patch-aa
+++ b/graphics/sketch/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.7 2001/11/22 13:08:41 hubertf Exp $
+$NetBSD: patch-aa,v 1.8 2003/07/28 09:18:58 drochner Exp $
---- setup.py.orig Thu Jul 5 15:00:50 2001
-+++ setup.py
+--- 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':
@@ -11,16 +11,12 @@ $NetBSD: patch-aa,v 1.7 2001/11/22 13:08:41 hubertf Exp $
elif head == '-l':
config.libraries.append(item)
else:
-@@ -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'):
+@@ -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" \