Ticket #19022: py26docutils.diff

File py26docutils.diff, 965 bytes (added by arthurk@…, 15 years ago)
  • Portfile

    old new  
    2222checksums           md5     dd72dac92fc8e3eb0f48c3effeef80f6 \
    2323                    sha1    70ca2dd94969ddf76217e5fe907b0b23f16cc199 \
    2424                    rmd160  3e8dfd2923528bbeac0ca33ccfe6f576c74f1886
     25
     26post-destroot {
     27    ln -s ${python.prefix}/bin/rst2html.py ${destroot}${prefix}/bin/rst2html-2.6.py
     28    ln -s ${python.prefix}/bin/rst2latex.py ${destroot}${prefix}/bin/rst2latex-2.6.py
     29    ln -s ${python.prefix}/bin/rst2newlatex.py ${destroot}${prefix}/bin/rst2newlatex-2.6.py
     30    ln -s ${python.prefix}/bin/rst2pseudoxml.py ${destroot}${prefix}/bin/rst2pseudoxml-2.6.py
     31    ln -s ${python.prefix}/bin/rst2s5.py ${destroot}${prefix}/bin/rst2s5-2.6.py
     32    ln -s ${python.prefix}/bin/rst2xml.py ${destroot}${prefix}/bin/rst2xml-2.6.py
     33    ln -s ${python.prefix}/bin/rstpep2html.py ${destroot}${prefix}/bin/rstpep2html-2.6.py
     34}