aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-NSP
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-07 03:52:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-07 03:52:41 +0000
commitfb2d5da4ebc1084c623330fb16bdcba15bb94569 (patch)
tree36786afbdfb0f0368eaca996fb006935240c6493 /textproc/p5-Text-NSP
parent641aebe3adc2c952a71a943fa648da6f4daf0b14 (diff)
downloadports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.tar.gz
ports-fb2d5da4ebc1084c623330fb16bdcba15bb94569.zip
Support STAGEDIR.
Notes
Notes: svn path=/head/; revision=333056
Diffstat (limited to 'textproc/p5-Text-NSP')
-rw-r--r--textproc/p5-Text-NSP/Makefile47
-rw-r--r--textproc/p5-Text-NSP/pkg-plist71
2 files changed, 60 insertions, 58 deletions
diff --git a/textproc/p5-Text-NSP/Makefile b/textproc/p5-Text-NSP/Makefile
index b7b038b51d33..0730ada75e56 100644
--- a/textproc/p5-Text-NSP/Makefile
+++ b/textproc/p5-Text-NSP/Makefile
@@ -12,49 +12,6 @@ COMMENT= Perl5 modules for Ngram Statistics Package
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
-
-MAN1= combig.pl.1 count.pl.1 \
- count2huge.pl.1 \
- find-compounds.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 \
- 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::4D.3 \
- Text::NSP::Measures::4D::MI.3 \
- Text::NSP::Measures::4D::MI::ll.3
PORTDOCS= CHANGES README doc/FAQ.pod doc/NSP-Class-diagram.pdf \
doc/NSP-Class-diagram.png doc/README.pod doc/TODO.pod \
@@ -62,8 +19,8 @@ PORTDOCS= CHANGES README doc/FAQ.pod doc/NSP-Class-diagram.pdf \
.ifndef (NOPORTDOCS)
post-install:
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
@${ECHO_MSG} "===> Installing documentation in ${DOCSDIR}"
.endif
diff --git a/textproc/p5-Text-NSP/pkg-plist b/textproc/p5-Text-NSP/pkg-plist
index 7b1b69365b4c..ef64b43716f6 100644
--- a/textproc/p5-Text-NSP/pkg-plist
+++ b/textproc/p5-Text-NSP/pkg-plist
@@ -13,6 +13,39 @@ bin/kocos.pl
bin/rank-script.sh
bin/rank.pl
bin/statistic.pl
+%%PERL5_MAN3%%/Text::NSP.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::CHI.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::CHI::phi.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::CHI::tscore.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::CHI::x2.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::Dice.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::Dice::dice.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::Dice::jaccard.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::Fisher.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::Fisher2.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::Fisher2::left.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::Fisher2::right.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::Fisher2::twotailed.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::Fisher::left.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::Fisher::right.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::Fisher::twotailed.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::MI.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::MI::ll.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::MI::pmi.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::MI::ps.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::MI::tmi.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::2D::odds.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::3D.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::3D::MI.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::3D::MI::ll.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::3D::MI::pmi.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::3D::MI::ps.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::3D::MI::tmi.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::4D.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::4D::MI.3.gz
+%%PERL5_MAN3%%/Text::NSP::Measures::4D::MI::ll.3.gz
%%SITE_PERL%%/Text/NSP.pm
%%SITE_PERL%%/Text/NSP/Measures.pm
%%SITE_PERL%%/Text/NSP/Measures/2D.pm
@@ -47,18 +80,30 @@ bin/statistic.pl
%%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
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/NSP
+man/man1/combig.pl.1.gz
+man/man1/count.pl.1.gz
+man/man1/count2huge.pl.1.gz
+man/man1/find-compounds.pl.1.gz
+man/man1/huge-count.pl.1.gz
+man/man1/huge-delete.pl.1.gz
+man/man1/huge-merge.pl.1.gz
+man/man1/huge-sort.pl.1.gz
+man/man1/huge-split.pl.1.gz
+man/man1/kocos.pl.1.gz
+man/man1/rank.pl.1.gz
+man/man1/statistic.pl.1.gz
+@dirrmtry %%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/NSP/Measures/4D/MI
+@dirrmtry %%SITE_PERL%%/Text/NSP/Measures/4D
+@dirrmtry %%SITE_PERL%%/Text/NSP/Measures/3D/MI
+@dirrmtry %%SITE_PERL%%/Text/NSP/Measures/3D
+@dirrmtry %%SITE_PERL%%/Text/NSP/Measures/2D/MI
+@dirrmtry %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher2
+@dirrmtry %%SITE_PERL%%/Text/NSP/Measures/2D/Fisher
+@dirrmtry %%SITE_PERL%%/Text/NSP/Measures/2D/Dice
+@dirrmtry %%SITE_PERL%%/Text/NSP/Measures/2D/CHI
+@dirrmtry %%SITE_PERL%%/Text/NSP/Measures/2D
+@dirrmtry %%SITE_PERL%%/Text/NSP/Measures
+@dirrmtry %%SITE_PERL%%/Text/NSP
@dirrmtry %%SITE_PERL%%/Text