r46477 - in /branches/etch/libhtml-parser-perl: ./ debian/ eg/ hints/ lib/ lib/HTML/ t/

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Wed Oct 28 08:01:34 UTC 2009


Author: carnil-guest
Date: Wed Oct 28 07:59:53 2009
New Revision: 46477

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46477
Log:
Add libhtml-parser-perl from etch for preparing security upload

Added:
    branches/etch/libhtml-parser-perl/
    branches/etch/libhtml-parser-perl/Changes
    branches/etch/libhtml-parser-perl/MANIFEST
    branches/etch/libhtml-parser-perl/Makefile.PL
    branches/etch/libhtml-parser-perl/Parser.pm
    branches/etch/libhtml-parser-perl/Parser.xs
    branches/etch/libhtml-parser-perl/README
    branches/etch/libhtml-parser-perl/TODO
    branches/etch/libhtml-parser-perl/debian/
    branches/etch/libhtml-parser-perl/debian/changelog
    branches/etch/libhtml-parser-perl/debian/compat
    branches/etch/libhtml-parser-perl/debian/control
    branches/etch/libhtml-parser-perl/debian/copyright
    branches/etch/libhtml-parser-perl/debian/rules   (with props)
    branches/etch/libhtml-parser-perl/debian/watch
    branches/etch/libhtml-parser-perl/eg/
    branches/etch/libhtml-parser-perl/eg/hanchors   (with props)
    branches/etch/libhtml-parser-perl/eg/hdump   (with props)
    branches/etch/libhtml-parser-perl/eg/hform
    branches/etch/libhtml-parser-perl/eg/hlc   (with props)
    branches/etch/libhtml-parser-perl/eg/hrefsub   (with props)
    branches/etch/libhtml-parser-perl/eg/hstrip   (with props)
    branches/etch/libhtml-parser-perl/eg/htext   (with props)
    branches/etch/libhtml-parser-perl/eg/htextsub   (with props)
    branches/etch/libhtml-parser-perl/eg/htitle   (with props)
    branches/etch/libhtml-parser-perl/hints/
    branches/etch/libhtml-parser-perl/hints/solaris.pl
    branches/etch/libhtml-parser-perl/hparser.c
    branches/etch/libhtml-parser-perl/hparser.h
    branches/etch/libhtml-parser-perl/lib/
    branches/etch/libhtml-parser-perl/lib/HTML/
    branches/etch/libhtml-parser-perl/lib/HTML/Entities.pm
    branches/etch/libhtml-parser-perl/lib/HTML/Filter.pm
    branches/etch/libhtml-parser-perl/lib/HTML/HeadParser.pm
    branches/etch/libhtml-parser-perl/lib/HTML/LinkExtor.pm
    branches/etch/libhtml-parser-perl/lib/HTML/PullParser.pm
    branches/etch/libhtml-parser-perl/lib/HTML/TokeParser.pm
    branches/etch/libhtml-parser-perl/mkhctype   (with props)
    branches/etch/libhtml-parser-perl/mkpfunc   (with props)
    branches/etch/libhtml-parser-perl/t/
    branches/etch/libhtml-parser-perl/t/api_version.t
    branches/etch/libhtml-parser-perl/t/argspec-bad.t
    branches/etch/libhtml-parser-perl/t/argspec.t
    branches/etch/libhtml-parser-perl/t/argspec2.t
    branches/etch/libhtml-parser-perl/t/attr-encoded.t
    branches/etch/libhtml-parser-perl/t/callback.t
    branches/etch/libhtml-parser-perl/t/case-sensitive.t
    branches/etch/libhtml-parser-perl/t/cases.t
    branches/etch/libhtml-parser-perl/t/comment.t
    branches/etch/libhtml-parser-perl/t/crashme.t
    branches/etch/libhtml-parser-perl/t/declaration.t
    branches/etch/libhtml-parser-perl/t/default.t
    branches/etch/libhtml-parser-perl/t/document.t
    branches/etch/libhtml-parser-perl/t/dtext.t
    branches/etch/libhtml-parser-perl/t/entities.t
    branches/etch/libhtml-parser-perl/t/entities2.t
    branches/etch/libhtml-parser-perl/t/filter-methods.t
    branches/etch/libhtml-parser-perl/t/filter.t
    branches/etch/libhtml-parser-perl/t/handler-eof.t
    branches/etch/libhtml-parser-perl/t/handler.t
    branches/etch/libhtml-parser-perl/t/headparser-http.t
    branches/etch/libhtml-parser-perl/t/headparser.t
    branches/etch/libhtml-parser-perl/t/ignore.t
    branches/etch/libhtml-parser-perl/t/largetags.t
    branches/etch/libhtml-parser-perl/t/linkextor-base.t
    branches/etch/libhtml-parser-perl/t/linkextor-rel.t
    branches/etch/libhtml-parser-perl/t/magic.t
    branches/etch/libhtml-parser-perl/t/marked-sect.t
    branches/etch/libhtml-parser-perl/t/msie-compat.t
    branches/etch/libhtml-parser-perl/t/offset.t
    branches/etch/libhtml-parser-perl/t/options.t
    branches/etch/libhtml-parser-perl/t/parsefile.t
    branches/etch/libhtml-parser-perl/t/parser.t
    branches/etch/libhtml-parser-perl/t/plaintext.t
    branches/etch/libhtml-parser-perl/t/pod.t
    branches/etch/libhtml-parser-perl/t/process.t
    branches/etch/libhtml-parser-perl/t/pullparser.t
    branches/etch/libhtml-parser-perl/t/script.t
    branches/etch/libhtml-parser-perl/t/skipped-text.t
    branches/etch/libhtml-parser-perl/t/stack-realloc.t
    branches/etch/libhtml-parser-perl/t/textarea.t
    branches/etch/libhtml-parser-perl/t/tokeparser.t
    branches/etch/libhtml-parser-perl/t/uentities.t
    branches/etch/libhtml-parser-perl/t/unbroken-text.t
    branches/etch/libhtml-parser-perl/t/unicode-bom.t
    branches/etch/libhtml-parser-perl/t/unicode.t
    branches/etch/libhtml-parser-perl/t/xml-mode.t
    branches/etch/libhtml-parser-perl/tokenpos.h
    branches/etch/libhtml-parser-perl/typemap
    branches/etch/libhtml-parser-perl/util.c

