SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
COMMENT= module to parse the content of tables in HTML text
MODULES= cpan
PKG_ARCH= *
DISTNAME = HTML-TableContentParser-0.305
CATEGORIES= www devel
# Perl
PERMIT_PACKAGE= Yes
RUN_DEPENDS= www/p5-HTML-Parser
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (HTML-TableContentParser-0.305.tar.gz) = l0+cOu/rD3FmosKNygOm1lLZ1M7aqiUN0cVILoC9sxU=
SIZE (HTML-TableContentParser-0.305.tar.gz) = 18931

View file

@ -0,0 +1,5 @@
This module pulls out the contents of a table from a string containing
HTML. Each time a table is encountered, data will be stored in an array
consisting of a hash of whatever was discovered about the table -- id,
name, border, cellspacing etc, and of course data contained within the
table.

View file

@ -0,0 +1,2 @@
${P5SITE}/HTML/TableContentParser.pm
@man man/man3p/HTML::TableContentParser.3p