pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/gerbv Update to gerbv-2.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84c456f0f9b7
branches:  trunk
changeset: 553504:84c456f0f9b7
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Fri Jan 23 12:00:43 2009 +0000

description:
Update to gerbv-2.2.0.

========================================================================
Release Notes for gerbv-2.2.0
========================================================================
The following is a summary off the changes which went into gerbv-2.2.0.
For a complete list of changes, refer to ChangeLog.

- libgerbv:  fixed a bug in the min/max calculation.
- libgerbv:  improved the ability to parse drill files with
             user specified formats.
- libgerbv:  Compile with -no-undefined to make it easier to build
             windows DLL's.
- configure: Improve detection of tools when cross-compiling.
- libgerbv:  Improved example programs.
- gerbv:     Changed desktop categories to be more consistent with
             the rest of gEDA.
- common:    Fixed compilation with SunPRO compilers
- libgerbv:  Fixed calculation of pick and place bounding box
- gerbv:     Added a rendering benchmark
- gerbv:     Various rendering speed improvements
- common:    Made an install be relocatable.  This is always needed
             for proper win32 operation and helps in some cases
             on other operating systems.  As part of this, improve
             how init.scm is located at startup.
- gerbv:     Improved the project file load/save dialog.

diffstat:

 cad/gerbv/Makefile |  6 ++++--
 cad/gerbv/PLIST    |  5 +++--
 cad/gerbv/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r 4b2df684a8e9 -r 84c456f0f9b7 cad/gerbv/Makefile
--- a/cad/gerbv/Makefile        Fri Jan 23 11:27:16 2009 +0000
+++ b/cad/gerbv/Makefile        Fri Jan 23 12:00:43 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2008/09/15 02:25:54 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.35 2009/01/23 12:00:43 dmcmahill Exp $
 #
 
-DISTNAME=      gerbv-2.1.0
+DISTNAME=      gerbv-2.2.0
 CATEGORIES=    cad
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gerbv/}
 
@@ -16,6 +16,8 @@
 USE_LIBTOOL=   YES
 USE_TOOLS+=    gmake pkg-config
 
+PLIST_SUBST+=  PKGNAME_NOREV=${PKGNAME_NOREV:Q}
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff -r 4b2df684a8e9 -r 84c456f0f9b7 cad/gerbv/PLIST
--- a/cad/gerbv/PLIST   Fri Jan 23 11:27:16 2009 +0000
+++ b/cad/gerbv/PLIST   Fri Jan 23 12:00:43 2009 +0000
@@ -1,12 +1,13 @@
-@comment $NetBSD: PLIST,v 1.7 2008/09/15 02:25:54 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/01/23 12:00:43 dmcmahill Exp $
 bin/gerbv
-include/gerbv-2.1.0/gerbv.h
+include/${PKGNAME_NOREV}/gerbv.h
 lib/libgerbv.la
 lib/pkgconfig/libgerbv.pc
 man/man1/gerbv.1
 share/applications/gerbv.desktop
 share/gerbv/scheme/gerb-debug.scm
 share/gerbv/scheme/gerb-ps.scm
+share/gerbv/gerbv_icon.ico
 share/gerbv/scheme/init.scm
 share/icons/hicolor/16x16/apps/gerbv-16.png
 share/icons/hicolor/22x22/apps/gerbv-22.png
diff -r 4b2df684a8e9 -r 84c456f0f9b7 cad/gerbv/distinfo
--- a/cad/gerbv/distinfo        Fri Jan 23 11:27:16 2009 +0000
+++ b/cad/gerbv/distinfo        Fri Jan 23 12:00:43 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2008/09/15 02:25:54 dmcmahill Exp $
+$NetBSD: distinfo,v 1.20 2009/01/23 12:00:43 dmcmahill Exp $
 
-SHA1 (gerbv-2.1.0.tar.gz) = e8173fb1f55a2140641fcfac8badd4b25d991178
-RMD160 (gerbv-2.1.0.tar.gz) = 8349a56c500817d6ebd78fc62cdded2cd28522e5
-Size (gerbv-2.1.0.tar.gz) = 2291469 bytes
+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



Home | Main Index | Thread Index | Old Index