1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Make Tk viewer optional

- Use USE_TK

PR:		ports/122219
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
This commit is contained in:
Pav Lucistnik 2008-04-11 12:37:12 +00:00
parent 75456ae924
commit 70f146ba0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211056
3 changed files with 23 additions and 25 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= catdoc
PORTVERSION= 0.94.2
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.amdmi3.ru/distfiles/ \
ftp://ftp.dvo.ru/pub/Gentoo/distfiles/ \
@ -19,7 +20,9 @@ COMMENT= MS Word/Excel converter to plain ASCII or TeX. TK viewer included
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= catdoc.1 wordview.1 xls2csv.1 catppt.1
MAN1= catdoc.1 xls2csv.1 catppt.1
OPTIONS= WORDVIEW "Build Tcl/Tk document viewer" On
.if !defined(LANG) || ${LANG} != ru_RU.KOI8-R
# Remove the below line to get Cyrillic code page support instead
@ -31,11 +34,15 @@ post-patch:
.include <bsd.port.pre.mk>
.for i in 0 1 2 3 4
.if exists(${LOCALBASE}/bin/wish8.${i})
CONFIGURE_ARGS= --with-wish=${LOCALBASE}/bin/wish8.${i}
RUN_DEPENDS+= ${LOCALBASE}/bin/wish8.${i}:${PORTSDIR}/x11-toolkits/tk8${i}
.if defined(WITH_WORDVIEW)
USE_TK= 80+
.include "${PORTSDIR}/Mk/bsd.tcl.mk"
CONFIGURE_ARGS+= --with-wish=${WISH}
PLIST_SUB+= WORDVIEW=""
MAN1+= wordview.1
.else
CONFIGURE_ARGS+= --disable-wordview
PLIST_SUB+= WORDVIEW="@comment "
.endif
.endfor
.include <bsd.port.post.mk>

View File

@ -1,19 +1,10 @@
This is a program for viewing MS Word documents. It produces plain
text output and can optionally convert non-standard characters into
TeX control sequences. It works with MS Word 97 documents.
This is a program for viewing RTF and MS Word 97 documents. It produces
plain text output and can optionally convert some non-standard characters
into TeX control sequences. It has rudimentary table handling in TeX
mode. Also included are:
- wordview, a small GUI frontend to catdoc that works with Tcl/Tk 7.6 and up;
- xls2csv, which converts Excel spreadsheets to plain text files with CSV
(comma-separated value) lines; and
- catppt, which extracts text from PowerPoint files.
There is also a cute little Tcl/Tk program included called wordview, which
is basically a small GUI frontend to catdoc for viewing word documents.
The wordview program works with Tcl 7.6 and up, but uses Tk 8.0 by default.
There are two more utilities, xls2csv and xlsview, for dealing with
MS Excel spreadsheets. xls2csv converts an Excel spreadsheet to a plain
text file with CSV (comma-separated values) lines.
WWW: http://www.45.free.net/~vitus/software/catdoc/
- Brion
brion@queeg.com
- Steve
steve@farrell.org
WWW: http://wagner.pp.ru/~vitus/software/catdoc/

View File

@ -1,6 +1,6 @@
bin/catdoc
bin/catppt
bin/wordview
%%WORDVIEW%%bin/wordview
bin/xls2csv
%%DATADIR%%/8859-1.txt
%%DATADIR%%/8859-10.txt