diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2007-11-29 04:04:15 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2007-11-29 04:04:15 +0000 |
commit | b26f8fdba1dc9f317990f14fff78006be16de73f (patch) | |
tree | 49e4d767bd5e4550450f05365b21648816b5f975 /cad/gerbv/Makefile | |
parent | 53c7fb46f0bdf55d40ae58eac482da69ef1e7cc4 (diff) | |
download | pkgsrc-b26f8fdba1dc9f317990f14fff78006be16de73f.tar.gz |
update to gerbv-1.03
This release represents a point release incorporating a few patches made
against the 1.0.X source over the last 1 1/2 years. Specific updates
include:
* Incorporate changes from Joost Witteveen to support extended
%SR% commands.
* Fix endless loop bug when gerbv encountered an unknown
% code. Patch from Joost Witteveen.
* Fixed initial scale setting for %MOMM% Gerber files.
Patch from Joost Witteveen.
* Fixed format for small drillfiles. Patch from Trevor Blackwell.
* Fix setting of the initial window size when the screen
is larger than the display. Patch from David Carr.
Diffstat (limited to 'cad/gerbv/Makefile')
-rw-r--r-- | cad/gerbv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 1b0e80b68d2..53ac5c4fba3 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2007/10/02 06:17:09 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.31 2007/11/29 04:04:15 dmcmahill Exp $ # -DISTNAME= gerbv-1.0.2 +DISTNAME= gerbv-1.0.3 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gerbv/} |