diff options
author | wiz <wiz@pkgsrc.org> | 2006-11-19 00:32:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-11-19 00:32:11 +0000 |
commit | 939344792d801a5efbcd3c9c762a22e6a6ec2cf7 (patch) | |
tree | 16a5dfb0dc7d66fc18dd27485b8a1cf243f17ef5 | |
parent | 394ea1fc182229985e2c3bf66892b7a7a590cf4b (diff) | |
download | pkgsrc-939344792d801a5efbcd3c9c762a22e6a6ec2cf7.tar.gz |
Update to 1.10:
* 1.10:
+ loading CHM files by topic.
+ now keeping the scroll position between HTML window
resizes.
+ WxWidgets 2.7 friendly code.
+ F9 now works to toggle the contents, just like Firefox.
+ added Swedish translation.
+ added Portuguese translation (in addition to the old - now
pt_BR - translation).
+ fixed the Portuguese translations (they were using the
wrong charset).
+ wxGTK 2.8.x friendly.
+ workaround to be able to print relative path CHM images.
-rw-r--r-- | misc/xchm/Makefile | 4 | ||||
-rw-r--r-- | misc/xchm/PLIST | 8 | ||||
-rw-r--r-- | misc/xchm/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile index 8429d1680cc..631afd78991 100644 --- a/misc/xchm/Makefile +++ b/misc/xchm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2006/07/22 04:46:17 rillig Exp $ +# $NetBSD: Makefile,v 1.36 2006/11/19 00:32:11 wiz Exp $ # -DISTNAME= xchm-1.9 +DISTNAME= xchm-1.10 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} diff --git a/misc/xchm/PLIST b/misc/xchm/PLIST index 601256f05c6..fcad362be3d 100644 --- a/misc/xchm/PLIST +++ b/misc/xchm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2006/04/17 07:07:29 jlam Exp $ +@comment $NetBSD: PLIST,v 1.14 2006/11/19 00:32:11 wiz Exp $ bin/xchm share/locale/bg/LC_MESSAGES/xchm.mo share/locale/cs/LC_MESSAGES/xchm.mo @@ -9,15 +9,15 @@ share/locale/hu/LC_MESSAGES/xchm.mo share/locale/it/LC_MESSAGES/xchm.mo share/locale/lv/LC_MESSAGES/xchm.mo share/locale/pl/LC_MESSAGES/xchm.mo -share/locale/pt/LC_MESSAGES/xchm.mo +share/locale/pt_BR/LC_MESSAGES/xchm.mo +share/locale/pt_PT/LC_MESSAGES/xchm.mo share/locale/ro/LC_MESSAGES/xchm.mo share/locale/ru/LC_MESSAGES/xchm.mo share/locale/sk/LC_MESSAGES/xchm.mo +share/locale/sv/LC_MESSAGES/xchm.mo share/locale/uk/LC_MESSAGES/xchm.mo share/locale/zh_CN/LC_MESSAGES/xchm.mo share/locale/zh_TW/LC_MESSAGES/xchm.mo -share/pixmaps/copy.xpm -share/pixmaps/find.xpm share/pixmaps/xchm-128.xpm share/pixmaps/xchm-16.xpm share/pixmaps/xchm-32.xpm diff --git a/misc/xchm/distinfo b/misc/xchm/distinfo index c74b163a218..90d1178db35 100644 --- a/misc/xchm/distinfo +++ b/misc/xchm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2006/06/11 14:25:21 wiz Exp $ +$NetBSD: distinfo,v 1.22 2006/11/19 00:32:11 wiz Exp $ -SHA1 (xchm-1.9.tar.gz) = c362f63584b2f693bb8903a3633cc70258f2985d -RMD160 (xchm-1.9.tar.gz) = 9c98b903850d05d703656e3311fd7e7c79a016fd -Size (xchm-1.9.tar.gz) = 358932 bytes +SHA1 (xchm-1.10.tar.gz) = bc9c8b347c877f4983c825737ba3e7a7dab6b125 +RMD160 (xchm-1.10.tar.gz) = b7f556c4755cb1aa5097e4865e07404af8b4c203 +Size (xchm-1.10.tar.gz) = 371871 bytes |