mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.3 KiB
Tcl
36 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup python 1.0
|
|
PortGroup gitlab 1.0
|
|
|
|
gitlab.setup latex-rubber rubber 1.6.7
|
|
revision 1
|
|
|
|
categories tex print
|
|
maintainers nomaintainer
|
|
license GPL-3+
|
|
description An automated system for building LaTeX documents
|
|
long_description This is a building system for LaTeX documents.\
|
|
It is based on a routine that runs just as many compilations as\
|
|
necessary. The module system provides a great flexibility that\
|
|
virtually allows support for any package with no user intervention,\
|
|
as well as pre- and post-processing of the document. The standard\
|
|
modules currently provide support for bibtex, dvips, dvipdfm,\
|
|
pdftex, makeindex. A good number of standard packages are supported,\
|
|
including graphics/graphicx (with automatic conversion between\
|
|
various formats and Metapost compilation).
|
|
|
|
checksums rmd160 4dd22c7cc7148f6f0773bccc34b48719a3ce3826 \
|
|
sha256 27ecacdb7bd3cf1bbbc41dd0b930403688256e6b02844750e21ef5ccf422f85c \
|
|
size 100670
|
|
|
|
python.default_version 314
|
|
python.pep517_backend hatch
|
|
|
|
depends_build-append \
|
|
port:texinfo
|
|
|
|
depends_lib-append \
|
|
port:texlive
|