diff options
author | abs <abs> | 2008-04-08 10:31:59 +0000 |
---|---|---|
committer | abs <abs> | 2008-04-08 10:31:59 +0000 |
commit | c30fbaf0ac31365482dd8a646c30e0071c48be5f (patch) | |
tree | 9dc40927b78e1c398d95846675dc873171db3d3d /www/p5-CGI-Ajax | |
parent | e7b0b590a3006f84a4bcfde885ce702287add64d (diff) | |
download | pkgsrc-c30fbaf0ac31365482dd8a646c30e0071c48be5f.tar.gz |
Import www/p5-CGI-Ajax-0.7.01 into pkgsrc
CGI::Ajax is an object-oriented module that provides a unique
mechanism for using perl code asynchronously from javascript-
enhanced HTML pages. CGI::Ajax unburdens the user from having to
write extensive javascript, except for associating an exported
method with a document-defined event (such as onClick, onKeyUp,
etc). CGI::Ajax also mixes well with HTML containing more complex
javascript.
Diffstat (limited to 'www/p5-CGI-Ajax')
-rw-r--r-- | www/p5-CGI-Ajax/DESCR | 7 | ||||
-rw-r--r-- | www/p5-CGI-Ajax/Makefile | 19 | ||||
-rw-r--r-- | www/p5-CGI-Ajax/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-CGI-Ajax/DESCR b/www/p5-CGI-Ajax/DESCR new file mode 100644 index 00000000000..3c41a463e20 --- /dev/null +++ b/www/p5-CGI-Ajax/DESCR @@ -0,0 +1,7 @@ +CGI::Ajax is an object-oriented module that provides a unique +mechanism for using perl code asynchronously from javascript- +enhanced HTML pages. CGI::Ajax unburdens the user from having to +write extensive javascript, except for associating an exported +method with a document-defined event (such as onClick, onKeyUp, +etc). CGI::Ajax also mixes well with HTML containing more complex +javascript. diff --git a/www/p5-CGI-Ajax/Makefile b/www/p5-CGI-Ajax/Makefile new file mode 100644 index 00000000000..4b5edfa0614 --- /dev/null +++ b/www/p5-CGI-Ajax/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/08 10:31:59 abs Exp $ + +DISTNAME= CGI-Ajax-0.701 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} + +MAINTAINER= abs@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/CGI-Ajax// +COMMENT= Call perl asynchronously from javascript + +DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/CGI/Ajax/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-Ajax/distinfo b/www/p5-CGI-Ajax/distinfo new file mode 100644 index 00000000000..b7ab41aea8c --- /dev/null +++ b/www/p5-CGI-Ajax/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/08 10:31:59 abs Exp $ + +SHA1 (CGI-Ajax-0.701.tar.gz) = 2e76acec779eb72d0695c8513c28a6c24ab37bcd +RMD160 (CGI-Ajax-0.701.tar.gz) = 97f5be85c94a9589f380351fa18afb8fd72db9b9 +Size (CGI-Ajax-0.701.tar.gz) = 37303 bytes |