Commits
Dan R. K. Ports authored 4bde4c9fc88
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 |
1 2 | # $Id$ |
2 3 | |
3 4 | PortSystem 1.0 |
4 5 | |
5 6 | name revtex |
6 - | version 4 |
7 + | version 4.1 |
7 8 | categories tex print |
8 9 | platforms darwin |
9 10 | maintainers nomaintainer |
10 11 | description The American Physical Society's TeX macros |
11 12 | long_description \ |
12 13 | TeX macros for preparing papers in the styles used \ |
13 14 | by the American Physical Society's journals. |
14 15 | |
15 16 | homepage http://authors.aps.org/${name}${version} |
16 - | master_sites ${homepage} |
17 17 | |
18 - | distname ${name}${version} |
18 + | distfiles |
19 19 | |
20 - | checksums md5 264d41d777dc8f60dda0b60a0d8652f1 |
20 + | replaced_by texlive-publishers |
21 21 | |
22 - | depends_run bin:texhash:texlive |
23 - | |
24 - | use_configure no |
25 - | build { } |
26 - | |
27 - | set latex_local ${prefix}/share/texmf-local/tex/latex |
28 - | |
29 - | destroot { file mkdir ${destroot}${latex_local} |
30 - | file copy ${workpath}/${name}${version} ${destroot}${latex_local} |
31 - | } |
32 - | |
33 - | post-activate { system "texhash" } |
22 + | pre-configure { |
23 + | ui_error "${name} has been replaced by ${replaced_by}; please install that port instead" |
24 + | return -code error "obsolete port" |
25 + | } |
34 26 | |
27 + | livecheck.type none |