pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/gerbv update to gerbv-0.16.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/881fab21912e
branches:  trunk
changeset: 475876:881fab21912e
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sat May 29 00:17:45 2004 +0000

description:
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:

 cad/gerbv/Makefile |  5 ++---
 cad/gerbv/PLIST    |  5 ++++-
 cad/gerbv/distinfo |  6 +++---
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 00cf3b7b3dd9 -r 881fab21912e cad/gerbv/Makefile
--- a/cad/gerbv/Makefile        Sat May 29 00:16:41 2004 +0000
+++ b/cad/gerbv/Makefile        Sat May 29 00:17:45 2004 +0000
@@ -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 -r 00cf3b7b3dd9 -r 881fab21912e cad/gerbv/PLIST
--- a/cad/gerbv/PLIST   Sat May 29 00:16:41 2004 +0000
+++ b/cad/gerbv/PLIST   Sat May 29 00:17:45 2004 +0000
@@ -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 -r 00cf3b7b3dd9 -r 881fab21912e cad/gerbv/distinfo
--- a/cad/gerbv/distinfo        Sat May 29 00:16:41 2004 +0000
+++ b/cad/gerbv/distinfo        Sat May 29 00:17:45 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index