Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Aug 2014 19:41:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365232 - in head/www: . p5-HTTP-Tiny-SPDY
Message-ID:  <201408171941.s7HJfA5W092016@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 17 19:41:10 2014
New Revision: 365232
URL: http://svnweb.freebsd.org/changeset/ports/365232
QAT: https://qat.redports.org/buildarchive/r365232/

Log:
  - Add p5-HTTP-Tiny-SPDY 0.020
  
  HTTP::Tiny::SPDY is a subclass of HTTP::Tiny with added support for the SPDY
  protocol. It is intended to be fully compatible with HTTP::Tiny so that it can
  be used as a drop-in replacement for it.
  
  WWW: http://search.cpan.org/dist/HTTP-Tiny-SPDY/

Added:
  head/www/p5-HTTP-Tiny-SPDY/
  head/www/p5-HTTP-Tiny-SPDY/Makefile   (contents, props changed)
  head/www/p5-HTTP-Tiny-SPDY/distinfo   (contents, props changed)
  head/www/p5-HTTP-Tiny-SPDY/pkg-descr   (contents, props changed)
  head/www/p5-HTTP-Tiny-SPDY/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Aug 17 19:38:30 2014	(r365231)
+++ head/www/Makefile	Sun Aug 17 19:41:10 2014	(r365232)
@@ -1028,6 +1028,7 @@
     SUBDIR += p5-HTTP-SimpleLinkChecker
     SUBDIR += p5-HTTP-Size
     SUBDIR += p5-HTTP-Tiny
+    SUBDIR += p5-HTTP-Tiny-SPDY
     SUBDIR += p5-HTTP-WebTest
     SUBDIR += p5-HTTPD-Log-Filter
     SUBDIR += p5-HTTPD-User-Manage

Added: head/www/p5-HTTP-Tiny-SPDY/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-Tiny-SPDY/Makefile	Sun Aug 17 19:41:10 2014	(r365232)
@@ -0,0 +1,25 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	HTTP-Tiny-SPDY
+PORTVERSION=	0.020
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Subclass of HTTP::Tiny with SPDY support
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-IO-Socket-SSL>=1.560:${PORTSDIR}/security/p5-IO-Socket-SSL \
+		p5-Net-SPDY>=0:${PORTSDIR}/net/p5-Net-SPDY \
+		p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+TEST_DEPENDS=	p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/www/p5-HTTP-Tiny-SPDY/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-Tiny-SPDY/distinfo	Sun Aug 17 19:41:10 2014	(r365232)
@@ -0,0 +1,2 @@
+SHA256 (HTTP-Tiny-SPDY-0.020.tar.gz) = c4beda8edc41c304f3f721a138cfc8332c7837376de689c8c5620a5c6ddc73f3
+SIZE (HTTP-Tiny-SPDY-0.020.tar.gz) = 30621

Added: head/www/p5-HTTP-Tiny-SPDY/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-Tiny-SPDY/pkg-descr	Sun Aug 17 19:41:10 2014	(r365232)
@@ -0,0 +1,5 @@
+HTTP::Tiny::SPDY is a subclass of HTTP::Tiny with added support for the SPDY
+protocol. It is intended to be fully compatible with HTTP::Tiny so that it can
+be used as a drop-in replacement for it.
+
+WWW: http://search.cpan.org/dist/HTTP-Tiny-SPDY/

Added: head/www/p5-HTTP-Tiny-SPDY/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTTP-Tiny-SPDY/pkg-plist	Sun Aug 17 19:41:10 2014	(r365232)
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/HTTP/Tiny/SPDY.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Tiny/SPDY/.packlist
+%%PERL5_MAN3%%/HTTP::Tiny::SPDY.3.gz
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Tiny/SPDY
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Tiny
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP
+@dirrmtry %%SITE_PERL%%/HTTP/Tiny
+@dirrmtry %%SITE_PERL%%/HTTP



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