diff options
author | seb <seb> | 2010-07-11 09:12:24 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-11 09:12:24 +0000 |
commit | 8524be7e2a619f5448e296b912abeb6f8277a683 (patch) | |
tree | 6bb846892a7a48581e4b916bfffa24977b1d2bb3 /www/p5-Continuity | |
parent | 31e412b7e97cadaf9a36c578cbf3353017edda92 (diff) | |
download | pkgsrc-8524be7e2a619f5448e296b912abeb6f8277a683.tar.gz |
Initial import of p5-Continuity version 1.1.1 in the NetBSD Packages
Collection.
The Perl 5 module Continuity is a library to simplify web applications.
Each session is written and runs as a persistant application, and
is able to request additional input at any time without exiting.
This is significantly different from the traditional CGI model of
web applications in which a program is restarted for each new
request.
Diffstat (limited to 'www/p5-Continuity')
-rw-r--r-- | www/p5-Continuity/DESCR | 5 | ||||
-rw-r--r-- | www/p5-Continuity/Makefile | 25 | ||||
-rw-r--r-- | www/p5-Continuity/distinfo | 5 |
3 files changed, 35 insertions, 0 deletions
diff --git a/www/p5-Continuity/DESCR b/www/p5-Continuity/DESCR new file mode 100644 index 00000000000..0d70f8da93b --- /dev/null +++ b/www/p5-Continuity/DESCR @@ -0,0 +1,5 @@ +The Perl 5 module Continuity is a library to simplify web applications. +Each session is written and runs as a persistant application, and +is able to request additional input at any time without exiting. +This is significantly different from the traditional CGI model of +web applications in which a program is restarted for each new request. diff --git a/www/p5-Continuity/Makefile b/www/p5-Continuity/Makefile new file mode 100644 index 00000000000..44507cd101f --- /dev/null +++ b/www/p5-Continuity/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/11 09:12:24 seb Exp $ + +DISTNAME= Continuity-1.1.1 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AW/AWWAIID/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Continuity/ +COMMENT= Perl 5 module to abstract statelessness of HTTP +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Continuity/.packlist + +BUILD_DEPENDS+= p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize +DEPENDS+= p5-Event-[0-9]*:../../devel/p5-Event +DEPENDS+= p5-Coro>=4.37:../../devel/p5-Coro +DEPENDS+= p5-libwww>=1.36:../../www/p5-libwww + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Continuity/distinfo b/www/p5-Continuity/distinfo new file mode 100644 index 00000000000..b81eb9d628b --- /dev/null +++ b/www/p5-Continuity/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/11 09:12:24 seb Exp $ + +SHA1 (Continuity-1.1.1.tar.gz) = 1f9d69077507be5b41bab28ad719babd6e0298f5 +RMD160 (Continuity-1.1.1.tar.gz) = 006fa8e89ef64de08325a68d22d3617b0a19e78f +Size (Continuity-1.1.1.tar.gz) = 80766 bytes |