freebsd-ports/devel/p5-SVN-Web/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

81 lines
2.5 KiB
Text

bin/svnweb-install
%%PERL5_MAN3%%/SVN::CHANGES.3.gz
%%PERL5_MAN3%%/SVN::CONTRIBUTING.3.gz
%%PERL5_MAN3%%/SVN::UPDATING.3.gz
%%PERL5_MAN3%%/SVN::Web.3.gz
%%PERL5_MAN3%%/SVN::Web::Blame.3.gz
%%PERL5_MAN3%%/SVN::Web::Browse.3.gz
%%PERL5_MAN3%%/SVN::Web::Checkout.3.gz
%%PERL5_MAN3%%/SVN::Web::Diff.3.gz
%%PERL5_MAN3%%/SVN::Web::DiffParser.3.gz
%%PERL5_MAN3%%/SVN::Web::I18N.3.gz
%%PERL5_MAN3%%/SVN::Web::List.3.gz
%%PERL5_MAN3%%/SVN::Web::Log.3.gz
%%PERL5_MAN3%%/SVN::Web::RSS.3.gz
%%PERL5_MAN3%%/SVN::Web::Revision.3.gz
%%PERL5_MAN3%%/SVN::Web::Test.3.gz
%%PERL5_MAN3%%/SVN::Web::View.3.gz
%%PERL5_MAN3%%/SVN::Web::X.3.gz
%%PERL5_MAN3%%/SVN::Web::action.3.gz
%%SITE_PERL%%/SVN/CHANGES.pod
%%SITE_PERL%%/SVN/CONTRIBUTING.pod
%%SITE_PERL%%/SVN/UPDATING.pod
%%SITE_PERL%%/SVN/Web.pm
%%SITE_PERL%%/SVN/Web/Blame.pm
%%SITE_PERL%%/SVN/Web/Browse.pm
%%SITE_PERL%%/SVN/Web/Checkout.pm
%%SITE_PERL%%/SVN/Web/Diff.pm
%%SITE_PERL%%/SVN/Web/DiffParser.pm
%%SITE_PERL%%/SVN/Web/I18N.pm
%%SITE_PERL%%/SVN/Web/I18N/en.po
%%SITE_PERL%%/SVN/Web/I18N/fr.po
%%SITE_PERL%%/SVN/Web/I18N/zh_cn.po
%%SITE_PERL%%/SVN/Web/I18N/zh_tw.po
%%SITE_PERL%%/SVN/Web/List.pm
%%SITE_PERL%%/SVN/Web/Log.pm
%%SITE_PERL%%/SVN/Web/RSS.pm
%%SITE_PERL%%/SVN/Web/Revision.pm
%%SITE_PERL%%/SVN/Web/Test.pm
%%SITE_PERL%%/SVN/Web/View.pm
%%SITE_PERL%%/SVN/Web/X.pm
%%SITE_PERL%%/SVN/Web/action.pm
man/man1/svnweb-install.1.gz
%%WWWDIR%%/SVN-Web.psgi
%%WWWDIR%%/css/common.css
%%WWWDIR%%/css/styles-hlb.css
%%WWWDIR%%/css/trac/browser.css
%%WWWDIR%%/css/trac/changeset.css
%%WWWDIR%%/css/trac/code.css
%%WWWDIR%%/css/trac/diff.css
%%WWWDIR%%/css/trac/feed-icon-16x16.png
%%WWWDIR%%/css/trac/file.png
%%WWWDIR%%/css/trac/filedeny.png
%%WWWDIR%%/css/trac/folder.png
%%WWWDIR%%/css/trac/folderdeny.png
%%WWWDIR%%/css/trac/parent.png
%%WWWDIR%%/css/trac/svnweb.css
%%WWWDIR%%/css/trac/text-diff-html.css
%%WWWDIR%%/css/trac/trac.css
%%WWWDIR%%/template/plain/browse
%%WWWDIR%%/template/plain/diff
%%WWWDIR%%/template/plain/footer
%%WWWDIR%%/template/plain/header
%%WWWDIR%%/template/plain/list
%%WWWDIR%%/template/plain/log
%%WWWDIR%%/template/plain/revision
%%WWWDIR%%/template/plain/view
%%WWWDIR%%/template/plain/x
%%WWWDIR%%/template/trac/_action_menu
%%WWWDIR%%/template/trac/_diff
%%WWWDIR%%/template/trac/_log_msg
%%WWWDIR%%/template/trac/blame
%%WWWDIR%%/template/trac/browse
%%WWWDIR%%/template/trac/diff
%%WWWDIR%%/template/trac/footer
%%WWWDIR%%/template/trac/header
%%WWWDIR%%/template/trac/list
%%WWWDIR%%/template/trac/log
%%WWWDIR%%/template/trac/revision
%%WWWDIR%%/template/trac/rss
%%WWWDIR%%/template/trac/view
%%WWWDIR%%/template/trac/x