This module can be used to parse the content of tables in HTML text. The

parser returns an arrayref consisting of data for each table found within the
passed-in text.

WWW:	http://search.cpan.org/dist/HTML-TableContentParser/
This commit is contained in:
Steven Kreuzer 2010-11-22 22:20:44 +00:00
parent f5fe7fd595
commit 0ae71fe62e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264948
5 changed files with 38 additions and 0 deletions

View file

@ -978,6 +978,7 @@
SUBDIR += p5-HTML-StripScripts-Parser
SUBDIR += p5-HTML-Summary
SUBDIR += p5-HTML-Table
SUBDIR += p5-HTML-TableContentParser
SUBDIR += p5-HTML-TableExtract
SUBDIR += p5-HTML-TableLayout
SUBDIR += p5-HTML-TableParser

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: p5-HTML-TableContentParser
# Date created: 2010-11-22
# Whom: Steven Kreuzer <skreuzer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML-TableContentParser
PORTVERSION= 0.13
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skreuzer@freebsd.org
COMMENT= Do interesting things with the contents of tables
RUN_DEPENDS= p5-HTML-Parser>=3.68:${PORTSDIR}/www/p5-HTML-Parser
PERL_CONFIGURE= yes
MAN3= HTML::TableContentParser.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (HTML-TableContentParser-0.13.tar.gz) = 3eb9c80f65adf508300a95f591d8c58dcb7d74e90b1b7e5d4d9908599c5b5568
SIZE (HTML-TableContentParser-0.13.tar.gz) = 4664

View file

@ -0,0 +1,5 @@
This module can be used to parse the content of tables in HTML text. The
parser returns an arrayref consisting of data for each table found within the
passed-in text.
WWW: http://search.cpan.org/dist/HTML-TableContentParser/

View file

@ -0,0 +1,7 @@
@comment $FreeBSD$
%%SITE_PERL%%/HTML/TableContentParser.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/TableContentParser/.packlist
@dirrm %%SITE_PERL%%/HTML/TableContentParser
@dirrmtry %%SITE_PERL%%/HTML
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/TableContentParser
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML