diff options
author | wiz <wiz@pkgsrc.org> | 2001-12-19 20:08:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-12-19 20:08:51 +0000 |
commit | b0a493911dd8122bb2a041284f5448a260bf7319 (patch) | |
tree | 80f6b6da29a66ec1e554c94eab7197a557c1c2cc /converters/psiconv/Makefile | |
parent | bff58a2591b9d17bbe5a4bb2411334c84d2b2b0c (diff) | |
download | pkgsrc-b0a493911dd8122bb2a041284f5448a260bf7319.tar.gz |
Update to 0.8.2. Fixes bulk build failure.
Changes since 0.6.1:
0.8.2 200002?? Basic sheet support in library
Added autogen.sh
autoconf-2.50, automake-1.4-p4
0.8.1 20000110 New enum screenfont_t
New program rewrite in extra
Added psiconv_empty_* functions
Fixed a few minor generation bugs
0.8.0 20001228 Fixed style inheritance from Normal
Fixed warnings in layouts
Added generation routines to libpsiconv
Upgraded documentation to version 2.6
Fixed several minor parse-related issues
0.7.1 20001218 Maintenance release to be used with Abiword.
Set proper interline defaults.
0.7.0 20001215 Made libpsiconv C++ compatible.
general.h is now installed properly (oops...)
Revamped package directory structure and files.
Include files contain now the correct paths.
Fixed a nasty typo; larger files should now work.
It seems psiconv_verbosity was never defined.
Added message printing hook for applications to capture.
All result codes are now tested, library is much more robust.
Some internal data fields have been renamed.
0.6.2 20001021 ImageMagick 5 now works. I hope.
Diffstat (limited to 'converters/psiconv/Makefile')
-rw-r--r-- | converters/psiconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/psiconv/Makefile b/converters/psiconv/Makefile index 288067798f1..19f8cdbe4cf 100644 --- a/converters/psiconv/Makefile +++ b/converters/psiconv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2001/10/24 22:10:49 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2001/12/19 20:08:51 wiz Exp $ # -DISTNAME= psiconv-0.6.1 +DISTNAME= psiconv-0.8.2 CATEGORIES= converters MASTER_SITES= http://huizen.dds.nl/~frodol/psiconv/ |