Trivial, but useful mainly bugfix update to xchm-1.13. > * 1.11: > + now xCHM can parse binary TOC trees, if available. > + now xCHM can retrieve data from the binary index, if > available. > + fixed random printout font size problem. > + fixed Win32 logo loading problem. > + added a progress bar for CHM loading. > + fixed TOC tree append bug. > + added "Save link as.." item to the context-sensitive > right-click menu. > + fixed special HTML characters in TOC/index links bug. > + fixed relative links in TOC/index bug. > + fixed TOC sync with the currently loaded page bug. > > * 1.12: > + actually using the binary index code. > + fixed the search results links. > + fixed lost Unicode character translation for the TOC and > index entries. > + updated Polish translation. > + fixed index display for non ASCII encodings. > + CHM localization bugfixes. > > * 1.13: > + fixed CHMLIB link in the splash page. > + fixed special character languages index for wxGTK 2.6.
Index: Makefile =================================================================== RCS file: /cvs/ports/x11/xchm/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 25 Nov 2006 16:41:33 -0000 1.3 +++ Makefile 13 May 2007 19:22:16 -0000 @@ -2,7 +2,7 @@ COMMENT= "display chm files" -DISTNAME= xchm-1.10 +DISTNAME= xchm-1.13 CATEGORIES= devel textproc x11 HOMEPAGE= http://xchm.sourceforge.net/ @@ -22,5 +22,7 @@ CONFIGURE_STYLE=gnu CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + +NO_REGRESS= Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/x11/xchm/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 5 Apr 2007 17:36:26 -0000 1.4 +++ distinfo 13 May 2007 19:22:16 -0000 @@ -1,5 +1,5 @@ -MD5 (xchm-1.10.tar.gz) = 301C47sRGHE59EdbicSrlg== -RMD160 (xchm-1.10.tar.gz) = t/VWxHVcsapQl+SGXgdASvi0wgM= -SHA1 (xchm-1.10.tar.gz) = vJyLNHyHf0mDyCVze6Pnp9q2sSU= -SHA256 (xchm-1.10.tar.gz) = 2+2e1N9RX0A1yMiB/3IgPLwe9pdkDuuHYme+RpNDpSQ= -SIZE (xchm-1.10.tar.gz) = 371871 +MD5 (xchm-1.13.tar.gz) = tETjbW8cez13LRmG6pkp3A== +RMD160 (xchm-1.13.tar.gz) = B6wpYu5dqKSs7aWP7NRXhQenHtk= +SHA1 (xchm-1.13.tar.gz) = 8GL1hMn9ABB+KNljQtSOo2svL0k= +SHA256 (xchm-1.13.tar.gz) = JBntS9Mij14rLcbfNBIwuQ+zNNrNCWff8eT9iNI9OmQ= +SIZE (xchm-1.13.tar.gz) = 390882