summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2010-02-24 03:40:05 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2010-02-24 03:40:05 +0000
commitd3688476d5f71a3c5a10761cd77e236ecf4d2c3e (patch)
tree2978de2fe66e87933048fd4214855ace3e30b3a8 /cad
parenta1a39cc34ff50dd8ba8ea39169992a5759dd8bf0 (diff)
downloadpkgsrc-d3688476d5f71a3c5a10761cd77e236ecf4d2c3e.tar.gz
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 (limited to 'cad')
-rw-r--r--cad/gerbv/Makefile5
-rw-r--r--cad/gerbv/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile
index 238d75c33bd..1101195c83c 100644
--- a/cad/gerbv/Makefile
+++ b/cad/gerbv/Makefile
@@ -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 --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo
index 08a8ce37b6f..8bc75fc17a5 100644
--- a/cad/gerbv/distinfo
+++ b/cad/gerbv/distinfo
@@ -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