Lector de Feeds
perl-FBP-0.410.0-14.mga10.src.rpm
    In Mageia/cauldron/x86_64:
*NOTE: Documentation is limited as this module is in active development*
wxFormBuilder is currently the best and most sophisticated program for
designing wxWidgets dialogs, and generating the code for these designs.
However, wxFormBuilder does not currently support the generation of Perl
code. If we are to produce Perl code for the designs it creates, the code
generation must be done independently, outside of wxFormBuilder itself.  
  
    Categorías: RPMs  
perl-OpenGL-List-0.10.0-14.mga10.src.rpm
    In Mageia/cauldron/x86_64:
The glpLine function is used to define a block of Perl OpenGL
instructions that should be immediately compiled into a display list.  
  
    Categorías: RPMs  
perl-OpenGL-List-0.10.0-14.mga10.src.rpm
    In Mageia/cauldron/i586:
The glpLine function is used to define a block of Perl OpenGL
instructions that should be immediately compiled into a display list.  
  
    Categorías: RPMs  
perl-ORLite-Mirror-1.240.0-14.mga10.src.rpm
    In Mageia/cauldron/x86_64:
the ORLite manpage provides a readonly ORM API when it loads a readonly
SQLite database from your local system.
By combining this capability with the LWP manpage, the ORLite::Mirror
manpage goes one step better and allows you to load a SQLite database from
any arbitrary URI in readonly form as well.
As demonstrated in the synopsis above, you using the ORLite::Mirror manpage
in the same way, but provide a URL instead of a file name.  
  
    Categorías: RPMs  
perl-ORLite-Mirror-1.240.0-14.mga10.src.rpm
    In Mageia/cauldron/i586:
the ORLite manpage provides a readonly ORM API when it loads a readonly
SQLite database from your local system.
By combining this capability with the LWP manpage, the ORLite::Mirror
manpage goes one step better and allows you to load a SQLite database from
any arbitrary URI in readonly form as well.
As demonstrated in the synopsis above, you using the ORLite::Mirror manpage
in the same way, but provide a URL instead of a file name.  
  
    Categorías: RPMs  
perl-ORLite-Statistics-0.30.0-14.mga10.src.rpm
    In Mageia/cauldron/x86_64:
This is an enhancement module for ORLite table classes, designed to provide
easy integration with the the Statistics::Base manpage module.  
  
    Categorías: RPMs  
perl-ORLite-Statistics-0.30.0-14.mga10.src.rpm
    In Mageia/cauldron/i586:
This is an enhancement module for ORLite table classes, designed to provide
easy integration with the the Statistics::Base manpage module.  
  
    Categorías: RPMs  
perl-ORLite-Migrate-1.100.0-14.mga10.src.rpm
    In Mageia/cauldron/i586:
SQLite is a light weight single file SQL database that provides an
excellent platform for embedded storage of structured data.
ORLite is a light weight single class Object-Relational Mapper (ORM)
system specifically designed for (and limited to only) work with SQLite.
ORLite::Migrate is a light weight single class Database Schema Migration
enhancement for ORLite.
It provides a simple implementation of schema versioning within the
SQLite database using the built-in user_version pragma (which is set to
zero by default).
When setting up the ORM class, an additional timeline parameter is
provided, which should point to a directory containing standalone
migration scripts.  
  
    Categorías: RPMs  
perl-ORLite-Migrate-1.100.0-14.mga10.src.rpm
    In Mageia/cauldron/x86_64:
SQLite is a light weight single file SQL database that provides an
excellent platform for embedded storage of structured data.
ORLite is a light weight single class Object-Relational Mapper (ORM)
system specifically designed for (and limited to only) work with SQLite.
ORLite::Migrate is a light weight single class Database Schema Migration
enhancement for ORLite.
It provides a simple implementation of schema versioning within the
SQLite database using the built-in user_version pragma (which is set to
zero by default).
When setting up the ORM class, an additional timeline parameter is
provided, which should point to a directory containing standalone
migration scripts.  
  
    Categorías: RPMs  
tellico-3.5.5-1.mga10.src.rpm
    In Mageia/cauldron/x86_64:
