| delorie.com/archives/browse.cgi | search | 
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f | 
| Message-Id: | <202212302050.2BUKoJ3E009863@delorie.com> | 
| Date: | Fri, 30 Dec 2022 00:45:49 +0100 | 
| From: | "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp-announce AT delorie DOT com]" <djgpp-announce AT delorie DOT com> | 
| To: | djgpp-announce AT delorie DOT com | 
| Subject: | ANNOUNCE: DJGPP port of library TIFF 4.5.0 uploaded. | 
| UI-OutboundReport: | notjunk:1;M01:P0:WNwm4XZMXDA=;oUSRv6srlTLY39YOKMy0V6CEpVK | 
| JQlIZX8SaWws1rdok1kF+AmzU3LHcPshsKc8sb80YtzAV8bcx4LFR1GwOdCMlPT+fnAjYSSJG | |
| WiSeMT7VEOg1X9g0aUZBTtTCFyJga2I2TkaCSObxl0D8/JE/DxFaidQ9HvS1wGljLaqnqs/oX | |
| Re5j5LpECNJpE+8oGZqmvO115RpmLKkJkQ5MGIfPTqsmpue8TP09aHO0AtJ51g1PZBq5o732t | |
| CIcFvyKNXMWCWS0mMR/TG6yYVrGxTCDFVsoV6f+3k3Ki9yqAi3cLpWC5jlQMtc+ERvy0he0nq | |
| p1QuXSyLTEyL+5hyxKkn64Es6ARKocwvQ9eD0H1duAUeKp+LVKqEMS3jaxZaEBQclLD8WAAPE | |
| E/oeMpRfTXJFDGAu9fPgnv9QG1qKV3iBPHOAVxFkA1ky7oebzznTjAtmWEvohRs6a4/SPbdg3 | |
| ScCizuSqSnFaTEBJW6gWfJ6js1Bo9VwyWEQLdf0TmUcRY2FoudWgKcx3sXG+EJ9CIWFKdP34S | |
| Ejk30zuvLA2HgRpuY4ppvhfWf/4DFI4HCjLYV/c1U5pN4+ofmThDaLS4OmKB3WNX/cL9dp7gd | |
| mPaGayofRZRc/aEIgQ+hxpNCownuIf1clyIJMxM5g5pwWS8jhp+jJAAAwoPUout/8nz2zVqM4 | |
| wFFS7zS3XlreFC1k6eTxeZCoC6ziZNq0uw//He4psBfC9tcHYvQlUmiwltBcdxdlqQMvgG+H8 | |
| WM+jdwWunqkQDR8wip+QS8hMVqddyVJQ6OvTTIltaeYYg65eZ/GwueuGP8Ul4ML/RdYaLIj5b | |
| Kxasc06DXBmCZ2n5jPRuEEwfQeOHMe2WMZj01a7XJzrnNwCKfItrefSP3isRo7bTbZnWwPEzu | |
| fCMpY/RyutFZN2vRYHbxR3f2xSM9P6IuyjENzwDhQw20caabJf5Qf6RX7/rMHhdKyAN7lm2jl | |
| 3k7rgQ== | |
| Reply-To: | djgpp AT delorie DOT com | 
This is a port of library TIFF 4.5.0 to MSDOS/DJGPP.
  DJGPP specific changes.
  =======================
  SIGINT and SIGQUIT will be reenabled if stdin and/or stdout are switched
  to binary mode while they are connected to the console.  This is the only
  DJGPP specific change to the sources I have done.  Apart from this, only
  the usual configuration files have been added, especialy sed scripts to
  fix the libtool files and they are located in the "djgpp" directory together
  with the diffs.
  Apart from the DJGPP specific changes also all debian specific patches
  have been applied.  These are all patches from tiff_4.5.0-1.debian.tar.xz
  available at:
    https://ftp.de.debian.org/debian/pool/main/t/tiff/.
  To configure and compile the package and later to use it, you will
  have to install the zlib, xz, jpeg, jbig and the png port available
  at ftp.delorie.com and mirrors as:
    http://ftp.delorie.com/pub/djgpp/current/v2tk/zlb1212b.zip
    http://ftp.delorie.com/pub/djgpp/current/v2apps/xz-525a.zip
    http://ftp.delorie.com/pub/djgpp/current/v2tk/jpeg9eb.zip
    http://ftp.delorie.com/pub/djgpp/current/v2tk/jbig21br2.zip
  Of course, you can download any newer version of these libraries
  if available.
  The port has been configured and compiled on WinXP SP3, Win98SE and
  MSDOS 6.22 with DOSLFN v0.41f.  There is no guarantee that this may
  be possible with any other DOS-like OS.  Due to the use of long file
  names it will not be possible to configure and compile without LFN
  support.  The port has been compiled using bnu2351b, gcc346 and
  gpp346.
  As usual, all djgpp specific files (diffs, README files, etc.) are
  stored in the "djgpp" directory.  The sources have been configured
  to be build in the "0build" directory.  If for some reason it does
  not work for you, delete its contents and configure from scratch
  again running the command:
    ..\djgpp\config.bat ../.
  Please read the docs.  There are no info formated docs.  All the extensive
  documentation is html formated and placed in /share/doc/libtiff.450/html
  For further information about library TIFF please read the docs and NEWS file.
  The port consists of the usual two packages that have been produced using
  djdev20X (CVS repository code) and can be downloaded from ftp.delorie.com
  and mirrors as (time stamp 2022-12-28):
    library TIFF 4.5.0 binaries, headers, libs and man/html format documentation:
    http://ftp.delorie.com/pub/djgpp/current/v2tk/tiff450b.zip
    library TIFF 4.5.0 source:
    http://ftp.delorie.com/pub/djgpp/current/v2tk/tiff450s.zip
  Send library TIFF specific bug reports to <tiff AT lits DOT maptools DOT org>.
  Send suggestions and bug reports concerning the DJGPP port to
  comp.os.msdos.djgpp or <djgpp AT delorie DOT com>.
Enjoy.
    Guerrero, Juan Manuel <juan DOT guerrero AT gmx DOT de>
| webmaster | delorie software privacy | 
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |