aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-TagParser
Commit message (Collapse)AuthorAgeFilesLines
* support STAGEDIR.Vanilla I. Shu2013-11-072-4/+2
| | | | Notes: svn path=/head/; revision=333099
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 0.20Sunpoet Po-Chuan Hsieh2012-05-093-6/+9
| | | | | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/HTML-TagParser/Changes Notes: svn path=/head/; revision=296279
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* - update to 0.16Yen-Ming Lee2007-04-062-4/+4
| | | | Notes: svn path=/head/; revision=189400
* - update to 0.14Yen-Ming Lee2006-11-022-4/+4
| | | | Notes: svn path=/head/; revision=176216
* - HTML::TagParser is a pure Perl implementaion for parsing HTML files.Cheng-Lung Sung2006-07-084-0/+45
This module provides some methods like DOM. This module is not strict about XHTML format because many of HTML pages are not strict. You know, many pages use <br> elemtents instead of <br/> and have <p> elements which are not closed. WWW: http://search.cpan.org/dist/p5-HTML-TagParser/ Notes: svn path=/head/; revision=167170