diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-05-29 00:17:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-05-29 00:17:45 +0000 |
commit | ff1a47d9ad93097ecb941fb88e4110ead5f754e0 (patch) | |
tree | a74f151f499dc74468c20c2696a87677d5e92702 /cad | |
parent | ee881e7236b3f774b92c6a05216a6a18f3e78c76 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | cad/gerbv/Makefile | 5 | ||||
-rw-r--r-- | cad/gerbv/PLIST | 5 | ||||
-rw-r--r-- | cad/gerbv/distinfo | 6 |
3 files changed, 9 insertions, 7 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/} diff --git a/cad/gerbv/PLIST b/cad/gerbv/PLIST index 279227006a4..38a53d9966e 100644 --- a/cad/gerbv/PLIST +++ b/cad/gerbv/PLIST @@ -1,3 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2003/03/21 03:43:22 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/05/29 00:17:45 dmcmahill Exp $ bin/gerbv man/man1/gerbv.1 +share/gerbv/scheme/init.scm +@dirrm share/gerbv/scheme +@dirrm share/gerbv diff --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo index e49bdea083a..73ddffec51f 100644 --- a/cad/gerbv/distinfo +++ b/cad/gerbv/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2003/10/26 04:56:58 dmcmahill Exp $ +$NetBSD: distinfo,v 1.12 2004/05/29 00:17:45 dmcmahill Exp $ -SHA1 (gerbv-0.15.tar.gz) = baae40fc86eb46cb153e7d7ed3ec062a861864d1 -Size (gerbv-0.15.tar.gz) = 1021073 bytes +SHA1 (gerbv-0.16.tar.gz) = cc6e5c911767e59c86362ca2b559b2ec91880791 +Size (gerbv-0.16.tar.gz) = 1032058 bytes |