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:
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
|
@ -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
|
||||
|
|
23
www/p5-HTML-TableContentParser/Makefile
Normal file
23
www/p5-HTML-TableContentParser/Makefile
Normal 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>
|
2
www/p5-HTML-TableContentParser/distinfo
Normal file
2
www/p5-HTML-TableContentParser/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-TableContentParser-0.13.tar.gz) = 3eb9c80f65adf508300a95f591d8c58dcb7d74e90b1b7e5d4d9908599c5b5568
|
||||
SIZE (HTML-TableContentParser-0.13.tar.gz) = 4664
|
5
www/p5-HTML-TableContentParser/pkg-descr
Normal file
5
www/p5-HTML-TableContentParser/pkg-descr
Normal 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/
|
7
www/p5-HTML-TableContentParser/pkg-plist
Normal file
7
www/p5-HTML-TableContentParser/pkg-plist
Normal 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
|
Loading…
Reference in a new issue