From a0f36d185ea943a778fa584cdab9fbc2228010e1 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 6 Jan 2004 15:36:18 +0000 Subject: Import of xchm from pkgsrc-wip (by xtraeme@). 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. --- misc/xchm/DESCR | 6 ++++++ misc/xchm/Makefile | 19 +++++++++++++++++++ misc/xchm/PLIST | 2 ++ misc/xchm/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 misc/xchm/DESCR create mode 100644 misc/xchm/Makefile create mode 100644 misc/xchm/PLIST create mode 100644 misc/xchm/distinfo diff --git a/misc/xchm/DESCR b/misc/xchm/DESCR new file mode 100644 index 00000000000..17d1cfa7e98 --- /dev/null +++ b/misc/xchm/DESCR @@ -0,0 +1,6 @@ +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. diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile new file mode 100644 index 00000000000..ccaf79d9a8a --- /dev/null +++ b/misc/xchm/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/06 15:36:18 wiz Exp $ +# + +DISTNAME= xchm-0.8 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://xchm.sourceforge.net/ +COMMENT= CHM viewer for UNIX + +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include "../../devel/chmlib/buildlink2.mk" +.include "../../x11/wxGTK/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/xchm/PLIST b/misc/xchm/PLIST new file mode 100644 index 00000000000..4090f418446 --- /dev/null +++ b/misc/xchm/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/06 15:36:18 wiz Exp $ +bin/xchm diff --git a/misc/xchm/distinfo b/misc/xchm/distinfo new file mode 100644 index 00000000000..733c5750900 --- /dev/null +++ b/misc/xchm/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/06 15:36:18 wiz Exp $ + +SHA1 (xchm-0.8.tar.gz) = 3bb2df138e7db4c2cb216c69574ad0fefd7ff1d5 +Size (xchm-0.8.tar.gz) = 103893 bytes -- cgit v1.2.3