diff options
author | adam <adam@pkgsrc.org> | 2011-01-28 10:35:23 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-01-28 10:35:23 +0000 |
commit | 93f65b781ce51998a55eb79b31616132667559e5 (patch) | |
tree | f2d6798974c4baba2a9ff436d559b9be88cd4cdb /misc | |
parent | e7d4a666d337639120c9a2161efb4f0daa647d23 (diff) | |
download | pkgsrc-93f65b781ce51998a55eb79b31616132667559e5.tar.gz |
Changes 1.18:
* updated PT translation.
* added --notopics and --noindex as command line parameters.
They inhibit loading the topics tree and the index list, respectively.
* added Vim-like document scrolling key bindings.
* made the source code wxWidgets 2.9 friendly.
* documents using Chinese simplified now display properly.
* fixed Windows application crash that happened when the user clicked the
"Fonts.." button.
* made the source code compatible with Unicode/MSVC wxMSW builds.
* fixed loading of search-in-titles results.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xchm/Makefile | 8 | ||||
-rw-r--r-- | misc/xchm/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index f8ba0e49275..08bc1bd8c08 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2011/01/13 13:38:52 wiz Exp $ -# +# $NetBSD: Makefile,v 1.49 2011/01/28 10:35:23 adam Exp $ -DISTNAME= xchm-1.17 -PKGREVISION= 6 +DISTNAME= xchm-1.18 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} @@ -13,8 +11,8 @@ COMMENT= CHM viewer for UNIX PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ -GNU_CONFIGURE= yes USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes .include "../../devel/chmlib/buildlink3.mk" .include "../../x11/wxGTK28/buildlink3.mk" diff --git a/misc/xchm/distinfo b/misc/xchm/distinfo index 82f93eee174..dddc16c356f 100644 --- a/misc/xchm/distinfo +++ b/misc/xchm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2009/08/10 17:50:04 minskim Exp $ +$NetBSD: distinfo,v 1.25 2011/01/28 10:35:23 adam Exp $ -SHA1 (xchm-1.17.tar.gz) = 0f29f204ee002586c0d61c631e36d52bed94eabf -RMD160 (xchm-1.17.tar.gz) = 0bef9ecfb5bbc35c9c92dd5d7d4c77ed9cda9116 -Size (xchm-1.17.tar.gz) = 401664 bytes +SHA1 (xchm-1.18.tar.gz) = 7c1e55d6fe09df21105922ae3b487c8582734acf +RMD160 (xchm-1.18.tar.gz) = 852141e375684f5b45405a90831dcc8f24b3eb3d +Size (xchm-1.18.tar.gz) = 403698 bytes |