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,20 @@
COMMENT= simple interface to HTML::TokeParser
DISTNAME = HTML-TokeParser-Simple-3.16
CATEGORIES= www
REVISION = 0
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE= Yes
MODULES= cpan
PKG_ARCH= *
RUN_DEPENDS= www/p5-HTML-Parser
TEST_DEPENDS=devel/p5-Sub-Override
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (HTML-TokeParser-Simple-3.16.tar.gz) = 7RETXGg55uDq+WlS5qw1Oi8i67QKchZZZx5dLcwOSp0=
SIZE (HTML-TokeParser-Simple-3.16.tar.gz) = 19952

View file

@ -0,0 +1,4 @@
HTML::TokeParser is an excellent module that's often used for parsing
HTML. However, the tokens returned are not exactly intuitive to parse
so HTML::TokeParser::Simple allows the user ask more intuitive (read:
more self-documenting) questions about the tokens returned.

View file

@ -0,0 +1,22 @@
${P5SITE}/HTML/TokeParser/
${P5SITE}/HTML/TokeParser/Simple/
${P5SITE}/HTML/TokeParser/Simple.pm
${P5SITE}/HTML/TokeParser/Simple/Token/
${P5SITE}/HTML/TokeParser/Simple/Token.pm
${P5SITE}/HTML/TokeParser/Simple/Token/Comment.pm
${P5SITE}/HTML/TokeParser/Simple/Token/Declaration.pm
${P5SITE}/HTML/TokeParser/Simple/Token/ProcessInstruction.pm
${P5SITE}/HTML/TokeParser/Simple/Token/Tag/
${P5SITE}/HTML/TokeParser/Simple/Token/Tag.pm
${P5SITE}/HTML/TokeParser/Simple/Token/Tag/End.pm
${P5SITE}/HTML/TokeParser/Simple/Token/Tag/Start.pm
${P5SITE}/HTML/TokeParser/Simple/Token/Text.pm
@man man/man3p/HTML::TokeParser::Simple.3p
@man man/man3p/HTML::TokeParser::Simple::Token.3p
@man man/man3p/HTML::TokeParser::Simple::Token::Comment.3p
@man man/man3p/HTML::TokeParser::Simple::Token::Declaration.3p
@man man/man3p/HTML::TokeParser::Simple::Token::ProcessInstruction.3p
@man man/man3p/HTML::TokeParser::Simple::Token::Tag.3p
@man man/man3p/HTML::TokeParser::Simple::Token::Tag::End.3p
@man man/man3p/HTML::TokeParser::Simple::Token::Tag::Start.3p
@man man/man3p/HTML::TokeParser::Simple::Token::Text.3p