[54770] trunk/dports/python

snc at macports.org snc at macports.org
Sat Aug 1 16:51:09 PDT 2009


Revision: 54770
          http://trac.macports.org/changeset/54770
Author:   snc at macports.org
Date:     2009-08-01 16:51:08 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
created py26-nltk, ticket #20368

Added Paths:
-----------
    trunk/dports/python/py26-nltk/
    trunk/dports/python/py26-nltk/Portfile

Added: trunk/dports/python/py26-nltk/Portfile
===================================================================
--- trunk/dports/python/py26-nltk/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-nltk/Portfile	2009-08-01 23:51:08 UTC (rev 54770)
@@ -0,0 +1,34 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+
+name                py26-nltk
+version             2.0b5
+categories          python textproc
+platforms           darwin
+maintainers         gmail.com:stevenbird1
+description         Natural Language Toolkit
+long_description    NLTK is Python modules for research and development in natural language processing
+homepage            http://www.nltk.org/
+master_sites        googlecode:nltk
+distname            nltk-${version}
+
+checksums           md5 a2af58d77942e3e484494783e3bd77f2 \
+                    sha1 32431c00e544fba9bc898dc3c94c0213d8360751 \
+                    rmd160 d572ef4bb098fd8ef032842aa9e667c664edd610
+
+depends_lib         port:py26-numpy \
+                    port:py26-matplotlib \
+                    port:py26-yaml
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}-${version}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        LICENSE.txt \
+        README.txt \
+        INSTALL.txt \
+        ${docdir}
+}


Property changes on: trunk/dports/python/py26-nltk/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090801/961a56aa/attachment-0001.html>


More information about the macports-changes mailing list