pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/xchm Import of xchm from pkgsrc-wip (by xtraeme@).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a40602564c12
branches:  trunk
changeset: 465816:a40602564c12
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 06 15:36:18 2004 +0000

description:
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.

diffstat:

 misc/xchm/DESCR    |   6 ++++++
 misc/xchm/Makefile |  19 +++++++++++++++++++
 misc/xchm/PLIST    |   2 ++
 misc/xchm/distinfo |   4 ++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 5c7e9c0ea713 -r a40602564c12 misc/xchm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xchm/DESCR   Tue Jan 06 15:36:18 2004 +0000
@@ -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 -r 5c7e9c0ea713 -r a40602564c12 misc/xchm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xchm/Makefile        Tue Jan 06 15:36:18 2004 +0000
@@ -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@localhost
+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 -r 5c7e9c0ea713 -r a40602564c12 misc/xchm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xchm/PLIST   Tue Jan 06 15:36:18 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/06 15:36:18 wiz Exp $
+bin/xchm
diff -r 5c7e9c0ea713 -r a40602564c12 misc/xchm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/xchm/distinfo        Tue Jan 06 15:36:18 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index