Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 721DC63B913 for ; Sat, 11 Jul 2009 01:50:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id E5E1F63B21D; Sat, 11 Jul 2009 01:50:45 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id CEB2263B1DF for ; Sat, 11 Jul 2009 01:50:15 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CE658175D0; Sat, 11 Jul 2009 01:49:54 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 11 Jul 2009 01:49:54 +0000 From: Dan McMahill Subject: CVS commit: pkgsrc/cad/gerbv To: pkgsrc-changes@NetBSD.org Reply-To: dmcmahill@netbsd.org X-Mailer: log_accum Message-Id: <20090711014954.CE658175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: dmcmahill Date: Sat Jul 11 01:49:54 UTC 2009 Modified Files: pkgsrc/cad/gerbv: Makefile distinfo Log Message: update to gerbv-2.3.0 ======================================================================== Release Notes for gerbv-2.3.0 ======================================================================== The following is a summary of the changes which went into gerbv-2.3.0. For a complete list of changes, refer to ChangeLog. - gerbv: fixed a minor arc rendering bug in fast mode - gerbv: Make the svg/pdf/ps export use a 1:1 scale instead of scaling to fit the page. - configure: Always require cairo now since we make use of some of the transformation functions even when using gdk rendering. - gerbv: Fix a bug in the vertical scrollbar calculations. - libgerbv: Fix a bug where apertures < 10 were potentially ignored in some drill files - gerbv: Fix clipping bug when viewing files with image offsets - gerbv: Fix a bug whereclicking on the message tab caused the keyboard accelerators stop working - gerbv: Use a reasonable return code when doing command line processing. - libgerbv: Improve the macro parser. - libgerbv: Allow 0 degree rotation - libgerbv: Fix some drill parser bugs - libgerbv: Support the Excellon "R" (repeat) command - testsuite: Add some tests for drill files - libgerbv: Fix a bug in the Excellon export which sometimes dropped the first element. - libgerbv: Fix some additional Excellon export bugs. - gerbv: Add the ability to rotate/translate layers - libgerbv: Fix the pkgconfig file to include some needed dependencies. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/cad/gerbv/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/cad/gerbv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.