1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

AnyEvent HTTP server for PSGI (like Thin).

WWW: http://search.cpan.org/dist/Twiggy/
This commit is contained in:
Jun Kuriyama 2010-04-05 13:57:51 +00:00
parent 177cc98ab8
commit 4ec00d0f72
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252241
5 changed files with 49 additions and 0 deletions

View File

@ -1162,6 +1162,7 @@
SUBDIR += p5-TestGen4Web-Runner
SUBDIR += p5-Text-Markdown-ApacheHandler
SUBDIR += p5-Tie-TinyURL
SUBDIR += p5-Twiggy
SUBDIR += p5-URI-Escape-XS
SUBDIR += p5-URI-Fetch
SUBDIR += p5-URI-ParseSearchString

31
www/p5-Twiggy/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: Twiggy
# Date created: 05 Apr 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Twiggy
PORTVERSION= 0.1005
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of AnyEvent HTTP server for PSGI (like Thin)
RUN_DEPENDS= \
p5-AnyEvent>0:${PORTSDIR}/devel/p5-AnyEvent \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-Plack>=0.99:${PORTSDIR}/www/p5-Plack \
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= twiggy.1
MAN3= Plack::Handler::Twiggy.3 \
Twiggy.3
.include <bsd.port.mk>

3
www/p5-Twiggy/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (Twiggy-0.1005.tar.gz) = 012387df75af371e799fe69569373f65
SHA256 (Twiggy-0.1005.tar.gz) = d301273af4c11d0d60966d63665626f91ee9795862e39018894dfd909f256ccb
SIZE (Twiggy-0.1005.tar.gz) = 95053

3
www/p5-Twiggy/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
AnyEvent HTTP server for PSGI (like Thin).
WWW: http://search.cpan.org/dist/Twiggy/

11
www/p5-Twiggy/pkg-plist Normal file
View File

@ -0,0 +1,11 @@
bin/twiggy
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Twiggy/.packlist
%%SITE_PERL%%/AnyEvent/Server/PSGI.pm
%%SITE_PERL%%/Plack/Handler/Twiggy.pm
%%SITE_PERL%%/Twiggy.pm
%%SITE_PERL%%/Twiggy/Server.pm
%%SITE_PERL%%/Twiggy/Server/SS.pm
@dirrm %%SITE_PERL%%/Twiggy/Server
@dirrm %%SITE_PERL%%/Twiggy
@dirrmtry %%SITE_PERL%%/AnyEvent/Server
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Twiggy