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,14 @@
COMMENT = inserts data into HTML input and select tags
MODULES = cpan
PKG_ARCH = *
DISTNAME = HTML-FillInForm-2.21
CATEGORIES = www
REVISION = 0
# perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = www/p5-HTML-Parser
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (HTML-FillInForm-2.21.tar.gz) = 068YPMgydhTxGSkp9PCRm26XJfwZxvNzDOVWqNrqbPY=
SIZE (HTML-FillInForm-2.21.tar.gz) = 17823

View file

@ -0,0 +1,3 @@
This module automatically inserts data from a previous HTML form into the
HTML input and select tags. It is a subclass of HTML::Parser and uses it
to parse the HTML and insert the values into the form tags.

View file

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