| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.48 2003/07/25 21:08:44 rac Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.111 2008/02/06 02:39:04 robbat2 Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Seemant Kulleen <seemant@gentoo.org> |
5 | # Author: Seemant Kulleen <seemant@gentoo.org> |
|
|
6 | # Maintained by the Perl herd <perl@gentoo.org> |
| 6 | # |
7 | # |
| 7 | # The perl-module eclass is designed to allow easier installation of perl |
8 | # The perl-module eclass is designed to allow easier installation of perl |
| 8 | # modules, and their incorporation into the Gentoo Linux system. |
9 | # modules, and their incorporation into the Gentoo Linux system. |
| 9 | |
10 | |
| 10 | ECLASS=perl-module |
11 | inherit base |
| 11 | INHERITED="${INHERITED} ${ECLASS}" |
|
|
| 12 | |
12 | |
| 13 | EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm \ |
13 | EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm src_compile src_install src_test src_unpack |
| 14 | src_compile src_install src_test \ |
|
|
| 15 | perlinfo updatepod |
|
|
| 16 | |
14 | |
| 17 | eval `perl '-V:version'` |
15 | # 2005.04.28 mcummings |
| 18 | newdepend ">=dev-lang/perl-5.8.0-r12" |
16 | # Mounting problems with src_test functions has forced me to make the |
|
|
17 | # compilation of perl modules honor the FEATURES maketest flag rather than what |
|
|
18 | # is generally necessary. I've left a block to make sure we still need to set |
|
|
19 | # the SRC_TEST="do" flag on the suspicion that otherwise we will face 10 times |
|
|
20 | # as many bug reports as we have lately. |
|
|
21 | # |
|
|
22 | # 2004.05.10 rac |
|
|
23 | # block on makemaker versions earlier than that in the 5.8.2 core. in |
|
|
24 | # actuality, this should be handled in the perl ebuild, so every perl |
|
|
25 | # ebuild should block versions of MakeMaker older than the one it |
|
|
26 | # carries. in the meantime, since we have dumped support for MakeMaker |
|
|
27 | # <6.11 and the associated broken DESTDIR handling, block here to save |
|
|
28 | # people from sandbox trouble. |
|
|
29 | # |
|
|
30 | # 2004.05.25 rac |
|
|
31 | # for the same reasons, make the perl dep >=5.8.2 to get everybody |
|
|
32 | # with 5.8.0 and its 6.03 makemaker up to a version that can |
|
|
33 | # understand DESTDIR |
|
|
34 | # |
|
|
35 | # 2004.10.01 mcummings |
|
|
36 | # noticed a discrepancy in how we were sed fixing references to ${D} |
|
|
37 | # |
|
|
38 | # 2005.03.14 mcummings |
|
|
39 | # Updated eclass to include a specific function for dealing with perlocal.pods - |
|
|
40 | # this should avoid the conflicts we've been running into with the introduction |
|
|
41 | # of file collision features by giving us a single exportable function to deal |
|
|
42 | # with the pods. Modifications to the eclass provided by Yaakov S |
|
|
43 | # <yselkowitz@hotmail.com> in bug 83622 |
|
|
44 | # |
|
|
45 | # <later the same day> |
|
|
46 | # The long awaited (by me) fix for automagically detecting and dealing |
|
|
47 | # with module-build dependancies. I've chosen not to make it a default dep since |
|
|
48 | # this adds overhead to people that might not otherwise need it, and instead |
|
|
49 | # modified the eclass to detect the existence of a Build.PL and behave |
|
|
50 | # accordingly. This will fix issues with g-cpan builds that needs module-build |
|
|
51 | # support, as well as get rid of the (annoying) style=builder vars. I know of |
|
|
52 | # only one module that needed to be hacked for this, Class-MethodMaker-2.05, but |
|
|
53 | # that module has a bad Build.PL to begin with. Ebuilds should continue to |
|
|
54 | # DEPEND on module-build<-version> as needed, but there should be no need for |
|
|
55 | # the style directive any more (especially since it isn't in the eclass |
|
|
56 | # anymore). Enjoy! |
|
|
57 | # |
|
|
58 | # 2005.07.18 mcummings |
|
|
59 | # Fix for proper handling of $mydoc - thanks to stkn for noticing we were |
|
|
60 | # bombing out there |
|
|
61 | # |
|
|
62 | # 2005.07.19 mcummings |
|
|
63 | # Providing an override var for the use of Module::Build. While it is being |
|
|
64 | # incorporated in more and more modules, not all module authors have working |
|
|
65 | # Build.PL's in place. The override is to allow for a fallback to the "classic" |
|
|
66 | # Makfile.PL - example is Class::MethodMaker, which provides a Build.PL that is |
|
|
67 | # severely broken. |
|
|
68 | # |
|
|
69 | # 2006.02.11 mcummings |
|
|
70 | # Per a conversation with solar, adding a change to the dep/rdep lines for |
|
|
71 | # minimal. Should fix bug 68367 and bug 83622, as well as other embedded builds |
|
|
72 | # that use perl components without providing perl |
|
|
73 | # |
|
|
74 | # 2006.06.13 mcummings |
|
|
75 | # I've reordered and extended the logic on when to invoke module-build versus |
|
|
76 | # MakeMaker. The problem that has arisen is that some modules provide a |
|
|
77 | # Makefile.PL that passes all arguments on to a Build.PL - including PREFIX, |
|
|
78 | # which causes module-build to build with a target of /usr/usr/ |
|
|
79 | # (how broken is that?). Current logic is if there is a Build.PL and we aren't |
|
|
80 | # overriding, use it; otherwise use the Makefile.PL; otherwise return (maybe we |
|
|
81 | # want all the functionality of the perl-module eclass without needing to |
|
|
82 | # compile??). |
|
|
83 | # |
|
|
84 | # 2007.08.19 ian |
|
|
85 | # Added ${myconf} - bug #176818 |
|
|
86 | # |
|
|
87 | # 2007.10.17 robbat2 |
|
|
88 | # Added the 'MODULE_AUTHOR' variable. Set it before inheriting the eclass |
|
|
89 | # and it will set your HOMEPAGE and SRC_URI correctly for a CPAN package. |
|
|
90 | |
|
|
91 | [ -z "${SRC_URI}" -a -n "${MODULE_AUTHOR}" ] && \ |
|
|
92 | SRC_URI="mirror://cpan/authors/id/${MODULE_AUTHOR:0:1}/${MODULE_AUTHOR:0:2}/${MODULE_AUTHOR}/${MODULE_SECTION}/${P}.tar.gz" |
|
|
93 | [ -z "${HOMEPAGE}" ] && HOMEPAGE="http://search.cpan.org/search?query=${PN}&mode=dist" |
|
|
94 | |
| 19 | SRC_PREP="no" |
95 | SRC_PREP="no" |
|
|
96 | SRC_TEST="skip" |
|
|
97 | PREFER_BUILDPL="yes" |
| 20 | |
98 | |
|
|
99 | PERL_VERSION="" |
|
|
100 | SITE_ARCH="" |
| 21 | SITE_LIB="" |
101 | SITE_LIB="" |
|
|
102 | VENDOR_LIB="" |
|
|
103 | VENDOR_ARCH="" |
| 22 | ARCH_LIB="" |
104 | ARCH_LIB="" |
| 23 | POD_DIR="" |
105 | POD_DIR="" |
|
|
106 | BUILDER_VER="" |
|
|
107 | pm_echovar="" |
|
|
108 | |
|
|
109 | perl-module_src_unpack() { |
|
|
110 | if [[ -n ${PATCHES} ]]; then |
|
|
111 | base_src_unpack unpack |
|
|
112 | base_src_unpack autopatch |
|
|
113 | else |
|
|
114 | base_src_unpack unpack |
|
|
115 | fi |
|
|
116 | } |
| 24 | |
117 | |
| 25 | perl-module_src_prep() { |
118 | perl-module_src_prep() { |
| 26 | |
119 | |
|
|
120 | perlinfo |
|
|
121 | |
|
|
122 | export PERL_MM_USE_DEFAULT=1 |
|
|
123 | # Disable ExtUtils::AutoInstall from prompting |
|
|
124 | export PERL_EXTUTILS_AUTOINSTALL="--skipdeps" |
|
|
125 | |
|
|
126 | |
| 27 | SRC_PREP="yes" |
127 | SRC_PREP="yes" |
| 28 | if [ "${style}" == "builder" ]; then |
128 | find ${S} -type d -name "\.svn" -exec /bin/rm -rf {} \; 2>/dev/null |
| 29 | perl ${S}/Build.PL installdirs=vendor destdir=${D} |
129 | if [ "${PREFER_BUILDPL}" == "yes" ] && ( [ -f Build.PL ] || [ ${PN} == "module-build" ] ); then |
| 30 | else |
130 | einfo "Using Module::Build" |
| 31 | perl Makefile.PL INSTALLDIRS=vendor ${myconf} \ |
131 | echo "$pm_echovar" | perl Build.PL ${myconf} --installdirs=vendor --destdir=${D} --libdoc= || die "Unable to build! (are you using USE=\"build\"?)" |
| 32 | PREFIX=${D}/usr |
132 | elif [ -f Makefile.PL ] && [ ! ${PN} == "module-build" ]; then |
|
|
133 | einfo "Using ExtUtils::MakeMaker" |
|
|
134 | echo "$pm_echovar" | perl Makefile.PL ${myconf} INSTALLMAN3DIR='none'\ |
|
|
135 | PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D} || die "Unable to build! (are you using USE=\"build\"?)" |
| 33 | fi |
136 | fi |
| 34 | |
137 | if [ ! -f Build.PL ] && [ ! -f Makefile.PL ]; then |
|
|
138 | einfo "No Make or Build file detected..." |
|
|
139 | return |
|
|
140 | fi |
| 35 | } |
141 | } |
| 36 | |
142 | |
| 37 | perl-module_src_compile() { |
143 | perl-module_src_compile() { |
| 38 | |
144 | |
|
|
145 | perlinfo |
| 39 | [ "${SRC_PREP}" != "yes" ] && perl-module_src_prep |
146 | [ "${SRC_PREP}" != "yes" ] && perl-module_src_prep |
| 40 | if [ "${style}" != "builder" ]; then |
147 | if [ -f Makefile ]; then |
| 41 | make ${mymake} || die "compilation failed" |
148 | make ${mymake} || die "compilation failed" |
|
|
149 | elif [ -f Build ]; then |
|
|
150 | perl Build build || die "compilation failed" |
| 42 | fi |
151 | fi |
|
|
152 | fixlocalpod |
| 43 | |
153 | |
| 44 | } |
154 | } |
| 45 | |
155 | |
| 46 | perl-module_src_test() { |
156 | perl-module_src_test() { |
| 47 | if [ "${style}" == "builder" ]; then |
157 | if [ "${SRC_TEST}" == "do" ]; then |
| 48 | perl ${S}/Build test |
158 | perlinfo |
| 49 | else |
159 | if [ -f Makefile ]; then |
| 50 | make test |
160 | make test || die "test failed" |
|
|
161 | elif [ -f Build ]; then |
|
|
162 | perl Build test || die "test failed" |
| 51 | fi |
163 | fi |
| 52 | |
164 | fi |
| 53 | } |
165 | } |
| 54 | |
166 | |
| 55 | perl-module_src_install() { |
167 | perl-module_src_install() { |
| 56 | |
168 | |
| 57 | perlinfo |
169 | perlinfo |
| 58 | dodir ${POD_DIR} |
170 | |
| 59 | |
|
|
| 60 | test -z ${mytargets} && mytargets="install" |
171 | test -z ${mytargets} && mytargets="install" |
|
|
172 | |
|
|
173 | if [ -f Makefile ]; then |
|
|
174 | make ${myinst} ${mytargets} || die |
|
|
175 | elif [ -f Build ]; then |
|
|
176 | perl ${S}/Build install |
|
|
177 | fi |
|
|
178 | |
|
|
179 | |
|
|
180 | einfo "Cleaning out stray man files" |
|
|
181 | for FILE in `find ${D} -type f -name "*.3pm*"`; do |
|
|
182 | rm -rf ${FILE} |
|
|
183 | done |
|
|
184 | find ${D}/usr/share/man -depth -type d 2>/dev/null | xargs -r rmdir 2>/dev/null |
|
|
185 | |
|
|
186 | fixlocalpod |
|
|
187 | |
|
|
188 | for FILE in `find ${D} -type f |grep -v '.so'`; do |
|
|
189 | STAT=`file $FILE| grep -i " text"` |
|
|
190 | if [ "${STAT}x" != "x" ]; then |
|
|
191 | sed -i -e "s:${D}:/:g" ${FILE} |
|
|
192 | fi |
|
|
193 | done |
|
|
194 | |
|
|
195 | for doc in Change* MANIFEST* README* ${mydoc}; do |
|
|
196 | [ -s "$doc" ] && dodoc $doc |
|
|
197 | done |
|
|
198 | } |
|
|
199 | |
|
|
200 | |
|
|
201 | perl-module_pkg_setup() { |
|
|
202 | |
|
|
203 | perlinfo |
|
|
204 | } |
|
|
205 | |
|
|
206 | |
|
|
207 | perl-module_pkg_preinst() { |
|
|
208 | |
|
|
209 | perlinfo |
|
|
210 | } |
|
|
211 | |
|
|
212 | perl-module_pkg_postinst() { |
|
|
213 | |
|
|
214 | einfo "Man pages are not installed for most modules now." |
|
|
215 | einfo "Please use perldoc instead." |
|
|
216 | updatepod |
|
|
217 | } |
|
|
218 | |
|
|
219 | perl-module_pkg_prerm() { |
|
|
220 | |
|
|
221 | updatepod |
|
|
222 | } |
|
|
223 | |
|
|
224 | perl-module_pkg_postrm() { |
|
|
225 | |
|
|
226 | updatepod |
|
|
227 | } |
|
|
228 | |
|
|
229 | perlinfo() { |
|
|
230 | |
|
|
231 | local version |
|
|
232 | eval `perl '-V:version'` |
|
|
233 | PERL_VERSION=${version} |
|
|
234 | |
|
|
235 | local installsitearch |
| 61 | eval `perl '-V:installsitearch'` |
236 | eval `perl '-V:installsitearch'` |
| 62 | SITE_ARCH=${installsitearch} |
237 | SITE_ARCH=${installsitearch} |
|
|
238 | |
|
|
239 | local installsitelib |
|
|
240 | eval `perl '-V:installsitelib'` |
|
|
241 | SITE_LIB=${installsitelib} |
|
|
242 | |
|
|
243 | local installarchlib |
| 63 | eval `perl '-V:installarchlib'` |
244 | eval `perl '-V:installarchlib'` |
| 64 | ARCH_LIB=${installarchlib} |
245 | ARCH_LIB=${installarchlib} |
| 65 | |
246 | |
| 66 | if [ "${style}" == "builder" ]; then |
247 | local installvendorlib |
| 67 | perl ${S}/Build install |
248 | eval `perl '-V:installvendorlib'` |
|
|
249 | VENDOR_LIB=${installvendorlib} |
|
|
250 | |
|
|
251 | local installvendorarch |
|
|
252 | eval `perl '-V:installvendorarch'` |
|
|
253 | VENDOR_ARCH=${installvendorarch} |
|
|
254 | |
|
|
255 | if [ "${PREFER_BUILDPL}" == "yes" ]; then |
|
|
256 | if [ ! -f ${S}/Makefile.PL ] || [ ${PN} == "module-build" ]; then |
|
|
257 | if [ -f ${S}/Build.PL ]; then |
|
|
258 | if [ ${PN} == "module-build" ]; then |
|
|
259 | BUILDER_VER="1" # A bootstrapping if you will |
| 68 | else |
260 | else |
| 69 | make \ |
261 | BUILDER_VER=`perl -MModule::Build -e 'print "$Module::Build::VERSION;"' ` |
| 70 | PREFIX=${D}/usr \ |
262 | fi |
| 71 | INSTALLMAN1DIR=${D}/usr/share/man/man1 \ |
263 | fi |
| 72 | INSTALLMAN2DIR=${D}/usr/share/man/man2 \ |
|
|
| 73 | INSTALLMAN3DIR=${D}/usr/share/man/man3 \ |
|
|
| 74 | INSTALLMAN4DIR=${D}/usr/share/man/man4 \ |
|
|
| 75 | INSTALLMAN5DIR=${D}/usr/share/man/man5 \ |
|
|
| 76 | INSTALLMAN6DIR=${D}/usr/share/man/man6 \ |
|
|
| 77 | INSTALLMAN7DIR=${D}/usr/share/man/man7 \ |
|
|
| 78 | INSTALLMAN8DIR=${D}/usr/share/man/man8 \ |
|
|
| 79 | INSTALLSITEMAN1DIR=${D}/usr/share/man/man1 \ |
|
|
| 80 | INSTALLSITEMAN2DIR=${D}/usr/share/man/man2 \ |
|
|
| 81 | INSTALLSITEMAN3DIR=${D}/usr/share/man/man3 \ |
|
|
| 82 | INSTALLSITEMAN4DIR=${D}/usr/share/man/man4 \ |
|
|
| 83 | INSTALLSITEMAN5DIR=${D}/usr/share/man/man5 \ |
|
|
| 84 | INSTALLSITEMAN6DIR=${D}/usr/share/man/man6 \ |
|
|
| 85 | INSTALLSITEMAN7DIR=${D}/usr/share/man/man7 \ |
|
|
| 86 | INSTALLSITEMAN8DIR=${D}/usr/share/man/man8 \ |
|
|
| 87 | INSTALLSITEARCH=${D}/${SITE_ARCH} \ |
|
|
| 88 | INSTALLSCRIPT=${D}/usr/bin \ |
|
|
| 89 | ${myinst} \ |
|
|
| 90 | ${mytargets} || die |
|
|
| 91 | fi |
264 | fi |
|
|
265 | fi |
|
|
266 | |
|
|
267 | if [ -f /usr/bin/perl ] |
|
|
268 | then |
|
|
269 | POD_DIR="/usr/share/perl/gentoo-pods/${version}" |
|
|
270 | fi |
|
|
271 | } |
|
|
272 | |
|
|
273 | fixlocalpod() { |
|
|
274 | perlinfo |
| 92 | |
275 | |
| 93 | if [ -f ${D}${ARCH_LIB}/perllocal.pod ]; |
276 | if [ -f ${D}${ARCH_LIB}/perllocal.pod ]; |
| 94 | then |
277 | then |
| 95 | touch ${D}/${POD_DIR}/${P}.pod |
|
|
| 96 | sed -e "s:${D}::g" \ |
|
|
| 97 | ${D}${ARCH_LIB}/perllocal.pod >> ${D}/${POD_DIR}/${P}.pod |
|
|
| 98 | touch ${D}/${POD_DIR}/${P}.pod.arch |
|
|
| 99 | cat ${D}/${POD_DIR}/${P}.pod >>${D}/${POD_DIR}/${P}.pod.arch |
|
|
| 100 | rm -f ${D}/${ARCH_LIB}/perllocal.pod |
278 | rm -f ${D}/${ARCH_LIB}/perllocal.pod |
| 101 | fi |
279 | fi |
| 102 | |
280 | |
| 103 | if [ -f ${D}${SITE_LIB}/perllocal.pod ]; |
281 | if [ -f ${D}${SITE_LIB}/perllocal.pod ]; |
| 104 | then |
282 | then |
| 105 | touch ${D}/${POD_DIR}/${P}.pod |
|
|
| 106 | sed -e "s:${D}::g" \ |
|
|
| 107 | ${D}${SITE_LIB}/perllocal.pod >> ${D}/${POD_DIR}/${P}.pod |
|
|
| 108 | touch ${D}/${POD_DIR}/${P}.pod.site |
|
|
| 109 | cat ${D}/${POD_DIR}/${P}.pod >>${D}/${POD_DIR}/${P}.pod.site |
|
|
| 110 | rm -f ${D}/${SITE_LIB}/perllocal.pod |
283 | rm -f ${D}/${SITE_LIB}/perllocal.pod |
| 111 | fi |
284 | fi |
| 112 | |
285 | |
| 113 | for FILE in `find ${D} -type f -name "*.html" -o -name ".packlist"`; do |
286 | if [ -f ${D}${VENDOR_LIB}/perllocal.pod ]; |
| 114 | sed -i -e "s:${D}:/:g" ${FILE} |
|
|
| 115 | done |
|
|
| 116 | |
|
|
| 117 | dodoc Change* MANIFEST* README* ${mydoc} |
|
|
| 118 | } |
|
|
| 119 | |
|
|
| 120 | |
|
|
| 121 | perl-module_pkg_setup() { |
|
|
| 122 | |
|
|
| 123 | perlinfo |
|
|
| 124 | } |
|
|
| 125 | |
|
|
| 126 | |
|
|
| 127 | perl-module_pkg_preinst() { |
|
|
| 128 | |
|
|
| 129 | perlinfo |
|
|
| 130 | } |
|
|
| 131 | |
|
|
| 132 | perl-module_pkg_postinst() { |
|
|
| 133 | |
|
|
| 134 | updatepod |
|
|
| 135 | } |
|
|
| 136 | |
|
|
| 137 | perl-module_pkg_prerm() { |
|
|
| 138 | |
|
|
| 139 | updatepod |
|
|
| 140 | } |
|
|
| 141 | |
|
|
| 142 | perl-module_pkg_postrm() { |
|
|
| 143 | |
|
|
| 144 | updatepod |
|
|
| 145 | } |
|
|
| 146 | |
|
|
| 147 | perlinfo() { |
|
|
| 148 | |
|
|
| 149 | if [ -f /usr/bin/perl ] |
|
|
| 150 | then |
287 | then |
| 151 | eval `perl '-V:installarchlib'` |
288 | rm -f ${D}/${VENDOR_LIB}/perllocal.pod |
| 152 | eval `perl '-V:installsitearch'` |
|
|
| 153 | ARCH_LIB=${installarchlib} |
|
|
| 154 | SITE_LIB=${installsitearch} |
|
|
| 155 | |
|
|
| 156 | eval `perl '-V:version'` |
|
|
| 157 | POD_DIR="/usr/share/perl/gentoo-pods/${version}" |
|
|
| 158 | fi |
289 | fi |
| 159 | |
|
|
| 160 | } |
290 | } |
| 161 | |
291 | |
| 162 | updatepod() { |
292 | updatepod() { |
| 163 | perlinfo |
293 | perlinfo |
| 164 | |
294 | |
| 165 | if [ -d "${POD_DIR}" ] |
295 | if [ -d "${POD_DIR}" ] |
| 166 | then |
296 | then |
| 167 | for FILE in `find ${POD_DIR} -type f -name "*.pod.arch"`; do |
297 | for FILE in `find ${POD_DIR} -type f -name "*.pod.arch"`; do |
| 168 | cat ${FILE} >> ${ARCH_LIB}/perllocal.pod |
298 | cat ${FILE} >> ${ARCH_LIB}/perllocal.pod |
| 169 | rm -f ${FILE} |
299 | rm -f ${FILE} |
| 170 | done |
300 | done |
| 171 | for FILE in `find ${POD_DIR} -type f -name "*.pod.site"`; do |
301 | for FILE in `find ${POD_DIR} -type f -name "*.pod.site"`; do |
| 172 | cat ${FILE} >> ${SITE_LIB}/perllocal.pod |
302 | cat ${FILE} >> ${SITE_LIB}/perllocal.pod |
| 173 | rm -f ${FILE} |
303 | rm -f ${FILE} |
| 174 | done |
304 | done |
|
|
305 | for FILE in `find ${POD_DIR} -type f -name "*.pod.vendor"`; do |
|
|
306 | cat ${FILE} >> ${VENDOR_LIB}/perllocal.pod |
|
|
307 | rm -f ${FILE} |
|
|
308 | done |
| 175 | fi |
309 | fi |
| 176 | } |
310 | } |