Commit graph

52 commits

Author SHA1 Message Date
obache
4340b38918 Update MASTER_SITES and HOMEPAGE location. 2008-04-19 06:17:36 +00:00
jlam
6de0a170b3 Remove "nbcompat" from USE_FEATURES... that was a debugging leftover.
This avoids linking against libnbcompat if it's not needed.
2007-09-10 18:23:47 +00:00
jlam
2761568ac2 Convert to use the features framework. 2007-09-08 21:57:57 +00:00
jlam
df7d10dbeb Convert all libnbcompat/buildlink3.mk references to inplace.mk. 2007-09-06 21:51:52 +00:00
agc
9a335304b1 Fix a tyop 2007-07-02 22:36:55 +00:00
minskim
6b464d4c64 Set "install" as a .PHONY target so that it works on case-insensitive
filesystems.
2007-06-21 19:25:47 +00:00
reed
f3343a6096 Remove blank lines at end. 2007-01-24 17:11:02 +00:00
reed
11263f390b 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.
2007-01-24 17:07:00 +00:00
obache
60190bb3f1 Update MASTER_SITES and HOMEPAGE. 2007-01-23 17:45:02 +00:00
schwarz
34e005653b added support for IRIX 5 2006-10-01 08:56:28 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
reed
de5dfd2e18 Define "man1dir" in the configure environment so it can use custom
PKGMANDIR.
(Somehow I missed this in the commit earlier today.)
2005-12-28 04:40:46 +00:00
reed
bd0e679565 Patch so Makefile will use @mandir@ as set by configure script.
And define "man1dir" in the configure environment.

This is so it can use custom PKGMANDIR.
2005-12-27 18:38:00 +00:00
is
4c78cba8f4 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.
2005-06-22 21:11:35 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
wiz
7fdcb7d19a Update HOMEPAGE. 2004-11-01 00:27:41 +00:00
snj
e42232833d Convert to buildlink3. 2004-05-05 00:28:50 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
jmmv
bc9f26a878 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.
2003-09-17 14:57:25 +00:00
martti
a6f1375adb COMMENT should start with a capital letter. 2003-07-21 17:27:24 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 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.
2003-06-02 01:15:31 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
c4e71c5e7a 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.
2001-06-11 06:34:17 +00:00
agc
017b9bb5bf The distfile has moved on the MASTER_SITE.
Move to sha1 digest, and add distfile size.
2001-05-08 16:12:07 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
wiz
2d454dfdff add HOMEPAGE 2000-09-03 13:33:48 +00:00
wiz
7143860db3 add a leftover, xlsview. 2000-09-03 09:44:31 +00:00
jwise
293d05e6f8 Adapt to tcl-8.3.2. 2000-08-30 15:51:36 +00:00
wiz
7fbddeaf1d regen 2000-04-17 11:55:19 +00:00
jdolecek
91457111b5 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.
2000-04-17 10:55:02 +00:00
jdolecek
f596ba1f92 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.
2000-04-17 10:30:01 +00:00
jdolecek
c2fa407c36 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.
2000-04-16 15:32:22 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
agc
5f395dcea1 Make this package conform to hier(7) - put files in share/catdoc, not
lib/catdoc.
Sync PLIST with reality.
1999-10-25 23:25:18 +00:00
agc
1a239ab1ac 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.
1999-10-25 23:14:58 +00:00
agc
638ab53719 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.
1999-10-21 16:54:00 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
agc
fd7b118f38 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.
1999-07-02 08:37:20 +00:00
garbled
388860d23f add USE_X11=yes 1999-04-26 19:25:05 +00:00
agc
363146f85e Update to tk version 8.0.5. This seems to be primarily a bug-fix release. 1999-04-01 13:38:43 +00:00
hubertf
3543d93705 -Dunix 1998-10-20 22:28:44 +00:00
frueauf
c9cc505a63 remove me as MAINTAINER. 1998-08-08 12:35:41 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
agc
fe5c541485 Set MANCOMPRESSED explicitly if MANZ is set. 1998-06-22 09:10:24 +00:00