View | Details | Raw Unified | Return to bug 21568
Collapse All | Expand All

(-)myports/textproc/catdoc/Makefile (-2 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	catdoc
8
PORTNAME=	catdoc
9
PORTVERSION= 	0.90.3
9
PORTVERSION= 	0.91.4
10
CATEGORIES=	textproc
10
CATEGORIES=	textproc
11
MASTER_SITES=	${MASTER_SITE_TEX_CTAN} \
11
MASTER_SITES=	${MASTER_SITE_TEX_CTAN} \
12
		ftp://ftp.ice.ru/pub/vitus/
12
		ftp://ftp.ice.ru/pub/vitus/
Lines 14-21 Link Here
14
14
15
MAINTAINER=	brion@queeg.com
15
MAINTAINER=	brion@queeg.com
16
16
17
WRKSRC=		${WRKDIR}/catdoc
18
17
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
18
MAN1=		catdoc.1
20
MAN1=		catdoc.1 xls2csv.1
19
21
20
.if exists(${PREFIX}/bin/wish8.0)
22
.if exists(${PREFIX}/bin/wish8.0)
21
CONFIGURE_ARGS+=	--with-wish=${PREFIX}/bin/wish8.0
23
CONFIGURE_ARGS+=	--with-wish=${PREFIX}/bin/wish8.0
(-)myports/textproc/catdoc/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (catdoc-0.90.3.tar.gz) = 54f3b3789d241a346378a13023f624b7
1
MD5 (catdoc-0.91.4.tar.gz) = bfc146724ad45ba1287eb5466882670a
(-)myports/textproc/catdoc/patches/patch-aa (+10 lines)
Line 0 Link Here
1
--- ../catdoc/doc/Makefile.in	Tue Oct 19 14:50:02 1999
2
+++ doc/Makefile.in	Fri Sep  8 14:42:09 2000
3
@@ -21,6 +21,7 @@
4
 install: catdoc.1 xls2csv.1
5
 	../mkinstalldirs $(installroot)$(mandir)
6
 	$(INSTALL) -m 644 catdoc.1 $(installroot)$(mandir)/catdoc$(manext)
7
+	$(INSTALL) -m 644 xls2csv.1 $(installroot)$(mandir)/xls2csv$(manext)
8
 # Following rules are primarily for developers use. I doubt that you
9
 # need to rebuild these versions of documentation
10
 distclean: catdoc.1 catdoc.txt catdoc.ps xls2csv.1 xls2csv.txt xls2csv.ps
(-)myports/textproc/catdoc/pkg/COMMENT (-1 / +1 lines)
Line 1 Link Here
1
Convert MS Word documents to plain ASCII or TeX.  TK viewer included
1
Convert MS Word/Excel documents to plain ASCII or TeX.  TK viewer included
(-)myports/textproc/catdoc/pkg/DESCR (+4 lines)
Lines 6-11 Link Here
6
is basically a small GUI frontend to catdoc for viewing word documents.
6
is basically a small GUI frontend to catdoc for viewing word documents.
7
The wordview program works with Tcl 7.6 and up, but uses Tk 8.0 by default.
7
The wordview program works with Tcl 7.6 and up, but uses Tk 8.0 by default.
8
8
9
There are two more utilities, xls2csv and xlsview, for dealing with
10
MS Excel spreadsheets.  xls2csv converts an Excel spreadsheet to a plain
11
text file with CSV (comma-separated values) lines.
12
9
WWW: http://www.ice.ru/~vitus/catdoc/
13
WWW: http://www.ice.ru/~vitus/catdoc/
10
14
11
- Brion
15
- Brion
(-)myports/textproc/catdoc/pkg/PLIST (+3 lines)
Lines 1-5 Link Here
1
bin/catdoc
1
bin/catdoc
2
bin/wordview
2
bin/wordview
3
bin/xls2csv
4
bin/xlsview
3
lib/catdoc/8859-1.txt
5
lib/catdoc/8859-1.txt
4
lib/catdoc/8859-2.txt
6
lib/catdoc/8859-2.txt
5
lib/catdoc/8859-3.txt
7
lib/catdoc/8859-3.txt
Lines 35-40 Link Here
35
lib/catdoc/cp869.txt
37
lib/catdoc/cp869.txt
36
lib/catdoc/cp874.txt
38
lib/catdoc/cp874.txt
37
lib/catdoc/koi8-r.txt
39
lib/catdoc/koi8-r.txt
40
lib/catdoc/koi8-u.txt
38
lib/catdoc/tex.replchars
41
lib/catdoc/tex.replchars
39
lib/catdoc/tex.specchars
42
lib/catdoc/tex.specchars
40
lib/catdoc/us-ascii.txt
43
lib/catdoc/us-ascii.txt

Return to bug 21568