diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-12-15 22:04:18 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-12-15 22:04:18 +0000 |
commit | 2470ba19c15c09efd9b67efdc8c2d99fddd6700c (patch) | |
tree | 8a69203527e45cfd72cc1bc62db7cdb52cca944f | |
parent | 6713a77611eab68acf1671b94a6c86e813377302 (diff) | |
download | pkgsrc-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.
-rw-r--r-- | cad/gerbv/Makefile | 4 | ||||
-rw-r--r-- | cad/gerbv/PLIST | 3 | ||||
-rw-r--r-- | cad/gerbv/distinfo | 6 |
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 |