Add p5-CGI-Ajax 0.38, a module for writing AJAX/DHTML-based web apps.

This commit is contained in:
Lars Thegler 2005-09-20 08:33:12 +00:00
parent 07a83b18af
commit 63acb25958
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143195
5 changed files with 43 additions and 0 deletions

View File

@ -457,6 +457,7 @@
SUBDIR += p5-Bundle-Catalyst
SUBDIR += p5-Bundle-Slash
SUBDIR += p5-Bundle-Sledge
SUBDIR += p5-CGI-Ajax
SUBDIR += p5-CGI-Application
SUBDIR += p5-CGI-Application-ValidateRM
SUBDIR += p5-CGI-ArgChecker

25
www/p5-CGI-Ajax/Makefile Normal file
View File

@ -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>

2
www/p5-CGI-Ajax/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (CGI-Ajax-0.38.tar.gz) = a97f3b5b863356cc6e585b8541892e29
SIZE (CGI-Ajax-0.38.tar.gz) = 17143

10
www/p5-CGI-Ajax/pkg-descr Normal file
View File

@ -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/

View File

@ -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