diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2003-10-26 04:56:58 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2003-10-26 04:56:58 +0000 |
commit | 6bf8397d9fa9ad41fbff7999ac74161dabf6d1da (patch) | |
tree | 9185252fe68aa9ea2ba7b3ba7c71bf39651071bb | |
parent | 8c6fc6528a67ea23051f0e7634ae94f6a5cedb50 (diff) | |
download | pkgsrc-6bf8397d9fa9ad41fbff7999ac74161dabf6d1da.tar.gz |
update to gerbv-0.15
-- Release 0.15 --
2003-10-06 Stefan Petersen <spe@stacken.kth.se>
* src/draw_amacro.c: Drawing of aperture macro primitive 7 was
severly broken. Revealed by Drew Moore who sent an example
along. Thanks Drew! Closes bug #818307.
2003-09-28 Stefan Petersen <spe@stacken.kth.se>
* src/gerber.c: Patch from Peter Brueckner. Some Gerbers don't
have G04 but just G4. Peters patch fixes that for G- and M-codes.
2003-09-08 Stefan Petersen <spe@stacken.kth.se>
* src/gerber.c: Patch from Simon Munton to fix a problem with polygons
sometimes not being filled properly. Closes bug #800928 (which
he promptly had submitted).
* src/gerber.c: Another patch from Simon. This time it fixes
circular polygon outlines by with a number of short segments.
Closes bug #603183, which was almost a year old. Thanks Simon!
-rw-r--r-- | cad/gerbv/Makefile | 4 | ||||
-rw-r--r-- | cad/gerbv/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 8222f03f2aa..ecdee43c57f 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2003/08/19 00:06:44 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.16 2003/10/26 04:56:58 dmcmahill Exp $ # -DISTNAME= gerbv-0.14 +DISTNAME= gerbv-0.15 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} diff --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo index 65749fb1add..e49bdea083a 100644 --- a/cad/gerbv/distinfo +++ b/cad/gerbv/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.10 2003/08/19 00:06:44 dmcmahill Exp $ +$NetBSD: distinfo,v 1.11 2003/10/26 04:56:58 dmcmahill Exp $ -SHA1 (gerbv-0.14.tar.gz) = 033d5e565b2dca3ac1e0550ee4cad65d29039f53 -Size (gerbv-0.14.tar.gz) = 961553 bytes +SHA1 (gerbv-0.15.tar.gz) = baae40fc86eb46cb153e7d7ed3ec062a861864d1 +Size (gerbv-0.15.tar.gz) = 1021073 bytes |