diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-07-08 03:30:55 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-07-08 03:30:55 +0000 |
commit | 3ab553687ca8cab8fe99f40bcfd60d72b70e80e6 (patch) | |
tree | 7f82b4d4ff988529a7230ad0cd988d5c56d7d6e0 /cad/gerbv | |
parent | e65c67ccec11f0e53fba0ffec74d5907eea05011 (diff) | |
download | pkgsrc-3ab553687ca8cab8fe99f40bcfd60d72b70e80e6.tar.gz |
update to gerbv-0.0.9
bug fixes: A couple of apertures drawn wrong has been fixed, like
lines with square apertures and rotation of aperture macro primitive 4.
new features: Zoom outline and the measurement tools. You can also export
the image as PNG,
Diffstat (limited to 'cad/gerbv')
-rw-r--r-- | cad/gerbv/Makefile | 9 | ||||
-rw-r--r-- | cad/gerbv/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 74de3c1fa61..2abaeba608b 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/05/07 00:51:17 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2002/07/08 03:30:55 dmcmahill Exp $ # -DISTNAME= gerbv-0.0.8 +DISTNAME= gerbv-0.0.9 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} @@ -11,8 +11,9 @@ COMMENT= Gerber file viewer GNU_CONFIGURE= YES USE_GMAKE= YES +CONFIGURE_ARGS+= --enable-exportpng -DEPENDS+= guile>=1.4:../../lang/guile - +.include "../../graphics/gdk-pixbuf/buildlink.mk" +.include "../../graphics/png/buildlink.mk" .include "../../x11/gtk/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo index 4c8e0d65483..28980504cad 100644 --- a/cad/gerbv/distinfo +++ b/cad/gerbv/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/05/07 00:51:17 dmcmahill Exp $ +$NetBSD: distinfo,v 1.5 2002/07/08 03:30:55 dmcmahill Exp $ -SHA1 (gerbv-0.0.8.tar.gz) = dec864b7e2d2c973834e2812153658e3b46d7f57 -Size (gerbv-0.0.8.tar.gz) = 760297 bytes +SHA1 (gerbv-0.0.9.tar.gz) = 44704638f42c389599ea61d418f5e7adb4fdbe39 +Size (gerbv-0.0.9.tar.gz) = 903862 bytes |