summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-10-16 01:36:07 +0000
committerdmcmahill <dmcmahill>2002-10-16 01:36:07 +0000
commitbc9a1307a089143965d8ad904baad6e7fd838b03 (patch)
treedca165f931acf34b0b9f6880dbb356db36f90543 /cad
parent3405b8011ad08a66b903a707eed5b2a10379bc03 (diff)
downloadpkgsrc-bc9a1307a089143965d8ad904baad6e7fd838b03.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/Makefile5
-rw-r--r--cad/gerbv/distinfo6
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