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/Makefile | |
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/Makefile')
-rw-r--r-- | cad/gerbv/Makefile | 4 |
1 files changed, 2 insertions, 2 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/} |