New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20368: Portfile-py25-nltk.diff

File Portfile-py25-nltk.diff, 1.2 KB (added by stevenbird1@…, 3 years ago)
  • Portfile

    old new  
    55PortGroup           python25 1.0 
    66 
    77name                py25-nltk 
    8 version             0.9.9 
     8version             2.0b5 
    99categories          python textproc 
    1010platforms           darwin 
    1111maintainers         gmail.com:stevenbird1 
     
    1515master_sites        googlecode:nltk 
    1616distname            nltk-${version} 
    1717 
    18 checksums           md5 648e25648f66e7e52db28983f39da50f \ 
    19                     sha1 a46d991c781247181f1618df4215b9eeb52baf4e \ 
    20                     rmd160 98fbc168315c495e1ddd13bad17412ab211b816a 
     18checksums           md5 a2af58d77942e3e484494783e3bd77f2 \ 
     19                    sha1 32431c00e544fba9bc898dc3c94c0213d8360751 \ 
     20                    rmd160 d572ef4bb098fd8ef032842aa9e667c664edd610 
    2121 
    2222depends_lib         port:py25-numpy \ 
    23                     port:py25-matplotlib 
     23                    port:py25-matplotlib \ 
     24                    port:py25-yaml 
    2425 
    2526post-destroot { 
    2627    set docdir ${destroot}${prefix}/share/doc/${name}-${version} 
     
    2829    xinstall -m 644 -W ${worksrcpath} \ 
    2930        LICENSE.txt \ 
    3031        README.txt \ 
     32        INSTALL.txt \ 
    3133        ${docdir} 
    3234}