[This mail would be too long, it was shortened to contain the URLs only.]

Added: branches/etch/libhtml-parser-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/Changes?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/MANIFEST?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/Makefile.PL?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/Parser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/Parser.pm?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/Parser.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/Parser.xs?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/README?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/TODO?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/debian/changelog?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/debian/compat?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/debian/control?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/debian/copyright?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/debian/rules?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/debian/watch?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/eg/hanchors
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/eg/hanchors?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/eg/hdump
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/eg/hdump?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/eg/hform
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/eg/hform?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/eg/hlc
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/eg/hlc?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/eg/hrefsub
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/eg/hrefsub?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/eg/hstrip
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/eg/hstrip?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/eg/htext
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/eg/htext?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/eg/htextsub
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/eg/htextsub?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/eg/htitle
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/eg/htitle?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/hints/solaris.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/hints/solaris.pl?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/hparser.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/hparser.c?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/hparser.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/hparser.h?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/lib/HTML/Entities.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/lib/HTML/Entities.pm?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/lib/HTML/Filter.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/lib/HTML/Filter.pm?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/lib/HTML/HeadParser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/lib/HTML/HeadParser.pm?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/lib/HTML/LinkExtor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/lib/HTML/LinkExtor.pm?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/lib/HTML/PullParser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/lib/HTML/PullParser.pm?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/lib/HTML/TokeParser.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/lib/HTML/TokeParser.pm?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/mkhctype
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/mkhctype?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/mkpfunc
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/mkpfunc?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/api_version.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/api_version.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/argspec-bad.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/argspec-bad.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/argspec.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/argspec.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/argspec2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/argspec2.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/attr-encoded.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/attr-encoded.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/callback.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/callback.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/case-sensitive.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/case-sensitive.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/cases.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/cases.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/comment.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/comment.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/crashme.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/crashme.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/declaration.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/declaration.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/default.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/default.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/document.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/document.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/dtext.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/dtext.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/entities.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/entities.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/entities2.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/entities2.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/filter-methods.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/filter-methods.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/filter.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/filter.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/handler-eof.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/handler-eof.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/handler.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/handler.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/headparser-http.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/headparser-http.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/headparser.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/headparser.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/ignore.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/ignore.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/largetags.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/largetags.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/linkextor-base.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/linkextor-base.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/linkextor-rel.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/linkextor-rel.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/magic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/magic.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/marked-sect.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/marked-sect.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/msie-compat.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/msie-compat.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/offset.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/offset.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/options.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/options.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/parsefile.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/parsefile.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/parser.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/parser.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/plaintext.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/plaintext.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/pod.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/process.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/process.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/pullparser.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/pullparser.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/script.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/script.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/skipped-text.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/skipped-text.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/stack-realloc.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/stack-realloc.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/textarea.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/textarea.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/tokeparser.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/tokeparser.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/uentities.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/uentities.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/unbroken-text.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/unbroken-text.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/unicode-bom.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/unicode-bom.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/unicode.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/unicode.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/t/xml-mode.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/t/xml-mode.t?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/tokenpos.h
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/tokenpos.h?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/typemap
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/typemap?rev=46477&op=file

Added: branches/etch/libhtml-parser-perl/util.c
URL: http://svn.debian.org/wsvn/pkg-perl/branches/etch/libhtml-parser-perl/util.c?rev=46477&op=file




More information about the Pkg-perl-cvs-commits mailing list