Ticket #19776: Portfile-py25-nltk.diff
File Portfile-py25-nltk.diff, 1.5 KB (added by stevenbird@…, 15 years ago) |
---|
-
Portfile
old new 5 5 PortGroup python25 1.0 6 6 7 7 name py25-nltk 8 version 0.9. 58 version 0.9.9 9 9 categories python textproc 10 10 platforms darwin 11 maintainers users.sourceforge.net:stevenbird11 maintainers stevenbird1@gmail.com 12 12 description Natural Language Toolkit 13 13 long_description NLTK is Python modules for research and development in natural language processing 14 homepage http:// nltk.sourceforge.net/15 master_sites sourceforge:nltk14 homepage http://www.nltk.org/ 15 master_sites googlecode:nltk 16 16 distname nltk-${version} 17 17 18 checksums md5 e4eada7c3a4f68119ad910d86cfff6a2\19 sha1 2267ac50c6c2cede9286c3b502ead98045678d80\20 rmd160 079ccaf078405310028d2d1e93f0d46486d313ca18 checksums md5 648e25648f66e7e52db28983f39da50f \ 19 sha1 a46d991c781247181f1618df4215b9eeb52baf4e \ 20 rmd160 98fbc168315c495e1ddd13bad17412ab211b816a 21 21 22 22 depends_lib port:py25-numpy \ 23 23 port:py25-matplotlib … … 26 26 set docdir ${destroot}${prefix}/share/doc/${name}-${version} 27 27 xinstall -d ${docdir} 28 28 xinstall -m 644 -W ${worksrcpath} \ 29 LICENSE. TXT\30 README. TXT\29 LICENSE.txt \ 30 README.txt \ 31 31 ${docdir} 32 32 }