pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-CGI-Ajax Import www/p5-CGI-Ajax-0.7.01 into pkgsrc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5f54afcf84d
branches:  trunk
changeset: 540842:e5f54afcf84d
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Apr 08 10:31:59 2008 +0000

description:
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:

 www/p5-CGI-Ajax/DESCR    |   7 +++++++
 www/p5-CGI-Ajax/Makefile |  19 +++++++++++++++++++
 www/p5-CGI-Ajax/distinfo |   5 +++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 801089cd9b62 -r e5f54afcf84d www/p5-CGI-Ajax/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Ajax/DESCR     Tue Apr 08 10:31:59 2008 +0000
@@ -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 -r 801089cd9b62 -r e5f54afcf84d www/p5-CGI-Ajax/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Ajax/Makefile  Tue Apr 08 10:31:59 2008 +0000
@@ -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@localhost
+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 -r 801089cd9b62 -r e5f54afcf84d www/p5-CGI-Ajax/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-CGI-Ajax/distinfo  Tue Apr 08 10:31:59 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index