summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-12-15 22:04:18 +0000
committerdmcmahill <dmcmahill>2001-12-15 22:04:18 +0000
commitb4d7a303894243a6d7b76a0faf991dce1f1ab322 (patch)
tree8a69203527e45cfd72cc1bc62db7cdb52cca944f /cad
parente50d6a6f0c9c3999e8a306f4d2c8c1bfe9cf14f2 (diff)
downloadpkgsrc-b4d7a303894243a6d7b76a0faf991dce1f1ab322.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')
-rw-r--r--cad/gerbv/Makefile4
-rw-r--r--cad/gerbv/PLIST3
-rw-r--r--cad/gerbv/distinfo6
3 files changed, 7 insertions, 6 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/}
diff --git a/cad/gerbv/PLIST b/cad/gerbv/PLIST
index a0f5e0ed468..429d306154f 100644
--- a/cad/gerbv/PLIST
+++ b/cad/gerbv/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/15 01:57:58 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/12/15 22:04:18 dmcmahill Exp $
bin/gerbv
man/man1/gerbv.1
+share/gerbv/scheme/gerb-debug.scm
share/gerbv/scheme/gerb-ps.scm
@dirrm share/gerbv/scheme
@dirrm share/gerbv
diff --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo
index ab17d1cbb74..d8c13d1643d 100644
--- a/cad/gerbv/distinfo
+++ b/cad/gerbv/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/11/15 01:57:58 dmcmahill Exp $
+$NetBSD: distinfo,v 1.2 2001/12/15 22:04:18 dmcmahill Exp $
-SHA1 (gerbv-0.0.5.tar.gz) = 20eea7fd8ea4341700ad4a11cfcd33a54f986027
-Size (gerbv-0.0.5.tar.gz) = 190395 bytes
+SHA1 (gerbv-0.0.6.tar.gz) = 48a3022ab7c60a94d5b7e6b96df3b5ec8a7815f7
+Size (gerbv-0.0.6.tar.gz) = 724887 bytes