home:smithfarm smithfarm's Home Project The tendency to persevere, to persist in spite of hindrances, discouragements and impossibilities -- it is this that distinguishes the strong soul from the weak. https://download.opensuse.org/repositories/home:/smithfarm/openSUSE_Leap_15.3/ openSUSE:Leap:15.3:Update Online updates for openSUSE Leap 15.3 This project is releasing the official updates for openSUSE Leap 15.3 https://download.opensuse.org/update/leap/15.3/oss/ openSUSE:Leap:15.3 openSUSE Leap borrows packages from SLE. The content of the build media is almost the same as Leap:15.2, but the development is drastic different. It includes the binaries (instead of the sources) directly from SLE. https://lists.opensuse.org/opensuse-factory/2020-04/msg00165.html https://download.opensuse.org/distribution/leap/15.3/repo/oss/ openSUSE:Backports:SLE-15-SP3:Checks Checks This project contains rpmlint checks for openSUSE:Backports:SLE-15-SP3 https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP3:/Checks/standard/ openSUSE:Backports:SLE-15-SP3:Update Online updates for openSUSE:Backports:SLE-15-SP3 This project is releasing updates for openSUSE:Backports SLE-15-SP3 https://download.opensuse.org/update/leap/15.3/backports/ openSUSE:Backports:SLE-15-SP3 Backports for SLE-15-SP3 Backports for SLE-15-SP3 https://download.opensuse.org/repositories/openSUSE:/Backports:/SLE-15-SP3/standard/ SUSE:SLE-15-SP3:Update SLE 15 SP3 SLE 15 SP3 https://download.opensuse.org/update/leap/15.3/sle/ SUSE:SLE-15-SP3:GA https://download.opensuse.org/repositories/SUSE:/SLE-15-SP3:/GA/pool/ SUSE:SLE-15-SP2:Update SLE 15 SP2 SLE 15 SP2 https://download.opensuse.org/update/leap/15.4/sle SUSE:SLE-15-SP2:GA SLE 15 SP2 SLE 15 SP2 https://download.opensuse.org/repositories/SUSE:/SLE-15-SP2:/GA/pool/ SUSE:SLE-15-SP1:Update SLE 15 SP1 SLE 15 SP1 https://download.opensuse.org/update/leap/15.4/sle SUSE:SLE-15-SP1:GA SLE 15 SP1 SLE 15 SP1 https://download.opensuse.org/repositories/SUSE:/SLE-15-SP1:/GA/pool/ SUSE:SLE-15:Update SLE 15 SLE 15 https://download.opensuse.org/update/leap/15.4/sle SUSE:SLE-15:GA SLE 15 SLE 15 https://download.opensuse.org/repositories/SUSE:/SLE-15:/GA/pool/ perl-ExtUtils-MakeMaker Create a module Makefile This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines that can be individually overridden. Each subroutine returns the text it wishes to have written to the Makefile. As there are various Make programs with incompatible syntax, which use operating system shells, again with incompatible syntax, it is important for users of this module to know which flavour of Make a Makefile has been written for so they'll use the correct one and won't have to face the possibly bewildering errors resulting from using the wrong one. On POSIX systems, that program will likely be GNU Make; on Microsoft Windows, it will be either Microsoft NMake, DMake or GNU Make. See the section on the L</"MAKE"> parameter for details. ExtUtils::MakeMaker (EUMM) is object oriented. Each directory below the current directory that contains a Makefile.PL is treated as a separate object. This makes it possible to write an unlimited number of Makefiles with a single invocation of WriteMakefile(). All inputs to WriteMakefile are Unicode characters, not just octets. EUMM seeks to handle all of these correctly. It is currently still not possible to portably use Unicode characters in module names, because this requires Perl to handle Unicode filenames, which is not yet the case on Windows. See L<ExtUtils::MakeMaker::FAQ> for details of the design and usage.