mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
STF::Dispatcher::PSGI implements the basic STF Protocol
(http://stf-storage.github.com) dispatcher component. It does not know how to actually store or retrieve data, so you must implement that portion yourself. The reason this exists is mainly to allow you to testing systems that interact with STF servers. For example, setting up the main STF implementation is quite a pain if all you want to do is to test your application, but with this module, you can easily create a dummy STF dispatcher. WWW: http://search.cpan.org/dist/STF-Dispatcher-PSGI/
This commit is contained in:
parent
db617f61a7
commit
994483e0a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288317
@ -1174,6 +1174,7 @@
|
||||
SUBDIR += p5-Router-Simple
|
||||
SUBDIR += p5-SCGI
|
||||
SUBDIR += p5-SRU
|
||||
SUBDIR += p5-STF-Dispatcher-PSGI
|
||||
SUBDIR += p5-SWF-Chart
|
||||
SUBDIR += p5-Scrappy
|
||||
SUBDIR += p5-Sledge
|
||||
|
33
www/p5-STF-Dispatcher-PSGI/Makefile
Normal file
33
www/p5-STF-Dispatcher-PSGI/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: STF::Dispatcher::PSGI
|
||||
# Date created: 31 Dec 2011
|
||||
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= STF-Dispatcher-PSGI
|
||||
PORTVERSION= 1.07
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMAKI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for pluggable STF dispatcher interface
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Class-Accessor-Lite>0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
|
||||
p5-HTTP-Date>0:${PORTSDIR}/www/p5-HTTP-Date \
|
||||
p5-Plack>0:${PORTSDIR}/www/p5-Plack \
|
||||
p5-Plack-Middleware-Header>0:${PORTSDIR}/www/p5-Plack-Middleware-Header
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= STF::Dispatcher::Impl::File.3 \
|
||||
STF::Dispatcher::Impl::Hash.3 \
|
||||
STF::Dispatcher::PSGI.3 \
|
||||
STF::Dispatcher::PSGI::HTTPException.3 \
|
||||
STF::Dispatcher::Test.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-STF-Dispatcher-PSGI/distinfo
Normal file
2
www/p5-STF-Dispatcher-PSGI/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (STF-Dispatcher-PSGI-1.07.tar.gz) = e22ec2896ac3deadeca0b60ede815c100c0faca4af9cdf274686d2aa28865717
|
||||
SIZE (STF-Dispatcher-PSGI-1.07.tar.gz) = 25350
|
12
www/p5-STF-Dispatcher-PSGI/pkg-descr
Normal file
12
www/p5-STF-Dispatcher-PSGI/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
STF::Dispatcher::PSGI implements the basic STF Protocol
|
||||
(http://stf-storage.github.com) dispatcher component. It does not know
|
||||
how to actually store or retrieve data, so you must implement that
|
||||
portion yourself.
|
||||
|
||||
The reason this exists is mainly to allow you to testing systems that
|
||||
interact with STF servers. For example, setting up the main STF
|
||||
implementation is quite a pain if all you want to do is to test your
|
||||
application, but with this module, you can easily create a dummy STF
|
||||
dispatcher.
|
||||
|
||||
WWW: http://search.cpan.org/dist/STF-Dispatcher-PSGI/
|
13
www/p5-STF-Dispatcher-PSGI/pkg-plist
Normal file
13
www/p5-STF-Dispatcher-PSGI/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/STF/Dispatcher/PSGI/.packlist
|
||||
%%SITE_PERL%%/STF/Dispatcher/Impl/File.pm
|
||||
%%SITE_PERL%%/STF/Dispatcher/Impl/Hash.pm
|
||||
%%SITE_PERL%%/STF/Dispatcher/PSGI.pm
|
||||
%%SITE_PERL%%/STF/Dispatcher/PSGI/HTTPException.pm
|
||||
%%SITE_PERL%%/STF/Dispatcher/Test.pm
|
||||
@dirrm %%SITE_PERL%%/STF/Dispatcher/PSGI
|
||||
@dirrm %%SITE_PERL%%/STF/Dispatcher/Impl
|
||||
@dirrm %%SITE_PERL%%/STF/Dispatcher
|
||||
@dirrm %%SITE_PERL%%/STF
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/STF/Dispatcher/PSGI
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/STF/Dispatcher
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/STF
|
Loading…
Reference in New Issue
Block a user