1 | # -*- 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 |
---|
2 | # $Id: Portfile 148805 2016-05-18 23:25:43Z dports@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | |
---|
7 | name rubber |
---|
8 | version 1.4 |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | #patchfiles patch-ab patch-ac patch-src_util.py.diff patch-spaces_in_path.diff |
---|
11 | categories tex print |
---|
12 | maintainers nomaintainer |
---|
13 | license GPL-2 |
---|
14 | description An automated system for building LaTeX documents |
---|
15 | long_description This is a building system for LaTeX documents.\ |
---|
16 | It is based on a routine that runs just as many compilations as\ |
---|
17 | necessary. The module system provides a great flexibility that\ |
---|
18 | virtually allows support for any package with no user intervention,\ |
---|
19 | as well as pre- and post-processing of the document. The standard\ |
---|
20 | modules currently provide support for bibtex, dvips, dvipdfm,\ |
---|
21 | pdftex, makeindex. A good number of standard packages are supported,\ |
---|
22 | including graphics/graphicx (with automatic conversion between\ |
---|
23 | various formats and Metapost compilation). |
---|
24 | |
---|
25 | platforms darwin freebsd |
---|
26 | homepage http://launchpad.net/rubber/ |
---|
27 | master_sites http://launchpad.net/rubber/trunk/${branch}/+download/ |
---|
28 | |
---|
29 | checksums rmd160 e76bbff8d0902ee4bc4b38ee5bc1f35b5498a427 \ |
---|
30 | sha256 824af6142a0e52804de2f80d571c0aade1d0297a7d359a5f1874acbb53c0f0b4 |
---|
31 | |
---|
32 | python.default_version 27 |
---|
33 | |
---|
34 | depends_build port:texinfo |
---|
35 | depends_run bin:latex:texlive |
---|
36 | |
---|
37 | livecheck.type regex |
---|
38 | livecheck.url http://launchpad.net/rubber/+download |
---|
39 | livecheck.regex ${name}-(\\d+(?:\\.\\d+)+)\\.tar |
---|