diff --git a/www/p5-HTML-TableContentParser/Makefile b/www/p5-HTML-TableContentParser/Makefile index 13028bbb31a..f0e8081ef49 100644 --- a/www/p5-HTML-TableContentParser/Makefile +++ b/www/p5-HTML-TableContentParser/Makefile @@ -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 diff --git a/www/p5-HTML-TableContentParser/distinfo b/www/p5-HTML-TableContentParser/distinfo index 3b80acf85a3..7ec396edc69 100644 --- a/www/p5-HTML-TableContentParser/distinfo +++ b/www/p5-HTML-TableContentParser/distinfo @@ -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 diff --git a/www/p5-HTML-TableContentParser/pkg/DESCR b/www/p5-HTML-TableContentParser/pkg/DESCR index ba365209721..31f016daf7f 100644 --- a/www/p5-HTML-TableContentParser/pkg/DESCR +++ b/www/p5-HTML-TableContentParser/pkg/DESCR @@ -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.