www/p5-HTML-TableContentParser: update to 0.301
Changelog: https://metacpan.org/source/WYANT/HTML-TableContentParser-0.301/Changes While here, reflowed DESCR. OK afresh1@
This commit is contained in:
parent
119e67ae8a
commit
1e75b9f645
@ -1,17 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2016/03/20 19:57:18 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2019/07/08 08:52:15 cwen Exp $
|
||||
|
||||
COMMENT= module to parse the content of tables in HTML text
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= HTML-TableContentParser-0.13
|
||||
REVISION= 3
|
||||
DISTNAME= HTML-TableContentParser-0.301
|
||||
CATEGORIES= www devel
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= www/p5-HTML-Parser
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (HTML-TableContentParser-0.13.tar.gz) = PrnID2Wt9QgwCpX1kdjFjct9dOkLG35dTZkIWZxbVWg=
|
||||
SIZE (HTML-TableContentParser-0.13.tar.gz) = 4664
|
||||
SHA256 (HTML-TableContentParser-0.301.tar.gz) = NdExHoDNoXdBYu2E2+IlWQ9ofhoy2sCbKizQvEqMxGU=
|
||||
SIZE (HTML-TableContentParser-0.301.tar.gz) = 17316
|
||||
|
@ -1,6 +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, bor-
|
||||
der, cellspacing etc, and of course data contained within
|
||||
the table.
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user