GET /api/v1/ports/dblatex/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "dblatex",
"portdir": "textproc/dblatex",
"version": "0.3.12",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://dblatex.sourceforge.net",
"description": "DocBook to LaTeX Converter",
"long_description": "Dblatex transforms a DocBook XML/SGML document to LaTeX. Once transformed into LaTeX, standard LaTeX tools are used to produce DVI, Postcript or PDF files. dblatex tries to hide as much as possible the latex compiling stuff by providing a single clean script to produce directly DVI, PostScript and PDF output. The actual output rendering is done not only by the XSL stylesheets transformation, but also by a dedicated LaTeX package. The goal is to allow a deep LaTeX customisation without changing the XSL stylesheets. Post-processing is done by Python, to make publication faster, convert the images if needed, and do the whole compilation.",
"active": true,
"categories": [
"textproc",
"tex"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 50
}
],
"variants": [
"mactex"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
},
{
"type": "lib",
"ports": [
"texlive-latex-extra",
"texlive-latex-recommended",
"texlive-math-science",
"docbook-xml",
"ImageMagick",
"docbook-xsl-nons",
"dejavu-fonts",
"python310",
"docbook-xml-5.0"
]
}
],
"depends_on": []
}