pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Plack-Handler-SCGI Initial import of p5-Plack-H...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d183a0836463
branches:  trunk
changeset: 577158:d183a0836463
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jul 04 09:35:01 2010 +0000

description:
Initial import of p5-Plack-Handler-SCGI version 0.02 in the NetBSD
Packages Collection.

The Perl 5 module Plack::Handler::SCGI is a standalone SCGI daemon
using SCGI module.

diffstat:

 www/p5-Plack-Handler-SCGI/DESCR    |   2 ++
 www/p5-Plack-Handler-SCGI/Makefile |  25 +++++++++++++++++++++++++
 www/p5-Plack-Handler-SCGI/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 66520bbf1308 -r d183a0836463 www/p5-Plack-Handler-SCGI/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Plack-Handler-SCGI/DESCR   Sun Jul 04 09:35:01 2010 +0000
@@ -0,0 +1,2 @@
+The Perl 5 module Plack::Handler::SCGI is a standalone SCGI daemon
+using SCGI module.
diff -r 66520bbf1308 -r d183a0836463 www/p5-Plack-Handler-SCGI/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Plack-Handler-SCGI/Makefile        Sun Jul 04 09:35:01 2010 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 09:35:01 seb Exp $
+
+DISTNAME=      Plack-Handler-SCGI-0.02
+PKGNAME=       p5-${DISTNAME}
+#PKGREVISION=  1
+CATEGORIES=    www perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Plack/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Plack-Handler-SCGI/
+COMMENT=       PSGI handler on SCGI daemon
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Plack/Handler/SCGI/.packlist
+
+BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+DEPENDS+=      p5-Plack>=0.9901:../../www/p5-Plack
+DEPENDS+=      p5-SCGI-[0-9]*:../../www/p5-SCGI
+DEPENDS+=      p5-Try-Tiny>=0.04:../../devel/p5-Try-Tiny
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 66520bbf1308 -r d183a0836463 www/p5-Plack-Handler-SCGI/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Plack-Handler-SCGI/distinfo        Sun Jul 04 09:35:01 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/07/04 09:35:01 seb Exp $
+
+SHA1 (Plack-Handler-SCGI-0.02.tar.gz) = baac3eb7ec8188fd553c413c698daccfb28df90c
+RMD160 (Plack-Handler-SCGI-0.02.tar.gz) = f41a26192a540ce8b546e54cf885978cc2d11636
+Size (Plack-Handler-SCGI-0.02.tar.gz) = 21591 bytes



Home | Main Index | Thread Index | Old Index