Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 00:04:01 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334984 - in head/www: . p5-Plack-Middleware-Test-StashWarnings
Message-ID:  <201311270004.rAR0410i002304@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Wed Nov 27 00:04:00 2013
New Revision: 334984
URL: http://svnweb.freebsd.org/changeset/ports/334984

Log:
  Plack::Middleware::Test::StashWarnings is a Plack middleware component
  to record warnings generated by your application so that you can test
  them to make sure your application complains about the right things.
  
  WWW: http://search.cpan.org/dist/Plack-Middleware-Test-StashWarnings/

Added:
  head/www/p5-Plack-Middleware-Test-StashWarnings/
  head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile   (contents, props changed)
  head/www/p5-Plack-Middleware-Test-StashWarnings/distinfo   (contents, props changed)
  head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-descr   (contents, props changed)
  head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Wed Nov 27 00:02:06 2013	(r334983)
+++ head/www/Makefile	Wed Nov 27 00:04:00 2013	(r334984)
@@ -1140,6 +1140,7 @@
     SUBDIR += p5-Plack-Middleware-Session
     SUBDIR += p5-Plack-Middleware-SocketIO
     SUBDIR += p5-Plack-Middleware-Status
+    SUBDIR += p5-Plack-Middleware-Test-StashWarnings
     SUBDIR += p5-Plack-Middleware-Throttle
     SUBDIR += p5-Plack-Middleware-XForwardedFor
     SUBDIR += p5-Plack-Server-Coro

Added: head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile	Wed Nov 27 00:04:00 2013	(r334984)
@@ -0,0 +1,22 @@
+# Created by: Matthew Seaman <matthew@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Plack-Middleware-Test-StashWarnings
+PORTVERSION=	0.07
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	matthew@FreeBSD.org
+COMMENT=	Test your application's warnings
+
+BUILD_DEPENDS=	p5-Plack>0:${PORTSDIR}/www/p5-Plack
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+regression-test: build
+	@cd ${WRKSRC} && ${MAKE} test
+
+.include <bsd.port.mk>

Added: head/www/p5-Plack-Middleware-Test-StashWarnings/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Plack-Middleware-Test-StashWarnings/distinfo	Wed Nov 27 00:04:00 2013	(r334984)
@@ -0,0 +1,2 @@
+SHA256 (Plack-Middleware-Test-StashWarnings-0.07.tar.gz) = 54b1640ad12d60f3997fcc38748faa754fed56bce43d5372488aad501861f93f
+SIZE (Plack-Middleware-Test-StashWarnings-0.07.tar.gz) = 22792

Added: head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-descr	Wed Nov 27 00:04:00 2013	(r334984)
@@ -0,0 +1,5 @@
+Plack::Middleware::Test::StashWarnings is a Plack middleware component
+to record warnings generated by your application so that you can test
+them to make sure your application complains about the right things.
+
+WWW: http://search.cpan.org/dist/Plack-Middleware-Test-StashWarnings/

Added: head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-plist	Wed Nov 27 00:04:00 2013	(r334984)
@@ -0,0 +1,11 @@
+%%PERL5_MAN3%%/Plack::Middleware::Test::StashWarnings.3.gz
+%%SITE_PERL%%/Plack/Middleware/Test/StashWarnings.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Test/StashWarnings/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Test/StashWarnings
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Test
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack
+@dirrmtry %%SITE_PERL%%/Plack/Middleware/Test
+@dirrmtry %%SITE_PERL%%/Plack/Middleware
+@dirrmtry %%SITE_PERL%%/Plack
+



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