X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A60323858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1690076230; bh=5LAr8yJ2kP7YEIw977OzIJ0YZC3Sq/BCuqxsyxqElIk=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=N0TQCGmQgHtUsSoH+hYCOm7zlXby8Gh9Y05GhXOhC6URur9c+CQYn4Lk2UXwjbXgs M9VIHFtuy2teAtI49skqoPaALoqQSGiN7jll/U8dJ2OSMTAiQ9ertI+g+GKfuUEgip HeYt3eE2vSQv906l2seB2Q5V2hQmayPTnKHP7AnQ= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AA4243858D1E X-Authority-Analysis: v=2.4 cv=J8G5USrS c=1 sm=1 tr=0 ts=64bc83e7 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17 a=IkcTkHD0fZMA:10 a=yP4hCpO2kKpesNDXAHAA:9 a=d2uxnK5naADk5ndU:21 a=QEXdDO2ut3YA:10 Message-ID: <01a32b02-365d-a621-d257-269ff07411b6@Shaw.ca> Date: Sat, 22 Jul 2023 19:35:34 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [ANNOUNCEMENT] Updated: groff-1.23.0-1 Content-Language: en-CA To: cygwin AT cygwin DOT com References: <128e9daf-448c-ce0f-4eac-4fc76756657d AT t-online DOT de> Organization: Inglis In-Reply-To: <128e9daf-448c-ce0f-4eac-4fc76756657d@t-online.de> X-CMAE-Envelope: MS4xfC0yGv1QZNfMLE3y1VnBAvqtnfsiL7bSRJvflpzl0CAPewHjIpMxeT6KuKwCD2zSxQChOT+lBX7nqQUNoEob9hWUmXHQwlLvPZm0uAZ6Z1jZ2LN1fjxY 3d2IIaNYDykmGnyq73fyB9NSZgavYemtyyS/kKspzgZb/0ZwFDbw7FO0x74HVK+LZYo4JjLIsm0EPBbRSRgBUWcRjAmCIGd9+pqEHQQQlJ/WXRugh20c1164 X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Brian Inglis via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Brian Inglis , Christian Franke Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 36N1bBCO006100 On 2023-07-22 15:27, Christian Franke via Cygwin wrote: > ASSI via Cygwin wrote: >> GNU roff has been updated to the latest upstream version 1.23.0.  The >> following packages are available on Cygwin: >>   groff-1.23.0-1 >>   groff-perl-1.23.0-1 >>   groff-X11-1.23.0-1 > - Various PDF fonts produce warnings but seem to work in general: > $ echo "Hello, World!" | groff -Tpdf -f A > hello.A.pdf > /usr/bin/gropdf: warning: The download file in > '/usr/share/groff/1.23.0/font/devpdf'  has erroneous entry for 'AvantGarde-Book > (AR)' > $ grep -a BaseFont hello.A.pdf > 5 0 obj << /BaseFont /AvantGarde-Book > Affected are all except T(imes), H(elvetica) and C(ourier). > This script tests all PDF fonts for warnings: > #!/bin/sh > (cd /usr/share/groff/current/font/devpdf && ls -d *R 2>/dev/null) \ > | while read f; do >     f=${f%R} >     echo "$f:" >     echo "Hello, World!" | groff -Tpdf -f "$f" > "hello.$f.pdf" >   done > - Man pages could no longer be formatted with a specific font. Only header and > footer lines use the selected font then, the rest stays at the default font 'T': > $ zcat /usr/share/man/man1/ls.1.gz | groff -man -Tpdf -f H > ls.1.H.pdf > $ grep -a BaseFont ls.1.H.pdf > 6 0 obj << /BaseFont /Helvetica-Oblique > 10 0 obj << /BaseFont /Helvetica > 13 0 obj << /BaseFont /Times-Bold > 16 0 obj << /BaseFont /Times-Roman > 19 0 obj << /BaseFont /Times-Italic > Intentional change or regression? There appears to be font alternative/fallback dependencies between groff and ghostscript with version numbers - I have previous groff 1.22.4 and gs 10.0 so these paths are outdated in my installation: /usr/share/groff/1.22.4/font/devpdf/download: AvantGarde-Book /usr/share/ghostscript/9.26/Resource/Font/URWGothic-Book /usr/share/groff/1.22.4/font/devpdf/download: AvantGarde-BookOblique /usr/share/ghostscript/9.26/Resource/Font/URWGothic-BookOblique /usr/share/groff/1.22.4/font/devpdf/download: AvantGarde-Demi /usr/share/ghostscript/9.26/Resource/Font/URWGothic-Demi /usr/share/groff/1.22.4/font/devpdf/download: AvantGarde-DemiOblique /usr/share/ghostscript/9.26/Resource/Font/URWGothic-DemiOblique /usr/share/groff/1.22.4/font/devpdf/download: Bookman-Demi /usr/share/ghostscript/9.26/Resource/Font/URWBookman-Demi /usr/share/groff/1.22.4/font/devpdf/download: Bookman-DemiItalic /usr/share/ghostscript/9.26/Resource/Font/URWBookman-DemiItalic /usr/share/groff/1.22.4/font/devpdf/download: Bookman-Light /usr/share/ghostscript/9.26/Resource/Font/URWBookman-LightItalic /usr/share/groff/1.22.4/font/devpdf/download: Bookman-LightItalic /usr/share/ghostscript/9.26/Resource/Font/URWBookman-Light What do you have? It looks like groff should check and update gs version postinstall and gs should check for groff and update version postinstall. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut -- Antoine de Saint-Exupéry -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple