head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.28 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.26 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.24 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.22 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.20 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.18 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.16 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.14 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.12 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.10 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.8 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.6 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.4 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.2 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.3 netbsd-1-4-PATCH001:1.2 netbsd-1-4-RELEASE:1.2 netbsd-1-3-PATCH003:1.2; locks; strict; comment @# @; 1.5 date 2007.01.24.17.07.00; author reed; state dead; branches; next 1.4; 1.4 date 2003.09.17.14.57.30; author jmmv; state Exp; branches; next 1.3; 1.3 date 99.10.25.23.14.58; author agc; state dead; branches; next 1.2; 1.2 date 98.08.07.11.14.12; author agc; state Exp; branches; next 1.1; 1.1 date 98.06.19.23.38.18; author frueauf; state Exp; branches; next ; desc @@ 1.5 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-ad,v 1.4 2003/09/17 14:57:30 jmmv Exp $ --- configure.orig 1999-12-14 11:45:12.000000000 +0100 +++ configure @@@@ -983,7 +983,6 @@@@ test -z "$manext" && manext=.1 test -z "$man1dir" && man1dir=\${prefix}/man/man1 installtargets="install-catdoc install-wordview" buildtargets="catdoc xls2csv wordview" -if test -n "$WISH"; then # Check whether --enable-wordview or --disable-wordview was given. if test "${enable_wordview+set}" = set; then enableval="$enable_wordview" @@@@ -995,8 +994,6 @@@@ fi fi -fi - echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 echo "configure:1002: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. @ 1.4 log @Do not build nor install wordview to keep the package small (this needs Tk). Bump PKGREVISION to 1 because of this. While here, split the Makefile in two parts to help in the creation of the new catdoc-tk package. Addresses PR pkg/18730. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update to version 0.91.2 of this package, a bug fix release - the old version of the distfile was no longer around on the MASTER_SITE. Removed old patches ac and ad, and added a new one to include CPPFLAGS in CFLAGS, passed from the package Makefile through the environment. Fixed the manual page handling on NetBSD. @ text @d1 1 a1 1 $NetBSD: patch-ad,v 1.2 1998/08/07 11:14:12 agc Exp $ d3 11 a13 5 --- wordview.orig Tue Nov 11 15:04:07 1997 +++ wordview Sat Jun 20 01:20:09 1998 @@@@ -1,4 +1,4 @@@@ -#!/usr/bin/wish4.2 +#!@@PREFIX@@/bin/wish8.0 d15 1 a15 1 set font 8x13 d17 5 a21 9 @@@@ -72,7 +72,7 @@@@ if ![file readable $name] { return -code error "Cannot open file $name" } -set f [open "|[file dirname [info script]]/catdoc -w $name" r] +set f [open "|@@PREFIX@@/bin/catdoc -w $name" r] .text configure -state normal .text delete 0.0 end .text insert 0.0 [read $f] doc @ 1.2 log @Add NetBSD RCS Ids. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial addition of catdoc, which reads MS-Word file and puts out its content as plain text. @ text @d1 2 @