Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 23:03:34 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310722 - in head/www: . p5-LWP-Protocol-PSGI
Message-ID:  <201301202303.r0KN3YJt053541@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Sun Jan 20 23:03:34 2013
New Revision: 310722
URL: http://svnweb.freebsd.org/changeset/ports/310722

Log:
  LWP::Protocol::PSGI is a module to hijack any code that uses
  LWP::UserAgent underneath such that any HTTP or HTTPS requests can be
  routed to your own PSGI application.
  
  WWW: http://search.cpan.org/dist/LWP-Protocol-PSGI/

Added:
  head/www/p5-LWP-Protocol-PSGI/
  head/www/p5-LWP-Protocol-PSGI/Makefile   (contents, props changed)
  head/www/p5-LWP-Protocol-PSGI/distinfo   (contents, props changed)
  head/www/p5-LWP-Protocol-PSGI/pkg-descr   (contents, props changed)
  head/www/p5-LWP-Protocol-PSGI/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Jan 20 22:53:41 2013	(r310721)
+++ head/www/Makefile	Sun Jan 20 23:03:34 2013	(r310722)
@@ -1042,6 +1042,7 @@
     SUBDIR += p5-LWP-ConnCache-MaxKeepAliveRequests
     SUBDIR += p5-LWP-MediaTypes
     SUBDIR += p5-LWP-Online
+    SUBDIR += p5-LWP-Protocol-PSGI
     SUBDIR += p5-LWP-Protocol-http10
     SUBDIR += p5-LWP-Protocol-https
     SUBDIR += p5-LWP-UserAgent-Determined

Added: head/www/p5-LWP-Protocol-PSGI/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-PSGI/Makefile	Sun Jan 20 23:03:34 2013	(r310722)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	LWP-Protocol-PSGI
+PORTVERSION=	0.04
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	kuriyama@FreeBSD.org
+COMMENT=	Perl extension to override LWP HTTP/HTTPS backend with your PSGI app
+
+RUN_DEPENDS=	\
+	p5-Guard>0:${PORTSDIR}/devel/p5-Guard \
+	p5-Plack>0:${PORTSDIR}/www/p5-Plack \
+	p5-libwww>=5:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS=	${RUN_DEPENDS}
+TEST_DEPENDS=	\
+	p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https
+
+PERL_CONFIGURE=	yes
+
+MAN3=	LWP::Protocol::PSGI.3
+
+.include <bsd.port.mk>

Added: head/www/p5-LWP-Protocol-PSGI/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-PSGI/distinfo	Sun Jan 20 23:03:34 2013	(r310722)
@@ -0,0 +1,2 @@
+SHA256 (LWP-Protocol-PSGI-0.04.tar.gz) = d30f7919fb1e1887aca581345450d25cc570671ef566bbba269d2b0e298e395e
+SIZE (LWP-Protocol-PSGI-0.04.tar.gz) = 23489

Added: head/www/p5-LWP-Protocol-PSGI/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-PSGI/pkg-descr	Sun Jan 20 23:03:34 2013	(r310722)
@@ -0,0 +1,5 @@
+LWP::Protocol::PSGI is a module to hijack any code that uses
+LWP::UserAgent underneath such that any HTTP or HTTPS requests can be
+routed to your own PSGI application.
+
+WWW: http://search.cpan.org/dist/LWP-Protocol-PSGI/

Added: head/www/p5-LWP-Protocol-PSGI/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-LWP-Protocol-PSGI/pkg-plist	Sun Jan 20 23:03:34 2013	(r310722)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/PSGI/.packlist
+%%SITE_PERL%%/LWP/Protocol/PSGI.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/PSGI
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol



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