X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <201302022058.r12KwSoR009786@delorie.com> Date: Sat, 02 Feb 2013 17:58:45 +0100 From: Juan Manuel Guerrero To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of GNU UnRTF 0.21.3 uploaded. Content-Type: text/plain; charset=ISO-8859-15; format=flowed Reply-To: djgpp AT delorie DOT com This is a port of GNU UnRTF 0.21.3 to MSDOS/DJGPP. UnRTF is a moderately complicated converter from RTF to other formats, including HTML, LaTeX, text, and PostScript. Converting to HTML, it supports tables, fonts, colors, embedded images, hyperlinks, paragraph alignment among other things. DJGPP specific changes. ======================= To compile this package you will need to install the libiconv package becuase it is assumed that the iconv functionality is available eihter through the c library or through libiconv. Also an implementation of strcasestr is provided because unrtf assumes without checking that it is available. As usual all DJGPP specific changes to the sources are documented in the diffs file stored in the /djgpp directory. Of course, if you do not want to compile the sources you do not need to download and install the iconv library package at all. The most user visible change is probably that the configuration files now are stored in /dev/env/DJDIR/share/unrtf/ instead of /dev/env/DJDIR/libs/unrtf/ as it used to be in the previous port. For futher information about GNU UnRTF please read the man pages. The port consists of the usual two packages that have been compiled using stock djdev203 and that can be downloaded from ftp.delorie.com and mirrors as (timestamp 2013-02-02): UnRTF 0.21.3 binary and man format documentation: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/urtf213b.zip UnRTF 0.21.3 source: ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/urtf213s.zip For the convenience of the WinXP users the binaries has been produced a second time using the djdev204 beta library. This package is available at ftp.delorie.com and mirrors as (timestamp 2013-02-02): UnRTF 0.21.3 binary and man format documentation: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/urtf213b.zip Send GNU UnRTF specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . If you are not sure if the failure is really a UnRTF failure or a djgpp specific failure, report it here and *not* to . Enjoy. Guerrero, Juan Manuel