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 /cad/gerbv/PLIST | |
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.
Diffstat (limited to 'cad/gerbv/PLIST')
-rw-r--r-- | cad/gerbv/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
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 |