Ticket #27018: p5-cgi-ajax-0.707.patch

File p5-cgi-ajax-0.707.patch, 1.6 KB (added by larry+macports@…, 14 years ago)

Portfile patch to update CGI::Ajax to 0.707

  • rsync.macports.org/release/ports/perl/p5-cgi-ajax/Portfile

    diff -r 96cb2384bba0 rsync.macports.org/release/ports/perl/p5-cgi-ajax/Portfile
    a b  
    22PortSystem              1.0
    33PortGroup               perl5 1.0
    44
    5 perl5.setup             CGI-Ajax 0.701
     5perl5.setup             CGI-Ajax 0.707
    66maintainers             nomaintainer
    77categories-append       www
     8depends_lib-append      port:p5-class-accessor
    89description             A module for writing AJAX/DHTML-based web apps
    9 long_description        ${description}
    10 homepage                http://search.cpan.org/~bct/www.perljax.us
    11 checksums               md5 e4922d9ea9e45c68387d3682a7adbacf
     10long_description        CGI::Ajax is an object-oriented module that provides \
     11                        a unique mechanism for using Perl code \
     12                        asynchronously from JavaScript-enhanced HTML pages. \
     13                        CGI::Ajax unburdens the user from having to write \
     14                        extensive JavaScript, except for associating an \
     15                        exported method with a document-defined event (such \
     16                        as onClick, onKeyUp, etc). CGI::Ajax also mixes well \
     17                        with HTML containing more complex JavaScript.
     18
     19checksums               md5     6efcb38dd86bbff3779adc9315cfa7d6 \
     20                        sha1    353373964fb1fc770780ff183cdedc594bb24e4e \
     21                        rmd160  66061a053e2eedba35d491cacd314b3733cfd7fa
    1222platforms               darwin