1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/p5-Text-NSP/pkg-plist
Mathieu Arnold eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00

94 lines
3.7 KiB
Plaintext

bin/combig-script.sh
bin/combig.pl
bin/count.pl
bin/count2huge.pl
bin/find-compounds.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/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
%%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
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