Tellico is a collection manager for KDE. It includes default collections for
books, bibliographies, comic books, videos, music, coins, stamps, trading
cards, and wines, and also allows custom collections. Unlimited user-defined
fields are allowed. Filters are available to limit the visible entries by
definable criteria. Full customization for printing is possible through
editing the default XSLT file. It can import CSV, Bibtex, and Bibtexml and
export CSV, HTML, Bibtex, Bibtexml, and PilotDB. Entries may be imported
directly from different web services such as amazon.com.  
  
    Categorías: RPMs  
tellico-3.5.5-1.mga10.src.rpm
    In Mageia/cauldron/i586:
Tellico is a collection manager for KDE. It includes default collections for
books, bibliographies, comic books, videos, music, coins, stamps, trading
cards, and wines, and also allows custom collections. Unlimited user-defined
fields are allowed. Filters are available to limit the visible entries by
definable criteria. Full customization for printing is possible through
editing the default XSLT file. It can import CSV, Bibtex, and Bibtexml and
export CSV, HTML, Bibtex, Bibtexml, and PilotDB. Entries may be imported
directly from different web services such as amazon.com.  
  
    Categorías: RPMs  
perl-Locale-Msgfmt-0.150.0-13.mga10.src.rpm
    In Mageia/cauldron/i586:
This module does the same thing as msgfmt from GNU gettext-tools, except this
is pure Perl.  
  
    Categorías: RPMs  
perl-Locale-Msgfmt-0.150.0-13.mga10.src.rpm
    In Mageia/cauldron/x86_64:
This module does the same thing as msgfmt from GNU gettext-tools, except this
is pure Perl.  
  
    Categorías: RPMs  
perl-LWP-Online-1.80.0-12.mga10.src.rpm
    In Mageia/cauldron/x86_64:
This module attempts to answer, as accurately as it can, one of the
nastiest technical questions there is.
*Am I on the internet?*
The answer is useful in a wide range of decisions. For example...  
  
    Categorías: RPMs  
perl-LWP-Online-1.80.0-12.mga10.src.rpm
    In Mageia/cauldron/i586:
This module attempts to answer, as accurately as it can, one of the
nastiest technical questions there is.
*Am I on the internet?*
The answer is useful in a wide range of decisions. For example...  
  
    Categorías: RPMs  
perl-Class-Adapter-1.90.0-5.mga10.src.rpm
    In Mageia/cauldron/x86_64:
The 'Class::Adapter' class is intended as an abstract base class for
creating any sort of class or object that follows the _Adapter_ pattern.
What is an Adapter?
    The term _Adapter_ refers to a _"Design Pattern"_ of the same name,
    from the famous _"Gang of Four"_ book _"Design Patterns"_. Although
    their original implementation was designed for Java and similar
    single-inheritance strictly-typed languauge, the situation for which it
    applies is still valid.
    An _Adapter_ in this Perl sense of the term is when a class is created
    to achieve by composition (objects containing other object) something
    that can't be achieved by inheritance (sub-classing).  
  
    Categorías: RPMs  
perl-Class-Adapter-1.90.0-5.mga10.src.rpm
    In Mageia/cauldron/i586:
The 'Class::Adapter' class is intended as an abstract base class for
creating any sort of class or object that follows the _Adapter_ pattern.
What is an Adapter?
    The term _Adapter_ refers to a _"Design Pattern"_ of the same name,
    from the famous _"Gang of Four"_ book _"Design Patterns"_. Although
    their original implementation was designed for Java and similar
    single-inheritance strictly-typed languauge, the situation for which it
    applies is still valid.
    An _Adapter_ in this Perl sense of the term is when a class is created
    to achieve by composition (objects containing other object) something
    that can't be achieved by inheritance (sub-classing).  
  
    Categorías: RPMs  
plasma5support-6.1.1-1.mga10.src.rpm
    In Mageia/cauldron/i586:
Migration aids for KF5 -> KF6 migration.  
  
    Categorías: RPMs  
plasma5support-6.1.1-1.mga10.src.rpm
    In Mageia/cauldron/x86_64:
Migration aids for KF5 -> KF6 migration.  
  
    Categorías: RPMs  
libkscreen-6.1.1-1.mga10.src.rpm
    In Mageia/cauldron/x86_64:
LibKScreen is a library that provides access to current configuration
of connected displays and ways to change the configuration.  
  
    Categorías: RPMs  
 
      



