1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/textproc/p5-DocSet/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

45 lines
1.5 KiB
Plaintext

bin/docset_build
bin/html2ps
%%PERL5_MAN3%%/DocSet.3.gz
%%PERL5_MAN3%%/DocSet::5005compat.3.gz
%%PERL5_MAN3%%/DocSet::Cache.3.gz
%%PERL5_MAN3%%/DocSet::Config.3.gz
%%PERL5_MAN3%%/DocSet::Doc.3.gz
%%PERL5_MAN3%%/DocSet::Doc::Common.3.gz
%%PERL5_MAN3%%/DocSet::Doc::HTML2HTML.3.gz
%%PERL5_MAN3%%/DocSet::Doc::HTML2HTMLPS.3.gz
%%PERL5_MAN3%%/DocSet::Doc::POD2HTML.3.gz
%%PERL5_MAN3%%/DocSet::Doc::POD2HTMLPS.3.gz
%%PERL5_MAN3%%/DocSet::Doc::Text2HTML.3.gz
%%PERL5_MAN3%%/DocSet::DocSet.3.gz
%%PERL5_MAN3%%/DocSet::DocSet::HTML.3.gz
%%PERL5_MAN3%%/DocSet::DocSet::PSPDF.3.gz
%%PERL5_MAN3%%/DocSet::NavigateCache.3.gz
%%PERL5_MAN3%%/DocSet::RunTime.3.gz
%%PERL5_MAN3%%/DocSet::Source::HTML.3.gz
%%PERL5_MAN3%%/DocSet::Source::POD.3.gz
%%PERL5_MAN3%%/DocSet::Source::Text.3.gz
%%PERL5_MAN3%%/DocSet::Util.3.gz
%%SITE_PERL%%/DocSet.pm
%%SITE_PERL%%/DocSet/5005compat.pm
%%SITE_PERL%%/DocSet/Cache.pm
%%SITE_PERL%%/DocSet/Config.pm
%%SITE_PERL%%/DocSet/Doc.pm
%%SITE_PERL%%/DocSet/Doc/Common.pm
%%SITE_PERL%%/DocSet/Doc/HTML2HTML.pm
%%SITE_PERL%%/DocSet/Doc/HTML2HTMLPS.pm
%%SITE_PERL%%/DocSet/Doc/POD2HTML.pm
%%SITE_PERL%%/DocSet/Doc/POD2HTMLPS.pm
%%SITE_PERL%%/DocSet/Doc/Text2HTML.pm
%%SITE_PERL%%/DocSet/DocSet.pm
%%SITE_PERL%%/DocSet/DocSet/HTML.pm
%%SITE_PERL%%/DocSet/DocSet/PSPDF.pm
%%SITE_PERL%%/DocSet/NavigateCache.pm
%%SITE_PERL%%/DocSet/RunTime.pm
%%SITE_PERL%%/DocSet/Source/HTML.pm
%%SITE_PERL%%/DocSet/Source/POD.pm
%%SITE_PERL%%/DocSet/Source/Text.pm
%%SITE_PERL%%/DocSet/Template/Plugin/NavigateCache.pm
%%SITE_PERL%%/DocSet/Util.pm
man/man1/docset_build.1.gz