Ticket #19776: Portfile-py-nltk.diff

File Portfile-py-nltk.diff, 1.5 KB (added by stevenbird@…, 15 years ago)
  • Portfile

    old new  
    55PortGroup           python24 1.0
    66
    77name                py-nltk
    8 version             0.9.5
    9 epoch               1
     8version             0.9.9
    109categories          python textproc
    1110platforms           darwin
    12 maintainers         users.sourceforge.net:stevenbird
     11maintainers         stevenbird1@gmail.com
    1312description         Natural Language Toolkit
    1413long_description    NLTK is Python modules for research and development in natural language processing
    15 homepage            http://nltk.sourceforge.net/
    16 master_sites        sourceforge:nltk
     14homepage            http://www.nltk.org/
     15master_sites        googlecode:nltk
    1716distname            nltk-${version}
    1817
    19 checksums           md5 e4eada7c3a4f68119ad910d86cfff6a2 \
    20                     sha1 2267ac50c6c2cede9286c3b502ead98045678d80 \
    21                     rmd160 079ccaf078405310028d2d1e93f0d46486d313ca
     18checksums           md5 648e25648f66e7e52db28983f39da50f \
     19                    sha1 a46d991c781247181f1618df4215b9eeb52baf4e \
     20                    rmd160 98fbc168315c495e1ddd13bad17412ab211b816a
    2221
    2322depends_lib         port:py-numpy \
    2423                    port:py-matplotlib
     
    2726    set docdir ${destroot}${prefix}/share/doc/${name}-${version}
    2827    xinstall -d ${docdir}
    2928    xinstall -m 644 -W ${worksrcpath} \
    30         LICENSE.TXT \
    31         README.TXT \
     29        LICENSE.txt \
     30        README.txt \
    3231        ${docdir}
    3332}