summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorminskim <minskim>2009-08-10 17:50:04 +0000
committerminskim <minskim>2009-08-10 17:50:04 +0000
commitae854550113c1ae70d0d90c1e3c76b41f9dde91d (patch)
treebae8d6263a98eb7ec7b457714c8d5412d30afac0 /misc
parentc1741d311b60b080b5491b7f998db1c9db117d6f (diff)
downloadpkgsrc-ae854550113c1ae70d0d90c1e3c76b41f9dde91d.tar.gz
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 (limited to 'misc')
-rw-r--r--misc/xchm/Makefile5
-rw-r--r--misc/xchm/PLIST3
-rw-r--r--misc/xchm/distinfo8
3 files changed, 8 insertions, 8 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile
index 84b5ede0dd1..2847061e108 100644
--- a/misc/xchm/Makefile
+++ b/misc/xchm/Makefile
@@ -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 --git a/misc/xchm/PLIST b/misc/xchm/PLIST
index 3a5c770dbf4..d7de2125a4f 100644
--- a/misc/xchm/PLIST
+++ b/misc/xchm/PLIST
@@ -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 --git a/misc/xchm/distinfo b/misc/xchm/distinfo
index 99a72939c55..82f93eee174 100644
--- a/misc/xchm/distinfo
+++ b/misc/xchm/distinfo
@@ -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