head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.28 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.26 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.24 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.22 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.20 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.18 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.16 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.14 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.12 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.10 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.8 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.6 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.4 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.1.0.14 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.12 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.10 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.8 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.6 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.4 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.2; locks; strict; comment @# @; 1.2 date 2007.01.24.17.07.00; author reed; state dead; branches; next 1.1; 1.1 date 2005.06.22.21.11.35; author is; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2005.06.22.21.11.35; author salo; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2005.06.22.23.20.06; author salo; state Exp; branches; next ; desc @@ 1.2 log @Update to version 0.94.2. Removed four patches. Improved DESCRiptions. Improved COMMENT. catdoc is now: COMMENT=Converts MS Word, Excel and Powerpoint files to plain text catdoc-tk's COMMENT is made to stay the same. The catdoc-tk package now installs manpage also. And don't waste time building catdoc and binaries in catdoc-tk. (Should catdoc-tk package be renamed to "wordview?") The changelog is at http://www.45.free.net/~vitus/software/catdoc/changelog.html A lot of fixes plus now adds catppt utility to process powerpoint files. Also has many new character encodings and doesn't install xlsview. @ text @$NetBSD: patch-ae,v 1.1 2005/06/22 21:11:35 is Exp $ --- src/xls2csv.c.orig 1999-12-30 15:22:19.000000000 +0100 +++ src/xls2csv.c @@@@ -55,7 +55,7 @@@@ int main(int argc, char *argv[]) char *filename; short int *tmp_charset; char *dest_csname; - char c; + int c; int i; check_charset(&dest_csname,TARGET_CHARSET); while ((c=getopt(argc,argv,"ls:d:xq:c:"))!=-1) { @ 1.1 log @getopt() returns an int so that -1 can be distinguished from any character value (xls2csv wouldn't accept any command line without this fix). While we're here, add to analyze.c so that exit() is declared. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-ae was added on branch pkgsrc-2005Q2 on 2005-06-22 21:11:35 +0000 @ text @d1 13 @ 1.1.2.2 log @Pullup ticket 557 - requested by Ignatios Souvatzis portability fixes for catdoc Revisions pulled up: - pkgsrc/textproc/catdoc/Makefile 1.26 - pkgsrc/textproc/catdoc/distinfo 1.5 - pkgsrc/textproc/catdoc/patches/patch-ae 1.1 - pkgsrc/textproc/catdoc/patches/patch-af 1.1 Module Name: pkgsrc Committed By: is Date: Wed Jun 22 21:11:36 UTC 2005 Modified Files: pkgsrc/textproc/catdoc: Makefile distinfo Added Files: pkgsrc/textproc/catdoc/patches: patch-ae patch-af Log Message: getopt() returns an int so that -1 can be distinguished from any character value (xls2csv wouldn't accept any command line without this fix). While we're here, add to analyze.c so that exit() is declared. @ text @a0 13 $NetBSD: patch-ae,v 1.1.2.1 2005/06/22 23:20:06 salo Exp $ --- src/xls2csv.c.orig 1999-12-30 15:22:19.000000000 +0100 +++ src/xls2csv.c @@@@ -55,7 +55,7 @@@@ int main(int argc, char *argv[]) char *filename; short int *tmp_charset; char *dest_csname; - char c; + int c; int i; check_charset(&dest_csname,TARGET_CHARSET); while ((c=getopt(argc,argv,"ls:d:xq:c:"))!=-1) { @