pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/xchm Update xchm to 1.17.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2dd6f2124c96
branches:  trunk
changeset: 397358:2dd6f2124c96
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Aug 10 17:50:04 2009 +0000

description:
Update xchm to 1.17.

Changes since 1.13:
+ fixed Normalize() code for Windows CHM files.
+ fixed "Cannot display document in <whatever> encoding"
  error.
+ now allowing ENTER to work in the bookmarks list.
+ updated Romanian, German translations.
+ added Belarusian translation.
+ don't initialize locale data on Windows (English-only)
+ fixed build problem with Unicode-detecting #ifdefs
  inside wxT() macros.
+ made the source code GCC 4.3 friendly (fixed duplicate
  parameters issue in GetItem()).
+ #included <bitfiddle.inl> in chmapp.cpp (apparently it
  did not compile without this on some platforms)
+ updated French translation.
+ fixed XPM compile-time warnings for GCC 4.3
+ bumped minimum accepted wxWidgets version to 2.8.
+ added tabbed browsing support (from Cedric Boudinet).
+ Firefox-style shortcuts for navigation.
+ fixed font non-Latin encoding character set encoding
  problem.
+ replaced the checks for u_intXX_t with checks for the
  more standard uintXX_t.
+ some refactoring.
+ added #include <stdint.h> GCC 4.4 patch from the Gentoo
  ebuild.

diffstat:

 misc/xchm/Makefile |  5 ++---
 misc/xchm/PLIST    |  3 ++-
 misc/xchm/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r dc25ba20af19 -r 2dd6f2124c96 misc/xchm/Makefile
--- a/misc/xchm/Makefile        Mon Aug 10 17:00:36 2009 +0000
+++ b/misc/xchm/Makefile        Mon Aug 10 17:50:04 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2009/08/10 17:00:15 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2009/08/10 17:50:04 minskim Exp $
 #
 
-DISTNAME=      xchm-1.13
-PKGREVISION=   1
+DISTNAME=      xchm-1.17
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xchm/}
 
diff -r dc25ba20af19 -r 2dd6f2124c96 misc/xchm/PLIST
--- a/misc/xchm/PLIST   Mon Aug 10 17:00:36 2009 +0000
+++ b/misc/xchm/PLIST   Mon Aug 10 17:50:04 2009 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.15 2009/06/14 18:07:32 joerg Exp $
+@comment $NetBSD: PLIST,v 1.16 2009/08/10 17:50:04 minskim Exp $
 bin/xchm
+share/locale/be/LC_MESSAGES/xchm.mo
 share/locale/bg/LC_MESSAGES/xchm.mo
 share/locale/cs/LC_MESSAGES/xchm.mo
 share/locale/de/LC_MESSAGES/xchm.mo
diff -r dc25ba20af19 -r 2dd6f2124c96 misc/xchm/distinfo
--- a/misc/xchm/distinfo        Mon Aug 10 17:00:36 2009 +0000
+++ b/misc/xchm/distinfo        Mon Aug 10 17:50:04 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2007/04/16 23:25:53 wiz Exp $
+$NetBSD: distinfo,v 1.24 2009/08/10 17:50:04 minskim Exp $
 
-SHA1 (xchm-1.13.tar.gz) = f062f584c9fd00107e28d96342d48ea36b2f2f49
-RMD160 (xchm-1.13.tar.gz) = 07ac2962ee5da8a4aceda58fecd4578507a71ed9
-Size (xchm-1.13.tar.gz) = 390882 bytes
+SHA1 (xchm-1.17.tar.gz) = 0f29f204ee002586c0d61c631e36d52bed94eabf
+RMD160 (xchm-1.17.tar.gz) = 0bef9ecfb5bbc35c9c92dd5d7d4c77ed9cda9116
+Size (xchm-1.17.tar.gz) = 401664 bytes



Home | Main Index | Thread Index | Old Index