Package: perl5282 Version: 5.28.2 Revision: 6 # To match /usr/bin/perl5.28 on 11.0-11.2 Distribution: 10.9, 10.10, 10.11, 10.12, 10.13, 10.14, 10.14.5, 10.15, 11.3, 12.0, 13.0, 14.0, 15.0 BuildDepends: << db60-aes, fink (>= 0.32.0), gdbm6 << Depends: %n-core (>= %v-%r) Conflicts: perl5162, perl5182, perl5184, perl5282, perl5302, perl5303, perl5341 Replaces: perl5162, perl5182, perl5184, perl5282, perl5302, perl5303, perl5341 License: Artistic Description: The Perl programming language, v. 5.28.2 DescDetail: << Perl is a high-level programming language with roots in C, sed, awk and shell scripting. Perl is good at handling processes and files, and is especially good at handling text. Perl's hallmarks are practicality and efficiency. While it is used to do a lot of different things, Perl's most common applications are system administration utilities and web programming. A large proportion of the CGI scripts on the web are written in Perl. Fink's perl packages retain the perl version subdirectories in the lib tree. Without these, upgrading or downgrading Perl breaks all of the binary modules. << DescPort: << Because the perl build system is designed to download source files for "extra" perlmodules directly from CPAN, we do not include those "extra" perlmodules in this package. For that reason, the following packages which are Provided by Apple's build of perl5.28.2 on 11.0 are not provided here: convert-tnef-pm5282, html-parser-pm5282, perl-objcbridge-pm5282, scalar-list-utils-pm5282, uri-pm5282, algorithm-diff-pm5282, class-autouse-pm5282, corefoundation-pm5282, data-hierarcy-pm5282, freezethaw-pm5282, io-pager-pm5282, locale-maketext-lexicon-pm5282, perlio-eol-pm5282 Included Time::Local does bad assumptions for 2 digit years, which broke starting in 2020. Patch adapted for perl5.1x from here: https://rt.cpan.org/Public/Bug/Display.html?id=124787 On macOS11.0, buildtime miniperl is not properly referenced in some Makefiles. So we hardcode the relative position for building. Time::HiRes misidentifies macOS having clock_nanosleep. libperl.t: handle nm output on Mac OS Ventura 13.4 (fixed in 5.39.1). Use upstream patch to silence warnings with clang-12+ about compound-token-split-by-macro. << DescUsage: << Most perl scripts start with #!/usr/bin/perl which will invoke Apple's /usr/bin/perl. This package does not alter /usr/bin/perl. If you wish to use this version of perl in scripts, the script should begin with #!%p/bin/perl5.28.2 instead of #!/usr/bin/perl << Source: mirror:cpan:src/5.0/perl-%v.tar.xz Source-Checksum: SHA256(0b0189bfa4b2da20e899b4bdd746ac402e8f746a58e4fcf5516484157f2aab07) PatchFile: %n.patch PatchFile-MD5: 82c99ae1c164a33e98d85095ab3a630c PatchFile3: %n-timelocal-y2020.patch PatchFile3-MD5: 0ed67a0840de3869984371db64afc544 PatchFile4: %n-macos11.patch PatchFile4-MD5: 78edd43fda6f4bd3870425112fae9fc9 PatchFile5: %n-timehires.patch PatchFile5-MD5: c3cd1abd6fb119cd1dd95051289e5243 PatchFile6: %n-libperl-t.patch PatchFile6-MD5: 44b346cdddc136e2db2c16567690b815 PatchFile7: %n-clang_braces.patch PatchFile7-MD5: 00dec344f45253c9692f88f1bbe72bf1 PatchScript: << sed -e 's|@FINK_PREFIX@|%p|g' < %{PatchFile} | patch -p1 patch -p1 < %{PatchFile3} patch -p1 < %{PatchFile4} patch -p1 < %{PatchFile5} patch -p1 < %{PatchFile6} patch -p1 < %{PatchFile7} << CompileScript: << #!/bin/sh -ev if [[ `sw_vers -productVersion | cut -f 1 -d.` -ge 11 ]]; then # race condition on macOS11 causes miniperl to not propagate sometimes ABSPERL=../../miniperl # /usr/lib/libc* no longer exists perl -pi -e 's,win32|vms|openbsd|cygwin,$&|darwin,g' ext/DynaLoader/t/DynaLoader.t fi sh Configure \ -desr \ -Dcc="gcc" \ -Dcpp="-gcc -E" \ -Dprefix=%p \ -Dccflags=-I%p/include \ -Dldflags=-L%p/lib \ -Dperladmin=none \ -Uinstallusrbinperl \ -Dprivlib="%p/lib/perl5-core/5.28.2" \ -Darchlib="%p/lib/perl5-core/5.28.2/darwin-thread-multi-2level" \ -Dman3dir="%p/lib/perl5-core/5.28.2/man/man3" \ -Dman3ext=3pm \ -Dscriptdir="%p/bin" \ -Duseithreads \ -Dinc_version_list=none \ -Dcf_by="Fink Project" \ -Dcf_email="fink-core@lists.sourceforge.net" \ -Umydomain \ -Dmyhostname="localhost" \ -Adefine:startperl="#!%p/bin/perl5.28.2" \ -Adefine:perlpath="%p/bin/perl5.28.2" make << DocFiles: README Copying InfoTest: << TestScript: << #!/bin/sh -ev # Occasional reported Time-HiRes test-failures # https://pastebin.com/JK68gr5p # likely due to other system processes. See: # https://github.com/Perl/perl5/pull/20908 export PERL_FILE_ATIME_CHANGES=1 make test || exit 2 << << InstallScript: << make install DESTDIR=%d mkdir -p %i/etc/profile.d echo "append_path MANPATH %p/lib/perl5-core/5.28.2/man" >> %i/etc/profile.d/%N-core.csh echo "append_path MANPATH %p/lib/perl5/5.28.2/man" >> %i/etc/profile.d/%N-core.csh echo "append_path MANPATH %p/lib/perl5-core/5.28.2/man" >> %i/etc/profile.d/%N-core.sh echo "append_path MANPATH %p/lib/perl5/5.28.2/man" >> %i/etc/profile.d/%N-core.sh echo "export MANPATH" >> %i/etc/profile.d/%N-core.sh chmod 755 %i/etc/profile.d/%N-core.* << SplitOff: << Package: %N-core Conflicts: compress-zlib-pm (<= 1.19-2), crypt-ssleay-pm (<= 0.45-2), dbd-mysql-pm (<= 2.1026-1), dbd-pg-pm (<= 1.21-4), dbd-pg-pm-ssl (<= 1.21-4), dbi-pm (<= 1:1.35-1), digest-md5-pm (<= 2.24-1), digest-sha1-pm (<= 2.02-1), egd (<= 0.8-3), eperl-pm (<= 2.2.14-2), filter-util-pm (<= 1.26-1), fribidi-pm (<= 0.05-2), ftlib-pm (<= 1.2-1), gd-pm (<= 2.06-5), gimp-perl (<= 1.211-4), gtk-perl-pm (<= 0.7008-7), html-parser-pm (<= 3.27-1), http-ghttp-pm (<= 1.07-1), irssi-ssl (<= 0.8.6-3), irssi (<= 0.8.6-2), jcode-pm (<= 0.82-1), libapreq-pm (<= 1.0-1), mac-carbon-pm (<= 0.05-1), macosx-file-pm (<= 0.64-1), mime-base64-pm (<= 2.18-1), net-ssleay-pm (<= 1.22-2), nkf (<= 1.92-1), params-validate-pm (<= 0.57-1), pdl (<= 2.3.2-1), perlmagick-pm (<= 5.5.4-1), pgplot-perl (<= 2.18-4), postgresql-perl (<= 7.3.2-7), postgresql-ssl-perl (<= 7.3.2-7), rrdtool-perl (<= 1.0.41-1), scalar-list-utils-pm (<= 1.11-1), sha-pm (<= 1.2-2), shout-pm (<= 1.0-1), storable-pm (<= 1.0.14-1), string-approx-pm (<= 3.19-1), template-notex-pm (<= 2.08-13), template-pm (<= 2.08-13), term-readkey-pm (<= 2.21-1), term-readline-gnu-pm (<= 1.13-1), text-iconv-pm (<= 1.2-1), time-hires-pm (<= 1.46-1), time-piece-pm (<= 1.08-1), tk-pm (<= 800.024-2), tk-tablematrix-pm (<= 1.01-1), unicode-string-pm (<= 2.07-1), xml-parser-pm (<= 2.31-4), xmms-pm (<= 0.12-2) Provides: << archive-tar-pm5282, attribute-handlers-pm5282, carp-pm5282, compress-raw-bzip2-pm5282, compress-raw-zlib-pm5282, compress-zlib-pm5282, cpan-meta-requirements-pm5282, data-dumper-pm5282, db-pm5282, devel-peek-pm5282, digest-md5-pm5282, digest-pm5282, digest-sha-pm5282, extutils-cbuilder-pm5282, extutils-makemaker-pm5282, extutils-parsexs-pm5282, file-find-pm5282, file-path-pm5282, file-spec-pm5282, file-temp-pm5282, filter-simple-pm5282, getopt-long-pm5282, http-tiny-pm5282, i18n-langtags-pm5282, io-zlib-pm5282, libnet-pm5282, list-util-pm5282, locale-maketext-pm5282, locale-maketext-simple-pm5282, math-bigint-pm5282, memoize-pm5282, mime-base64-pm5282, module-corelist-pm5282, module-load-conditional-pm5282, module-load-pm5282, params-check-pm5282, perl-ostype-pm5282, pod-escapes-pm5282, pod-parser-pm5282, pod-simple-pm5282, sys-syslog-pm5282, term-readline-pm5282, test-harness-pm5282, test-simple-pm5282, text-tabs-pm5282, text-wrap-pm5282, time-hires-pm5282, unicode-normalize-pm5282 << Depends: << db60-aes-shlibs, gdbm6-shlibs << Files: bin/perl5.28.2 etc lib/perl5 lib/perl5-core Description: Core files for perl, v. 5.28.2 DocFiles: README Copying << DescPackaging: << We split the perl5.28.2 binary and the files in lib/perl5* off as a separate "core" package which does not conflict with other versions of perl. %p/bin/perl and other binaries remain in the perl5282 package, and different versions of perl can be selected by installing a different package instead. We now use lib/perl5-core as the main installation directory to avoid conflicts with fink-installed perl modules. << Homepage: https://www.cpan.org/ Maintainer: Fink Core Group