270f578c77
2.08 Wed May 3 17:17:33 EDT 2006 - Implemented new rasterizer for grid mapping. Thanks to Roland Schar for a tortuous example of span issues. - Regular extraction and TREE mode are using the same rasterizer now. - Fixed HTML stripping for a header matching bug on single word text in keep_html mode (thanks to Michael S. Muegel for pointing the bug out) 2.07 Sun Feb 19 13:40:44 EST 2006 - Fixed subtable slicing bug - Fixed hrow() attachment bug - Added tests
19 lines
644 B
Makefile
19 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/05/08 16:38:11 gson Exp $
|
|
|
|
DISTNAME= HTML-TableExtract-2.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= damon@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/table-extract/
|
|
COMMENT= Perl5 module to simplify extracting HTML tables
|
|
|
|
DEPENDS+= p5-HTML-Parser>=3.08:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-HTML-Tree>=3.18:../../www/p5-HTML-Tree
|
|
DEPENDS+= p5-HTML-Element-Extended>=1.13:../../www/p5-HTML-Element-Extended
|
|
|
|
PERL5_PACKLIST= auto/HTML-TableExtract/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|