[40092] trunk/dports/python/py-nltk/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Sep 20 00:51:47 PDT 2008


Revision: 40092
          http://trac.macports.org/changeset/40092
Author:   ryandesign at macports.org
Date:     2008-09-20 00:51:46 -0700 (Sat, 20 Sep 2008)
Log Message:
-----------
py-nltk:

 * maintainer update to nltk-lite 0.9.5; see #16416
 * now install documentation to a versioned directory name, as is our custom

Modified Paths:
--------------
    trunk/dports/python/py-nltk/Portfile

Modified: trunk/dports/python/py-nltk/Portfile
===================================================================
--- trunk/dports/python/py-nltk/Portfile	2008-09-20 07:51:45 UTC (rev 40091)
+++ trunk/dports/python/py-nltk/Portfile	2008-09-20 07:51:46 UTC (rev 40092)
@@ -5,7 +5,8 @@
 PortGroup           python24 1.0
 
 name                py-nltk
-version             1.4.4
+version             0.9.5
+epoch               1
 categories          python devel science
 platforms           darwin
 maintainers         users.sourceforge.net:stevenbird
@@ -18,15 +19,18 @@
 master_sites        sourceforge:nltk
 distname            nltk-${version}
 
-checksums           md5 fb402d42d71844fe4483affa100814e5
+checksums           md5 e4eada7c3a4f68119ad910d86cfff6a2 \
+                    sha1 2267ac50c6c2cede9286c3b502ead98045678d80 \
+                    rmd160 079ccaf078405310028d2d1e93f0d46486d313ca
 
-depends_run         port:py-numarray \
-                    port:py-tkinter
+depends_lib         port:py-numpy \
+                    port:py-matplotlib
 
 post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}-${version}
+    xinstall -d ${docdir}
     xinstall -m 644 -W ${worksrcpath} \
-        CHANGELOG.TXT \
         LICENSE.TXT \
         README.TXT \
-        ${destroot}${prefix}/share/doc/${name}
+        ${docdir}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080920/7be5cbae/attachment-0001.html 


More information about the macports-changes mailing list