1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Upgrade to 0.35.

This is an extremely minor upgrade, but the author requested it because
apparently he was getting too many complaints from Linux-ites getting
catdoc from our ports system (old ver. didn't work on Linux).
This commit is contained in:
Tim Vanderhoek 1998-06-18 14:53:05 +00:00
parent 606c22ca06
commit c4fe7d2bdf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11469
3 changed files with 9 additions and 18 deletions

View File

@ -3,30 +3,22 @@
# Date created: 11 November 1997
# Whom: Brion Moss <brion@queeg.com>
#
# $Id: Makefile,v 1.2 1998/02/22 22:26:23 wosch Exp $
# $Id: Makefile,v 1.3 1998/03/16 21:17:29 hoek Exp $
#
DISTNAME= catdoc-0.3
DISTNAME= catdoc-0.35
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= support/catdoc
DISTFILES= catdoc.c catdoc.1 wordview
MASTER_SITES= http://www.ice.ru/~vitus/works/
MAINTAINER= brion@queeg.com
DIST_SUBDIR= catdoc
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= .
MAN1= catdoc.1
# Remove the below line to get Cyrillic code page support instead
CFLAGS+= -DLATIN1=1
# The wordview tcl/tk script is small and not required. If the user
# has tk, it will work. It comes preset for tk-8.0, but works with less.
# has tk, it will work. It comes preset for tcl/tk-8.0, but works with tcl-76.
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o catdoc catdoc.c)

View File

@ -1,3 +1 @@
MD5 (catdoc/catdoc.c) = f291dea140614cbb32a4f4d5014066aa
MD5 (catdoc/catdoc.1) = 36f118fc44b4c4396c374708f1868ab7
MD5 (catdoc/wordview) = 8707be8f8abeb33b235ae45e5c8e8569
MD5 (catdoc-0.35.tar.gz) = 37f7979cd569bf61d34e3b2c4ad0603c

View File

@ -2,10 +2,11 @@ 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 does not work with MS Word 97 documents.
There is also a cute little Tk program included called wordview, which
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 should work with any verson of Tk, but uses Tk 8.0
by default.
The wordview program works with Tcl 7.6 and up, but uses Tk 8.0 by default.
http://www.ice.ru/~vitus/works/works_unix.html
- Brion
brion@queeg.com