diff options
author | hoek <hoek@FreeBSD.org> | 1998-06-18 14:53:05 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-06-18 14:53:05 +0000 |
commit | 260ce72c03619c097a882be40ff90f372aa11653 (patch) | |
tree | b4b1d193c31858ffd25e72cf2abca1c093f1c6c7 /textproc | |
parent | 5d3d7c559e1f0d5ac0399553efbcd88ad5895c04 (diff) | |
download | FreeBSD-ports-260ce72c03619c097a882be40ff90f372aa11653.zip FreeBSD-ports-260ce72c03619c097a882be40ff90f372aa11653.tar.gz |
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).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/catdoc/Makefile | 16 | ||||
-rw-r--r-- | textproc/catdoc/distinfo | 4 | ||||
-rw-r--r-- | textproc/catdoc/pkg-descr | 7 |
3 files changed, 9 insertions, 18 deletions
diff --git a/textproc/catdoc/Makefile b/textproc/catdoc/Makefile index 1efb5aa..1c1a18b 100644 --- a/textproc/catdoc/Makefile +++ b/textproc/catdoc/Makefile @@ -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) diff --git a/textproc/catdoc/distinfo b/textproc/catdoc/distinfo index c1351a6..8496d6c 100644 --- a/textproc/catdoc/distinfo +++ b/textproc/catdoc/distinfo @@ -1,3 +1 @@ -MD5 (catdoc/catdoc.c) = f291dea140614cbb32a4f4d5014066aa -MD5 (catdoc/catdoc.1) = 36f118fc44b4c4396c374708f1868ab7 -MD5 (catdoc/wordview) = 8707be8f8abeb33b235ae45e5c8e8569 +MD5 (catdoc-0.35.tar.gz) = 37f7979cd569bf61d34e3b2c4ad0603c diff --git a/textproc/catdoc/pkg-descr b/textproc/catdoc/pkg-descr index 261ecbd..d20388b 100644 --- a/textproc/catdoc/pkg-descr +++ b/textproc/catdoc/pkg-descr @@ -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 |