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

perl-HTML-Parser-3.72-1.26 RPM for aarch64

From OpenSuSE Leap 15.4 for aarch64

Name: perl-HTML-Parser Distribution: SUSE Linux Enterprise 15
Version: 3.72 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.26 Build date: Sat May 26 04:55:46 2018
Group: Development/Libraries/Perl Build host: thunderx6
Size: 234905 Source RPM: perl-HTML-Parser-3.72-1.26.src.rpm
Packager: https://www.suse.com/
Url: http://search.cpan.org/dist/HTML-Parser/
Summary: HTML parser class
Objects of the 'HTML::Parser' class will recognize markup and separate it
from plain text (alias data content) in HTML documents. As different kinds
of markup and text are recognized, the corresponding event handlers are
invoked.

'HTML::Parser' is not a generic SGML parser. We have tried to make it able
to deal with the HTML that is actually "out there", and it normally parses
as closely as possible to the way the popular web browsers do it instead of
strictly following one of the many HTML specifications from W3C. Where
there is disagreement, there is often an option that you can enable to get
the official behaviour.

The document to be parsed may be supplied in arbitrary chunks. This makes
on-the-fly parsing as documents are received from the network possible.

If event driven parsing does not feel right for your application, you might
want to use 'HTML::PullParser'. This is an 'HTML::Parser' subclass that
allows a more conventional program structure.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Wed Jan 20 2016 coolo@suse.com
  - updated to 3.72
    see /usr/share/doc/packages/perl-HTML-Parser/Changes
    2016-01-19  Release 3.72
    Gisle Aas (3):
      Avoid more clang casting warnings
      Remove trailing whitespace
      Ensure entities expand to utf8 sequences under 'utf8_mode' [RT#99755]
    David Steinbrunner (2):
      typo fix
      typo fixes
    Jacques Germishuys (1):
      Silence clang warning
    bulk88 (1):
      const+static-ing
    _______________________________________________________________________________
* Mon Apr 13 2015 coolo@suse.com
  - regnererate spec file to be in line with current template
* Tue Oct 15 2013 nine@detonation.org
  - update to 3.71
      Transform ':' in headers to '-' [RT#80524]
      Fix for cross-compiling with Buildroot
      Comment typo fix
      Fix Issue #3 / RT #84144: HTML::Entities::decode_entities() needs
      to call SV_CHECK_THINKFIRST() before checking READONLY flag
* Mon Apr 15 2013 idonmez@suse.com
  - Add Source URL, see https://en.opensuse.org/SourceUrls
* Mon Oct 17 2011 vcizek@suse.com
  - update to 3.69
      Documentation fix; encode_utf8 mixup [RT#71151]
      Make it clearer that there are 2 (actually 3) options for handing "UTF-8 garbage"
      Github is the official repo
      Can't be bothered to try to fix the failures that occur on perl-5.6
      fix to TokeParser to correctly handle option configuration
      Aesthetic change: remove extra ;
      Trim surrounding whitespace from extracted URLs.
    _______________________________________________________________________________
* Thu Aug 25 2011 chris@computersalat.de
  - fix build for RHEL, CentOS
    * Unknown tag: Suggests:
* Fri Feb 11 2011 vcizek@novell.com
  - changed Recommends: perl(HTTP:Headers) to Suggests
    (bnc#570870)
* Thu Feb 10 2011 chris@computersalat.de
  - remove Author
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Sep 06 2010 chris@computersalat.de
  - recreated by cpanspec 1.78
  - fix deps
    o Recommends HTTP::Headers not HTML::Headers
* Thu Sep 02 2010 pascal.bleser@opensuse.org
  - replaced auto-generated spec file
  - update to 3.68:
    * declare the encoding of the POD to be utf8
* Fri Aug 20 2010 chris@computersalat.de
  - recreated by cpanspec 1.78
    o fix deps
  - added bcond_with opt
* Wed Aug 18 2010 dmueller@suse.de
  - update to 3.67:
    * bleadperl 2154eca7 breaks HTML::Parser 3.66
* Mon Jul 12 2010 dmueller@suse.de
  - update to 3.66:
    * Fix entity decoding in utf8_mode for the title header
* Wed Apr 07 2010 chris@computersalat.de
  - update to 3.65
    * Eliminate buggy entities_decode_old
    * Fixed endianness typo [RT#50811]
    * Documentation fixes.
* Wed Jan 13 2010 anicka@suse.cz
  - update to 3.64
    * Convert files to UTF-8
    * Don't allow decode_entities() to generate illegal Unicode chars
    * Copyright 2009
    * Remove rendundant (repeated) test
    * Make parse_file() method use 3-arg open [RT#49434]
    * Take more care to prepare the char range for encode_entities [RT#50170]
    * decode_entities confused by trailing incomplete entity
    * HTTP::Header doc typo fix.
    * Do not bother tracking style or script, they're ignored.
    * Bring HTML 5 head elements up to date with WD-html5-20090423.
    * Improve HeadParser performance.
    * Doc patch: Make it clearer what the return value from ->parse is
  - remove last patch (fixed in upstream)
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Thu Oct 29 2009 anicka@suse.cz
  - fixed CVE-2009-3627 (bnc#550076)
* Thu Aug 27 2009 coolo@novell.com
  - remove strange obsoletes
* Sat Jul 25 2009 chris@computersalat.de
  - spec mods
    * removed ^----------
    * removed ^#---------
* Sun Jun 28 2009 chris@computersalat.de
  - update to 3.61
    * Test that triggers the crash that Chip fixed
    * Complete documented list of literal tags
    * Avoid crash (referenced pend_text instead of skipped_text)
    * Reference HTML::LinkExttor [RT#43164]
  - added perl-macros
    o autogen filelist with perl_gen_filelist
  - spec mods
    o fixed deps
  - fixed rpmlint warnings
    o spurious-executable-perm in doc

Files

/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/HTML
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/HTML/Entities.pm
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/HTML/Filter.pm
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/HTML/HeadParser.pm
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/HTML/LinkExtor.pm
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/HTML/Parser.pm
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/HTML/PullParser.pm
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/HTML/TokeParser.pm
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/HTML
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/HTML/Parser
/usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/HTML/Parser/Parser.so
/usr/share/doc/packages/perl-HTML-Parser
/usr/share/doc/packages/perl-HTML-Parser/Changes
/usr/share/doc/packages/perl-HTML-Parser/README
/usr/share/doc/packages/perl-HTML-Parser/TODO
/usr/share/doc/packages/perl-HTML-Parser/mkhctype
/usr/share/doc/packages/perl-HTML-Parser/mkpfunc
/usr/share/man/man3/HTML::Entities.3pm.gz
/usr/share/man/man3/HTML::Filter.3pm.gz
/usr/share/man/man3/HTML::HeadParser.3pm.gz
/usr/share/man/man3/HTML::LinkExtor.3pm.gz
/usr/share/man/man3/HTML::Parser.3pm.gz
/usr/share/man/man3/HTML::PullParser.3pm.gz
/usr/share/man/man3/HTML::TokeParser.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 17:10:10 2024