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= HTML ajax autocompleter for Rose
MODULES= cpan
PKG_ARCH= *
DISTNAME= Rose-HTMLx-Form-Field-Autocomplete-0.02
REVISION= 1
CATEGORIES= www devel databases
RUN_DEPENDS= www/p5-Rose-HTML-Objects
# Perl
PERMIT_PACKAGE= Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Rose-HTMLx-Form-Field-Autocomplete-0.02.tar.gz) = 37KS951ZowlPGhSHXac/KUPTc2fP487pizPETzaRUL4=
SIZE (Rose-HTMLx-Form-Field-Autocomplete-0.02.tar.gz) = 2928

View file

@ -0,0 +1,7 @@
This subclass of Rose::HTML::Form::Field::Text is intended to make it easier
to integrate Ajax autocompletion into your web applications. You define
a URL where your web application can find suggested values for the field,
and optionally, a limit on the number of suggestions returned by the server.
This subclass is expected to be used with
Catalyst::Controller::Rose::Autocomplete but that is not required.

View file

@ -0,0 +1,5 @@
${P5SITE}/Rose/HTMLx/
${P5SITE}/Rose/HTMLx/Form/
${P5SITE}/Rose/HTMLx/Form/Field/
${P5SITE}/Rose/HTMLx/Form/Field/Autocomplete.pm
@man man/man3p/Rose::HTMLx::Form::Field::Autocomplete.3p