autocompleter for html::rose, yet another dep for a catalyst rose controller

This commit is contained in:
espie 2007-04-16 20:50:43 +00:00
parent cd2dac7a03
commit d63e12aaab
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/04/16 20:50:43 espie Exp $
COMMENT= 'HTML ajax autocompleter for Rose'
MODULES= cpan
DISTNAME= Rose-HTMLx-Form-Field-Autocomplete-0.02
CATEGORIES= www devel databases
RUN_DEPENDS= ::www/p5-Rose-HTML-Objects
# Perl
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Rose-HTMLx-Form-Field-Autocomplete-0.02.tar.gz) = FTpVHQ62VwHsKWUdJbqBAA==
RMD160 (Rose-HTMLx-Form-Field-Autocomplete-0.02.tar.gz) = Le0p+E3xYkR3hEq4qNJ/frTvifs=
SHA1 (Rose-HTMLx-Form-Field-Autocomplete-0.02.tar.gz) = K6ORzzFyqGgBSDJoJBa7SozXBZY=
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,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/04/16 20:50:43 espie Exp $
${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