diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-04-21 03:48:37 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2010-04-21 03:48:37 +0000 |
commit | 475010db31370ee26f9346f5805cbf4a64088ed9 (patch) | |
tree | 7dd3830b7d202a4502d3d966361df035a82538ed /textproc/p5-Text-NSP | |
parent | 9ef2913def4fe25e3f96a21ea076a87379808b1a (diff) | |
download | ports-475010db31370ee26f9346f5805cbf4a64088ed9.tar.gz ports-475010db31370ee26f9346f5805cbf4a64088ed9.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-NSP')
-rw-r--r-- | textproc/p5-Text-NSP/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-Text-NSP/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-NSP/pkg-plist | 12 |
3 files changed, 21 insertions, 10 deletions
diff --git a/textproc/p5-Text-NSP/Makefile b/textproc/p5-Text-NSP/Makefile index 005dcb4dc921..cf01401f99d6 100644 --- a/textproc/p5-Text-NSP/Makefile +++ b/textproc/p5-Text-NSP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-NSP -PORTVERSION= 1.11 +PORTVERSION= 1.15 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,9 +17,11 @@ COMMENT= Perl5 modules for Ngram Statistics Package PERL_CONFIGURE= 5.8.0+ MAN1= combig.pl.1 count.pl.1 \ - huge-combine.pl.1 huge-count.pl.1 \ + huge-count.pl.1 \ + huge-delete.pl.1 huge-split.pl.1 \ + huge-merge.pl.1 huge-sort.pl.1 \ kocos.pl.1 rank.pl.1 \ - sort-bigrams.pl.1 split-data.pl.1 statistic.pl.1 + statistic.pl.1 MAN3= Text::NSP.3 \ Text::NSP::Measures.3 \ Text::NSP::Measures::2D.3 \ @@ -49,7 +51,10 @@ MAN3= Text::NSP.3 \ Text::NSP::Measures::3D::MI::ll.3 \ Text::NSP::Measures::3D::MI::pmi.3 \ Text::NSP::Measures::3D::MI::ps.3 \ - Text::NSP::Measures::3D::MI::tmi.3 + Text::NSP::Measures::3D::MI::tmi.3 \ + Text::NSP::Measures::4D.3 \ + Text::NSP::Measures::4D::MI.3 \ + Text::NSP::Measures::4D::MI::ll.3 DOCS= CHANGES README doc/FAQ.pod doc/NSP-Class-diagram.pdf \ doc/NSP-Class-diagram.png doc/README.pod doc/TODO.pod \ diff --git a/textproc/p5-Text-NSP/distinfo b/textproc/p5-Text-NSP/distinfo index 529a771445d5..7c7a3b2c190c 100644 --- a/textproc/p5-Text-NSP/distinfo +++ b/textproc/p5-Text-NSP/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-NSP-1.11.tar.gz) = c552eaf959836e54fa9d0e4ae4a44d46 -SHA256 (Text-NSP-1.11.tar.gz) = 9842166dc5b09924237f503264f9f7b814ebb0b9e8bd3f3eb825af9a896a473f -SIZE (Text-NSP-1.11.tar.gz) = 977539 +MD5 (Text-NSP-1.15.tar.gz) = d4a7d7fec5451e5404c66996c2fc3c31 +SHA256 (Text-NSP-1.15.tar.gz) = ebde2d93ca7db5612d1f402e61cc4d36ea756c627c718abf4ad23d313fa0a02e +SIZE (Text-NSP-1.15.tar.gz) = 1005106 diff --git a/textproc/p5-Text-NSP/pkg-plist b/textproc/p5-Text-NSP/pkg-plist index 32c5be409e46..ecd7f2b4e8a9 100644 --- a/textproc/p5-Text-NSP/pkg-plist +++ b/textproc/p5-Text-NSP/pkg-plist @@ -1,14 +1,15 @@ bin/combig-script.sh bin/combig.pl bin/count.pl -bin/huge-combine.pl bin/huge-count.pl +bin/huge-delete.pl +bin/huge-merge.pl +bin/huge-sort.pl +bin/huge-split.pl bin/kocos-script.sh bin/kocos.pl bin/rank-script.sh bin/rank.pl -bin/sort-bigrams.pl -bin/split-data.pl bin/statistic.pl %%SITE_PERL%%/Text/NSP.pm %%SITE_PERL%%/Text/NSP/Measures.pm @@ -40,6 +41,9 @@ bin/statistic.pl %%SITE_PERL%%/Text/NSP/Measures/3D/MI/pmi.pm %%SITE_PERL%%/Text/NSP/Measures/3D/MI/ps.pm %%SITE_PERL%%/Text/NSP/Measures/3D/MI/tmi.pm +%%SITE_PERL%%/Text/NSP/Measures/4D.pm +%%SITE_PERL%%/Text/NSP/Measures/4D/MI.pm +%%SITE_PERL%%/Text/NSP/Measures/4D/MI/ll.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/NSP/.packlist %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/FAQ.pod @@ -54,6 +58,8 @@ bin/statistic.pl %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/NSP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrm %%SITE_PERL%%/Text/NSP/Measures/4D/MI +@dirrm %%SITE_PERL%%/Text/NSP/Measures/4D @dirrm %%SITE_PERL%%/Text/NSP/Measures/3D/MI @dirrm %%SITE_PERL%%/Text/NSP/Measures/3D @dirrm %%SITE_PERL%%/Text/NSP/Measures/2D/MI |