From 4138b019e0a218f126f6835726f5db2d70b61497 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 5 Mar 2001 12:07:55 +0000 Subject: Upgrade to 0.6.9. --- graphics/skencil/Makefile | 2 +- graphics/skencil/distinfo | 2 +- graphics/skencil/files/patch-skcolor.c | 21 --------------------- graphics/skencil/pkg-plist | 6 ++++++ graphics/sketch/Makefile | 2 +- graphics/sketch/distinfo | 2 +- graphics/sketch/files/patch-skcolor.c | 21 --------------------- graphics/sketch/pkg-plist | 6 ++++++ 8 files changed, 16 insertions(+), 46 deletions(-) delete mode 100644 graphics/skencil/files/patch-skcolor.c delete mode 100644 graphics/sketch/files/patch-skcolor.c diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 035605e11868..664224440efc 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sketch -PORTVERSION= 0.6.8 +PORTVERSION= 0.6.9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/skencil/distinfo b/graphics/skencil/distinfo index 1116983e284f..954b800209b1 100644 --- a/graphics/skencil/distinfo +++ b/graphics/skencil/distinfo @@ -1 +1 @@ -MD5 (sketch-0.6.8.tar.gz) = 1d1cde15d0fcf62f4f29c229cbea56ac +MD5 (sketch-0.6.9.tar.gz) = ed7e06a681a8d8befc0df230f3cbcd9f diff --git a/graphics/skencil/files/patch-skcolor.c b/graphics/skencil/files/patch-skcolor.c deleted file mode 100644 index 95398f57aff9..000000000000 --- a/graphics/skencil/files/patch-skcolor.c +++ /dev/null @@ -1,21 +0,0 @@ ---- Sketch/Modules/skcolor.c.orig Wed Oct 6 23:46:00 1999 -+++ Sketch/Modules/skcolor.c Mon Sep 11 19:35:33 2000 -@@ -484,10 +484,14 @@ - } - PyMem_DEL(self->dither_matrix); - } -- PyMem_XDEL(self->dither_red); -- PyMem_XDEL(self->dither_green); -- PyMem_XDEL(self->dither_blue); -- PyMem_XDEL(self->dither_gray); -+ if (self->dither_red) -+ PyMem_DEL(self->dither_red); -+ if (self->dither_green) -+ PyMem_DEL(self->dither_green); -+ if (self->dither_blue) -+ PyMem_DEL(self->dither_blue); -+ if (self->dither_gray) -+ PyMem_DEL(self->dither_gray); - } - - static int diff --git a/graphics/skencil/pkg-plist b/graphics/skencil/pkg-plist index bc224c2ddda8..a9ad34ab85dd 100644 --- a/graphics/skencil/pkg-plist +++ b/graphics/skencil/pkg-plist @@ -187,6 +187,7 @@ 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 @@ -204,6 +205,7 @@ 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 @@ -253,6 +255,8 @@ 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 @@ -553,6 +557,8 @@ share/sketch/skshow.py @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 diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile index 035605e11868..664224440efc 100644 --- a/graphics/sketch/Makefile +++ b/graphics/sketch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sketch -PORTVERSION= 0.6.8 +PORTVERSION= 0.6.9 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/graphics/sketch/distinfo b/graphics/sketch/distinfo index 1116983e284f..954b800209b1 100644 --- a/graphics/sketch/distinfo +++ b/graphics/sketch/distinfo @@ -1 +1 @@ -MD5 (sketch-0.6.8.tar.gz) = 1d1cde15d0fcf62f4f29c229cbea56ac +MD5 (sketch-0.6.9.tar.gz) = ed7e06a681a8d8befc0df230f3cbcd9f diff --git a/graphics/sketch/files/patch-skcolor.c b/graphics/sketch/files/patch-skcolor.c deleted file mode 100644 index 95398f57aff9..000000000000 --- a/graphics/sketch/files/patch-skcolor.c +++ /dev/null @@ -1,21 +0,0 @@ ---- Sketch/Modules/skcolor.c.orig Wed Oct 6 23:46:00 1999 -+++ Sketch/Modules/skcolor.c Mon Sep 11 19:35:33 2000 -@@ -484,10 +484,14 @@ - } - PyMem_DEL(self->dither_matrix); - } -- PyMem_XDEL(self->dither_red); -- PyMem_XDEL(self->dither_green); -- PyMem_XDEL(self->dither_blue); -- PyMem_XDEL(self->dither_gray); -+ if (self->dither_red) -+ PyMem_DEL(self->dither_red); -+ if (self->dither_green) -+ PyMem_DEL(self->dither_green); -+ if (self->dither_blue) -+ PyMem_DEL(self->dither_blue); -+ if (self->dither_gray) -+ PyMem_DEL(self->dither_gray); - } - - static int diff --git a/graphics/sketch/pkg-plist b/graphics/sketch/pkg-plist index bc224c2ddda8..a9ad34ab85dd 100644 --- a/graphics/sketch/pkg-plist +++ b/graphics/sketch/pkg-plist @@ -187,6 +187,7 @@ 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 @@ -204,6 +205,7 @@ 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 @@ -253,6 +255,8 @@ 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 @@ -553,6 +557,8 @@ share/sketch/skshow.py @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 -- cgit