From 060c752c35d8aa6849597606343f56524f9d9aaf Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Sat, 10 Aug 2019 03:35:44 +0000 Subject: [PATCH] Remaining updates to modules used by biber. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21925 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/perl-deps.xml | 40 ++++++++--- general/prog/perl-deps/perl-alien-build.xml | 68 ++++++++++++++++++ general/prog/perl-deps/perl-alien-libxml2.xml | 69 +++++++++++++++++++ general/prog/perl-deps/perl-ffi-checklib.xml | 65 +++++++++++++++++ general/prog/perl-deps/perl-file-chdir.xml | 61 ++++++++++++++++ general/prog/perl-deps/perl-super.xml | 2 +- general/prog/perl-deps/perl-test-needs.xml | 2 +- general/prog/perl-deps/perl-test-simple.xml | 2 +- .../perl-test2-plugin-nowarnings.xml | 2 +- general/prog/perl-deps/perl-test2-suite.xml | 2 +- general/prog/perl-deps/perl-text-csv_xs.xml | 2 +- general/prog/perl-deps/perl-xml-libxml.xml | 4 +- general/prog/perl-deps/perl-xml-sax.xml | 2 +- introduction/welcome/changelog.xml | 8 +++ packages.ent | 20 +++--- 15 files changed, 324 insertions(+), 25 deletions(-) create mode 100644 general/prog/perl-deps/perl-alien-build.xml create mode 100644 general/prog/perl-deps/perl-alien-libxml2.xml create mode 100644 general/prog/perl-deps/perl-ffi-checklib.xml create mode 100644 general/prog/perl-deps/perl-file-chdir.xml diff --git a/general/prog/perl-deps.xml b/general/prog/perl-deps.xml index bea3e1df68..a84c7ad5a3 100644 --- a/general/prog/perl-deps.xml +++ b/general/prog/perl-deps.xml @@ -70,6 +70,16 @@ + + + + + + + + + + @@ -175,6 +185,16 @@ + + + + + + + + + + @@ -536,6 +556,12 @@ + + + + @@ -599,6 +625,12 @@ + + + + @@ -686,17 +718,9 @@ - - - - diff --git a/general/prog/perl-deps/perl-alien-build.xml b/general/prog/perl-deps/perl-alien-build.xml new file mode 100644 index 0000000000..4c65fb63dc --- /dev/null +++ b/general/prog/perl-deps/perl-alien-build.xml @@ -0,0 +1,68 @@ + + + %general-entities; + + + + +]> + + + + + Alien::Build-&Alien-Build-version; + + + Alien::Build + + + + Introduction to Alien::Build + + + Alien::Build provides tools for building external (non-CPAN) dependencies + for CPAN. + + + &lfs84_checked; + + Package Information + + + + Download (HTTP): + + + + + Download MD5 sum: &my-md5sum; + + + + + Alien::Build Dependencies + + Required + + + + + Recommended (required for the testsuite) + + , + + + + + + + Installation of Alien::Build + + + + + + diff --git a/general/prog/perl-deps/perl-alien-libxml2.xml b/general/prog/perl-deps/perl-alien-libxml2.xml new file mode 100644 index 0000000000..393884189a --- /dev/null +++ b/general/prog/perl-deps/perl-alien-libxml2.xml @@ -0,0 +1,69 @@ + + + %general-entities; + + + + +]> + + + + + Alien::libxml2-&Alien-Libxml2-version; + + + Alien::Libxml2 + + + + Introduction to Alien::Libxml2 + + + Alien::Libxml2 is designed to allow modules to install the C libxml2 + library on your system. In BLFS, it uses pkg-config + to find how to link to the installed . + + + &lfs84_checked; + + Package Information + + + + Download (HTTP): + + + + + Download MD5 sum: &my-md5sum; + + + + + Alien::Libxml2 Dependencies + + Required + + , + + + + Recommended (required for the testsuite) + + + + + + + + Installation of Alien::Libxml2 + + + + + + diff --git a/general/prog/perl-deps/perl-ffi-checklib.xml b/general/prog/perl-deps/perl-ffi-checklib.xml new file mode 100644 index 0000000000..00e5ba2a32 --- /dev/null +++ b/general/prog/perl-deps/perl-ffi-checklib.xml @@ -0,0 +1,65 @@ + + + %general-entities; + + + + +]> + + + + + FFI::CheckLib-&FFI-CheckLib-version; + + + FFI::CheckLib + + + + Introduction to FFI::CheckLib + + + FFI::CheckLib checks whether a particular dynamic library is available + for FFI (Foreign Function Interface) to use. + + + &lfs84_checked; + + Package Information + + + + Download (HTTP): + + + + + Download MD5 sum: &my-md5sum; + + + + + FFI::CheckLib Dependencies + + Recommended (required for the testsuite) + + , + , + + + + + + + + Installation of FFI::CheckLib + + + + + + diff --git a/general/prog/perl-deps/perl-file-chdir.xml b/general/prog/perl-deps/perl-file-chdir.xml new file mode 100644 index 0000000000..6788d81363 --- /dev/null +++ b/general/prog/perl-deps/perl-file-chdir.xml @@ -0,0 +1,61 @@ + + + %general-entities; + + + + +]> + + + + + File::chdir-&File-chdir-version; + + + File::chdir + + + + Introduction to File::chdir + + + File::chdir provides a more sensible way to change directories. + + + + Perl's chdir() has the unfortunate problem of being very, very, very + global. If any part of your program calls chdir() or if any library you + use calls chdir(), it changes the current working directory for the + *whole* program. File::chdir gives you an alternative, $CWD and @CWD. + + + &lfs84_checked; + + Package Information + + + + Download (HTTP): + + + + + Download MD5 sum: &my-md5sum; + + + + + + + + Installation of File::chdir + + + + + + diff --git a/general/prog/perl-deps/perl-super.xml b/general/prog/perl-deps/perl-super.xml index 9cbf29a9e7..ec0ee0f811 100644 --- a/general/prog/perl-deps/perl-super.xml +++ b/general/prog/perl-deps/perl-super.xml @@ -5,7 +5,7 @@ %general-entities; - + ]> diff --git a/general/prog/perl-deps/perl-test-needs.xml b/general/prog/perl-deps/perl-test-needs.xml index ce4a89723e..b73b07c67b 100644 --- a/general/prog/perl-deps/perl-test-needs.xml +++ b/general/prog/perl-deps/perl-test-needs.xml @@ -5,7 +5,7 @@ %general-entities; - + ]> diff --git a/general/prog/perl-deps/perl-test-simple.xml b/general/prog/perl-deps/perl-test-simple.xml index 26553160b2..ebbfb31eb4 100644 --- a/general/prog/perl-deps/perl-test-simple.xml +++ b/general/prog/perl-deps/perl-test-simple.xml @@ -7,7 +7,7 @@ - + ]> diff --git a/general/prog/perl-deps/perl-test2-plugin-nowarnings.xml b/general/prog/perl-deps/perl-test2-plugin-nowarnings.xml index c8ecb18c89..b633c32ddc 100644 --- a/general/prog/perl-deps/perl-test2-plugin-nowarnings.xml +++ b/general/prog/perl-deps/perl-test2-plugin-nowarnings.xml @@ -5,7 +5,7 @@ %general-entities; - + ]> diff --git a/general/prog/perl-deps/perl-test2-suite.xml b/general/prog/perl-deps/perl-test2-suite.xml index 304812c2d2..63b26d0b20 100644 --- a/general/prog/perl-deps/perl-test2-suite.xml +++ b/general/prog/perl-deps/perl-test2-suite.xml @@ -5,7 +5,7 @@ %general-entities; - + ]> diff --git a/general/prog/perl-deps/perl-text-csv_xs.xml b/general/prog/perl-deps/perl-text-csv_xs.xml index 4373fa6997..5693f6d170 100644 --- a/general/prog/perl-deps/perl-text-csv_xs.xml +++ b/general/prog/perl-deps/perl-text-csv_xs.xml @@ -6,7 +6,7 @@ - + ]> diff --git a/general/prog/perl-deps/perl-xml-libxml.xml b/general/prog/perl-deps/perl-xml-libxml.xml index 9b4e1dc47d..425284449c 100644 --- a/general/prog/perl-deps/perl-xml-libxml.xml +++ b/general/prog/perl-deps/perl-xml-libxml.xml @@ -5,7 +5,7 @@ %general-entities; - + ]> @@ -45,7 +45,7 @@ Required - , + , diff --git a/general/prog/perl-deps/perl-xml-sax.xml b/general/prog/perl-deps/perl-xml-sax.xml index 82b893ff3a..b7435cd136 100644 --- a/general/prog/perl-deps/perl-xml-sax.xml +++ b/general/prog/perl-deps/perl-xml-sax.xml @@ -5,7 +5,7 @@ %general-entities; - + ]> diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 47ff6a82ff..31c3a41eb4 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,14 @@ August 9th, 2019 + + [ken] - Perl Module updates: SUPER-1.20190531, + Test2-Plugins-NoWarnings-0.07, Test2-Suite-0.000122, Test-Needs-0.002006, + Test-Simple-1.302164, Text-CSV_XS-1.39, XML-LibXML-2.0201, XML-SAX-1.02 + and add Alien-Build-1.79, Alien-Libxml2-0.09, FFI-CheckLib-0.25, + File-chdir-0.1010. Fixes + #12373. + [ken] - Perl Module updates: HTTP-Daemon-6.05, Module-Build-0.4229. Dependent perl module updates: DateTime-Locale-1.24, DateTime-TimeZone-2.36, diff --git a/packages.ent b/packages.ent index fb8186f0b1..eec7421bdb 100644 --- a/packages.ent +++ b/packages.ent @@ -416,6 +416,8 @@ to avoid building libxml2 twice, which is slow with all deps --> These should point to cpan.metacpan.org/authors and will not get automatically checked for newer versions --> + + @@ -437,6 +439,8 @@ to avoid building libxml2 twice, which is slow with all deps --> + + @@ -478,7 +482,7 @@ to avoid building libxml2 twice, which is slow with all deps --> - + @@ -487,25 +491,25 @@ to avoid building libxml2 twice, which is slow with all deps --> - + - + - - - + + + - + - +