Subject: CVS commit: pkgsrc/cad/gerbv
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 10/16/2002 04:36:08
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Wed Oct 16 01:36:07 UTC 2002

Modified Files:
	pkgsrc/cad/gerbv: Makefile distinfo

Log Message:
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".


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/cad/gerbv/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/cad/gerbv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.