diff --git a/tex/tex-whizzytex/Portfile b/tex/tex-whizzytex/Portfile
index daf8fb09a4e..d241a0e245d 100644
a
|
b
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name tex-whizzytex |
6 | | version 1.3.1 |
7 | | revision 3 |
| 6 | version 1.3.6 |
8 | 7 | categories tex |
9 | 8 | license GPL-2+ |
10 | 9 | platforms darwin |
… |
… |
description An emacs minor mode for incremental viewing of LaTeX documen |
15 | 14 | long_description ${description} |
16 | 15 | |
17 | 16 | homepage http://cristal.inria.fr/whizzytex |
18 | | master_sites http://gallium.inria.fr/whizzytex |
19 | | distname whizzytex |
20 | | distfiles ${distname}-${version}.tgz |
21 | | worksrcdir ${distname}-${version} |
| 17 | master_sites ${homepage} |
| 18 | distname whizzytex-${version} |
| 19 | extract.suffix .tgz |
22 | 20 | |
23 | | configure.pre_args -prefix ${prefix} |
| 21 | checksums rmd160 6dd96e7363608e98c70c1a18405dc77da45bb503 \ |
| 22 | sha256 e128d36b253ec0c59f1a0321adaeba75b6ade5833060501878a9decf23a766e0 |
24 | 23 | |
25 | 24 | depends_lib bin:tex:texlive |
26 | 25 | |
27 | | |
28 | | checksums md5 240d4ccb54b167f3baf55313411d6b92 \ |
29 | | sha1 c01e0dc5886631250c786251c009324064dfde97 \ |
30 | | rmd160 017cbdfa178216ec5f97ef0a4848813ac35550e1 |
| 26 | configure.pre_args -prefix ${prefix} |
31 | 27 | |
32 | 28 | post-destroot { |
33 | 29 | xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/whizzytex |
… |
… |
post-destroot { |
37 | 33 | |
38 | 34 | post-activate { |
39 | 35 | system "mktexlsr" |
40 | | ui_msg "WhizzyTex requires a viewer, like xdvi." |
41 | | ui_msg "To use this, put the following into your ~/.emacs:" |
42 | | ui_msg "(add-to-list 'load-path \"${prefix}/share/whizzytex/emacs/\")" |
43 | | ui_msg "(autoload 'whizzytex-mode" |
44 | | ui_msg "\"whizzytex\"" |
45 | | ui_msg "\"WhizzyTeX, a minor-mode WYSIWIG environment for LaTeX\" t)" |
46 | 36 | } |
47 | 37 | |
48 | | livecheck.url "http://cristal.inria.fr/whizzytex/" |
49 | | livecheck.regex "whizzytex-((\\d+(\\.)*)+)\\.tgz" |
| 38 | notes "WhizzyTex requires a viewer, like xdvi.\ |
| 39 | To use this, put the following into your ~/.emacs: |
| 40 | (add-to-list 'load-path \"${prefix}/share/whizzytex/emacs/\") |
| 41 | (autoload 'whizzytex-mode |
| 42 | \"whizzytex\" |
| 43 | \"WhizzyTeX, a minor-mode WYSIWIG environment for LaTeX\" t)" |
| 44 | |
| 45 | livecheck.url http://cristal.inria.fr/whizzytex/ |
| 46 | livecheck.regex {whizzytex-((\d+(\.)*)+)\.tgz} |