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.0.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f04ceefb0d8
branches:  trunk
changeset: 538754:6f04ceefb0d8
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Mon Feb 18 22:40:36 2008 +0000

description:
Update to gerbv-2.0.1.

Many updates including

- 100% of RS274-X is now supported
- cairo rendering which among other things gives printing to a printer, pdf,
  png, ps, or svg.
- gnome/kde desktop integration
- added a regression test suite
- lots of rework of the gui.

All in all this is a major overhaul.

diffstat:

 cad/gerbv/Makefile |  10 +++++-----
 cad/gerbv/PLIST    |   9 ++++++++-
 cad/gerbv/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 10 deletions(-)

diffs (63 lines):

diff -r 8b4257e1b90f -r 6f04ceefb0d8 cad/gerbv/Makefile
--- a/cad/gerbv/Makefile        Mon Feb 18 20:37:22 2008 +0000
+++ b/cad/gerbv/Makefile        Mon Feb 18 22:40:36 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2007/11/29 04:04:15 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.32 2008/02/18 22:40:36 dmcmahill Exp $
 #
 
-DISTNAME=      gerbv-1.0.3
+DISTNAME=      gerbv-2.0.1
 CATEGORIES=    cad
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gerbv/}
 
@@ -11,13 +11,13 @@
 
 PKG_INSTALLATION_TYPES= overwrite pkgviews
 
-CONFIGURE_ARGS+=       --enable-exportpng
 GNU_CONFIGURE= YES
 USE_TOOLS+=    gmake pkg-config
-
-LIBS+=         -lm
+#CONFIGURE_ARGS+=      --disable-update-desktop-database
 
 .include "../../devel/glib2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8b4257e1b90f -r 6f04ceefb0d8 cad/gerbv/PLIST
--- a/cad/gerbv/PLIST   Mon Feb 18 20:37:22 2008 +0000
+++ b/cad/gerbv/PLIST   Mon Feb 18 22:40:36 2008 +0000
@@ -1,8 +1,15 @@
-@comment $NetBSD: PLIST,v 1.5 2007/11/29 04:04:15 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.6 2008/02/18 22:40:36 dmcmahill Exp $
 bin/gerbv
 man/man1/gerbv.1
+share/applications/gerbv.desktop
 share/gerbv/scheme/gerb-debug.scm
 share/gerbv/scheme/gerb-ps.scm
 share/gerbv/scheme/init.scm
+share/icons/hicolor/16x16/apps/gerbv-16.png
+share/icons/hicolor/22x22/apps/gerbv-22.png
+share/icons/hicolor/24x24/apps/gerbv-24.png
+share/icons/hicolor/32x32/apps/gerbv-32.png
+share/icons/hicolor/48x48/apps/gerbv-48.png
+share/icons/hicolor/scalable/apps/gerbv.svg
 @dirrm share/gerbv/scheme
 @dirrm share/gerbv
diff -r 8b4257e1b90f -r 6f04ceefb0d8 cad/gerbv/distinfo
--- a/cad/gerbv/distinfo        Mon Feb 18 20:37:22 2008 +0000
+++ b/cad/gerbv/distinfo        Mon Feb 18 22:40:36 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2007/11/29 04:04:15 dmcmahill Exp $
+$NetBSD: distinfo,v 1.18 2008/02/18 22:40:36 dmcmahill Exp $
 
-SHA1 (gerbv-1.0.3.tar.gz) = 510f9a44c7e205496eba555ee7d6c97c192a2549
-RMD160 (gerbv-1.0.3.tar.gz) = 5e9d3bd3b8e563bf33da8b048e9d7d392c5b7511
-Size (gerbv-1.0.3.tar.gz) = 1088959 bytes
+SHA1 (gerbv-2.0.1.tar.gz) = 751912d0efa6b1db91d0a8703774df825bc9b79e
+RMD160 (gerbv-2.0.1.tar.gz) = f40fdb935e1f318b8fa7c0e3e3fbf49171fbeb6b
+Size (gerbv-2.0.1.tar.gz) = 5011389 bytes



Home | Main Index | Thread Index | Old Index