Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Mail-Mbox-MessageParser-1.5111-bp156.3.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: perl-Mail-Mbox-MessageParser Distribution: SUSE Linux Enterprise 15 SP6
Version: 1.5111 Vendor: openSUSE
Release: bp156.3.1 Build date: Sat Jul 22 11:54:13 2023
Group: Development/Libraries/Perl Build host: goat46
Size: 137725 Source RPM: perl-Mail-Mbox-MessageParser-1.5111-bp156.3.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Mail-Mbox-MessageParser/
Summary: Fast and Simple Mbox Folder Reader
This module implements a fast but simple mbox folder reader. One of three
implementations (Cache, Grep, Perl) will be used depending on the wishes of
the user and the system configuration. The first implementation is a
cached-based one which stores email information about mailboxes on the file
system. Subsequent accesses will be faster because no analysis of the
mailbox will be needed. The second implementation is one based on GNU grep,
and is significantly faster than the Perl version for mailboxes which
contain very large (10MB) emails. The final implementation is a fast
Perl-based one which should always be applicable.

The Cache implementation is about 6 times faster than the standard Perl
implementation. The Grep implementation is about 4 times faster than the
standard Perl implementation. If you have GNU grep, it's best to enable
both the Cache and Grep implementations. If the cache information is
available, you'll get very fast speeds. Otherwise, you'll take about a 1/3
performance hit when the Grep version is used instead.

The overriding requirement for this module is speed. If you wish more
sophisticated parsing, use Mail::MboxParser (which is based on this module)
or Mail::Box.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Tue Jul 17 2018 coolo@suse.com
  - updated to 1.5111
    see /usr/share/doc/packages/perl-Mail-Mbox-MessageParser/CHANGES
    Version 1.5111:
    - Ensure that temp file is created in temp dir
    - Fix Makefile.PL warning
    - Fix deleting of inc during release process
    - Better fix for AutomatedTester warning
    Version 1.5110:
    - Updating META.yml
    Version 1.5109:
    - Switch to File::Slurper
    Version 1.5108:
    - Trying once again to fix the compile test on windows
    Version 1.5107:
    - Check in standard tests, including one that skips the compile check on Windows
* Fri Jul 06 2018 coolo@suse.com
  - updated to 1.5106
    see /usr/share/doc/packages/perl-Mail-Mbox-MessageParser/CHANGES
* Fri Oct 13 2017 pmonrealgonzalez@suse.com
  - Fixed compilation error:
    * Added BuildRequires:  perl(Module::Install)
