Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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.
|
|
PKGMANDIR.
(Somehow I missed this in the commit earlier today.)
|
|
And define "man1dir" in the configure environment.
This is so it can use custom PKGMANDIR.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
|
|
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
Move to sha1 digest, and add distfile size.
|
|
tk-8.3.2 -> tk>=8.3.2
tk-[0-9]* -> tk>=8.0
tk-8.* -> tk>=8.0
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
|
|
|
|
|
|
|
|
the distfile for 0.91.2 is not available anymore on the original site.
|
|
that it won't match to e.g. tk-postgres.
Pointed out by Hubert Feyrer in private e-mail.
|
|
8.0.5, it works with 8.0p2 and should with tk-7.X as well.
|
|
|
|
lib/catdoc.
Sync PLIST with reality.
|
|
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.
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
content as plain text.
|