diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2009-01-23 12:00:43 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2009-01-23 12:00:43 +0000 |
commit | a8dd50ee57caeef7db19d7f3e25f5946fcfadead (patch) | |
tree | aced0eeb1787a467c0056d566c641bafc9d477da /cad | |
parent | cce651087b51d896e7a11cbda9143d48bc23cce3 (diff) | |
download | pkgsrc-a8dd50ee57caeef7db19d7f3e25f5946fcfadead.tar.gz |
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 (limited to 'cad')
-rw-r--r-- | cad/gerbv/Makefile | 6 | ||||
-rw-r--r-- | cad/gerbv/PLIST | 5 | ||||
-rw-r--r-- | cad/gerbv/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 0154b38ed77..c683e2aa037 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -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 @@ GNU_CONFIGURE= YES 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 --git a/cad/gerbv/PLIST b/cad/gerbv/PLIST index 91e96e8ce49..f75999f7b10 100644 --- a/cad/gerbv/PLIST +++ b/cad/gerbv/PLIST @@ -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 --git a/cad/gerbv/distinfo b/cad/gerbv/distinfo index 5e825804ad8..468deada88d 100644 --- a/cad/gerbv/distinfo +++ b/cad/gerbv/distinfo @@ -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 |