aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2011-09-28 09:35:59 +0800
committerclsung <clsung@FreeBSD.org>2011-09-28 09:35:59 +0800
commita136754abcc2db40ee44f34c0b01b77c5fc9cd19 (patch)
treef8966baec3a8603523a2861a0eb91fd282ce89db /textproc
parent378892e2db9bb2014821b8df0e5e5dda5ec18730 (diff)
downloadfreebsd-ports-gnome-a136754abcc2db40ee44f34c0b01b77c5fc9cd19.tar.gz
freebsd-ports-gnome-a136754abcc2db40ee44f34c0b01b77c5fc9cd19.tar.zst
freebsd-ports-gnome-a136754abcc2db40ee44f34c0b01b77c5fc9cd19.zip
- update to 2.0.1rc1
- use DISTVERSION instead PORTVERION to avoid bumping of PORTEPOCH in future updates - bump PORTEPOCH - ${MASTER_SITES_GOOGLE_CODE} -> GOOGLE_CODE - define RUN_DEPENDS exactly (portlint warning) - fix egginfo after switching to DISTVERSION - whitespace fixes in pkg-descr PR: ports/157964 Submitted by: Ruslan Mahmatkhanov <cvs-src_AT_yandex dot ru>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/nltk/Makefile11
-rw-r--r--textproc/nltk/distinfo4
-rw-r--r--textproc/nltk/pkg-descr20
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/