Ticket #19776: Portfile-py25-nltk.diff

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

    old new  
    55PortGroup           python25 1.0
    66
    77name                py25-nltk
    8 version             0.9.5
     8version             0.9.9
    99categories          python textproc
    1010platforms           darwin
    11 maintainers         users.sourceforge.net:stevenbird
     11maintainers         stevenbird1@gmail.com
    1212description         Natural Language Toolkit
    1313long_description    NLTK is Python modules for research and development in natural language processing
    14 homepage            http://nltk.sourceforge.net/
    15 master_sites        sourceforge:nltk
     14homepage            http://www.nltk.org/
     15master_sites        googlecode:nltk
    1616distname            nltk-${version}
    1717
    18 checksums           md5 e4eada7c3a4f68119ad910d86cfff6a2 \
    19                     sha1 2267ac50c6c2cede9286c3b502ead98045678d80 \
    20                     rmd160 079ccaf078405310028d2d1e93f0d46486d313ca
     18checksums           md5 648e25648f66e7e52db28983f39da50f \
     19                    sha1 a46d991c781247181f1618df4215b9eeb52baf4e \
     20                    rmd160 98fbc168315c495e1ddd13bad17412ab211b816a
    2121
    2222depends_lib         port:py25-numpy \
    2323                    port:py25-matplotlib
     
    2626    set docdir ${destroot}${prefix}/share/doc/${name}-${version}
    2727    xinstall -d ${docdir}
    2828    xinstall -m 644 -W ${worksrcpath} \
    29         LICENSE.TXT \
    30         README.TXT \
     29        LICENSE.txt \
     30        README.txt \
    3131        ${docdir}
    3232}