diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-03-21 03:43:21 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-03-21 03:43:21 +0000 |
commit | 1afb64fde0f6b4d0b4332d7797b2eb788ac8f4cd (patch) | |
tree | 25c6510519c59c03783d07bf0a9104f6c9c01dc3 /cad/gerbv/PLIST | |
parent | 0abe143a30e816645e8bef1fdb52ce6657a5e531 (diff) | |
download | pkgsrc-1afb64fde0f6b4d0b4332d7797b2eb788ac8f4cd.tar.gz |
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...
Diffstat (limited to 'cad/gerbv/PLIST')
-rw-r--r-- | cad/gerbv/PLIST | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cad/gerbv/PLIST b/cad/gerbv/PLIST index 429d306154f..279227006a4 100644 --- a/cad/gerbv/PLIST +++ b/cad/gerbv/PLIST @@ -1,7 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2001/12/15 22:04:18 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/03/21 03:43:22 dmcmahill Exp $ bin/gerbv man/man1/gerbv.1 -share/gerbv/scheme/gerb-debug.scm -share/gerbv/scheme/gerb-ps.scm -@dirrm share/gerbv/scheme -@dirrm share/gerbv |