Sat Nov 16 06:37:52 2013 UTC ()
Update to 1.23. Changes:

+ minor fixes, code is now wxWidgets-2.9-friendly


(shattered)
diff -r1.67 -r1.68 pkgsrc/misc/xchm/Makefile
diff -r1.17 -r1.18 pkgsrc/misc/xchm/PLIST
diff -r1.27 -r1.28 pkgsrc/misc/xchm/distinfo

cvs diff -r1.67 -r1.68 pkgsrc/misc/xchm/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/xchm/Makefile 2013/10/10 14:42:24 1.67
+++ pkgsrc/misc/xchm/Makefile 2013/11/16 06:37:52 1.68
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.67 2013/10/10 14:42:24 ryoon Exp $ 1# $NetBSD: Makefile,v 1.68 2013/11/16 06:37:52 shattered Exp $
2 2
3DISTNAME= xchm-1.22 3DISTNAME= xchm-1.23
4PKGREVISION= 2 
5CATEGORIES= misc 4CATEGORIES= misc
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
7 6
8MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= http://xchm.sourceforge.net/ 8HOMEPAGE= http://xchm.sourceforge.net/
10COMMENT= CHM viewer for UNIX 9COMMENT= CHM viewer for UNIX
11LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
12 11
13USE_LANGUAGES= c c++ 12USE_LANGUAGES= c c++
14USE_PKGLOCALEDIR= yes 13USE_PKGLOCALEDIR= yes
15GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
16 15
17.include "../../devel/chmlib/buildlink3.mk" 16.include "../../devel/chmlib/buildlink3.mk"

cvs diff -r1.17 -r1.18 pkgsrc/misc/xchm/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/xchm/PLIST 2013/06/09 07:26:32 1.17
+++ pkgsrc/misc/xchm/PLIST 2013/11/16 06:37:52 1.18
@@ -1,30 +1,38 @@ @@ -1,30 +1,38 @@
1@comment $NetBSD: PLIST,v 1.17 2013/06/09 07:26:32 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.18 2013/11/16 06:37:52 shattered Exp $
2bin/xchm 2bin/xchm
3share/locale/be/LC_MESSAGES/xchm.mo 3share/locale/be/LC_MESSAGES/xchm.mo
4share/locale/bg/LC_MESSAGES/xchm.mo 4share/locale/bg/LC_MESSAGES/xchm.mo
5share/locale/cs/LC_MESSAGES/xchm.mo 5share/locale/cs/LC_MESSAGES/xchm.mo
6share/locale/de/LC_MESSAGES/xchm.mo 6share/locale/de/LC_MESSAGES/xchm.mo
7share/locale/es/LC_MESSAGES/xchm.mo 7share/locale/es/LC_MESSAGES/xchm.mo
8share/locale/fr/LC_MESSAGES/xchm.mo 8share/locale/fr/LC_MESSAGES/xchm.mo
9share/locale/gr/LC_MESSAGES/xchm.mo 9share/locale/gr/LC_MESSAGES/xchm.mo
10share/locale/hu/LC_MESSAGES/xchm.mo 10share/locale/hu/LC_MESSAGES/xchm.mo
11share/locale/it/LC_MESSAGES/xchm.mo 11share/locale/it/LC_MESSAGES/xchm.mo
12share/locale/lv/LC_MESSAGES/xchm.mo 12share/locale/lv/LC_MESSAGES/xchm.mo
13share/locale/pl/LC_MESSAGES/xchm.mo 13share/locale/pl/LC_MESSAGES/xchm.mo
14share/locale/pt_BR/LC_MESSAGES/xchm.mo 14share/locale/pt_BR/LC_MESSAGES/xchm.mo
15share/locale/pt_PT/LC_MESSAGES/xchm.mo 15share/locale/pt_PT/LC_MESSAGES/xchm.mo
16share/locale/ro/LC_MESSAGES/xchm.mo 16share/locale/ro/LC_MESSAGES/xchm.mo
17share/locale/ru/LC_MESSAGES/xchm.mo 17share/locale/ru/LC_MESSAGES/xchm.mo
18share/locale/sk/LC_MESSAGES/xchm.mo 18share/locale/sk/LC_MESSAGES/xchm.mo
19share/locale/sv/LC_MESSAGES/xchm.mo 19share/locale/sv/LC_MESSAGES/xchm.mo
20share/locale/uk/LC_MESSAGES/xchm.mo 20share/locale/uk/LC_MESSAGES/xchm.mo
21share/locale/zh_CN/LC_MESSAGES/xchm.mo 21share/locale/zh_CN/LC_MESSAGES/xchm.mo
22share/locale/zh_TW/LC_MESSAGES/xchm.mo 22share/locale/zh_TW/LC_MESSAGES/xchm.mo
 23share/pixmaps/xchm-128.png
23share/pixmaps/xchm-128.xpm 24share/pixmaps/xchm-128.xpm
 25share/pixmaps/xchm-16.png
24share/pixmaps/xchm-16.xpm 26share/pixmaps/xchm-16.xpm
 27share/pixmaps/xchm-32.png
25share/pixmaps/xchm-32.xpm 28share/pixmaps/xchm-32.xpm
 29share/pixmaps/xchm-48.png
26share/pixmaps/xchm-48.xpm 30share/pixmaps/xchm-48.xpm
 31share/pixmaps/xchmdoc-128.png
27share/pixmaps/xchmdoc-128.xpm 32share/pixmaps/xchmdoc-128.xpm
 33share/pixmaps/xchmdoc-16.png
28share/pixmaps/xchmdoc-16.xpm 34share/pixmaps/xchmdoc-16.xpm
 35share/pixmaps/xchmdoc-32.png
29share/pixmaps/xchmdoc-32.xpm 36share/pixmaps/xchmdoc-32.xpm
 37share/pixmaps/xchmdoc-48.png
30share/pixmaps/xchmdoc-48.xpm 38share/pixmaps/xchmdoc-48.xpm

cvs diff -r1.27 -r1.28 pkgsrc/misc/xchm/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/xchm/distinfo 2013/06/09 07:26:32 1.27
+++ pkgsrc/misc/xchm/distinfo 2013/11/16 06:37:52 1.28
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.27 2013/06/09 07:26:32 ryoon Exp $ 1$NetBSD: distinfo,v 1.28 2013/11/16 06:37:52 shattered Exp $
2 2
3SHA1 (xchm-1.22.tar.gz) = 794a898161309babb24da3b669ec04f18160c8ef 3SHA1 (xchm-1.23.tar.gz) = d0de589775164ee8123b25082c54587f0cc72e1d
4RMD160 (xchm-1.22.tar.gz) = 28727c08049fb0a338433ce9ae1989a61e7a1884 4RMD160 (xchm-1.23.tar.gz) = 769f9cf72d9bb4bd246809edd473d161ed78dba8
5Size (xchm-1.22.tar.gz) = 416992 bytes 5Size (xchm-1.23.tar.gz) = 474274 bytes