diff options
author | lth <lth@FreeBSD.org> | 2005-09-20 08:33:12 +0000 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-09-20 08:33:12 +0000 |
commit | 3a6b2e1bca452a5fa18067084179d27da683f2d3 (patch) | |
tree | 02a7e2550826c807b7ee1a35f425111b06353582 /www/p5-CGI-Ajax | |
parent | b470704e3cf70028b2f2b17328da0d1d1d318b49 (diff) | |
download | FreeBSD-ports-3a6b2e1bca452a5fa18067084179d27da683f2d3.zip FreeBSD-ports-3a6b2e1bca452a5fa18067084179d27da683f2d3.tar.gz |
Add p5-CGI-Ajax 0.38, a module for writing AJAX/DHTML-based web apps.
Diffstat (limited to 'www/p5-CGI-Ajax')
-rw-r--r-- | www/p5-CGI-Ajax/Makefile | 25 | ||||
-rw-r--r-- | www/p5-CGI-Ajax/distinfo | 2 | ||||
-rw-r--r-- | www/p5-CGI-Ajax/pkg-descr | 10 | ||||
-rw-r--r-- | www/p5-CGI-Ajax/pkg-plist | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/www/p5-CGI-Ajax/Makefile b/www/p5-CGI-Ajax/Makefile new file mode 100644 index 0000000..aaba3e5 --- /dev/null +++ b/www/p5-CGI-Ajax/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: www/p5-CGI-Ajax +# Date created: 19 September 2005 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= CGI-Ajax +PORTVERSION= 0.38 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CGI +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= A module for writing AJAX/DHTML-based web apps + +BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= CGI::Ajax.3 + +.include <bsd.port.mk> diff --git a/www/p5-CGI-Ajax/distinfo b/www/p5-CGI-Ajax/distinfo new file mode 100644 index 0000000..0e1817c --- /dev/null +++ b/www/p5-CGI-Ajax/distinfo @@ -0,0 +1,2 @@ +MD5 (CGI-Ajax-0.38.tar.gz) = a97f3b5b863356cc6e585b8541892e29 +SIZE (CGI-Ajax-0.38.tar.gz) = 17143 diff --git a/www/p5-CGI-Ajax/pkg-descr b/www/p5-CGI-Ajax/pkg-descr new file mode 100644 index 0000000..60d3648 --- /dev/null +++ b/www/p5-CGI-Ajax/pkg-descr @@ -0,0 +1,10 @@ +CGI::Ajax is an object-oriented module that provides a unique +mechanism for using perl code asynchronously from javascript-enhanced +web pages. You would commonly use CGI::Ajax in AJAX/DHTML-based +web applications. CGI::Ajax unburdens the user from having to write +any javascript, except for having to associate an exported method +with a document-defined event (such as onClick, onKeyUp, etc). Only +in the more advanced implementations of a exported perl method would +a user need to write any javascript. + +WWW: http://search.cpan.org/dist/CGI-Ajax/ diff --git a/www/p5-CGI-Ajax/pkg-plist b/www/p5-CGI-Ajax/pkg-plist new file mode 100644 index 0000000..7eff39d --- /dev/null +++ b/www/p5-CGI-Ajax/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/CGI/Ajax.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Ajax/.packlist +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Ajax 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/CGI 2>/dev/null || true |