pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/kchmviewer Initial import of kchmviewer-3.1, orig...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8422b9a0df9
branches:  trunk
changeset: 533364:a8422b9a0df9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Sep 16 17:08:39 2007 +0000

description:
Initial import of kchmviewer-3.1, originally packaged for pkgsrc-wip by
Ian Zagorskih, updated to latest version by me.

KchmViewer is a CHM (MS HTML help file format) viewer, written in
C++. Unlike most existing CHM viewers for Unix, it uses Trolltech
Qt widget library with optional KDE libraries. It does not require
KDE, but may be compiled with full KDE support, including KDE
widgets and KIO/KHTML.

The main advantage of KchmViewer is extra support for non-English
languages. Unlike other viewers, KchmViewer in most cases is able
to detect help file encoding, correctly shows tables of context of
Russian, Korean, Chinese and Japanese help files, and does correct
search in non-English help files (search for MBCS languages -
ja/ko/ch is still in progress).

diffstat:

 misc/kchmviewer/DESCR    |  12 ++++++++++++
 misc/kchmviewer/Makefile |  24 ++++++++++++++++++++++++
 misc/kchmviewer/PLIST    |  16 ++++++++++++++++
 misc/kchmviewer/distinfo |   5 +++++
 4 files changed, 57 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r ca2679427fdc -r a8422b9a0df9 misc/kchmviewer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kchmviewer/DESCR     Sun Sep 16 17:08:39 2007 +0000
@@ -0,0 +1,12 @@
+KchmViewer is a CHM (MS HTML help file format) viewer, written in
+C++. Unlike most existing CHM viewers for Unix, it uses Trolltech
+Qt widget library with optional KDE libraries. It does not require
+KDE, but may be compiled with full KDE support, including KDE
+widgets and KIO/KHTML.
+
+The main advantage of KchmViewer is extra support for non-English
+languages. Unlike other viewers, KchmViewer in most cases is able
+to detect help file encoding, correctly shows tables of context of
+Russian, Korean, Chinese and Japanese help files, and does correct
+search in non-English help files (search for MBCS languages -
+ja/ko/ch is still in progress).
diff -r ca2679427fdc -r a8422b9a0df9 misc/kchmviewer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kchmviewer/Makefile  Sun Sep 16 17:08:39 2007 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/16 17:08:39 wiz Exp $
+#
+
+DISTNAME=              kchmviewer-3.1
+CATEGORIES=            misc x11
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=kchmviewer/}
+
+MAINTAINER=            ianzag%mail.ru@localhost
+HOMEPAGE=              http://www.kchmviewer.net/
+COMMENT=               KchmViewer is a CHM (MS HTML help file format) viewer
+
+USE_TOOLS+=            gmake
+USE_PKGLOCALEDIR=      YES
+USE_LANGUAGES=         c c++
+USE_LIBTOOL=           YES
+GNU_CONFIGURE=         YES
+CONFIGURE_ARGS+=       --with-kde
+
+.include "../../devel/chmlib/buildlink3.mk"
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../meta-pkgs/kde3/kde3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ca2679427fdc -r a8422b9a0df9 misc/kchmviewer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kchmviewer/PLIST     Sun Sep 16 17:08:39 2007 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/16 17:08:39 wiz Exp $
+bin/kchmviewer
+lib/kde3/kio_msits.la
+lib/libchmfile.a
+lib/libkdeextra.a
+share/icons/crystalsvg/128x128/apps/kchmviewer.png
+share/icons/crystalsvg/48x48/apps/kchmviewer.png
+share/icons/crystalsvg/64x64/apps/kchmviewer.png
+share/kde/applnk/kchmviewer.desktop
+share/kde/services/msits.protocol
+share/locale/cs/LC_MESSAGES/kchmviewer.mo
+share/locale/du/LC_MESSAGES/kchmviewer.mo
+share/locale/fr/LC_MESSAGES/kchmviewer.mo
+share/locale/ru/LC_MESSAGES/kchmviewer.mo
+share/locale/tr/LC_MESSAGES/kchmviewer.mo
+share/locale/zh_CN/LC_MESSAGES/kchmviewer.mo
diff -r ca2679427fdc -r a8422b9a0df9 misc/kchmviewer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/kchmviewer/distinfo  Sun Sep 16 17:08:39 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/09/16 17:08:39 wiz Exp $
+
+SHA1 (kchmviewer-3.1.tar.gz) = aa685216fc0ccec486d43db9531698ab1fb21152
+RMD160 (kchmviewer-3.1.tar.gz) = d55070b77bf516acaa56d35f58b52d070e2ee957
+Size (kchmviewer-3.1.tar.gz) = 944014 bytes



Home | Main Index | Thread Index | Old Index