diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-07 00:51:17 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-05-07 00:51:17 +0000 |
commit | 5548f76358d2fb7a84942167a1ee259480e4c351 (patch) | |
tree | 606740da235acd6b9fb940ec366eff97e10ea27a /cad/gerbv | |
parent | 286c91b9829701dc77b3ab82f47f2103eac1090c (diff) | |
download | pkgsrc-5548f76358d2fb7a84942167a1ee259480e4c351.tar.gz |
update to gerbv 0.0.8
Graphical quirks fixed are:
- zooming around the mouse pointer.
- zooming several steps at once goes much faster. No calculation and
redrawing in each zoom step, but in the last step.
When you click with the left mouse button on a layer button you
get a popup menu with color selection, load file and unload file.
That is on a "per layer-basis". The "global" "Open File..." menu is
removed in favor for this.
Diffstat (limited to 'cad/gerbv')
-rw-r--r-- | cad/gerbv/Makefile | 4 | ||||
-rw-r--r-- | cad/gerbv/distinfo | 7 | ||||
-rw-r--r-- | cad/gerbv/patches/patch-aa | 13 |
3 files changed, 5 insertions, 19 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 68e10ddb0d5..74de3c1fa61 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2002/02/10 17:48:59 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.4 2002/05/07 00:51:17 dmcmahill Exp $ # -DISTNAME= gerbv-0.0.7 +DISTNAME= gerbv-0.0.8 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} diff --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo index 2efd6a22b3f..4c8e0d65483 100644 --- a/cad/gerbv/distinfo +++ b/cad/gerbv/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/02/10 17:49:00 dmcmahill Exp $ +$NetBSD: distinfo,v 1.4 2002/05/07 00:51:17 dmcmahill Exp $ -SHA1 (gerbv-0.0.7.tar.gz) = 4abfa3333ec55893dfbc30715efc5fea21a885b6 -Size (gerbv-0.0.7.tar.gz) = 731228 bytes -SHA1 (patch-aa) = af71f39e3b5d7cf1e7c26329750bfa5748d3e6ee +SHA1 (gerbv-0.0.8.tar.gz) = dec864b7e2d2c973834e2812153658e3b46d7f57 +Size (gerbv-0.0.8.tar.gz) = 760297 bytes diff --git a/cad/gerbv/patches/patch-aa b/cad/gerbv/patches/patch-aa deleted file mode 100644 index 49ce21ac53b..00000000000 --- a/cad/gerbv/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2002/02/10 17:49:00 dmcmahill Exp $ - ---- src/draw.c.orig Sun Feb 3 18:01:41 2002 -+++ src/draw.c Sun Feb 10 12:36:17 2002 -@@ -30,4 +30,8 @@ - #include <math.h> /* ceil(), atan2() */ - -+#ifdef HAVE_STRING_H -+#include <string.h> -+#endif -+ - #include <gtk/gtk.h> - |