You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage mailx-12.5-41.fc36.x86_64
Mailx is an enhanced mail command, which provides the functionality of the POSIX mailx command, as well as SysV mail and Berkeley Mail (from which it is derived). Additionally to the POSIX features, mailx can work with Maildir/ e-mail storage format (as well as mailboxes), supports IMAP, POP3 and SMTP protocols (including over SSL) to operate with remote hosts, handles mime types and different charsets. There are a lot of other useful features, see mailx(1). And as its ancient analogues, mailx can be used as a mail script language, both for sending and receiving mail. Besides the "mailx" command, this package provides "mail" and "Mail" (which should be compatible with its predecessors from the mailx-8.x source), as well as "nail" (the initial name of this project).
RPMPackage mailcap-2.1.53-3.fc36.noarch
The mailcap file is used by the metamail program. Metamail reads the mailcap file to determine how it should display non-text or multimedia material. Basically, mailcap associates a particular type of file with a particular program that a mail agent or other program can call in order to handle the file. Mailcap should be installed to allow certain programs to be able to handle non-text files. Also included in this package is the mime.types file which contains a list of MIME types and their filename "extension" associations, used by several applications e.g. to determine MIME types for filenames.
RPMPackage mactel-boot-0.9-26.fc36.x86_64
Files for booting Fedora on Intel-based Apple hardware using EFI.
RPMPackage macchanger-1.7.0-20.fc36.x86_64
Features: * set specific MAC address of a network interface * set the MAC randomly * set a MAC of another vendor * set another MAC of the same vendor * reset MAC address to its original permanent hardware value * display a vendor MAC list (more than 18000 items)
RPMPackage mac-robber-1.02-22.fc36.x86_64
mac-robber is a digital forensics and incident response tool that can be used with The Sleuth Kit to create a timeline of file activity for mounted file systems.
RPMPackage m4-1.4.19-3.fc36.x86_64
A GNU implementation of the traditional UNIX macro processor. M4 is useful for writing text files which can be logically parsed, and is used by many programs as part of their build process. M4 has built-in functions for including files, running shell commands, doing arithmetic, etc. The autoconf program needs m4 for generating configure scripts, but not for running configure scripts. Install m4 if you need a macro processor.
RPMPackage m17n-lib-tools-1.8.0-12.fc36.x86_64
Tools to test M17n GUI widget library.
RPMPackage m17n-lib-anthy-1.8.0-12.fc36.x86_64
Anthy module for m17n-lib allows ja-anthy.mim to support input conversion.
RPMPackage m17n-lib-1.8.0-12.fc36.x86_64
m17n-lib is a multilingual text library used primarily to allow the input of many languages with the input table maps from m17n-db. The package provides the core and input method backend libraries.
RPMPackage m17n-db-1.8.0-26.fc36.noarch
This package contains multilingualization (m17n) datafiles for m17n-lib which describe input maps, encoding maps, OpenType font data and font layout text rendering for languages.
RPMPackage perl-Moose-Autobox-0.16-18.fc36.noarch
Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH & CODE for use with autobox.
RPMPackage perl-Moose-2.2201-2.fc36.x86_64
Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent and less tedious. With Moose you can to think more about what you want to do and less about the mechanics of OOP. Additionally, Moose is built on top of Class::MOP, which is a metaclass system for Perl 5. This means that Moose not only makes building normal Perl 5 objects better, but it provides the power of metaclass programming as well. Moose is different from other Perl 5 object systems because it is not a new system, but instead an extension of the existing one.
RPMPackage perl-MooX-Types-MooseLike-Numeric-1.03-17.fc36.noarch
Moo types for numbers, adapted from MooseX::Types::Common::Numeric.
RPMPackage perl-MooX-Types-MooseLike-0.29-20.fc36.noarch
See MooX::Types::MooseLike::Base for a list of available base types. Its source also provides an example of how to build base types, along with both parameterizable and non-parameterizable.
RPMPackage perl-MooX-TypeTiny-0.002003-3.fc36.noarch
This module optimizes Moo type checks when used with Type::Tiny to perform better. It will automatically apply to isa checks and coercions that use Type::Tiny. Non-Type::Tiny isa checks will work as normal.
RPMPackage perl-MooX-Struct-0.020-7.fc36.noarch
MooX::Struct allows you to create cheap struct-like classes for your data using Moo.
RPMPackage perl-MooX-Options-4.103-14.fc36.noarch
Create a command line tool with your Mo, Moo, Moose objects.
RPMPackage perl-MooX-HasEnv-0.004-22.fc36.noarch
This package allows the making of attributes based on ENV variables.
RPMPackage perl-MooX-ConfigFromFile-0.009-17.fc36.noarch
This module is intended to easy load initialization values for attributes on object construction from an appropriate configuration file. The building is done in MooX::ConfigFromFile::Rule - using MooX::ConfigFromFile ensures the role is applied.
RPMPackage perl-MooX-0.101-25.fc36.noarch
Using Moo and MooX:: packages the most lazy way