diff options
author | nbm <nbm@FreeBSD.org> | 2000-09-29 05:40:21 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-09-29 05:40:21 +0800 |
commit | 7c976bbb9f3beb5f7594ae180cb2e80e2c420d70 (patch) | |
tree | ede4aaf09cef72a3f4ca09cbd2d8f5ed9e26e25c /textproc | |
parent | 7c072f2a69f2b8c242c1547116183d5f8224a788 (diff) | |
download | freebsd-ports-gnome-7c976bbb9f3beb5f7594ae180cb2e80e2c420d70.tar.gz freebsd-ports-gnome-7c976bbb9f3beb5f7594ae180cb2e80e2c420d70.tar.zst freebsd-ports-gnome-7c976bbb9f3beb5f7594ae180cb2e80e2c420d70.zip |
Update to 0.91.4. The cvs mailing list should note a previous commit
failed due to re-awakening patch-aa, and no mail was sent out informing
of changes to Makefile and files/md5.
PR: 21568
Submitted by: "Peter Pentchev" <roam@orbitel.bg>
Silence by: maintainer (according to PR)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/catdoc/files/patch-ac | 10 | ||||
-rw-r--r-- | textproc/catdoc/pkg-comment | 2 | ||||
-rw-r--r-- | textproc/catdoc/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/catdoc/pkg-plist | 3 |
4 files changed, 18 insertions, 1 deletions
diff --git a/textproc/catdoc/files/patch-ac b/textproc/catdoc/files/patch-ac new file mode 100644 index 000000000000..56e8db82dcf7 --- /dev/null +++ b/textproc/catdoc/files/patch-ac @@ -0,0 +1,10 @@ +--- ../catdoc/doc/Makefile.in Tue Oct 19 14:50:02 1999 ++++ doc/Makefile.in Fri Sep 8 14:42:09 2000 +@@ -21,6 +21,7 @@ + install: catdoc.1 xls2csv.1 + ../mkinstalldirs $(installroot)$(mandir) + $(INSTALL) -m 644 catdoc.1 $(installroot)$(mandir)/catdoc$(manext) ++ $(INSTALL) -m 644 xls2csv.1 $(installroot)$(mandir)/xls2csv$(manext) + # Following rules are primarily for developers use. I doubt that you + # need to rebuild these versions of documentation + distclean: catdoc.1 catdoc.txt catdoc.ps xls2csv.1 xls2csv.txt xls2csv.ps diff --git a/textproc/catdoc/pkg-comment b/textproc/catdoc/pkg-comment index 36bfd6310141..8543f4c91c4b 100644 --- a/textproc/catdoc/pkg-comment +++ b/textproc/catdoc/pkg-comment @@ -1 +1 @@ -Convert MS Word documents to plain ASCII or TeX. TK viewer included +Convert MS Word/Excel documents to plain ASCII or TeX. TK viewer included diff --git a/textproc/catdoc/pkg-descr b/textproc/catdoc/pkg-descr index b5901966ef83..755ec2f08029 100644 --- a/textproc/catdoc/pkg-descr +++ b/textproc/catdoc/pkg-descr @@ -6,6 +6,10 @@ 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.ice.ru/~vitus/catdoc/ - Brion diff --git a/textproc/catdoc/pkg-plist b/textproc/catdoc/pkg-plist index ec84abb3e83b..00af4c2deba4 100644 --- a/textproc/catdoc/pkg-plist +++ b/textproc/catdoc/pkg-plist @@ -1,5 +1,7 @@ bin/catdoc bin/wordview +bin/xls2csv +bin/xlsview lib/catdoc/8859-1.txt lib/catdoc/8859-2.txt lib/catdoc/8859-3.txt @@ -35,6 +37,7 @@ lib/catdoc/cp866.txt lib/catdoc/cp869.txt lib/catdoc/cp874.txt lib/catdoc/koi8-r.txt +lib/catdoc/koi8-u.txt lib/catdoc/tex.replchars lib/catdoc/tex.specchars lib/catdoc/us-ascii.txt |