[Midnightbsd-cvs] mports: www/p5-CGI-Ajax: Added p5-CGI-Ajax-0.701: A module for writing

ctriv at midnightbsd.org ctriv at midnightbsd.org
Fri Nov 2 17:52:25 EDT 2007


Log Message:
-----------
Added p5-CGI-Ajax-0.701: A module for writing AJAX/DHTML-based web apps

Added Files:
-----------
    mports/www/p5-CGI-Ajax:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
--- /dev/null
+++ 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/
--- /dev/null
+++ www/p5-CGI-Ajax/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/CGI/Ajax.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Ajax/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Ajax
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI
+ at dirrmtry %%SITE_PERL%%/CGI
--- /dev/null
+++ www/p5-CGI-Ajax/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for:	www/p5-CGI-Ajax
+# Date created:				19 September 2005
+# Whom:					Lars Thegler <lth at FreeBSD.org>
+#
+# $FreeBSD: ports/www/p5-CGI-Ajax/Makefile,v 1.21 2007/02/01 21:37:07 lth Exp $
+# $MidnightBSD: mports/www/p5-CGI-Ajax/Makefile,v 1.1 2007/11/02 21:52:25 ctriv Exp $
+#
+
+PORTNAME=	CGI-Ajax
+PORTVERSION=	0.701
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CGI
+PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$//}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	A module for writing AJAX/DHTML-based web apps
+LICENSE=	perl
+
+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>
--- /dev/null
+++ www/p5-CGI-Ajax/distinfo
@@ -0,0 +1,3 @@
+MD5 (CGI-Ajax-0.701.tar.gz) = e4922d9ea9e45c68387d3682a7adbacf
+SHA256 (CGI-Ajax-0.701.tar.gz) = 0fa1320dab13501b43a63d6c5dba0a4370e6baeb3bddd15cbb1a0db1fd752c54
+SIZE (CGI-Ajax-0.701.tar.gz) = 37303


More information about the Midnightbsd-cvs mailing list