Date: 26 Sep 2000 18:32:19 -0000 From: "Peter Pentchev" <roam@orbitel.bg> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/21568: port upgrade: textproc/catdoc 0.91.4 (silence: MAINTAINER) Message-ID: <20000926183219.650.qmail@ringwraith.office1>
next in thread | raw e-mail | index | archive | help
>Number: 21568 >Category: ports >Synopsis: port upgrade: textproc/catdoc (silence: MAINTAINER) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 26 11:40:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: "Peter Pentchev" <roam@orbitel.bg> >Release: FreeBSD 4.1.1-STABLE i386 >Organization: Orbitel JSCo. >Environment: current ports tree >Description: pors/catdoc is out of date; I sent a proposed patch to the maintainer (brion@queeg.com) on Sep 8, and have received no response since. Attached is a proposed upgrade patch to 0.91.4 (last official release). >How-To-Repeat: N/A >Fix: diff -urN ports/textproc/catdoc/Makefile myports/textproc/catdoc/Makefile --- ports/textproc/catdoc/Makefile Sat Jul 1 20:46:33 2000 +++ myports/textproc/catdoc/Makefile Fri Sep 8 14:43:54 2000 @@ -6,7 +6,7 @@ # PORTNAME= catdoc -PORTVERSION= 0.90.3 +PORTVERSION= 0.91.4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ice.ru/pub/vitus/ @@ -14,8 +14,10 @@ MAINTAINER= brion@queeg.com +WRKSRC= ${WRKDIR}/catdoc + GNU_CONFIGURE= yes -MAN1= catdoc.1 +MAN1= catdoc.1 xls2csv.1 .if exists(${PREFIX}/bin/wish8.0) CONFIGURE_ARGS+= --with-wish=${PREFIX}/bin/wish8.0 diff -urN ports/textproc/catdoc/files/md5 myports/textproc/catdoc/files/md5 --- ports/textproc/catdoc/files/md5 Wed Aug 25 03:46:45 1999 +++ myports/textproc/catdoc/files/md5 Fri Sep 8 14:20:13 2000 @@ -1 +1 @@ -MD5 (catdoc-0.90.3.tar.gz) = 54f3b3789d241a346378a13023f624b7 +MD5 (catdoc-0.91.4.tar.gz) = bfc146724ad45ba1287eb5466882670a diff -urN ports/textproc/catdoc/patches/patch-aa myports/textproc/catdoc/patches/patch-aa --- ports/textproc/catdoc/patches/patch-aa Thu Jan 1 02:00:00 1970 +++ myports/textproc/catdoc/patches/patch-aa Fri Sep 8 14:42:42 2000 @@ -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 -urN ports/textproc/catdoc/pkg/COMMENT myports/textproc/catdoc/pkg/COMMENT --- ports/textproc/catdoc/pkg/COMMENT Sat Jun 26 22:00:10 1999 +++ myports/textproc/catdoc/pkg/COMMENT Fri Sep 8 15:15:33 2000 @@ -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 -urN ports/textproc/catdoc/pkg/DESCR myports/textproc/catdoc/pkg/DESCR --- ports/textproc/catdoc/pkg/DESCR Mon May 3 07:27:39 1999 +++ myports/textproc/catdoc/pkg/DESCR Fri Sep 8 15:15:33 2000 @@ -6,6 +6,10 @@ 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 -urN ports/textproc/catdoc/pkg/PLIST myports/textproc/catdoc/pkg/PLIST --- ports/textproc/catdoc/pkg/PLIST Tue Dec 22 05:03:32 1998 +++ myports/textproc/catdoc/pkg/PLIST Fri Sep 8 14:39:29 2000 @@ -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/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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000926183219.650.qmail>