SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
www/p5-HTML-TableContentParser/Makefile
Normal file
13
www/p5-HTML-TableContentParser/Makefile
Normal 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>
|
2
www/p5-HTML-TableContentParser/distinfo
Normal file
2
www/p5-HTML-TableContentParser/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-TableContentParser-0.305.tar.gz) = l0+cOu/rD3FmosKNygOm1lLZ1M7aqiUN0cVILoC9sxU=
|
||||
SIZE (HTML-TableContentParser-0.305.tar.gz) = 18931
|
5
www/p5-HTML-TableContentParser/pkg/DESCR
Normal file
5
www/p5-HTML-TableContentParser/pkg/DESCR
Normal 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.
|
2
www/p5-HTML-TableContentParser/pkg/PLIST
Normal file
2
www/p5-HTML-TableContentParser/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/HTML/TableContentParser.pm
|
||||
@man man/man3p/HTML::TableContentParser.3p
|
Loading…
Add table
Add a link
Reference in a new issue