Ticket #60945: Portfile.diff

File Portfile.diff, 2.3 KB (added by jmroot (Joshua Root), 4 years ago)
  • tex/tex-whizzytex/Portfile

    diff --git a/tex/tex-whizzytex/Portfile b/tex/tex-whizzytex/Portfile
    index daf8fb09a4e..d241a0e245d 100644
    a b  
    33PortSystem          1.0
    44
    55name                tex-whizzytex
    6 version             1.3.1
    7 revision            3
     6version             1.3.6
    87categories          tex
    98license             GPL-2+
    109platforms           darwin
    description An emacs minor mode for incremental viewing of LaTeX documen 
    1514long_description    ${description}
    1615
    1716homepage            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}
     17master_sites        ${homepage}
     18distname            whizzytex-${version}
     19extract.suffix      .tgz
    2220
    23 configure.pre_args  -prefix ${prefix}
     21checksums           rmd160 6dd96e7363608e98c70c1a18405dc77da45bb503 \
     22                    sha256 e128d36b253ec0c59f1a0321adaeba75b6ade5833060501878a9decf23a766e0
    2423
    2524depends_lib         bin:tex:texlive
    2625
    27 
    28 checksums           md5     240d4ccb54b167f3baf55313411d6b92 \
    29                     sha1    c01e0dc5886631250c786251c009324064dfde97 \
    30                     rmd160  017cbdfa178216ec5f97ef0a4848813ac35550e1
     26configure.pre_args  -prefix ${prefix}
    3127
    3228post-destroot {
    3329    xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/whizzytex
    post-destroot { 
    3733
    3834post-activate   {
    3935    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)"
    4636}
    4737
    48 livecheck.url       "http://cristal.inria.fr/whizzytex/"
    49 livecheck.regex     "whizzytex-((\\d+(\\.)*)+)\\.tgz"
     38notes "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
     45livecheck.url       http://cristal.inria.fr/whizzytex/
     46livecheck.regex     {whizzytex-((\d+(\.)*)+)\.tgz}