pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/catdoc-tk Initial addition of catdoc-tk, vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae5beb7d2c8d
branches:  trunk
changeset: 461530:ae5beb7d2c8d
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Sep 17 14:58:44 2003 +0000

description:
Initial addition of catdoc-tk, version 0.91.4:

This package provides the wordview utility that comes with catdoc.

diffstat:

 textproc/catdoc-tk/DESCR    |  10 ++++++++++
 textproc/catdoc-tk/Makefile |  21 +++++++++++++++++++++
 textproc/catdoc-tk/PLIST    |   2 ++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r d14602f83765 -r ae5beb7d2c8d textproc/catdoc-tk/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/catdoc-tk/DESCR  Wed Sep 17 14:58:44 2003 +0000
@@ -0,0 +1,10 @@
+catdoc behaves much like cat(1) but reads MS-Word file and
+produces  human-readable text on standard output.  Option-
+ally it can use latex(1) escape sequences  for  characters
+which  have special meaning for LaTeX.  It also makes some
+effort to recognize  MS-Word  tables,  although  it  never
+tries  to write correct headers for LaTeX tabular environ-
+ment.
+
+This package provides the wordview program that comes with
+catdoc, which requires Tk and X11.
diff -r d14602f83765 -r ae5beb7d2c8d textproc/catdoc-tk/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/catdoc-tk/Makefile       Wed Sep 17 14:58:44 2003 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/17 14:58:44 jmmv Exp $
+#
+
+.include "../../textproc/catdoc/Makefile.common"
+
+PKGNAME=               ${DISTNAME:S/catdoc/catdoc-tk/}
+COMMENT+=              (Tk interface)
+
+DEPENDS+=              catdoc>=0.91.4nb1:../../textproc/catdoc
+
+USE_X11=               yes
+
+CONFIGURE_ARGS+=       --enable-wordview
+CONFIGURE_ENV+=                WISH="${BUILDLINK_PREFIX.tk}/bin/wish"
+CONFIGURE_ENV+=                enable_wordview=yes
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/src/wordview ${PREFIX}/bin/wordview
+
+.include "../../x11/tk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d14602f83765 -r ae5beb7d2c8d textproc/catdoc-tk/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/catdoc-tk/PLIST  Wed Sep 17 14:58:44 2003 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/17 14:58:44 jmmv Exp $
+bin/wordview



Home | Main Index | Thread Index | Old Index