Index: head/textproc/p5-Lingua-EN-NamedEntity/Makefile =================================================================== --- head/textproc/p5-Lingua-EN-NamedEntity/Makefile (revision 399389) +++ head/textproc/p5-Lingua-EN-NamedEntity/Makefile (revision 399390) @@ -1,24 +1,23 @@ # Created by: Jin-Shan Tseng # $FreeBSD$ PORTNAME= Lingua-EN-NamedEntity -PORTVERSION= 1.92 -PORTREVISION= 1 +PORTVERSION= 1.93 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Basic Named Entity Extraction algorithm LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS= p5-Lingua-Stem>=0:${PORTSDIR}/textproc/p5-Lingua-Stem +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure .include Index: head/textproc/p5-Lingua-EN-NamedEntity/distinfo =================================================================== --- head/textproc/p5-Lingua-EN-NamedEntity/distinfo (revision 399389) +++ head/textproc/p5-Lingua-EN-NamedEntity/distinfo (revision 399390) @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-NamedEntity-1.92.tar.gz) = 5acc5652584e7cb0c2ae83466821a7374c8543fdea01fc73919cd396ab2ed9a3 -SIZE (Lingua-EN-NamedEntity-1.92.tar.gz) = 21752 +SHA256 (Lingua-EN-NamedEntity-1.93.tar.gz) = 285af65ef349e298c4d98c6f9726506d83036b974d7e7a6d1ba58650ebee0d75 +SIZE (Lingua-EN-NamedEntity-1.93.tar.gz) = 780841 Index: head/textproc/p5-Lingua-EN-NamedEntity/pkg-descr =================================================================== --- head/textproc/p5-Lingua-EN-NamedEntity/pkg-descr (revision 399389) +++ head/textproc/p5-Lingua-EN-NamedEntity/pkg-descr (revision 399390) @@ -1,17 +1,16 @@ "Named entities" is the NLP jargon for proper nouns which represent people, places, organisations, and so on. This module provides a very simple way of extracting these from a text. If we run the "extract_entities" routine on a piece of news coverage of recent UK political events, we should expect to see it return a list of hash references looking like this: { entity => 'Mr Howard', class => 'person', scores => { ... }, }, { entity => 'Ministry of Defence', class => 'organisation', ... }, { entity => 'Oxfordshire', class => 'place', ... }, The additional "scores" hash reference in there breaks down the various possible classes for this entity in an open-ended scale. - WWW: http://search.cpan.org/dist/Lingua-EN-NamedEntity/ Index: head/textproc/p5-Lingua-EN-NamedEntity/pkg-plist =================================================================== --- head/textproc/p5-Lingua-EN-NamedEntity/pkg-plist (revision 399389) +++ head/textproc/p5-Lingua-EN-NamedEntity/pkg-plist (revision 399390) @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Lingua::EN::NamedEntity.3.gz %%SITE_PERL%%/Lingua/EN/NamedEntity.pm %%SITE_PERL%%/Lingua/EN/NamedEntity/forename %%SITE_PERL%%/Lingua/EN/NamedEntity/wordlist +%%PERL5_MAN3%%/Lingua::EN::NamedEntity.3.gz