head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2009.12.21.02.18.54;	author dougb;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.04.23.56.31;	author aaron;	state Exp;
branches;
next	1.3;

1.3
date	2005.09.21.19.35.49;	author fenner;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.10.06.16.32;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.06.12.34.02;	author mat;	state Exp;
branches;
next	;


desc
@@


1.5
log
@For ports maintained by ports@@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
@
text
@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'

WWW: http://search.cpan.org/dist/HTML-TokeParser-Simple/
@


1.4
log
@- Update from v3.14 to v3.15
- Restrict to Perl 5.6+ due to dependency upon www/p5-HTML-Parser
- Take maintainership

3.15  2005-11-29
      Fixed bug where rewrite_tag would unescape entities.  Thanks to "Paul
      Bijnens" <paul.bijnens@@xplanation.com> for the bug report and fix.

PR:		ports/98336
Submitted by:	aaron
Reviewed by:	maintainer
Approved by:	maintainer, tobez (implicit)
@
text
@a12 1
Author: Curtis "Ovid" Poe <eop_divo_sitruc@@yahoo.com>
@


1.3
log
@search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.

This pass brought to you by loving, painstaking hand editing.
@
text
@d13 1
@


1.2
log
@- Update to 3.13

PR:		75805
Submitted by:	Lars Eggert <lars.eggert at gmx.net>
@
text
@d12 1
a12 1
WWW: http://search.cpan.org/~ovid/HTML-TokeParser-Simple/
@


1.1
log
@Add p5-HTML-TokeParser-Simple 2.2, subclass of HTML::TokeParser with
easy-to-remember method calls.

PR:		ports/65709
Submitted by:	Lars Eggert <lars.eggert@@gmx.net>
@
text
@d11 2
@

