Subject: CVS commit: pkgsrc/converters/psiconv
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 10/08/2004 13:19:26
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Oct  8 13:19:26 UTC 2004

Modified Files:
	pkgsrc/converters/psiconv: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/converters/psiconv/patches: patch-aa

Log Message:
Changes:
0.9.6  20040430  Compilation fixes for Solaris
                 Compilation fixes for ImageMagick unavailability

0.9.5  20040406  Bug fixes
                 Compilation with gcc 2.95.x should work again

0.9.4  20040316  Mostly bug fixes
                 Minimum version required for AbiWord 2.1.1 and later

0.9.3  20040226  Minimum version required for new AbiWord 2.1 plugin
                 Fixed a few minor bugs
                 Added psiconv_unicode_from_list and psiconv_unicode_strstr
                 Much better error and progress reporting in generators

0.9.2.1 20040223 Quick fix for the library number mistake in 0.9.2

0.9.2  20040223  Many bugfixes, among them some critical ones:
                 * Package now builds without psiconv.conf files installed
                 UTF8 Psion support might now actually work
                 -c argument introduced for psiconv program

0.9.1  20040209  Added the psiconv-config program.
		 Fixed the installation of @includedir@/psiconv/general.h
                 Added the forgotted psiconv_config_free function.
		 Removed some small memory leaks.

0.9.0  20040204  New major library version number breaks source compatibility:
		 * All strings and characters are now stored in UCS-2
                 * New config structure.
                   - Call psiconv_config_default and psiconv_config_read at the
                     start of your program
                   - Almost all functions have a new psiconv_config parameter
                   - All former global variables are now in this structure
                 * Several minor changes in the functions defined in
                   parse_routines.h and generate_routines.h
                 * All generate_* routines have now a lev parameter except
                   generate_file.
                 * psiconv_sketch_section data representation changes
                 * New verbosity level PSICONV_VERB_ERROR
                 Use config files /etc/psiconv.conf and ~/.psiconv.conf
                 Support automake 1.6, 1.7 and 1.8
                 Support autoconf-2.50 and up
                 Support ImageMagick 5.4.x and 5.5.x (API changed once again...)
                 Support Unicode output in psiconv program (Keita Kawabe)
                 Don't use features not present in plain sh (Keita Kawabe)
                 Clean up some automake-related stuff.
		 Format documentation is now installed too.
                 Debian build support
                 Embedded objects in Word are now properly parsed and generated
                 Sketch file generation is added (stand-alone and as object)
                 MBM and Clipart file generation is added
                 Image files other than 2-bits greyscale are parsed and
                   generated (experimental)
                 Errors and warnings sanitized
                 Rewrite of the psiconv program:
                 * Outputs in UTF8, UCS2, ASCII or Psion encodings
		 * XHTML target generates strict XHTML using CSS
                 * HTML4 target generates traditional HTML without CSS
                 * IMAGE target remains the same
                 * LATEX and RTF targets are not supported anymore


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/converters/psiconv/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/converters/psiconv/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/converters/psiconv/buildlink3.mk
cvs rdiff -r1.7 -r1.8 pkgsrc/converters/psiconv/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/converters/psiconv/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.