diff -r 96cb2384bba0 rsync.macports.org/release/ports/perl/p5-cgi-ajax/Portfile
a
|
b
|
|
2 | 2 | PortSystem 1.0 |
3 | 3 | PortGroup perl5 1.0 |
4 | 4 | |
5 | | perl5.setup CGI-Ajax 0.701 |
| 5 | perl5.setup CGI-Ajax 0.707 |
6 | 6 | maintainers nomaintainer |
7 | 7 | categories-append www |
| 8 | depends_lib-append port:p5-class-accessor |
8 | 9 | description 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 |
| 10 | long_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 | |
| 19 | checksums md5 6efcb38dd86bbff3779adc9315cfa7d6 \ |
| 20 | sha1 353373964fb1fc770780ff183cdedc594bb24e4e \ |
| 21 | rmd160 66061a053e2eedba35d491cacd314b3733cfd7fa |
12 | 22 | platforms darwin |