* Sun May 03 2015 coolo@suse.com
  - updated to 1.5105
    see /usr/share/doc/packages/perl-Mail-Mbox-MessageParser/CHANGES
    Version 1.5105: Sat May 2 2015
    - Prevent CPAN from indexing private-lib
    Version 1.5104: Mon Apr 20 2015
    - Remove unused File::Cat import
    Version 1.5103: Mon Apr 20 2015
    - Add File::Path dependency for testing. Thanks to Paul Howarth
      <paul@city-fan.org> for the info.
      https://rt.cpan.org/Ticket/Display.html?id=103482
    - Don't install private Module::Install extension. Thanks to Paul Howarth
      <paul@city-fan.org> for the bug report.
      https://rt.cpan.org/Ticket/Display.html?id=103482
    - Clarify licensing terms
    - Move verbose testing to a private module, and implement it in a way that
      doesn't require editing the Makefile after it is generated.
    - Require File::Slurp instead of including it, to avoid potential problems
      like this:
      http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07
    - Improve the ability of the test suite to be run in parallel
    - Fix Windows test incompatibilities, such as:
      http://www.cpantesters.org/cpan/report/12187014-af8d-1014-92d8-fdf72a825c07
      http://www.cpantesters.org/cpan/report/12187014-af8d-1014-92d8-fdf72a825c07
    Version 1.5102: Sun Apr 12 2015
    - Fix xz and lzip test skip for when tools are not installed
    - Enable verbose testing for CPAN-testers
    - Use proper temp dir instead of t/temp
    - Consolidate issue tracking at rt.cpan.org
    Version 1.5101: Sat Apr 4 2015
    - Add a version check for lzip, to make sure the .lz file can be decompressed
      properly during testing. Thanks to Paul Howarth <paul@city-fan.org> for the
      suggestion.
    - Fix warning about deleting nonexistent test cache
    - Enhance "make test TEST_VERBOSE=1" to dump debug information
    - Work around a POD-stripping bug that would cause module load to fail on some
      platforms
    Version 1.5100: Sun Mar 22 2015
    - Moved code to github
    - Added xz support.
      https://rt.cpan.org/Ticket/Display.html?id=68286
      Thanks to sascha@trimind.de for initial patches.
    - Added lzip support.
      Thanks to an anonymous submitter for the idea.
      http://sourceforge.net/p/grepmail/patches/8/
    - Added POD test
    - Fixed hang in pure Perl implementation for a malformed mbox file scenario.
      Thanks to Jason Brooks <jason@petting-zoo.org> for providing an mbox
      that found this bug.
    - Fixed $OLDSTDERR used only once warning.
      https://rt.cpan.org/Ticket/Display.html?id=58053
      Thanks to paul@city-fan.org for the bug report and patch.
    - Fixed enabling of warnings.
      https://rt.cpan.org/Ticket/Display.html?id=79898
      Thanks to atourbin@cpan.org for the bug report and patch.
    - Fixed a division by zero error for malformed mbox files that start with a
      newline.
      https://rt.cpan.org/Ticket/Display.html?id=69469
      Thanks to vadz@cpan.org for the bug report.
    - Fix bug in M::M::Perl documentation.
      Thanks to Christopher Orsolits <chris@s7logic.com> for spotting it.
    - Add more cache file validation.
      Thanks to Richard Higson <richard.higson@gt.owl.de> for reporting the
      problem.
* Fri Nov 18 2011 coolo@suse.com
  - use original .tar.gz
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Nov 29 2010 coolo@novell.com
  - remove /var/adm/perl-modules
* Mon Jan 25 2010 anicka@suse.cz
  - update to 1.5002
    * Disabled the grep interface, which has had some tricky bugs
    that I don't have time to figure out.
    * Updated Makefile.PL to be compatible with versions of
    Module::Install > 0.88.
    * Instead of returning an error for an empty mailbox, a valid
    mailbox is returned that will immediately fail the
    end_of_mailbox check. This should simplify people's code.
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Thu Feb 21 2008 anicka@suse.cz
  - fix build with perl 5.10

Files

/usr/lib/perl5/vendor_perl/5.26.1/Mail
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Mbox
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Mbox/MessageParser
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Mbox/MessageParser.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Mbox/MessageParser/Cache.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Mbox/MessageParser/Config.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Mbox/MessageParser/Grep.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Mbox/MessageParser/MetaInfo.pm
/usr/lib/perl5/vendor_perl/5.26.1/Mail/Mbox/MessageParser/Perl.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Mail-Mbox-MessageParser
/usr/share/doc/packages/perl-Mail-Mbox-MessageParser/CHANGES
/usr/share/doc/packages/perl-Mail-Mbox-MessageParser/README
/usr/share/doc/packages/perl-Mail-Mbox-MessageParser/TODO
/usr/share/doc/packages/perl-Mail-Mbox-MessageParser/anonymize_mailbox
/usr/share/licenses/perl-Mail-Mbox-MessageParser
/usr/share/licenses/perl-Mail-Mbox-MessageParser/LICENSE
/usr/share/man/man3/Mail::Mbox::MessageParser.3pm.gz
/usr/share/man/man3/Mail::Mbox::MessageParser::Cache.3pm.gz
/usr/share/man/man3/Mail::Mbox::MessageParser::Config.3pm.gz
/usr/share/man/man3/Mail::Mbox::MessageParser::Grep.3pm.gz
/usr/share/man/man3/Mail::Mbox::MessageParser::MetaInfo.3pm.gz
/usr/share/man/man3/Mail::Mbox::MessageParser::Perl.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024