summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2009-07-11 01:49:54 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2009-07-11 01:49:54 +0000
commit9f0491314ab4ed208eec0e7582f45e3e785aadea (patch)
tree309c97a042918f701f56128998f331c50510ad98 /cad
parentb9c0af73878dc5f76cc7b2ccd4c82f72e2658fc9 (diff)
downloadpkgsrc-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')
-rw-r--r--cad/gerbv/Makefile5
-rw-r--r--cad/gerbv/distinfo8
2 files changed, 7 insertions, 6 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
diff --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo
index 468deada88d..08a8ce37b6f 100644
--- a/cad/gerbv/distinfo
+++ b/cad/gerbv/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2009/01/23 12:00:43 dmcmahill Exp $
+$NetBSD: distinfo,v 1.21 2009/07/11 01:49:54 dmcmahill Exp $
-SHA1 (gerbv-2.2.0.tar.gz) = d3f05c37c06aae8f29074e1496871dc683eef13a
-RMD160 (gerbv-2.2.0.tar.gz) = e71d8cf62c234240461f2a3b7d84e9eecd4bc003
-Size (gerbv-2.2.0.tar.gz) = 2287621 bytes
+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