The NetBSD Project

CVS log for pkgsrc/textproc/catdoc/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / textproc / catdoc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29 / (download) - annotate - [select for diffs], Thu May 1 13:51:56 2008 UTC (4 years ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg, HEAD
Changes since 1.28: +3 -1 lines
Diff to previous 1.28 (colored)

Add destdir support to catdoc and catdoc-tk.
Fixes PR 38545.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jan 24 17:07:00 2007 UTC (5 years, 4 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.27: +1 -3 lines
Diff to previous 1.27 (colored)

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.

Revision 1.27 / (download) - annotate - [select for diffs], Wed Dec 28 04:40:46 2005 UTC (6 years, 4 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.26: +2 -1 lines
Diff to previous 1.26 (colored)

Define "man1dir" in the configure environment so it can use custom
PKGMANDIR.
(Somehow I missed this in the commit earlier today.)

Revision 1.25.14.1 / (download) - annotate - [select for diffs], Wed Jun 22 23:20:06 2005 UTC (6 years, 11 months ago) by salo
Branch: pkgsrc-2005Q2
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) next main 1.26 (colored)

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 <stdlib.h> to analyze.c so that exit() is
   declared.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Jun 22 21:11:35 2005 UTC (6 years, 11 months ago) by is
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

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 <stdlib.h> to analyze.c so that exit() is
declared.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Sep 17 14:57:25 2003 UTC (8 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Branch point for: pkgsrc-2005Q2
Changes since 1.24: +5 -14 lines
Diff to previous 1.24 (colored)

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.

Revision 1.24 / (download) - annotate - [select for diffs], Mon Jul 21 17:27:27 2003 UTC (8 years, 10 months ago) by martti
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

COMMENT should start with a capital letter.

Revision 1.23 / (download) - annotate - [select for diffs], Thu Jul 17 22:54:10 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.22 / (download) - annotate - [select for diffs], Mon Jun 2 01:16:43 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Mar 29 12:42:35 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.20: +2 -3 lines
Diff to previous 1.20 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 11 06:34:52 2001 UTC (10 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.19: +1 -2 lines
Diff to previous 1.19 (colored)

CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 8 16:12:07 2001 UTC (11 years ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

The distfile has moved on the MASTER_SITE.

Move to sha1 digest, and add distfile size.

Revision 1.18 / (download) - annotate - [select for diffs], Sat May 5 19:51:19 2001 UTC (11 years ago) by jlam
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Mechanical changes of tk DEPENDS:

	tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0

Revision 1.17 / (download) - annotate - [select for diffs], Sat Feb 17 17:37:17 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Sep 3 13:33:48 2000 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

add HOMEPAGE

Revision 1.15 / (download) - annotate - [select for diffs], Wed Aug 30 15:51:59 2000 UTC (11 years, 8 months ago) by jwise
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Adapt to tcl-8.3.2.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 17 10:55:02 2000 UTC (12 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Update to 0.91.4. The only new thing is addition of some endiannes checks, but
the distfile for 0.91.2 is not available anymore on the original site.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 17 10:30:01 2000 UTC (12 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Fix previous slighly - change the dependance to tk-[0-9]*, so that
that it won't match to e.g. tk-postgres.
Pointed out by Hubert Feyrer in private e-mail.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 16 15:32:22 2000 UTC (12 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Change the dependency on tk to tk-* - catdoc doesn't need specifically
8.0.5, it works with 8.0p2 and should with tk-7.X as well.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Oct 25 23:25:18 1999 UTC (12 years, 7 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002, comdex-fall-1999
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Make this package conform to hier(7) - put files in share/catdoc, not
lib/catdoc.
Sync PLIST with reality.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 25 23:14:58 1999 UTC (12 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.9: +4 -14 lines
Diff to previous 1.9 (colored)

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.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 21 16:54:00 1999 UTC (12 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.8: +13 -6 lines
Diff to previous 1.8 (colored)

Update to version 0.91.1 - seems to be a major rewrite.
As prodded in pkg PR 8647 by Jaromir Dolecek.
Changes from old pkgsrc version:

   0.90.1 Nov 26 1998
          Top-level Makefile now uses $MAKE instead of make
	  fixed missing end-line escaping in wordview.tcl
	  All occurences of strcpy, strcat and sprinf investigated
	  to avoid buffer overflows.
   0.90   Oct 29 1998
   	  Fixed bug with charset names redeclared locally in main()
	  Fixed problem in configure with wish 8.0.3
          Catdoc considered to be stable enough for release
   0.90b5 Oct 14 1998
          Fixed handling of 0x1F char (soft hyphen in Word 6.0),
	  now it is translated to 0x00AD (unicode soft hyphen)
	  Fixed permissions for manual page
	  Added --with-install-root configure arg to simplify
	  building of binary packages.
   0.90b4 September 17 1998
          Added proper configuration of library dir in wordview.
	  Added --disable-charset-check config option
	  Added 0x2026 symbol in ascii.rpl
	  Added more Windows codepages in distribution
   0.90b3 September 11 1998
   	  Added -x switch to simplify debugging of substitution maps
   0.90b2 September 10 1998
          Added some symbols is 0x2000-0x20FF range to substituton maps
	  These symbols occurs in cp1251 so they are frequently found
	  in Word files. Fixed some filename-handling problems in
	  wordview.tcl
   0.90b1 September 8 1998
   	  Added us-ascii.charset, fixed small bugs in confugre,
	  install is used for all installation files. Code is
	  considered stable enough to be beta.
   0.90a3 September 7 1998
          Fixed small bug in table handling, which caused catdoc to
          output extra column delimiter just before row delimiter. Added
          autoconf configuration. install is back, although not for
          charsets
   0.90a2 August 18 1998
          version 0.90 was tested on BSDI and Solaris platform. Makefile
          was rewritten to avoid use of highly incompatible
          /usr/{ucb,bin}/install
   0.90a1 August 13 1998
          Catdoc undergone major rewrite. Now it has proper charset
          handling, including UNICODE and runtime configurability.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 2 08:37:29 1999 UTC (12 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001
Changes since 1.7: +2 -6 lines
Diff to previous 1.7 (colored)

Some packages use bsd-style .mk files when building, and so any manual
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set.  If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile.  This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.

Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 26 19:25:06 1999 UTC (13 years, 1 month ago) by garbled
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

add USE_X11=yes

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 1 13:38:45 1999 UTC (13 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update to tk version 8.0.5. This seems to be primarily a bug-fix release.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 20 22:28:44 1998 UTC (13 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored)

-Dunix

Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 8 12:35:42 1998 UTC (13 years, 9 months ago) by frueauf
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

remove me as MAINTAINER.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 22 09:10:24 1998 UTC (13 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.2: +6 -3 lines
Diff to previous 1.2 (colored)

Set MANCOMPRESSED explicitly if MANZ is set.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 20 21:39:58 1998 UTC (13 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Fix "${MASTER_SITES}", problem pointed out by Bernd Ernesti.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jun 19 23:38:17 1998 UTC (13 years, 11 months ago) by frueauf
Branch: MAIN

Initial addition of catdoc, which reads MS-Word file and puts out its
content as plain text.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>