[40093] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Sat Sep 20 01:19:55 PDT 2008


Revision: 40093
          http://trac.macports.org/changeset/40093
Author:   ryandesign at macports.org
Date:     2008-09-20 01:19:53 -0700 (Sat, 20 Sep 2008)
Log Message:
-----------
py25-nltk: new port, based on py-nltk; see #16416

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

Removed Paths:
-------------
    trunk/dports/python/py25-nltk/Portfile


Property changes on: trunk/dports/python/py25-nltk
___________________________________________________________________
Added: svn:mergeinfo
   + 

Deleted: trunk/dports/python/py25-nltk/Portfile
===================================================================
--- trunk/dports/python/py-nltk/Portfile	2008-09-20 06:44:10 UTC (rev 40088)
+++ trunk/dports/python/py25-nltk/Portfile	2008-09-20 08:19:53 UTC (rev 40093)
@@ -1,29 +0,0 @@
-# -*- 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           python24 1.0
-
-name                py-nltk
-version             1.4.4
-categories          python devel science
-platforms           darwin
-maintainers         users.sourceforge.net:stevenbird
-description         Natural Language Toolkit
-long_description    NLTK is a Python package that simplifies the \
-                    construction of programs that process natural language,\
-                    and defines standard interfaces between the different \
-                    components of an NLP system.
-
-homepage            http://nltk.sf.net/
-master_sites        sourceforge:nltk
-distname            nltk-${version}
-checksums           md5 fb402d42d71844fe4483affa100814e5
-
-depends_run         port:py-numarray \
-                    port:py-tkinter
-
-post-destroot {
-    xinstall -m 644 -W ${worksrcpath} CHANGELOG.TXT LICENSE.TXT \
-        README.TXT ${destroot}${prefix}/share/doc/${name}
-}

Copied: trunk/dports/python/py25-nltk/Portfile (from rev 40092, trunk/dports/python/py-nltk/Portfile)
===================================================================
--- trunk/dports/python/py25-nltk/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-nltk/Portfile	2008-09-20 08:19:53 UTC (rev 40093)
@@ -0,0 +1,35 @@
+# -*- 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           python25 1.0
+
+name                py25-nltk
+version             0.9.5
+categories          python devel science
+platforms           darwin
+maintainers         users.sourceforge.net:stevenbird
+description         Natural Language Toolkit
+long_description    NLTK is a Python package that simplifies the \
+                    construction of programs that process natural language,\
+                    and defines standard interfaces between the different \
+                    components of an NLP system.
+homepage            http://nltk.sf.net/
+master_sites        sourceforge:nltk
+distname            nltk-${version}
+
+checksums           md5 e4eada7c3a4f68119ad910d86cfff6a2 \
+                    sha1 2267ac50c6c2cede9286c3b502ead98045678d80 \
+                    rmd160 079ccaf078405310028d2d1e93f0d46486d313ca
+
+depends_lib         port:py25-numpy \
+                    port:py25-matplotlib
+
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${name}-${version}
+    xinstall -d ${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        LICENSE.TXT \
+        README.TXT \
+        ${docdir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080920/8ca462c5/attachment.html 


More information about the macports-changes mailing list