svn commit: r326831 - in head/net: . p5-SOAP-Transport-HTTP-Plack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 9 18:19:43 UTC 2013


Author: sunpoet
Date: Mon Sep  9 18:19:41 2013
New Revision: 326831
URL: http://svnweb.freebsd.org/changeset/ports/326831

Log:
  - Add p5-SOAP-Transport-HTTP-Plack 0.03
  
  SOAP::Transport::HTTP::Plack - transport for Plack [1] PSGI toolkit for
  SOAP::Lite module.
  
  The module is quite similar to SOAP::Transport::HTTP::Apache.
  
  Docs were stolen completely from SOAP::Transport::HTTP::Nginx.
  
  [1] http://search.cpan.org/~miyagawa/Plack/
  
  WWW: http://search.cpan.org/dist/SOAP-Transport-HTTP-Plack/
  
  PR:		ports/172317
  Submitted by:	Takefu <takefu at airport.fm>

Added:
  head/net/p5-SOAP-Transport-HTTP-Plack/
  head/net/p5-SOAP-Transport-HTTP-Plack/Makefile   (contents, props changed)
  head/net/p5-SOAP-Transport-HTTP-Plack/distinfo   (contents, props changed)
  head/net/p5-SOAP-Transport-HTTP-Plack/pkg-descr   (contents, props changed)
  head/net/p5-SOAP-Transport-HTTP-Plack/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Mon Sep  9 18:19:18 2013	(r326830)
+++ head/net/Makefile	Mon Sep  9 18:19:41 2013	(r326831)
@@ -742,6 +742,7 @@
     SUBDIR += p5-SOAP-Lite
     SUBDIR += p5-SOAP-Lite-060
     SUBDIR += p5-SOAP-MySOAP
+    SUBDIR += p5-SOAP-Transport-HTTP-Plack
     SUBDIR += p5-SOAP-Transport-TCP
     SUBDIR += p5-Samba-LDAP
     SUBDIR += p5-Script-isAperlScript

Added: head/net/p5-SOAP-Transport-HTTP-Plack/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-SOAP-Transport-HTTP-Plack/Makefile	Mon Sep  9 18:19:41 2013	(r326831)
@@ -0,0 +1,22 @@
+# Created by: Takefu <takefu at airport.fm>
+# $FreeBSD$
+
+PORTNAME=	SOAP-Transport-HTTP-Plack
+PORTVERSION=	0.03
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	takefu at airport.fm
+COMMENT=	Transport for Plack PSGI toolkit
+
+BUILD_DEPENDS=	p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USE_PERL5=	configure
+USES=		perl5
+
+MAN3=		SOAP::Transport::HTTP::Plack.3 \
+		XMLRPC::Transport::HTTP::Plack.3
+
+.include <bsd.port.mk>

Added: head/net/p5-SOAP-Transport-HTTP-Plack/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-SOAP-Transport-HTTP-Plack/distinfo	Mon Sep  9 18:19:41 2013	(r326831)
@@ -0,0 +1,2 @@
+SHA256 (SOAP-Transport-HTTP-Plack-0.03.tar.gz) = 58aa98f3dacb94660bacc38f89985772317eedc67d60cb4289d14c59032fcc5c
+SIZE (SOAP-Transport-HTTP-Plack-0.03.tar.gz) = 3712

Added: head/net/p5-SOAP-Transport-HTTP-Plack/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-SOAP-Transport-HTTP-Plack/pkg-descr	Mon Sep  9 18:19:41 2013	(r326831)
@@ -0,0 +1,10 @@
+SOAP::Transport::HTTP::Plack - transport for Plack [1] PSGI toolkit for
+SOAP::Lite module.
+
+The module is quite similar to SOAP::Transport::HTTP::Apache.
+
+Docs were stolen completely from SOAP::Transport::HTTP::Nginx.
+
+[1] http://search.cpan.org/~miyagawa/Plack/
+
+WWW: http://search.cpan.org/dist/SOAP-Transport-HTTP-Plack/

Added: head/net/p5-SOAP-Transport-HTTP-Plack/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-SOAP-Transport-HTTP-Plack/pkg-plist	Mon Sep  9 18:19:41 2013	(r326831)
@@ -0,0 +1,13 @@
+%%SITE_PERL%%/SOAP/Transport/HTTP/Plack.pm
+%%SITE_PERL%%/XMLRPC/Transport/HTTP/Plack.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/HTTP/Plack/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/HTTP/Plack
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport/HTTP
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP/Transport
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SOAP
+ at dirrmtry %%SITE_PERL%%/XMLRPC/Transport/HTTP
+ at dirrmtry %%SITE_PERL%%/XMLRPC/Transport
+ at dirrmtry %%SITE_PERL%%/XMLRPC
+ at dirrmtry %%SITE_PERL%%/SOAP/Transport/HTTP
+ at dirrmtry %%SITE_PERL%%/SOAP/Transport
+ at dirrmtry %%SITE_PERL%%/SOAP


More information about the svn-ports-all mailing list