Subject: CVS commit: pkgsrc/cad/gerbv
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 03/21/2003 05:43:23
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Fri Mar 21 03:43:22 UTC 2003

Modified Files:
	pkgsrc/cad/gerbv: Makefile PLIST distinfo
Removed Files:
	pkgsrc/cad/gerbv/patches: patch-aa

Log Message:
update to gerbv-0.13

* You cannot compile with backend anymore, switch is removed. In last
  release this caused compilation error due to bit rot.
* Drawing of arcs is a constant headache. Mark Whitis found another
  case that I had missed out. Clockwise arcs all of a sudden started
  to be drawn as counter-clockwise.
* Arcs with very small angle differences could either be a complete
  circle or a very small part of an arc. Calculating the angles with
  integers wasn't sufficient, anyhow. They are now doubles all the way.
* Aperture macro primitive 1 was a _filled_ circle.
* Image rotate used to cause warnings that it wasn't implemented. Now
  if the file has an image rotate on zero degrees there is no warning
  (yes I've seen it).
* Dan McMahill discovered that if you tried to swap with an unused layer
  gerbv segfaulted.
* Peter Monta submitted patch for incremental coordinates.
* No traces of Guile left...


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/cad/gerbv/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/cad/gerbv/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/cad/gerbv/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/cad/gerbv/patches/patch-aa

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