svn commit: r349491 - in head/www: . p5-Plack-Middleware-RemoveRedundantBody

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 29 08:44:11 UTC 2014


Author: sunpoet
Date: Sat Mar 29 08:44:09 2014
New Revision: 349491
URL: http://svnweb.freebsd.org/changeset/ports/349491
QAT: https://qat.redports.org/buildarchive/r349491/

Log:
  - Add p5-Plack-Middleware-RemoveRedundantBody 0.03
  
  Plack::Middleware::RemoveRedundantBody removes body in HTTP response, if it is
  not required.
  
  WWW: http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody/

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Mar 29 08:43:21 2014	(r349490)
+++ head/www/Makefile	Sat Mar 29 08:44:09 2014	(r349491)
@@ -1141,6 +1141,7 @@
     SUBDIR += p5-Plack-Middleware-MemoryUsage
     SUBDIR += p5-Plack-Middleware-MethodOverride
     SUBDIR += p5-Plack-Middleware-Precompressed
+    SUBDIR += p5-Plack-Middleware-RemoveRedundantBody
     SUBDIR += p5-Plack-Middleware-Reproxy
     SUBDIR += p5-Plack-Middleware-ReverseProxy
     SUBDIR += p5-Plack-Middleware-ServerStatus-Lite

Added: head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Plack-Middleware-RemoveRedundantBody/Makefile	Sat Mar 29 08:44:09 2014	(r349491)
@@ -0,0 +1,24 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Plack-Middleware-RemoveRedundantBody
+PORTVERSION=	0.03
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Sets removes body for HTTP response if it is not required
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Plack>=0:${PORTSDIR}/www/p5-Plack
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Carp-Always>=0:${PORTSDIR}/devel/p5-Carp-Always \
+		p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Plack-Middleware-RemoveRedundantBody/distinfo	Sat Mar 29 08:44:09 2014	(r349491)
@@ -0,0 +1,2 @@
+SHA256 (Plack-Middleware-RemoveRedundantBody-0.03.tar.gz) = 2f3eae187600048f7c134973607af89b9e283aa939a6016b7544737aaf7f087a
+SIZE (Plack-Middleware-RemoveRedundantBody-0.03.tar.gz) = 9929

Added: head/www/p5-Plack-Middleware-RemoveRedundantBody/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Plack-Middleware-RemoveRedundantBody/pkg-descr	Sat Mar 29 08:44:09 2014	(r349491)
@@ -0,0 +1,4 @@
+Plack::Middleware::RemoveRedundantBody removes body in HTTP response, if it is
+not required.
+
+WWW: http://search.cpan.org/dist/Plack-Middleware-RemoveRedundantBody/

Added: head/www/p5-Plack-Middleware-RemoveRedundantBody/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-Plack-Middleware-RemoveRedundantBody/pkg-plist	Sat Mar 29 08:44:09 2014	(r349491)
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/Plack/Middleware/RemoveRedundantBody.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/RemoveRedundantBody/.packlist
+%%PERL5_MAN3%%/Plack::Middleware::RemoveRedundantBody.3.gz
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/RemoveRedundantBody
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack
+ at dirrmtry %%SITE_PERL%%/Plack/Middleware
+ at dirrmtry %%SITE_PERL%%/Plack


More information about the svn-ports-head mailing list