Bug 65709 - [NEW PORT] www/p5-HTML-TokeParser-Simple: Subclass of HTML::TokeParser with easy-to-remember method calls
Summary: [NEW PORT] www/p5-HTML-TokeParser-Simple: Subclass of HTML::TokeParser with e...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-18 14:10 UTC by Lars Eggert
Modified: 2004-05-06 13:36 UTC (History)
0 users

See Also:


Attachments
p5-HTML-TokeParser-Simple-2.2.shar (2.51 KB, text/plain)
2004-04-18 14:10 UTC, Lars Eggert
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Eggert 2004-04-18 14:10:16 UTC
HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses
easy-to-remember method calls to work with the tokens.  Rather than
try to remember a bunch of array indices or try to write a bunch of
constants for them, you can now do something like:

 $token->is_start_tag( 'form' )

Instead of 

 $token->[0] eq 'S' and $token->[1] eq 'form'

Generated with FreeBSD Port Tools 0.50
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2004-05-05 15:14:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

take
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2004-05-06 13:36:27 UTC
State Changed
From-To: open->closed

Port added, thanks :-) 
ps: plist was fixed, have a look at my change