Problems found locating distfiles:
Package colorls: missing distfile ls.tar.gz
Package molden: missing distfile molden-4.6/molden4.6.tar.gz
Package softmaker-office-demo: missing distfile ofl06trial.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Changelog:
* 1.19:
+ fixed the table of contents display for most non-Latin
character set documents (provided you get a Unicode
build).
+ fixed linking issue for wxWidgets 2.9 (the AUI libraries
were not being pulled in).
+ fixed a bunch of minor bugs.
* 1.20:
+ fixed a nasty bug that crashed the application with some
CHM files.
+ fixed strict-aliasing compile-time warning.
+ fixed a few signed/unsigned comparison warnings.
* 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.
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.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
* 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.
* 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.
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
* 1.9:
+ it is now possible to search in the pages of books without
a contents tree.
+ updated Romanian translation.
+ finally fixed CHM absolute links problem.
+ updated Polish translation.
+ fixed the copy link location code.
+ updated Polish translation.
+ now SPACE and BACKSPACE work like PAGEUP and PAGEDOWN
in the HTML display window.
+ added (X)Emacs indertation meta-comments to the source
files.
+ fixed Win32 MB2WC() bug.
+ re-wrote the HHC/HHK parsing code from scratch.
+ added pretty book icons to the Win32 content tree too.
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
* 1.5:
+ fixed bookmark selection bug.
+ fixed Mac OS X locale warning.
+ now text can be copied with ctrl(or cmd, on Mac)-C.
+ added Copy toolbar button.
+ added Edit menu bar.