diff options
author | sno <sno@pkgsrc.org> | 2009-04-24 06:41:27 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-04-24 06:41:27 +0000 |
commit | 61c11aa669cae222f54dc4c44165df986b37832b (patch) | |
tree | 6f8d09da6c4cc5416cfff33f9ff345897be3fb81 /www/p5-CGI-Ajax | |
parent | 6397b4944472b09b68b7876aaffb1244eb1a84ef (diff) | |
download | pkgsrc-61c11aa669cae222f54dc4c44165df986b37832b.tar.gz |
PkgSrc changes:
- Updating package for p5 module CGI::Ajax to 0.707
Upstream changes:
0.707 (154) | Jan Franczak | 2008-10-07
Fixed an issue in the declaration of the javascript cache variable as a
local variable in the exported methods. This was causing NO_CACHE to
never generate the pjxrand in the query string.
Changed the code so that cache is set as a global javascript variable.
Thanks to Shivanandham Karunanithi for identifying this.
0.706 (153) | Shibi Ns | 2008-09-04
Wrongly coded one line of code for the fix 0.705
Changed this:
# return '' if $cgi->isa('header') || $cgi->isa('header_type') ;
To this:
# return '' if $cgi->isa('CGI') || $cgi->isa('CGI::Application') ;
0.705 (152) | Shibi Ns | 2008-08-26
Changed function call from "can" to "isa" in order this to work with new
version of CGI 3.37. CGI 3.37 has overloaded the function "can" which causes
some of the functions to fail.
0.703 (150) | Jan Franczak | 2008-08-20
Added support for CACHE() which allows default behaviour of disabling page
cache.
Added fname() support to allow the names of exported functions to be
specified.
Added skip_header support to prevent two headers being produced for
applications producing their own headers.
Two new test scripts.
Diffstat (limited to 'www/p5-CGI-Ajax')
-rw-r--r-- | www/p5-CGI-Ajax/Makefile | 7 | ||||
-rw-r--r-- | www/p5-CGI-Ajax/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/www/p5-CGI-Ajax/Makefile b/www/p5-CGI-Ajax/Makefile index e1c47646786..046cd5c669f 100644 --- a/www/p5-CGI-Ajax/Makefile +++ b/www/p5-CGI-Ajax/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:19:07 he Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/24 06:41:27 sno Exp $ -DISTNAME= CGI-Ajax-0.701 +DISTNAME= CGI-Ajax-0.707 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} MAINTAINER= abs@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/CGI-Ajax// +HOMEPAGE= http://search.cpan.org/dist/CGI-Ajax/ COMMENT= Call perl asynchronously from javascript DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor diff --git a/www/p5-CGI-Ajax/distinfo b/www/p5-CGI-Ajax/distinfo index b7ab41aea8c..211b4d131cf 100644 --- a/www/p5-CGI-Ajax/distinfo +++ b/www/p5-CGI-Ajax/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/04/08 10:31:59 abs Exp $ +$NetBSD: distinfo,v 1.2 2009/04/24 06:41:27 sno 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 +SHA1 (CGI-Ajax-0.707.tar.gz) = 353373964fb1fc770780ff183cdedc594bb24e4e +RMD160 (CGI-Ajax-0.707.tar.gz) = 66061a053e2eedba35d491cacd314b3733cfd7fa +Size (CGI-Ajax-0.707.tar.gz) = 37661 bytes |