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-2.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d3bb7b2bbc7
branches:  trunk
changeset: 572343:9d3bb7b2bbc7
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Wed Feb 24 03:40:05 2010 +0000

description:
Update to gerbv-2.4.0

========================================================================
Release Notes for gerbv-2.4.0
========================================================================
The following is a summary of the changes which went into gerbv-2.4.0.
For a complete list of changes, refer to ChangeLog.  This release
is primarily a bug fix release.  A number of corner cases are handled
more smoothly now.

- libgerbv:  fix bug parsing cirular moves with trailing zero suppression.
- libgerbv:  catch null strtok results in the aperture parser.  Causes
             a more graceful failure when parsing bad input files.
- gerbv:     fix a bug in the rendering of text in exported PDF files
- libgerbv:  fix bugs in the file format recognition code
- libgerbv:  allow the RS-274X parser to handle multiple blocks within
             a single line per the RS-274X spec.
- gerbv:     Fix sidebar bug displaying small scale and translations in X
- gerbv:     Show the total aperture uses in the analysis tool
- gerbv:     Fix regression in FAST mode rendering of flashed apertures
- libgerbv:  If given an RS-274D file, create dummy apertures
- gerbv:     Fix FAST mode translation error in Y
- libgerbv:  Add #ifdef's to gerbv.h to allow use in a C++ program
- gerbv:     Fix segfaults if trying to change orientation of an empty layer
- man page:  Remove spurious line
- gerbv:     Update some information in the "About..." dialog

diffstat:

 cad/gerbv/Makefile |  5 ++---
 cad/gerbv/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r d1dc959aa9c7 -r 9d3bb7b2bbc7 cad/gerbv/Makefile
--- a/cad/gerbv/Makefile        Wed Feb 24 01:20:19 2010 +0000
+++ b/cad/gerbv/Makefile        Wed Feb 24 03:40:05 2010 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2009/08/26 19:57:13 sno Exp $
+# $NetBSD: Makefile,v 1.38 2010/02/24 03:40:05 dmcmahill Exp $
 #
 
-DISTNAME=      gerbv-2.3.0
-PKGREVISION=   1
+DISTNAME=      gerbv-2.4.0
 CATEGORIES=    cad
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gerbv/}
 
diff -r d1dc959aa9c7 -r 9d3bb7b2bbc7 cad/gerbv/distinfo
--- a/cad/gerbv/distinfo        Wed Feb 24 01:20:19 2010 +0000
+++ b/cad/gerbv/distinfo        Wed Feb 24 03:40:05 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2009/07/11 01:49:54 dmcmahill Exp $
+$NetBSD: distinfo,v 1.22 2010/02/24 03:40:06 dmcmahill Exp $
 
-SHA1 (gerbv-2.3.0.tar.gz) = bfd63de0fb2112b8fca78eee30a0b43389551b2a
-RMD160 (gerbv-2.3.0.tar.gz) = ef768516e8b0a049d65c4d8e13c38e4b433c6e1c
-Size (gerbv-2.3.0.tar.gz) = 2296079 bytes
+SHA1 (gerbv-2.4.0.tar.gz) = f0403ca8345bc765442a976188cff68b4e7bc595
+RMD160 (gerbv-2.4.0.tar.gz) = 37c6b05da1c608ac4cd8deff0e57ce91e00e8286
+Size (gerbv-2.4.0.tar.gz) = 2285912 bytes



Home | Main Index | Thread Index | Old Index