./misc/xchm, CHM viewer for UNIX

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.35nb6, Package name: xchm-1.35nb6, Maintainer: minskim

xCHM is a CHM viewer for UNIX, based on Jed Wing's CHMLIB and
written with wxWindows. xCHM can view your files, show the contents
tree if one is available, print the current page, work with bookmarks
and do the usual history stunts. It allows you to change fonts and
search for text in all the pages of the archive, or in the pages'
titles. What it can't do is handle Javascript by the book.


Required to run:
[devel/chmlib] [x11/wxGTK28]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 863.626 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138)
Log message:
*: bump for cairo buildlink3.mk change

lzo was made an option
   2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490)
Log message:
* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-06-07 10:52:39 by Thomas Klausner | Files touched by this commit (1)
Log message:
xchm: switch to wxGTK32
   2023-06-07 09:15:40 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
xchm: update to 1.35.

	* 1.24:
		+ it is now possible to build xCHM without an external
		chmlib library (by using ./configure --enable-builtin-chmlib)
		+ added Mac icons and .plist

	* 1.25:
		+ updated some of the code for modern C++.
		+ minor code cleanup.
		+ cleared a few warnings.

	* 1.26:
		+ more C++ code cleanup.
		+ now requiring at least wxWidgets 3.0.0 to build.
		+ minor optimizations.
		+ fixed scrolling on loading new pages.
		+ fixed Mac build.
		+ fixed just-broken new tab behaviour.

	+ 1.27:
		+ always display tabs.
		+ display the loaded page title in the tab only (no longer in the main
		  window title bar).
		+ fixed a title search bug.

	+ 1.28:
		+ fixed configure-time XMLRPCDIR detection.
		+ added Ctrl-'=' and Ctrl-'-' as shortcuts for zoom-in/out.

	+ 1.29:
		+ added manpage (from Debian), Gnome files (from Arch).
		+ more code cleanup.

	+ 1.30:
		+ install icons to $(datadir)/icons/hicolor/<RESOLUTION>/apps/.

	+ 1.31:
		+ the toolbar is now togglable.
		+ fixed a crash caused by a search corner case.

	+ 1.32:
		+ moved gr.po -> el.po.
		+ now overlapping some text on page down / page up.
		+ fixed typo (occurences -> occurrences).
		+ added Keywords entry to xchm.desktop.
		+ updated Swedish translation.

	+ 1.33:
		+ removed XPMs from icon theme folders.
		+ now using the XDG base directory specification (for the config).

	+ 1.34:
		+ fixed a few compile-time deprecation warnings.
		+ removed a bunch of local .xpm files (icons), now using platform
		  defaults.

	+ 1.35:
		+ fixed Mageia Linux build (they're using wxWidgets 3.2.1 in 2.8
		  backwards-compatibility mode, which adds an unfortunate - and
		  deprecated - wxToolBarBase::AddTool() overload).
   2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527)
Log message:
*: Recursive revbup from graphics/freetype2