Skip to content

Commit

Permalink
Initial import of p5-Continuity version 1.1.1 in the NetBSD Packages
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
seb committed Jul 11, 2010
1 parent 4e653ed commit f990a49
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 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.
25 changes: 25 additions & 0 deletions 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"
5 changes: 5 additions & 0 deletions 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

0 comments on commit f990a49

Please sign in to comment.