Import p5-PSGI 1.03:
This document specifies a standard interface between web servers and Perl web applications or frameworks, to promote web application portability and reduce the duplicated efforts by web application framework developers. From Abel Abraham Camarillo Ojeda on ports@
This commit is contained in:
parent
6835cf2039
commit
721a3eef44
17
www/p5-PSGI/Makefile
Normal file
17
www/p5-PSGI/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/11 09:46:56 landry Exp $
|
||||
|
||||
COMMENT = perl Web Server Gateway Interface Specification
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = PSGI-1.03
|
||||
CATEGORIES = www
|
||||
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
||||
CPAN_AUTHOR = MIYAGAWA
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/p5-PSGI/distinfo
Normal file
5
www/p5-PSGI/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (PSGI-1.03.tar.gz) = zk2Aemr4Oyt/myk5WphMdA==
|
||||
RMD160 (PSGI-1.03.tar.gz) = x3I7mqxhr53Hyh7gAlo1tb/9Fos=
|
||||
SHA1 (PSGI-1.03.tar.gz) = M/MqKWB4gULOa42ZrBfJG6xABJo=
|
||||
SHA256 (PSGI-1.03.tar.gz) = Bj5rX5UpzSvWRnxtqgJRdotS53xCuSgzbK6D8qo+Myw=
|
||||
SIZE (PSGI-1.03.tar.gz) = 29518
|
12
www/p5-PSGI/pkg/DESCR
Normal file
12
www/p5-PSGI/pkg/DESCR
Normal file
@ -0,0 +1,12 @@
|
||||
This document specifies a standard interface between web servers and
|
||||
Perl web applications or frameworks, to promote web application
|
||||
portability and reduce the duplicated efforts by web application
|
||||
framework developers.
|
||||
|
||||
Keep in mind that PSGI is not Yet Another web application framework.
|
||||
PSGI is a specification to decouple web server environments from web
|
||||
application framework code. PSGI is also not the web application API.
|
||||
Web application developers (end users) are not supposed to run their web
|
||||
applications directly using the PSGI interface, but instead are
|
||||
encouraged to use frameworks that support PSGI, or use the helper
|
||||
implementations like Plack (more on that later).
|
7
www/p5-PSGI/pkg/PLIST
Normal file
7
www/p5-PSGI/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/11 09:46:56 landry Exp $
|
||||
${P5SITE}/PSGI/
|
||||
${P5SITE}/PSGI.pm
|
||||
${P5SITE}/PSGI.pod
|
||||
${P5SITE}/PSGI/FAQ.pod
|
||||
@man man/man3p/PSGI.3p
|
||||
@man man/man3p/PSGI::FAQ.3p
|
Loading…
Reference in New Issue
Block a user