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,19 @@
COMMENT= module to extract text contained within HTML tables
MODULES= cpan
PKG_ARCH= *
DISTNAME = HTML-TableExtract-2.15
CATEGORIES= www
REVISION = 0
# GPL
PERMIT_PACKAGE= Yes
RUN_DEPENDS = www/p5-HTML-Parser
BUILD_DEPENDS = ${RUN_DEPENDS}
TEST_DEPENDS= www/p5-HTML-Tree
MAKE_ENV+= TEST_POD=Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (HTML-TableExtract-2.15.tar.gz) = hsWcnVjaPKF02l5i9aD7AvTaArGx4B355dFLtl5MPs8=
SIZE (HTML-TableExtract-2.15.tar.gz) = 36481

View file

@ -0,0 +1,5 @@
HTML::TableExtract is a module that simplifies the extraction of
information contained in tables within HTML documents.
Tables of note may be specified using Headers, Depth, Count, or
some combination of the three.

View file

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