Subject: CVS commit: pkgsrc/www/p5-HTML-SimpleParse
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/01/2001 04:58:26
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Oct  1 01:58:26 UTC 2001

Update of /cvsroot/pkgsrc/www/p5-HTML-SimpleParse
In directory netbsd.hut.fi:/tmp/cvs-serv23713

Log Message:
www/p5-HTML-Parser:

This module is a bare-bones HTML parser.  It is similar in concept to
HTML::Parser, but it differs in a couple of important ways.

First, HTML::SimpleParse just finds tags and text in the HTML you give it;
it does not care about the specific content of these tags (though it does
distinguish between different _types_ of tags, such as comments, starting
tags like <b>, ending tags like </b>, and so on).

Second, HTML::SimpleParse does not create a hierarchical tree of HTML
content, but rather a simple linear list.  It does not pay any attention to
balancing start tags with corresponding end tags, or which pairs of tags
are inside other pairs of tags.

Because of these characteristics, you can make a very effective HTML filter
by sub-classing HTML::SimpleParse.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/www/p5-HTML-SimpleParse/Makefile
N pkgsrc/www/p5-HTML-SimpleParse/distinfo
N pkgsrc/www/p5-HTML-SimpleParse/pkg/DESCR
N pkgsrc/www/p5-HTML-SimpleParse/pkg/PLIST

No conflicts created by this import