mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Add www/p5-Continuity, a Perl library that abstracts away statelessness
of HTTP to help beuilding stateful Web applications. WWW: http://search.cpan.org/dist/Continuity/
This commit is contained in:
parent
47c46a2ad4
commit
c83f5d95a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216450
@ -741,6 +741,7 @@
|
||||
SUBDIR += p5-Class-DBI-FromForm
|
||||
SUBDIR += p5-ClearSilver
|
||||
SUBDIR += p5-Compress-LeadingBlankSpaces
|
||||
SUBDIR += p5-Continuity
|
||||
SUBDIR += p5-Cookie-XS
|
||||
SUBDIR += p5-DBIx-Class-HTMLWidget
|
||||
SUBDIR += p5-Data-TreeDumper-Renderer-DHTML
|
||||
|
31
www/p5-Continuity/Makefile
Normal file
31
www/p5-Continuity/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: www/p5-Continuity
|
||||
# Date created: 07 July 2008
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Continuity
|
||||
PORTVERSION= 0.994
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/A/AW/AWWAIID
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Stateful Web applications in Perl
|
||||
|
||||
BUILD_DEPENDS= p5-Event>0:${PORTSDIR}/devel/p5-Event \
|
||||
p5-Coro>=4.37:${PORTSDIR}/devel/p5-Coro \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= Continuity.3 \
|
||||
Continuity::Adapt::FCGI.3 \
|
||||
Continuity::Adapt::HttpDaemon.3 \
|
||||
Continuity::Mapper.3 \
|
||||
Continuity::Request.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-Continuity/distinfo
Normal file
3
www/p5-Continuity/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Continuity-0.994.tar.gz) = d236e23e78f0fc45e9c1de8fdd914485
|
||||
SHA256 (Continuity-0.994.tar.gz) = e46c5559f22b58e1f232dba3bad5938cea8142e920cf3b17c783994c5fdcc37a
|
||||
SIZE (Continuity-0.994.tar.gz) = 73290
|
7
www/p5-Continuity/pkg-descr
Normal file
7
www/p5-Continuity/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Continuity/
|
11
www/p5-Continuity/pkg-plist
Normal file
11
www/p5-Continuity/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
%%SITE_PERL%%/Continuity.pm
|
||||
%%SITE_PERL%%/Continuity/Adapt/FCGI.pm
|
||||
%%SITE_PERL%%/Continuity/Adapt/HttpDaemon.pm
|
||||
%%SITE_PERL%%/Continuity/Inspector.pm
|
||||
%%SITE_PERL%%/Continuity/Mapper.pm
|
||||
%%SITE_PERL%%/Continuity/Request.pm
|
||||
%%SITE_PERL%%/Continuity/RequestHolder.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Continuity/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Continuity
|
||||
@dirrmtry %%SITE_PERL%%/Continuity/Adapt
|
||||
@dirrmtry %%SITE_PERL%%/Continuity
|
Loading…
Reference in New Issue
Block a user