bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #62951] [grops] internally recognize PostScript Level 2 base 35 fon


From: G. Branden Robinson
Subject: [bug #62951] [grops] internally recognize PostScript Level 2 base 35 fonts
Date: Thu, 17 Oct 2024 12:37:33 -0400 (EDT)

Follow-up Comment #7, bug #62951 (group groff):


[comment #6 comment #6:]
> Ghostscript now does embed the base35 fonts, you no longer have to request
it.

I don't think _grops_ relies upon Ghostscript to generate PostScript?  I think
_grops_ does its own lifting here.

We *do* have Autoconf-fu to locate Ghostscript, but this is not for _grops_'s
benefit.


$ git grep GHOSTSCRIPT !(ChangeLog*) | cat
Makefile.am:# 'ALT_GHOSTSCRIPT_PROGS' specifies a list of alternative names to
be
Makefile.am:# tried if 'GHOSTSCRIPT' cannot be found at run time.
Makefile.am:# GHOSTSCRIPT=gs            the name (and directory if required)
of the
configure.ac:GROFF_GHOSTSCRIPT_VERSION_CHECK
configure.ac:AM_CONDITIONAL([HAVE_GHOSTSCRIPT], [test "$GHOSTSCRIPT" != no \
configure.ac:                && test "$GHOSTSCRIPT" != missing])
configure.ac:GROFF_GHOSTSCRIPT_AVAILABILITY_NOTICE
configure.ac:GROFF_GHOSTSCRIPT_VERSION_NOTICE
contrib/hdtbl/examples/test-hdtbl.sh.in:gs_program="@GHOSTSCRIPT@"
contrib/hdtbl/hdtbl.am:   -e "s|[@]GHOSTSCRIPT[@]|$(GHOSTSCRIPT)|g" \
contrib/pdfmark/ChangeLog:      (GROFF_GHOSTSCRIPT_INTERPRETER): with this
bound to it.
contrib/pdfmark/pdfmark.am:         -e
"s|[@]GROFF_GHOSTSCRIPT_INTERPRETERS[@]|$(ALT_GHOSTSCRIPT_PROGS)|" \
contrib/pdfmark/pdfroff.1.man:.I GROFF_GHOSTSCRIPT_INTERPRETER
contrib/pdfmark/pdfroff.1.man:.IR \%GROFF_GHOSTSCRIPT_INTERPRETER ,
contrib/pdfmark/pdfroff.1.man:.I \%GROFF_GHOSTSCRIPT_INTERPRETER
contrib/pdfmark/pdfroff.sh:    GROFF_GHOSTSCRIPT_INTERPRETER=`set command
${PDFROFF_POSTPROCESSOR_COMMAND};
contrib/pdfmark/pdfroff.sh:  if test -n "$GROFF_GHOSTSCRIPT_INTERPRETER"
contrib/pdfmark/pdfroff.sh:    GS="$GROFF_GHOSTSCRIPT_INTERPRETER"
contrib/pdfmark/pdfroff.sh:    for prog in @GROFF_GHOSTSCRIPT_INTERPRETERS@
font/devhtml/devhtml.am:        && echo "image_generator $(GHOSTSCRIPT)"
>>$@.tmp \
font/devpdf/devpdf.am:           -e "s|[@]GHOSTSCRIPT[@]|$(GHOSTSCRIPT)|" \
font/devpdf/devpdf.am:  && sed -e "s|[@]GHOSTSCRIPT[@]|$(GHOSTSCRIPT)|g" \
font/devpdf/tests/check-default-foundry.sh.in:ghostscript=@GHOSTSCRIPT@
font/devpdf/util/BuildFoundries.pl:    my (@res)=`@GHOSTSCRIPT@ -h
2>/dev/null`;
m4/groff.m4:  AC_REQUIRE([GROFF_GHOSTSCRIPT_PATH])
m4/groff.m4:  test "$GHOSTSCRIPT" = "missing" && missing="'gs' $missing"
m4/groff.m4:  AC_REQUIRE([GROFF_GHOSTSCRIPT_PATH])
m4/groff.m4:  if test "$GHOSTSCRIPT" = missing
m4/groff.m4:  AC_REQUIRE([GROFF_GHOSTSCRIPT_PATH])
m4/groff.m4:  if test "$GHOSTSCRIPT" != missing \
m4/groff.m4:  AC_REQUIRE([GROFF_GHOSTSCRIPT_PATH])
m4/groff.m4:    if test "$GHOSTSCRIPT" != missing
m4/groff.m4:  "'"$GHOSTSCRIPT"' -h" command (if available)'
m4/groff.m4:dnl Any macro that tests $GHOSTSCRIPT should AC_REQUIRE this.
m4/groff.m4:AC_DEFUN([GROFF_GHOSTSCRIPT_PATH],
m4/groff.m4:  [AC_REQUIRE([GROFF_GHOSTSCRIPT_PREFS])
m4/groff.m4:     [GHOSTSCRIPT=$withval],
m4/groff.m4:     [AC_CHECK_TOOLS(GHOSTSCRIPT, [$ALT_GHOSTSCRIPT_PROGS],
[missing])])
m4/groff.m4:   test "$GHOSTSCRIPT" = no && GHOSTSCRIPT=missing])
m4/groff.m4:AC_DEFUN([GROFF_GHOSTSCRIPT_PREFS],
m4/groff.m4:    [ALT_GHOSTSCRIPT_PROGS="$withval"],
m4/groff.m4:    [ALT_GHOSTSCRIPT_PROGS="gs gswin32c gsos2"])
m4/groff.m4:   AC_SUBST([ALT_GHOSTSCRIPT_PROGS])])
m4/groff.m4:AC_DEFUN([GROFF_GHOSTSCRIPT_AVAILABILITY_NOTICE], [
m4/groff.m4:  AC_REQUIRE([GROFF_GHOSTSCRIPT_PATH])
m4/groff.m4:  if test -n "$ALT_GHOSTSCRIPT_PROGS"
m4/groff.m4:    gs_names="$ALT_GHOSTSCRIPT_PROGS"
m4/groff.m4:  if test "$GHOSTSCRIPT" = missing
m4/groff.m4:AC_DEFUN([GROFF_GHOSTSCRIPT_VERSION_CHECK], [
m4/groff.m4:  AC_REQUIRE([GROFF_GHOSTSCRIPT_PATH])
m4/groff.m4:  if test "$GHOSTSCRIPT" != missing
m4/groff.m4:    ghostscript_v_string=`"$GHOSTSCRIPT" -v | sed 1q`
m4/groff.m4:AC_DEFUN([GROFF_GHOSTSCRIPT_VERSION_NOTICE], [




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62951>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]