r27600 - in /branches/upstream/libhtml-parser-perl: ./ current/ current/eg/ current/hints/ current/lib/ current/lib/HTML/ current/t/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Dec 1 21:07:46 UTC 2008


Author: dmn
Date: Mon Dec  1 21:07:42 2008
New Revision: 27600

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27600
Log:
[svn-inject] Installing original source of libhtml-parser-perl

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Added: branches/upstream/libhtml-parser-perl/current/t/threads.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libhtml-parser-perl/current/t/threads.t?rev=27600&op=file

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

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

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

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

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

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

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

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

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




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