Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 1998 13:16:15 -0700 (PDT)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        mark@grondar.za
Cc:        ache@nagual.pp.ru, vanilla@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, markm@FreeBSD.ORG
Subject:   Re: cvs commit: ports/x11/p5-Gtk Makefile ports/x11/p5-Gtk/pkg PLIST
Message-ID:  <199808072016.NAA22223@silvia.hip.berkeley.edu>
In-Reply-To: <199808071940.VAA00380@gratis.grondar.za> (message from Mark Murray on Fri, 07 Aug 1998 21:40:35 %2B0200)

next in thread | previous in thread | raw e-mail | index | archive | help
 * > ${PERL_V} (version) variable can be added, but it not helps for PLISTs
 * > /etc/manpath.config also need to be fixed manually

I can get PLIST to be substituted just before it's given to
pkg_create, but is it really only that?  Here's an example:

===
+lib/perl5/5.00501/man/man3/HTML::Entities.3.gz
+lib/perl5/5.00501/man/man3/HTML::Filter.3.gz
+lib/perl5/5.00501/man/man3/HTML::HeadParser.3.gz
+lib/perl5/5.00501/man/man3/HTML::LinkExtor.3.gz
+lib/perl5/5.00501/man/man3/HTML::Parser.3.gz
+lib/perl5/5.00501/man/man3/HTML::TokeParser.3.gz
           ^^^^^^^
+lib/perl5/site_perl/5.005/HTML/Entities.pm
+lib/perl5/site_perl/5.005/HTML/Filter.pm
+lib/perl5/site_perl/5.005/HTML/HeadParser.pm
+lib/perl5/site_perl/5.005/HTML/LinkExtor.pm
+lib/perl5/site_perl/5.005/HTML/Parser.pm
+lib/perl5/site_perl/5.005/HTML/TokeParser.pm
+lib/perl5/site_perl/5.005/i386-freebsd/auto/HTML/Parser/.packlist
+@dirrm lib/perl5/site_perl/5.005/i386-freebsd/auto/HTML/Parser
                            ^^^^^
===

Looks like there are two different versions for the same thing too!

 * Perl has a number of places that ports can be placed. Assuming that
 * perl5 is imported into contrib/, lts strt thrashing out where the
 * "other bits" need to go. Currently there is the "site_perl/" directory,
 * which can easily stay in ${PREFIX}/lib/perl5/wherever. Ther are a
 * bunch of other things which normally live under ${PREFIX}/lib/perl5
 * (perl extensions, libraries and man pages); where is the best place
 * for them? /usr/libdata?

I guess so.

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808072016.NAA22223>