diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2009-07-11 01:49:54 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2009-07-11 01:49:54 +0000 |
commit | 9f0491314ab4ed208eec0e7582f45e3e785aadea (patch) | |
tree | 309c97a042918f701f56128998f331c50510ad98 /cad/gerbv/Makefile | |
parent | b9c0af73878dc5f76cc7b2ccd4c82f72e2658fc9 (diff) | |
download | pkgsrc-9f0491314ab4ed208eec0e7582f45e3e785aadea.tar.gz |
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.
Diffstat (limited to 'cad/gerbv/Makefile')
-rw-r--r-- | cad/gerbv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index c683e2aa037..626f5ff62e0 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.35 2009/01/23 12:00:43 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.36 2009/07/11 01:49:54 dmcmahill Exp $ # -DISTNAME= gerbv-2.2.0 +DISTNAME= gerbv-2.3.0 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://gerbv.sourceforge.net/ COMMENT= Gerber file viewer +LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |