diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2005-07-25 16:13:01 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2005-07-25 16:13:01 +0000 |
commit | b90b51bb0dfa8ce1808820afdc79b7c1ef1e3c89 (patch) | |
tree | 9e3f4fe934f6f91ed7401beb14d46d0253329156 /deskutils/Makefile | |
parent | d1904a95140ae38397da87fcf6a2fdc1f5887911 (diff) | |
download | ports-b90b51bb0dfa8ce1808820afdc79b7c1ef1e3c89.tar.gz ports-b90b51bb0dfa8ce1808820afdc79b7c1ef1e3c89.zip |
Add kchmviewer 0.92, a Qt/KDE viewer for CHM files.
KchmViewer is a chm (MS HTML help file format) viewer. Unlike most existing
CHM viewers for Unix, it uses Trolltech's Qt widget library, and does not
depend on KDE or Gnome. However, it may be compiled with full KDE support,
including KDE widgets and KIO/KHTML.
The main advantage of KchmViewer is non-english language support. Unlike
others, KchmViewer in most cases correctly detects help file encoding,
correctly shows tables of context of russian, korean, chinese and japanese
help files, and correctly searches in non-english help files.
WWW: http://kchmviewer.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=140103
Diffstat (limited to 'deskutils/Makefile')
-rw-r--r-- | deskutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index bdc669abc6d3..f422342c3383 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -77,6 +77,7 @@ SUBDIR += kbirthday SUBDIR += kblticker SUBDIR += kchm + SUBDIR += kchmviewer SUBDIR += kdepim3 SUBDIR += kdissert SUBDIR += kickpim |