summaryrefslogtreecommitdiff
path: root/cad/gerbv/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2004-05-29 00:17:45 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2004-05-29 00:17:45 +0000
commitff1a47d9ad93097ecb941fb88e4110ead5f754e0 (patch)
treea74f151f499dc74468c20c2696a87677d5e92702 /cad/gerbv/Makefile
parentee881e7236b3f774b92c6a05216a6a18f3e78c76 (diff)
downloadpkgsrc-ff1a47d9ad93097ecb941fb88e4110ead5f754e0.tar.gz
update to gerbv-0.16.
additions/changes since gerbv-0.15: * projects: you can save and load setups in what I call projects. * GTK+ 2 support * Now you can invert a layer by the push of button. Basically. * When gerber files were defined with omit trailing zeros, gerbv could parse them very bad. Now it should work better. * Aperture macros did not handle exposures at all. Now they do a better work. Some thermals are defined from their CAD program as a sequence of aperture macros instead of just using aperture macro 7. They are drawn better now. * Handles tool tables when drawing drill files thanks to Dimitri. See man page for more info.
Diffstat (limited to 'cad/gerbv/Makefile')
-rw-r--r--cad/gerbv/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
index ac741ede176..ce8ca6c068c 100644
--- a/cad/gerbv/Makefile
+++ b/cad/gerbv/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2004/04/25 04:16:43 xtraeme Exp $
+# $NetBSD: Makefile,v 1.21 2004/05/29 00:17:45 dmcmahill Exp $
#
-DISTNAME= gerbv-0.15
-PKGREVISION= 1
+DISTNAME= gerbv-0.16
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}