pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Rose-HTMLx-Form-Field-Autocomplete Added www/p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f896efac6a7
branches:  trunk
changeset: 544463:8f896efac6a7
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jul 15 08:43:49 2008 +0000

description:
Added www/p5-Rose-HTMLx-Form-Field-Autocomplete version 0.02

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.

diffstat:

 www/p5-Rose-HTMLx-Form-Field-Autocomplete/DESCR    |   8 ++++++++
 www/p5-Rose-HTMLx-Form-Field-Autocomplete/Makefile |  20 ++++++++++++++++++++
 www/p5-Rose-HTMLx-Form-Field-Autocomplete/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r bf4338da6dbe -r 8f896efac6a7 www/p5-Rose-HTMLx-Form-Field-Autocomplete/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Rose-HTMLx-Form-Field-Autocomplete/DESCR   Tue Jul 15 08:43:49 2008 +0000
@@ -0,0 +1,8 @@
+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.
diff -r bf4338da6dbe -r 8f896efac6a7 www/p5-Rose-HTMLx-Form-Field-Autocomplete/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Rose-HTMLx-Form-Field-Autocomplete/Makefile        Tue Jul 15 08:43:49 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 08:43:49 abs Exp $
+
+DISTNAME=      Rose-HTMLx-Form-Field-Autocomplete-0.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Rose/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?Rose::HTMLx::Form::Field::Autocomplete
+COMMENT=       Ajax autocompletion for text fields
+
+DEPENDS+=      p5-Rose-HTML-Objects>=0.01:../../www/p5-Rose-HTML-Objects
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Rose/HTMLx/Form/Field/Autocomplete/.packlist
+
+PKG_DESTDIR_SUPPORT=    user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r bf4338da6dbe -r 8f896efac6a7 www/p5-Rose-HTMLx-Form-Field-Autocomplete/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Rose-HTMLx-Form-Field-Autocomplete/distinfo        Tue Jul 15 08:43:49 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 08:43:49 abs Exp $
+
+SHA1 (Rose-HTMLx-Form-Field-Autocomplete-0.02.tar.gz) = 2ba391cf3172a868014832682416bb4a8cd70596
+RMD160 (Rose-HTMLx-Form-Field-Autocomplete-0.02.tar.gz) = 2ded29f84df1624477844ab8a8d27f7eb4ef89fb
+Size (Rose-HTMLx-Form-Field-Autocomplete-0.02.tar.gz) = 2928 bytes



Home | Main Index | Thread Index | Old Index