From d68c75c6e46a2cae979fe5c0c1c83d13b22b8f14 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 5 Jun 2005 22:45:53 +0000 Subject: [PATCH] Initial import of kchm 0.6.5 from pkgsrc-wip. Packaged by Ian Zagorskih. Makefile cleaned up by me. Chm is a new chm viewer for KDE. It consists of kio_chm, corresponding kpart(so you can view chm files in konqueror) and a small viewer on top of this. --- misc/kchm/DESCR | 3 +++ misc/kchm/Makefile | 19 +++++++++++++++++++ misc/kchm/PLIST | 33 +++++++++++++++++++++++++++++++++ misc/kchm/distinfo | 5 +++++ 4 files changed, 60 insertions(+) create mode 100644 misc/kchm/DESCR create mode 100644 misc/kchm/Makefile create mode 100644 misc/kchm/PLIST create mode 100644 misc/kchm/distinfo diff --git a/misc/kchm/DESCR b/misc/kchm/DESCR new file mode 100644 index 000000000000..07eda70f55ef --- /dev/null +++ b/misc/kchm/DESCR @@ -0,0 +1,3 @@ +Chm is a new chm viewer for KDE. It consists of kio_chm, +corresponding kpart(so you can view chm files in konqueror) +and a small viewer on top of this. diff --git a/misc/kchm/Makefile b/misc/kchm/Makefile new file mode 100644 index 000000000000..edc5d54d6067 --- /dev/null +++ b/misc/kchm/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/06/05 22:45:53 markd Exp $ +# + +DISTNAME= kchm-0.6.5 +CATEGORIES= kde misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kchmnew/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= ianzag@mail.ru +HOMEPAGE= http://kchmnew.sourceforge.net/ +COMMENT= KDE CHM file viewer + +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_TOOLS+= gmake + +.include "../../meta-pkgs/kde3/kde3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/kchm/PLIST b/misc/kchm/PLIST new file mode 100644 index 000000000000..e90542ea6f23 --- /dev/null +++ b/misc/kchm/PLIST @@ -0,0 +1,33 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/05 22:45:53 markd Exp $ +bin/kchm +include/chm_lib.h +include/chmxx.h +include/lzx.h +lib/kde3/kio_chmnew.la +lib/kde3/libchmnewpart.la +lib/libchmmix.la +share/kde/apps/chmnew/chmnew_shell.rc +share/kde/apps/chmnewpart/chmnew_part.rc +share/kde/apps/kchm/chmnew_shell.rc +share/kde/icons/hicolor/16x16/apps/chm.png +share/kde/icons/hicolor/32x32/apps/chm.png +share/kde/icons/hicolor/48x48/apps/chm.png +share/kde/icons/locolor/16x16/apps/chm.png +share/kde/icons/locolor/32x32/apps/chm.png +share/kde/mimelnk/application/chmmime.desktop +share/kde/services/chmnew.protocol +share/kde/services/chmnew_part.desktop +share/kde/servicetypes/kchm.desktop +@comment in kde: @dirrm share/kde/servicetypes +@comment in kde: @dirrm share/kde/services +@comment in kde: @dirrm share/kde/mimelnk/application +@comment in kde: @dirrm share/kde/icons/locolor/32x32/apps +@comment in kde: @dirrm share/kde/icons/locolor/16x16/apps +@comment in kde: @dirrm share/kde/icons/hicolor/48x48/apps +@comment in kde: @dirrm share/kde/icons/hicolor/32x32/apps +@comment in kde: @dirrm share/kde/icons/hicolor/16x16/apps +@dirrm share/kde/apps/kchm +@dirrm share/kde/apps/chmnewpart +@dirrm share/kde/apps/chmnew +@comment in kde: @dirrm share/kde/apps +@comment in kde: @dirrm lib/kde3 diff --git a/misc/kchm/distinfo b/misc/kchm/distinfo new file mode 100644 index 000000000000..65ed2aafd8f0 --- /dev/null +++ b/misc/kchm/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/06/05 22:45:53 markd Exp $ + +SHA1 (kchm-0.6.5.tar.bz2) = f34f7a96a81a69e1a4d6f80547addda1555dd99e +RMD160 (kchm-0.6.5.tar.bz2) = 8b59798880a6eae55f70fa63016eda40b01d272e +Size (kchm-0.6.5.tar.bz2) = 458684 bytes