summaryrefslogtreecommitdiff
path: root/cad/gerbv/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-12-15 22:04:18 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-12-15 22:04:18 +0000
commit2470ba19c15c09efd9b67efdc8c2d99fddd6700c (patch)
tree8a69203527e45cfd72cc1bc62db7cdb52cca944f /cad/gerbv/Makefile
parent6713a77611eab68acf1671b94a6c86e813377302 (diff)
downloadpkgsrc-2470ba19c15c09efd9b67efdc8c2d99fddd6700c.tar.gz
update to 0.0.6.
changes since 0.0.5: - Turn on and off explicit layers. - Color on button reflect color on layer. - Automatic detection of drill- or gerber file. - Tooltips over buttons to reflect loaded filename. - Handles Polygon Area Fill - Major rehacking of file IO and pan code to significantly increase speed. - Autoscaling. Loaded gerber files are automagically scaled and panned to fit in window. Also possible to do with loaded files with Zoom/Fit meny option. - configure.in enhancement to support package building in Red Hat. Thanks to Wojciech Kazubski for patch. - bzero changed to memset, which hopefully is more POSIX (for portability). - Loads of bugs squashed and hopefully fewer added.
Diffstat (limited to 'cad/gerbv/Makefile')
-rw-r--r--cad/gerbv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
index ef060ec19c1..2cfcc442d2a 100644
--- a/cad/gerbv/Makefile
+++ b/cad/gerbv/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/11/15 01:57:58 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.2 2001/12/15 22:04:18 dmcmahill Exp $
#
-DISTNAME= gerbv-0.0.5
+DISTNAME= gerbv-0.0.6
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/}