diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-09-28 01:35:59 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-09-28 01:35:59 +0000 |
commit | 610c77bfaa0c0b50ce2c7d2cbb18fd76e4d2e702 (patch) | |
tree | b776078df46beb159cab0cb0a2a43ce49e566c06 /textproc/nltk | |
parent | 479aa4ff8cf19ec32c1ce52f883842aef6940b89 (diff) | |
download | ports-610c77bfaa0c0b50ce2c7d2cbb18fd76e4d2e702.tar.gz ports-610c77bfaa0c0b50ce2c7d2cbb18fd76e4d2e702.zip |
Notes
Diffstat (limited to 'textproc/nltk')
-rw-r--r-- | textproc/nltk/Makefile | 11 | ||||
-rw-r--r-- | textproc/nltk/distinfo | 4 | ||||
-rw-r--r-- | textproc/nltk/pkg-descr | 20 |
3 files changed, 18 insertions, 17 deletions
diff --git a/textproc/nltk/Makefile b/textproc/nltk/Makefile index 2d6a09f65183..1b6f1692d425 100644 --- a/textproc/nltk/Makefile +++ b/textproc/nltk/Makefile @@ -6,11 +6,10 @@ # PORTNAME= nltk -PORTVERSION= 2.0b9 -PORTREVISION= 1 -PORTEPOCH= 1 +DISTVERSION= 2.0.1rc1 +PORTEPOCH= 2 CATEGORIES= textproc python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= clsung@FreeBSD.org @@ -18,11 +17,13 @@ COMMENT= Natural language toolkit written in python BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ + ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml LICENSE= ASL LICENSE_FILE= ${WRKSRC}/LICENSE.txt +PYDISTUTILS_EGGINFO= ${PORTNAME}-${DISTVERSION}-py${PYTHON_VER}.egg-info USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes diff --git a/textproc/nltk/distinfo b/textproc/nltk/distinfo index 30b255249f25..5859eafb0645 100644 --- a/textproc/nltk/distinfo +++ b/textproc/nltk/distinfo @@ -1,2 +1,2 @@ -SHA256 (nltk-2.0b9.tar.gz) = 26cb8f7cda352847ac656995ed4a225189b85985e2c1b759c3ad9e41608b384b -SIZE (nltk-2.0b9.tar.gz) = 1849595 +SHA256 (nltk-2.0.1rc1.tar.gz) = 2c9a5164bfa370d5b549e45f1568cc33a93a7648c8a171ec30c1b35f12778267 +SIZE (nltk-2.0.1rc1.tar.gz) = 961720 diff --git a/textproc/nltk/pkg-descr b/textproc/nltk/pkg-descr index 6acebee7f2bd..1cc0a79f077c 100644 --- a/textproc/nltk/pkg-descr +++ b/textproc/nltk/pkg-descr @@ -1,14 +1,14 @@ -NLTK, the Natural Language Toolkit, is a suite of Python libraries and -programs for symbolic and statistical natural language processing. -NLTK includes graphical demonstrations and sample data. It is accompanied -by extensive documentation, including tutorials that explain the underlying +NLTK, the Natural Language Toolkit, is a suite of Python libraries and +programs for symbolic and statistical natural language processing. +NLTK includes graphical demonstrations and sample data. It is accompanied +by extensive documentation, including tutorials that explain the underlying concepts behind the language processing tasks supported by the toolkit. -NLTK is ideally suited to students who are learning NLP (natural language -processing) or conducting research in NLP or closely related areas, -including empirical linguistics, cognitive science, artificial intelligence, -information retrieval, and machine learning. NLTK has been used successfully -as a teaching tool, as an individual study tool, and as a platform for -prototyping and building research systems. +NLTK is ideally suited to students who are learning NLP (natural language +processing) or conducting research in NLP or closely related areas, +including empirical linguistics, cognitive science, artificial intelligence, +information retrieval, and machine learning. NLTK has been used successfully +as a teaching tool, as an individual study tool, and as a platform for +prototyping and building research systems. WWW: http://www.nltk.org/ |