SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
www/p5-Rose-HTMLx-Form-Field-Autocomplete/Makefile
Normal file
14
www/p5-Rose-HTMLx-Form-Field-Autocomplete/Makefile
Normal 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>
|
2
www/p5-Rose-HTMLx-Form-Field-Autocomplete/distinfo
Normal file
2
www/p5-Rose-HTMLx-Form-Field-Autocomplete/distinfo
Normal 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
|
7
www/p5-Rose-HTMLx-Form-Field-Autocomplete/pkg/DESCR
Normal file
7
www/p5-Rose-HTMLx-Form-Field-Autocomplete/pkg/DESCR
Normal 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.
|
5
www/p5-Rose-HTMLx-Form-Field-Autocomplete/pkg/PLIST
Normal file
5
www/p5-Rose-HTMLx-Form-Field-Autocomplete/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue