1 | # $Id: Portfile,v 1.4 2006/04/14 13:12:57 mww Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name rubber |
---|
5 | version 1.1 |
---|
6 | revision 1 |
---|
7 | patchfiles patch-ab patch-ac |
---|
8 | categories print |
---|
9 | maintainers ehainry@free.fr |
---|
10 | description An automated system for building LaTeX documents |
---|
11 | long_description This is a building system for LaTeX documents.\ |
---|
12 | It is based on a routine that runs just as many compilations as\ |
---|
13 | necessary. The module system provides a great flexibility that\ |
---|
14 | virtually allows support for any package with no user intervention,\ |
---|
15 | as well as pre- and post-processing of the document. The standard\ |
---|
16 | modules currently provide support for bibtex, dvips, dvipdfm,\ |
---|
17 | pdftex, makeindex. A good number of standard packages are supported,\ |
---|
18 | including graphics/graphicx (with automatic conversion between\ |
---|
19 | various formats and Metapost compilation). |
---|
20 | |
---|
21 | platforms darwin freebsd |
---|
22 | homepage http://www.pps.jussieu.fr/~beffara/soft/rubber/ |
---|
23 | master_sites http://ebeffara.free.fr/pub/ |
---|
24 | checksums md5 8087cdb498f51f91c2427c7d0b253189 |
---|
25 | depends_run bin:bibtex:teTeX bin:python:python23 |
---|
26 | |
---|
27 | configure.args --python=python2.3 --mandir=${destroot}${prefix}/share/man \ |
---|
28 | --infodir=${destroot}${prefix}/share/info |
---|
29 | destroot.args prefix=${destroot}/${prefix} |
---|
30 | |
---|