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

ryandesign at macports.org ryandesign at macports.org
Fri Sep 19 23:44:10 PDT 2008


Revision: 40088
          http://trac.macports.org/changeset/40088
Author:   ryandesign at macports.org
Date:     2008-09-19 23:44:10 -0700 (Fri, 19 Sep 2008)
Log Message:
-----------
py-nltk: whitespace changes and add modeline

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

Modified: trunk/dports/python/py-nltk/Portfile
===================================================================
--- trunk/dports/python/py-nltk/Portfile	2008-09-20 06:00:39 UTC (rev 40087)
+++ trunk/dports/python/py-nltk/Portfile	2008-09-20 06:44:10 UTC (rev 40088)
@@ -1,27 +1,29 @@
+# -*- 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
+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.
+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
+homepage            http://nltk.sf.net/
+master_sites        sourceforge:nltk
+distname            nltk-${version}
+checksums           md5 fb402d42d71844fe4483affa100814e5
 
-depends_run		port:py-numarray port:py-tkinter
+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}
+    xinstall -m 644 -W ${worksrcpath} CHANGELOG.TXT LICENSE.TXT \
+        README.TXT ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080919/665bd04b/attachment.html 


More information about the macports-changes mailing list