Index: head/textproc/p5-Text-NSP/Makefile =================================================================== --- head/textproc/p5-Text-NSP/Makefile (revision 252986) +++ head/textproc/p5-Text-NSP/Makefile (revision 252987) @@ -1,67 +1,72 @@ # New ports collection makefile for: p5-Text-NSP # Date created: Sep 30 2004 # Whom: Cheng-Lung Sung # # $FreeBSD$ # PORTNAME= Text-NSP -PORTVERSION= 1.11 +PORTVERSION= 1.15 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org 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 \ Text::NSP::Measures::2D::CHI.3 \ Text::NSP::Measures::2D::CHI::phi.3 \ Text::NSP::Measures::2D::CHI::tscore.3 \ Text::NSP::Measures::2D::CHI::x2.3 \ Text::NSP::Measures::2D::Dice.3 \ Text::NSP::Measures::2D::Dice::dice.3 \ Text::NSP::Measures::2D::Dice::jaccard.3 \ Text::NSP::Measures::2D::Fisher.3 \ Text::NSP::Measures::2D::Fisher2.3 \ Text::NSP::Measures::2D::Fisher2::left.3 \ Text::NSP::Measures::2D::Fisher2::right.3 \ Text::NSP::Measures::2D::Fisher2::twotailed.3 \ Text::NSP::Measures::2D::Fisher::left.3 \ Text::NSP::Measures::2D::Fisher::right.3 \ Text::NSP::Measures::2D::Fisher::twotailed.3 \ Text::NSP::Measures::2D::MI.3 \ Text::NSP::Measures::2D::MI::ll.3 \ Text::NSP::Measures::2D::MI::pmi.3 \ Text::NSP::Measures::2D::MI::ps.3 \ Text::NSP::Measures::2D::MI::tmi.3 \ Text::NSP::Measures::2D::odds.3 \ Text::NSP::Measures::3D.3 \ Text::NSP::Measures::3D::MI.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 \ doc/USAGE.pod doc/cicling2003.pdf doc/cicling2003.ps \ .ifndef (NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} .for FILE in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor @${ECHO_MSG} "===> Installing documentation in ${DOCSDIR}" .endif .include Property changes on: head/textproc/p5-Text-NSP/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/textproc/p5-Text-NSP/distinfo =================================================================== --- head/textproc/p5-Text-NSP/distinfo (revision 252986) +++ head/textproc/p5-Text-NSP/distinfo (revision 252987) @@ -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 Property changes on: head/textproc/p5-Text-NSP/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/textproc/p5-Text-NSP/pkg-plist =================================================================== --- head/textproc/p5-Text-NSP/pkg-plist (revision 252986) +++ head/textproc/p5-Text-NSP/pkg-plist (revision 252987) @@ -1,67 +1,73 @@ 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 %%SITE_PERL%%/Text/NSP/Measures/2D.pm %%SITE_PERL%%/Text/NSP/Measures/2D/CHI.pm %%SITE_PERL%%/Text/NSP/Measures/2D/CHI/phi.pm %%SITE_PERL%%/Text/NSP/Measures/2D/CHI/tscore.pm %%SITE_PERL%%/Text/NSP/Measures/2D/CHI/x2.pm %%SITE_PERL%%/Text/NSP/Measures/2D/Dice.pm %%SITE_PERL%%/Text/NSP/Measures/2D/Dice/dice.pm %%SITE_PERL%%/Text/NSP/Measures/2D/Dice/jaccard.pm %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher.pm %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher/left.pm %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher/right.pm %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher/twotailed.pm %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher2.pm %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher2/left.pm %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher2/right.pm %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher2/twotailed.pm %%SITE_PERL%%/Text/NSP/Measures/2D/MI.pm %%SITE_PERL%%/Text/NSP/Measures/2D/MI/ll.pm %%SITE_PERL%%/Text/NSP/Measures/2D/MI/pmi.pm %%SITE_PERL%%/Text/NSP/Measures/2D/MI/ps.pm %%SITE_PERL%%/Text/NSP/Measures/2D/MI/tmi.pm %%SITE_PERL%%/Text/NSP/Measures/2D/odds.pm %%SITE_PERL%%/Text/NSP/Measures/3D.pm %%SITE_PERL%%/Text/NSP/Measures/3D/MI.pm %%SITE_PERL%%/Text/NSP/Measures/3D/MI/ll.pm %%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 %%PORTDOCS%%%%DOCSDIR%%/NSP-Class-diagram.pdf %%PORTDOCS%%%%DOCSDIR%%/NSP-Class-diagram.png %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.pod %%PORTDOCS%%%%DOCSDIR%%/TODO.pod %%PORTDOCS%%%%DOCSDIR%%/USAGE.pod %%PORTDOCS%%%%DOCSDIR%%/cicling2003.pdf %%PORTDOCS%%%%DOCSDIR%%/cicling2003.ps %%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 @dirrm %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher2 @dirrm %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher @dirrm %%SITE_PERL%%/Text/NSP/Measures/2D/Dice @dirrm %%SITE_PERL%%/Text/NSP/Measures/2D/CHI @dirrm %%SITE_PERL%%/Text/NSP/Measures/2D @dirrm %%SITE_PERL%%/Text/NSP/Measures @dirrm %%SITE_PERL%%/Text/NSP @dirrmtry %%SITE_PERL%%/Text Property changes on: head/textproc/p5-Text-NSP/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property