[MacPorts] #61779: libxslt @1.1.34_2+universal: man xsltproc gives corrupted (uncompiled?) man page
MacPorts
noreply at macports.org
Tue Dec 8 06:31:11 UTC 2020
#61779: libxslt @1.1.34_2+universal: man xsltproc gives corrupted (uncompiled?) man
page
--------------------+---------------------
Reporter: JDLH | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Keywords: | Port: libxslt
--------------------+---------------------
The man page for xsltproc is corrupted, perhaps uncompiled, or compiled
for the wrong target.
Steps to reproduce:
1. {{{% man xsltproc}}}
Observed behaviour:
{{{
XSLTPROC(1) xsltproc Manual
XSLTPROC(1)
NAME
xsltproc - command line XSLT processor
SYNOPSIS
.HP 216u
xsltproc [ [
| -V | --version
] [ | -v
| --verbose ]
[ {
| -o | --output
} {
| FILE |
DIRECTORY } ] |
--timing | --repeat
| --debug | --novalid
| --noout |
--maxdepth VALUE | --html |
--encoding ENCODING |
--param PARAMNAME PARAMVALUE | --stringparam
PARAMNAME PARAMVALUE | --nonet
| --path "PATH(S)" | --load-trace
| --catalogs
| --xinclude | [ | --profile | --norman ]
| --dumpextensions |
--nowrite | --nomkdir |
--writesubtree PATH | --nodtdattr
] [STYLESHEET] { |
XML-FILE... | -
}
DESCRIPTION
.PP xsltproc is a command line tool for applying XSLT
stylesheets to XML documents. It is part of
libxslt(3), the XSLT C library for GNOME. While it was developed as
part of the GNOME project, it can operate
independently of the GNOME desktop.
}}}
…[rest of man page elided]…
Problems: the spacing is wrong. Directives like .HP 216u and .PP are
present
in the output.
Expected behaviour:
a properly formatted man page.
--
Ticket URL: <https://trac.macports.org/ticket/61779>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list