diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-02-03 03:14:47 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-02-03 03:14:47 +0000 |
commit | 6efe0b0543e02835425eecedef497e5c2f647080 (patch) | |
tree | 241139eedd19a4f03c4da98e2ea283b318e4de23 /textproc/p5-Lingua-EN-Tagger | |
parent | b08907bc71668274de3e3d2e089abd123b0efb19 (diff) | |
download | FreeBSD-ports-6efe0b0543e02835425eecedef497e5c2f647080.zip FreeBSD-ports-6efe0b0543e02835425eecedef497e5c2f647080.tar.gz |
- from 0.05 to 0.06
- add new dependency of p5-Memoize-ExpireLRU
- Improved recognition of an end of sentence
PR: ports/62241
Submitted by: maintainer
Diffstat (limited to 'textproc/p5-Lingua-EN-Tagger')
-rw-r--r-- | textproc/p5-Lingua-EN-Tagger/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Tagger/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Lingua-EN-Tagger/Makefile b/textproc/p5-Lingua-EN-Tagger/Makefile index 62c62a0..9540a82 100644 --- a/textproc/p5-Lingua-EN-Tagger/Makefile +++ b/textproc/p5-Lingua-EN-Tagger/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Lingua-EN-Tagger -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua @@ -17,7 +17,7 @@ COMMENT= Part-of-speech tagger for English natural language processing BUILD_DEPENDS= ${SITE_PERL}/Lingua/Stem/En.pm:${PORTSDIR}/textproc/p5-Lingua-Stem \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Memoize.pm:${PORTSDIR}/devel/p5-Memoize \ + ${SITE_PERL}/Memoize/ExpireLRU.pm:${PORTSDIR}/devel/p5-Memoize-ExpireLRU \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/textproc/p5-Lingua-EN-Tagger/distinfo b/textproc/p5-Lingua-EN-Tagger/distinfo index 4e0c235..e01fd8d 100644 --- a/textproc/p5-Lingua-EN-Tagger/distinfo +++ b/textproc/p5-Lingua-EN-Tagger/distinfo @@ -1 +1 @@ -MD5 (Lingua-EN-Tagger-0.05.tar.gz) = 4817e1974f98f1a6a485cfb472b50e89 +MD5 (Lingua-EN-Tagger-0.06.tar.gz) = 0cb3575f6b30070f3b1045f5c6d1448c |