Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2010 18:34:53 +0200 (EET)
From:      "ports@c0decafe.net" <ports@c0decafe.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/144798: [NEW PORT] www/p5-Dancer: Effortless Web Framework for Perl
Message-ID:  <201003161634.o2GGYrSH027648@kitchen.c0decafe.net>
Resent-Message-ID: <201003161640.o2GGe5NA081659@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144798
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-Dancer: Effortless Web Framework for Perl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 16 16:40:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     ports@c0decafe.net
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD kitchen.c0decafe.net 7.2-STABLE FreeBSD 7.2-STABLE #6: Sat Dec  5 16:40:07 EET
>Description:
Dancer aims to provide the simplest way for writing web applications, and
offers the flexibility to scale between a very simple lightweight web service
consisting of a few lines of code in a single file, all the way up to a more
complex fully-fledged web application with session support, templates for views
and layouts, etc.

If you don't want to write CGI scripts by hand, and find Catalyst too big or
cumbersome for your project, Dancer is what you need.

Dancer has few pre-requisites, so your Dancer webapps will be easy to deploy.

Dancer apps can be used with a an embedded web server (great for easy testing),
and can run under PSGI/Plack for easy deployment in a variety of webserver
environments.

WWW:	http://perldancer.org/

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

needs ports/144795

--- p5-Dancer-1.160.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Dancer
#	p5-Dancer/pkg-descr
#	p5-Dancer/Makefile
#	p5-Dancer/pkg-plist
#	p5-Dancer/distinfo
#
echo c - p5-Dancer
mkdir -p p5-Dancer > /dev/null 2>&1
echo x - p5-Dancer/pkg-descr
sed 's/^X//' >p5-Dancer/pkg-descr << 'ff503ab4e771aafde008c6c3791f8929'
XDancer aims to provide the simplest way for writing web applications, and
Xoffers the flexibility to scale between a very simple lightweight web service
Xconsisting of a few lines of code in a single file, all the way up to a more
Xcomplex fully-fledged web application with session support, templates for views
Xand layouts, etc.
X
XIf you don't want to write CGI scripts by hand, and find Catalyst too big or
Xcumbersome for your project, Dancer is what you need.
X
XDancer has few pre-requisites, so your Dancer webapps will be easy to deploy.
X
XDancer apps can be used with a an embedded web server (great for easy testing),
Xand can run under PSGI/Plack for easy deployment in a variety of webserver
Xenvironments.
X
XWWW:	http://perldancer.org/
ff503ab4e771aafde008c6c3791f8929
echo x - p5-Dancer/Makefile
sed 's/^X//' >p5-Dancer/Makefile << 'ec14390d7ec83c580c49ea1cf591ca01'
X# New ports collection makefile for:	p5-Dancer
X# Date created:		2010-03-16
X# Whom:			<ports@c0decafe.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Dancer
XPORTVERSION=	1.160
XCATEGORIES=	www perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	Devel/SUKRIA
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ports@c0decafe.net
XCOMMENT=	Effortless Web Framework for Perl
X
XRUN_DEPENDS=	${SITE_PERL}/HTTP/Server/Simple/PSGI.pm:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI
X
XUSE_PERL5=	yes
XPERL_CONFIGURE=	yes
X
XMAN1=	dancer.1
XMAN3=	Dancer::Session::Abstract.3 Dancer::HTTP.3 Dancer::Session.3 \
X	Dancer::Template::Abstract.3 Dancer::Template.3 Dancer.3 Dancer::Request.3 \
X	Dancer::Session::YAML.3 Dancer::Template::Simple.3 Dancer::Cookbook.3 \
X	Dancer::Deployment.3 Dancer::Session::Simple.3 Dancer::Logger.3 \
X	Dancer::ModuleLoader.3 Dancer::Template::TemplateToolkit.3 Dancer::Config.3 \
X	Dancer::Route::Cache.3
X
X.include <bsd.port.mk>
ec14390d7ec83c580c49ea1cf591ca01
echo x - p5-Dancer/pkg-plist
sed 's/^X//' >p5-Dancer/pkg-plist << '2de9c8a77a280c6dcb7ab3772f0ddf2a'
Xbin/dancer
X%%SITE_PERL%%/Dancer/Handler/PSGI.pm
X%%SITE_PERL%%/Dancer/Handler/Standalone.pm
X%%SITE_PERL%%/Dancer/Logger/Abstract.pm
X%%SITE_PERL%%/Dancer/Logger/File.pm
X%%SITE_PERL%%/Dancer/Route/Registry.pm
X%%SITE_PERL%%/Dancer/Route/Builder.pm
X%%SITE_PERL%%/Dancer/Route/Cache.pm
X%%SITE_PERL%%/Dancer/Session/Abstract.pm
X%%SITE_PERL%%/Dancer/Session/YAML.pm
X%%SITE_PERL%%/Dancer/Session/Simple.pm
X%%SITE_PERL%%/Dancer/Template/Abstract.pm
X%%SITE_PERL%%/Dancer/Template/Simple.pm
X%%SITE_PERL%%/Dancer/Template/TemplateToolkit.pm
X%%SITE_PERL%%/Dancer/Helpers.pm
X%%SITE_PERL%%/Dancer/SharedData.pm
X%%SITE_PERL%%/Dancer/Route.pm
X%%SITE_PERL%%/Dancer/Error.pm
X%%SITE_PERL%%/Dancer/Logger.pm
X%%SITE_PERL%%/Dancer/Handler.pm
X%%SITE_PERL%%/Dancer/ModuleLoader.pm
X%%SITE_PERL%%/Dancer/Config.pm
X%%SITE_PERL%%/Dancer/Cookie.pm
X%%SITE_PERL%%/Dancer/GetOpt.pm
X%%SITE_PERL%%/Dancer/Session.pm
X%%SITE_PERL%%/Dancer/Renderer.pm
X%%SITE_PERL%%/Dancer/Deployment.pod
X%%SITE_PERL%%/Dancer/FileUtils.pm
X%%SITE_PERL%%/Dancer/Response.pm
X%%SITE_PERL%%/Dancer/Object.pm
X%%SITE_PERL%%/Dancer/HTTP.pm
X%%SITE_PERL%%/Dancer/Request.pm
X%%SITE_PERL%%/Dancer/Cookies.pm
X%%SITE_PERL%%/Dancer/Cookbook.pod
X%%SITE_PERL%%/Dancer/Engine.pm
X%%SITE_PERL%%/Dancer/Template.pm
X%%SITE_PERL%%/Dancer.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer
X@dirrmtry %%SITE_PERL%%/Dancer/Template
X@dirrmtry %%SITE_PERL%%/Dancer/Session
X@dirrmtry %%SITE_PERL%%/Dancer/Route
X@dirrmtry %%SITE_PERL%%/Dancer/Logger
X@dirrmtry %%SITE_PERL%%/Dancer/Handler
X@dirrmtry %%SITE_PERL%%/Dancer
2de9c8a77a280c6dcb7ab3772f0ddf2a
echo x - p5-Dancer/distinfo
sed 's/^X//' >p5-Dancer/distinfo << 'd38e28421c9e80389241331e022e2c11'
XMD5 (Dancer-1.160.tar.gz) = aa229f44995a928250bc5a01d8f32916
XSHA256 (Dancer-1.160.tar.gz) = 6b7d070d842060f0690bb104b86dd52318ef7cc3e41c3fe8a3ae5c4824ac4c31
XSIZE (Dancer-1.160.tar.gz) = 77662
d38e28421c9e80389241331e022e2c11
exit
--- p5-Dancer-1.160.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003161634.o2GGYrSH027648>