diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-10-16 01:36:07 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-10-16 01:36:07 +0000 |
commit | fec4cbe5991d82a4c276e2ffc229121c08c4fe44 (patch) | |
tree | dca165f931acf34b0b9f6880dbb356db36f90543 /cad | |
parent | 524ae1f27b9ae6b4337be21b7a05e4a3dd1e0f7d (diff) | |
download | pkgsrc-fec4cbe5991d82a4c276e2ffc229121c08c4fe44.tar.gz |
update to gerbv-0.0.10
Yet another bunch of bugs in different corner cases of Gerber files
has been fixed. Many fixes in polygon area fill, some fixes in calculating
circles, a statically allocated array caused strange stray segfaults when
drawing aperture macros.
A bunch of new command line switches. Most important are:
* --display: use as in all other X-programs, ie open window from a remote
computer.
* --geometry: Sets the geometry. Usually gerbv guess the resolution of
your window and sets the window size accordingly. If you for instance
have a bigger virtual window than actual screen the window can get quite
big. With this switch you can override with for example --geometry=400x300
Fixes in drill file parser. Many drill files don't have drill sizes in them,
else perfectly valid files. Pitch fix makes gerbv parse drill files even
though they don't have drill sizes defined, but under protest.
Greatest fix of them all. Super imposing. Handles paint-scratch-paint
more proper. Changed dramatically how different layers are drawn "on
top of each other".
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gerbv/Makefile | 5 | ||||
-rw-r--r-- | cad/gerbv/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index f84bd2644cb..3420fab60d1 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/10/08 13:35:47 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/16 01:36:07 dmcmahill Exp $ # -DISTNAME= gerbv-0.0.9 +DISTNAME= gerbv-0.0.10 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} @@ -12,7 +12,6 @@ COMMENT= Gerber file viewer GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_GMAKE= YES -CONFIGURE_ARGS+= --enable-exportpng .include "../../graphics/gdk-pixbuf/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" diff --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo index 28980504cad..6392408a3de 100644 --- a/cad/gerbv/distinfo +++ b/cad/gerbv/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/07/08 03:30:55 dmcmahill Exp $ +$NetBSD: distinfo,v 1.6 2002/10/16 01:36:07 dmcmahill Exp $ -SHA1 (gerbv-0.0.9.tar.gz) = 44704638f42c389599ea61d418f5e7adb4fdbe39 -Size (gerbv-0.0.9.tar.gz) = 903862 bytes +SHA1 (gerbv-0.0.10.tar.gz) = 9ec3c2c5cd8a94cd50d3950aaeadaad305a582d9 +Size (gerbv-0.0.10.tar.gz) = 899442 bytes |