summaryrefslogtreecommitdiff
path: root/cad/gerbv
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-11-22 00:41:14 +0000
committerdmcmahill <dmcmahill>2002-11-22 00:41:14 +0000
commit93e8a2be0e3c7212d981212d2243b20b73e030e3 (patch)
tree0dffb686a4f4e410422e42ba0c888970bc189614 /cad/gerbv
parent854f33c7214146bc1b15d43a9182bddf8f9381d6 (diff)
downloadpkgsrc-93e8a2be0e3c7212d981212d2243b20b73e030e3.tar.gz
update to gerbv-0.11
Changes since last version: * fixed bug which caused huge memory usage and crashing when zooming way in to a layout * Two bugs in aperture macros fixed; one caused "multi macro" macros not to work properly and the other was related to primitive 20. * The Debian build system discovered that I checked if unsigned were -1. * Some cleanup/speedup when parsing Gerber by removing nested strncmp's with a switch/case. * RS274D caused segfault. * If %SR%, %SF% and %AS% are defined to their default values the compiler doesn't complain anymore. I still don't handle them if they are non default values. * In some strange corner case we managed to sometimes get spurious lines showing up on the image. * Strange drill files from Orcad386 handled better (we all know what Pitch thinks about Orcad:-) ). * Dino Ghilardi has contributed some code to be able to set the scale explicitly. That can be used when printing PNG's generated by gerbv. He has also written a text on how to actually get them out on the printer. It is in doc/PNG-print/PNGPrintMiniHowto.txt. * Round off when converting from inches to pixels changed so poured areas built up by several lines now seems to fill. Before the change you could, at certain zoom levels, see gaps that wasn't there.
Diffstat (limited to 'cad/gerbv')
-rw-r--r--cad/gerbv/Makefile7
-rw-r--r--cad/gerbv/distinfo6
2 files changed, 8 insertions, 5 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
index 3420fab60d1..e3e8aa050c3 100644
--- a/cad/gerbv/Makefile
+++ b/cad/gerbv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2002/10/16 01:36:07 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.8 2002/11/22 00:41:14 dmcmahill Exp $
#
-DISTNAME= gerbv-0.0.10
+DISTNAME= gerbv-0.11
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}
@@ -9,11 +9,14 @@ MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://gerbv.sourceforge.net
COMMENT= Gerber file viewer
+CONFIGURE_ARGS+= --enable-exportpng
+CONFIGURE_ARGS+= --enable-batch
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GMAKE= YES
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
+.include "../../lang/guile/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo
index 6392408a3de..730ccfecc26 100644
--- a/cad/gerbv/distinfo
+++ b/cad/gerbv/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2002/10/16 01:36:07 dmcmahill Exp $
+$NetBSD: distinfo,v 1.7 2002/11/22 00:41:14 dmcmahill Exp $
-SHA1 (gerbv-0.0.10.tar.gz) = 9ec3c2c5cd8a94cd50d3950aaeadaad305a582d9
-Size (gerbv-0.0.10.tar.gz) = 899442 bytes
+SHA1 (gerbv-0.11.tar.gz) = d2caf38d0bc18fb87be218254c8ab0cd191c72eb
+Size (gerbv-0.11.tar.gz) = 961551 bytes